diff options
author | minskim <minskim> | 2004-05-10 01:59:00 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-05-10 01:59:00 +0000 |
commit | 47a52841a612f2bf8b3ac57705f9873ffd10d259 (patch) | |
tree | 95e27da95b6527551a21569f95e2b553f99b1f85 | |
parent | d7a87eefabd89ac3670b5353e061c915da0eb054 (diff) | |
download | pkgsrc-47a52841a612f2bf8b3ac57705f9873ffd10d259.tar.gz |
Import p5-NetPacket from pkgsrc-wip. Packaged by David Ferlier.
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.
-rw-r--r-- | net/p5-NetPacket/DESCR | 4 | ||||
-rw-r--r-- | net/p5-NetPacket/Makefile | 17 | ||||
-rw-r--r-- | net/p5-NetPacket/PLIST | 1 | ||||
-rw-r--r-- | net/p5-NetPacket/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/net/p5-NetPacket/DESCR b/net/p5-NetPacket/DESCR new file mode 100644 index 00000000000..0682c723e4f --- /dev/null +++ b/net/p5-NetPacket/DESCR @@ -0,0 +1,4 @@ +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/Makefile b/net/p5-NetPacket/Makefile new file mode 100644 index 00000000000..681e6efc585 --- /dev/null +++ b/net/p5-NetPacket/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/10 01:59:00 minskim Exp $ + +DISTNAME= NetPacket-0.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetPacket/} + +MAINTAINER= david@netbsd-fr.org +COMMENT= Modules to assemble/disassemble network packets + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/NetPacket/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-NetPacket/PLIST b/net/p5-NetPacket/PLIST new file mode 100644 index 00000000000..f75b4e37ae0 --- /dev/null +++ b/net/p5-NetPacket/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/10 01:59:00 minskim Exp $ diff --git a/net/p5-NetPacket/distinfo b/net/p5-NetPacket/distinfo new file mode 100644 index 00000000000..4268837bec4 --- /dev/null +++ b/net/p5-NetPacket/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/10 01:59:00 minskim Exp $ + +SHA1 (NetPacket-0.04.tar.gz) = cd1ac257cb035a022f0c5c33b97f99cb944136c1 +Size (NetPacket-0.04.tar.gz) = 19386 bytes |