diff options
author | skv <skv@FreeBSD.org> | 2003-05-21 23:45:16 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2003-05-21 23:45:16 +0800 |
commit | 291a17b28cf501b867c89220bb536d4db29d9b35 (patch) | |
tree | 8f58d57b50da1c130952f788619d18b3695f81ee /net | |
parent | cc77f35cdb229c1d1abcf3f1400a1429188f92a0 (diff) | |
download | freebsd-ports-gnome-291a17b28cf501b867c89220bb536d4db29d9b35.tar.gz freebsd-ports-gnome-291a17b28cf501b867c89220bb536d4db29d9b35.tar.zst freebsd-ports-gnome-291a17b28cf501b867c89220bb536d4db29d9b35.zip |
Delete Net-BGP4 (renamed to Net-BGP).
PR: ports/43581
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-BGP4/Makefile | 24 | ||||
-rw-r--r-- | net/p5-Net-BGP4/distinfo | 1 | ||||
-rw-r--r-- | net/p5-Net-BGP4/pkg-descr | 15 | ||||
-rw-r--r-- | net/p5-Net-BGP4/pkg-plist | 11 |
4 files changed, 0 insertions, 51 deletions
diff --git a/net/p5-Net-BGP4/Makefile b/net/p5-Net-BGP4/Makefile deleted file mode 100644 index 18687cce4ea3..000000000000 --- a/net/p5-Net-BGP4/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: Net-BGP4 -# Date created: 10 September 2002 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME= Net-BGP4 -PORTVERSION= 0.01 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net -PKGNAMEPREFIX= p5- - -MAINTAINER= skv@FreeBSD.org -COMMENT= Border Gateway Protocol version 4 speaker/listener library - -PERL_CONFIGURE= yes - -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= Net::BGP4.3 Net::BGP4::Notification.3 Net::BGP4::Peer.3 \ - Net::BGP4::Process.3 Net::BGP4::RIB.3 Net::BGP4::Update.3 - -.include <bsd.port.mk> diff --git a/net/p5-Net-BGP4/distinfo b/net/p5-Net-BGP4/distinfo deleted file mode 100644 index c193718aa500..000000000000 --- a/net/p5-Net-BGP4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Net-BGP4-0.01.tar.gz) = 978b53a46864fce073b80662b6f78c97 diff --git a/net/p5-Net-BGP4/pkg-descr b/net/p5-Net-BGP4/pkg-descr deleted file mode 100644 index ba32d8d16fd2..000000000000 --- a/net/p5-Net-BGP4/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -This module is an implementation of the BGP4 inter-domain routing -protocol. It encapsulates all of the functionality needed to establish -and maintain a BGP4 peering session and exchange routing update -information with the peer. It aims to provide a simple API to the BGP4 -protocol for the purposes of automation, logging, monitoring, testing, -and similar tasks using the power and flexibility of perl. The module -does not implement the functionality of a RIB (Routing Information Base) -nor does it modify the kernel routing table of the host system. -However, such operations could be implemented using the API provided by -the module. - -WWW: http://search.cpan.org/search?dist=Net-BGP4 - --- Sergey Skvortsov -skv@FreeBSD.org diff --git a/net/p5-Net-BGP4/pkg-plist b/net/p5-Net-BGP4/pkg-plist deleted file mode 100644 index 45d6fc842297..000000000000 --- a/net/p5-Net-BGP4/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/BGP4/.packlist -lib/perl5/site_perl/%%PERL_VER%%/Net/BGP4.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/BGP4/Notification.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/BGP4/Peer.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/BGP4/Process.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/BGP4/RIB.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/BGP4/Update.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/BGP4 -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/BGP4 -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true |