summaryrefslogtreecommitdiff
path: root/net/p5-Net-BGP
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-04-17 11:45:58 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-04-17 11:45:58 +0000
commit2e0f8a6dfa292580f7f46fe6dbfeb202392af818 (patch)
treeb8958ed8a6116f5e3ba1f5990c74534c2be40eb7 /net/p5-Net-BGP
parentunbreak povray port. (diff)
Reflect renaming Net-BGP to Net-BGP4.
PR: ports/43581
Notes
Notes: svn path=/head/; revision=79135
Diffstat (limited to 'net/p5-Net-BGP')
-rw-r--r--net/p5-Net-BGP/Makefile3
-rw-r--r--net/p5-Net-BGP/distinfo2
-rw-r--r--net/p5-Net-BGP/pkg-descr8
-rw-r--r--net/p5-Net-BGP/pkg-plist22
4 files changed, 17 insertions, 18 deletions
diff --git a/net/p5-Net-BGP/Makefile b/net/p5-Net-BGP/Makefile
index 18687cce4ea3..79880c9518f2 100644
--- a/net/p5-Net-BGP/Makefile
+++ b/net/p5-Net-BGP/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTNAME= Net-BGP4
+PORTNAME= Net-BGP
PORTVERSION= 0.01
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
@@ -17,7 +17,6 @@ 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
diff --git a/net/p5-Net-BGP/distinfo b/net/p5-Net-BGP/distinfo
index c193718aa500..29eaf29c01c6 100644
--- a/net/p5-Net-BGP/distinfo
+++ b/net/p5-Net-BGP/distinfo
@@ -1 +1 @@
-MD5 (Net-BGP4-0.01.tar.gz) = 978b53a46864fce073b80662b6f78c97
+MD5 (Net-BGP-0.01.tar.gz) = cb7ad517c994d54c8afe8e47f90f9749
diff --git a/net/p5-Net-BGP/pkg-descr b/net/p5-Net-BGP/pkg-descr
index ba32d8d16fd2..4c650d093f0f 100644
--- a/net/p5-Net-BGP/pkg-descr
+++ b/net/p5-Net-BGP/pkg-descr
@@ -1,7 +1,7 @@
-This module is an implementation of the BGP4 inter-domain routing
+This module is an implementation of the BGP-4 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
+and maintain a BGP peering session and exchange routing update
+information with the peer. It aims to provide a simple API to the BGP
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)
@@ -9,7 +9,7 @@ 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
+WWW: http://search.cpan.org/dist/Net-BGP/
-- Sergey Skvortsov
skv@FreeBSD.org
diff --git a/net/p5-Net-BGP/pkg-plist b/net/p5-Net-BGP/pkg-plist
index 45d6fc842297..4851dcc0f1e5 100644
--- a/net/p5-Net-BGP/pkg-plist
+++ b/net/p5-Net-BGP/pkg-plist
@@ -1,11 +1,11 @@
-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
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/BGP/.packlist
+%%SITE_PERL%%/Net/BGP.pm
+%%SITE_PERL%%/Net/BGP/Notification.pm
+%%SITE_PERL%%/Net/BGP/Peer.pm
+%%SITE_PERL%%/Net/BGP/Process.pm
+%%SITE_PERL%%/Net/BGP/RIB.pm
+%%SITE_PERL%%/Net/BGP/Update.pm
+@dirrm %%SITE_PERL%%/Net/BGP
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/BGP
+@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true