diff options
author | keichii <keichii@FreeBSD.org> | 2001-03-28 18:23:50 +0000 |
---|---|---|
committer | keichii <keichii@FreeBSD.org> | 2001-03-28 18:23:50 +0000 |
commit | f9cbac90bec3bf2b13e2e62b334dc360a191d9cf (patch) | |
tree | e663d8b419726e0d35bf41d55f00943c32441245 | |
parent | 55acc8cda1a98bd9b4da948c6978373960fde8fb (diff) | |
download | FreeBSD-ports-f9cbac90bec3bf2b13e2e62b334dc360a191d9cf.zip FreeBSD-ports-f9cbac90bec3bf2b13e2e62b334dc360a191d9cf.tar.gz |
Add VRRP implementation from Linux. Many people have wanted this
and thanks to minosh, we finally have somewhat of one.
PR: ports/25276
Submitted by: minosh@engineer.com
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/vrrp/Makefile | 16 | ||||
-rw-r--r-- | net/vrrp/distinfo | 1 | ||||
-rw-r--r-- | net/vrrp/pkg-comment | 1 | ||||
-rw-r--r-- | net/vrrp/pkg-descr | 12 | ||||
-rw-r--r-- | net/vrrp/pkg-plist | 1 |
6 files changed, 32 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 8ed06f4..5632080 100644 --- a/net/Makefile +++ b/net/Makefile @@ -325,6 +325,7 @@ SUBDIR += tund SUBDIR += unison SUBDIR += vnc + SUBDIR += vrrp SUBDIR += vtun SUBDIR += wais SUBDIR += wide-dhcp diff --git a/net/vrrp/Makefile b/net/vrrp/Makefile new file mode 100644 index 0000000..e5b4c0a --- /dev/null +++ b/net/vrrp/Makefile @@ -0,0 +1,16 @@ +# New ports collection Makefile for: vrrpd +# Date created: 18 Feb 2001 +# Whom: Andy K <minosh@engineer.com> +# +# $FreeBSD$ +# + +PORTNAME= vrrpd +PORTVERSION= 0.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.vrrp.net/pub/vrrpd/ \ + ftp://ftp.tecc.co.uk/pub/vrrpd/ + +MAINTAINER= minosh@engineer.com + +.include <bsd.port.mk> diff --git a/net/vrrp/distinfo b/net/vrrp/distinfo new file mode 100644 index 0000000..df2cef0 --- /dev/null +++ b/net/vrrp/distinfo @@ -0,0 +1 @@ +MD5 (vrrpd-0.1.tar.gz) = 747a1e5b8e47cd447da9d24e3569002e diff --git a/net/vrrp/pkg-comment b/net/vrrp/pkg-comment new file mode 100644 index 0000000..e0f543d --- /dev/null +++ b/net/vrrp/pkg-comment @@ -0,0 +1 @@ +Virtual redundant router protocol implemenation for FreeBSD diff --git a/net/vrrp/pkg-descr b/net/vrrp/pkg-descr new file mode 100644 index 0000000..736143f --- /dev/null +++ b/net/vrrp/pkg-descr @@ -0,0 +1,12 @@ +This is a port from Linux for the implementation of VRRP +(Virtual Redundent Router Protocol). This was first done +by gem@express.ru but there were quite a few problems +with this. These have been fixed up and are presented +here for your use. + +Note, built and tested on FreeBSD4.2-STABLE + +WWW: http://www.vrrp.net/ + +- Andy K +minosh@engineer.com diff --git a/net/vrrp/pkg-plist b/net/vrrp/pkg-plist new file mode 100644 index 0000000..c8ad1d9 --- /dev/null +++ b/net/vrrp/pkg-plist @@ -0,0 +1 @@ +sbin/vrrpd |