Add p5-Net-BGP4 0.01,
Border Gateway Protocol version 4 speaker/listener library.
This commit is contained in:
parent
7acc766abb
commit
98ca3b144a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66035
11 changed files with 103 additions and 0 deletions
|
@ -351,6 +351,7 @@
|
|||
SUBDIR += p5-Mon
|
||||
SUBDIR += p5-Net
|
||||
SUBDIR += p5-Net-AOLIM
|
||||
SUBDIR += p5-Net-BGP4
|
||||
SUBDIR += p5-Net-CIDR
|
||||
SUBDIR += p5-Net-DLookup
|
||||
SUBDIR += p5-Net-DNS
|
||||
|
|
23
net/p5-Net-BGP/Makefile
Normal file
23
net/p5-Net-BGP/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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
|
||||
|
||||
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>
|
1
net/p5-Net-BGP/distinfo
Normal file
1
net/p5-Net-BGP/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Net-BGP4-0.01.tar.gz) = 978b53a46864fce073b80662b6f78c97
|
1
net/p5-Net-BGP/pkg-comment
Normal file
1
net/p5-Net-BGP/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Border Gateway Protocol version 4 speaker/listener library
|
15
net/p5-Net-BGP/pkg-descr
Normal file
15
net/p5-Net-BGP/pkg-descr
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
11
net/p5-Net-BGP/pkg-plist
Normal file
11
net/p5-Net-BGP/pkg-plist
Normal file
|
@ -0,0 +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
|
23
net/p5-Net-BGP4/Makefile
Normal file
23
net/p5-Net-BGP4/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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
|
||||
|
||||
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>
|
1
net/p5-Net-BGP4/distinfo
Normal file
1
net/p5-Net-BGP4/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Net-BGP4-0.01.tar.gz) = 978b53a46864fce073b80662b6f78c97
|
1
net/p5-Net-BGP4/pkg-comment
Normal file
1
net/p5-Net-BGP4/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Border Gateway Protocol version 4 speaker/listener library
|
15
net/p5-Net-BGP4/pkg-descr
Normal file
15
net/p5-Net-BGP4/pkg-descr
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
11
net/p5-Net-BGP4/pkg-plist
Normal file
11
net/p5-Net-BGP4/pkg-plist
Normal file
|
@ -0,0 +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
|
Loading…
Reference in a new issue