diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-19 14:02:04 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-19 14:02:04 +0000 |
commit | 88d38d198cd01c3e1d6d8b11010c0cc276a6a388 (patch) | |
tree | 807ff2d74beead4c4b60909fcee7043de70f2f44 /net/p5-NetPacket | |
parent | a1777832155c76bccc55719f24f38de0b3c9f98d (diff) | |
download | ports-88d38d198cd01c3e1d6d8b11010c0cc276a6a388.tar.gz ports-88d38d198cd01c3e1d6d8b11010c0cc276a6a388.zip |
Notes
Diffstat (limited to 'net/p5-NetPacket')
-rw-r--r-- | net/p5-NetPacket/Makefile | 23 | ||||
-rw-r--r-- | net/p5-NetPacket/distinfo | 1 | ||||
-rw-r--r-- | net/p5-NetPacket/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-NetPacket/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-NetPacket/pkg-plist | 11 |
5 files changed, 39 insertions, 0 deletions
diff --git a/net/p5-NetPacket/Makefile b/net/p5-NetPacket/Makefile new file mode 100644 index 000000000000..de7ab6db38ae --- /dev/null +++ b/net/p5-NetPacket/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-NetPacket +# Date created: 8 April 2001 +# Whom: Anatoliy Dmytriyev +# +# $FreeBSD$ +# + +PORTNAME= NetPacket +PORTVERSION= 0.01 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= NetPacket +PKGNAMEPREFIX= p5- + +MAINTAINER= tolid@plab.ku.dk + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= NetPacket.3 NetPacket::ARP.3 NetPacket::Ethernet.3 NetPacket::ICMP.3 \ + NetPacket::IGMP.3 NetPacket::IP.3 NetPacket::TCP.3 NetPacket::UDP.3 + +.include <bsd.port.mk> diff --git a/net/p5-NetPacket/distinfo b/net/p5-NetPacket/distinfo new file mode 100644 index 000000000000..d1fd50103480 --- /dev/null +++ b/net/p5-NetPacket/distinfo @@ -0,0 +1 @@ +MD5 (NetPacket-0.01.tar.gz) = 0761ff2f6caf4961dcd5778cf7e1e6d1 diff --git a/net/p5-NetPacket/pkg-comment b/net/p5-NetPacket/pkg-comment new file mode 100644 index 000000000000..02314715b97a --- /dev/null +++ b/net/p5-NetPacket/pkg-comment @@ -0,0 +1 @@ +Modules to assemble/disassemble network packets at the protocol level diff --git a/net/p5-NetPacket/pkg-descr b/net/p5-NetPacket/pkg-descr new file mode 100644 index 000000000000..01ea52cdbf70 --- /dev/null +++ b/net/p5-NetPacket/pkg-descr @@ -0,0 +1,3 @@ +NetPacket provides a base class for a cluster of modules related to decoding +and encoding of network protocols. Each NetPacket descendent module knows how +to encode and decode packets for the network protocol it implements. diff --git a/net/p5-NetPacket/pkg-plist b/net/p5-NetPacket/pkg-plist new file mode 100644 index 000000000000..8ab2feed99dd --- /dev/null +++ b/net/p5-NetPacket/pkg-plist @@ -0,0 +1,11 @@ +lib/perl5/site_perl/%%PERL_VER%%/NetPacket/TCP.pm +lib/perl5/site_perl/%%PERL_VER%%/NetPacket/UDP.pm +lib/perl5/site_perl/%%PERL_VER%%/NetPacket/IP.pm +lib/perl5/site_perl/%%PERL_VER%%/NetPacket/ICMP.pm +lib/perl5/site_perl/%%PERL_VER%%/NetPacket/IGMP.pm +lib/perl5/site_perl/%%PERL_VER%%/NetPacket/Ethernet.pm +lib/perl5/site_perl/%%PERL_VER%%/NetPacket/ARP.pm +lib/perl5/site_perl/%%PERL_VER%%/NetPacket.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetPacket/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/NetPacket +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetPacket |