diff options
author | kris <kris@FreeBSD.org> | 2002-10-13 12:54:41 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-13 12:54:41 +0800 |
commit | 52ca82264e9a382ac8ca40580b3f84537456c48e (patch) | |
tree | dc736a6f7f295dc197eb681e153f033598b7921f /net | |
parent | a4c2513b886c4ae4d735bc41c55de17ffc4ec7a3 (diff) | |
download | freebsd-ports-gnome-52ca82264e9a382ac8ca40580b3f84537456c48e.tar.gz freebsd-ports-gnome-52ca82264e9a382ac8ca40580b3f84537456c48e.tar.zst freebsd-ports-gnome-52ca82264e9a382ac8ca40580b3f84537456c48e.zip |
The vrrp port was marked BROKEN 14 months ago. Remove it.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/vrrp/Makefile | 24 | ||||
-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 | 6 |
6 files changed, 0 insertions, 45 deletions
diff --git a/net/Makefile b/net/Makefile index cee1fe51346e..f94922a3a157 100644 --- a/net/Makefile +++ b/net/Makefile @@ -577,7 +577,6 @@ SUBDIR += vicq SUBDIR += vnc SUBDIR += vomit - SUBDIR += vrrp SUBDIR += vtun SUBDIR += wais SUBDIR += wakeonlan diff --git a/net/vrrp/Makefile b/net/vrrp/Makefile deleted file mode 100644 index 90526ed7ab7f..000000000000 --- a/net/vrrp/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection Makefile for: vrrpd -# Date created: 18 Feb 2001 -# Whom: Andy K <minosh@engineer.com> -# -# $FreeBSD$ -# - -PORTNAME= vrrpd -PORTVERSION= 0.2 -CATEGORIES= net - -MASTER_SITES= ftp://ftp.vrrp.net/pub/vrrpd/ \ - ftp://ftp.tecc.co.uk/pub/vrrpd/ - -MAINTAINER= ports@FreeBSD.org - -IGNORE= "The maintainer considers this an incomplete implementation of RFC2338" - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${PREFIX}/share/doc/vrrp - ${INSTALL_DATA} ${WRKSRC}/FAQ ${WRKSRC}/doc/* ${PREFIX}/share/doc/vrrp -.endif -.include <bsd.port.mk> diff --git a/net/vrrp/distinfo b/net/vrrp/distinfo deleted file mode 100644 index b02b4268e7d9..000000000000 --- a/net/vrrp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (vrrpd-0.2.tar.gz) = edf26a90c4394a6b7bb5faec949d2b31 diff --git a/net/vrrp/pkg-comment b/net/vrrp/pkg-comment deleted file mode 100644 index e0f543df00f0..000000000000 --- a/net/vrrp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Virtual redundant router protocol implemenation for FreeBSD diff --git a/net/vrrp/pkg-descr b/net/vrrp/pkg-descr deleted file mode 100644 index 736143f12baa..000000000000 --- a/net/vrrp/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -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 deleted file mode 100644 index 3fcad1c6e7e3..000000000000 --- a/net/vrrp/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -sbin/vrrpd -%%PORTDOCS%%share/doc/vrrp/FAQ -%%PORTDOCS%%share/doc/vrrp/draft-ietf-vrrp-spec-v2-05.txt -%%PORTDOCS%%share/doc/vrrp/draft-jou-duplicate-ip-address-02.txt -%%PORTDOCS%%share/doc/vrrp/rfc2338.txt.vrrp -%%PORTDOCS%%@dirrm share/doc/vrrp |