pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-NetPacket Import p5-NetPacket from pkgsrc-wip. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b426fe8b4b19
branches:  trunk
changeset: 475106:b426fe8b4b19
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon May 10 01:59:00 2004 +0000

description:
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:

 net/p5-NetPacket/DESCR    |   4 ++++
 net/p5-NetPacket/Makefile |  17 +++++++++++++++++
 net/p5-NetPacket/PLIST    |   1 +
 net/p5-NetPacket/distinfo |   4 ++++
 4 files changed, 26 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r b08eecdde454 -r b426fe8b4b19 net/p5-NetPacket/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-NetPacket/DESCR    Mon May 10 01:59:00 2004 +0000
@@ -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 -r b08eecdde454 -r b426fe8b4b19 net/p5-NetPacket/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-NetPacket/Makefile Mon May 10 01:59:00 2004 +0000
@@ -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@localhost
+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 -r b08eecdde454 -r b426fe8b4b19 net/p5-NetPacket/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-NetPacket/PLIST    Mon May 10 01:59:00 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/10 01:59:00 minskim Exp $
diff -r b08eecdde454 -r b426fe8b4b19 net/p5-NetPacket/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-NetPacket/distinfo Mon May 10 01:59:00 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index