diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-10 01:59:00 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-10 01:59:00 +0000 |
commit | 16d74598648ecc6bc57025c36ebd45542a025ba6 (patch) | |
tree | 95e27da95b6527551a21569f95e2b553f99b1f85 /net/p5-NetPacket | |
parent | 79de29008a09c5b426ff61f945d4cf4c441d656f (diff) | |
download | pkgsrc-16d74598648ecc6bc57025c36ebd45542a025ba6.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.
Diffstat (limited to 'net/p5-NetPacket')
-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 |