From 1e4873fea3cbab100eeb855cdd2406bdc4fe34f7 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 13 Oct 2002 04:54:41 +0000 Subject: [PATCH] The vrrp port was marked BROKEN 14 months ago. Remove it. --- net/Makefile | 1 - net/vrrp/Makefile | 24 ------------------------ net/vrrp/distinfo | 1 - net/vrrp/pkg-comment | 1 - net/vrrp/pkg-descr | 12 ------------ net/vrrp/pkg-plist | 6 ------ 6 files changed, 45 deletions(-) delete mode 100644 net/vrrp/Makefile delete mode 100644 net/vrrp/distinfo delete mode 100644 net/vrrp/pkg-comment delete mode 100644 net/vrrp/pkg-descr delete mode 100644 net/vrrp/pkg-plist 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 -# -# $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 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