Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

4
net/p5-NetPacket/DESCR Normal file
View File

@@ -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.

22
net/p5-NetPacket/Makefile Normal file
View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.17 2013/05/31 12:41:41 wiz Exp $
DISTNAME= NetPacket-1.3.1
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetPacket/}
MAINTAINER= david@silicium.ath.cx
COMMENT= Modules to assemble/disassemble network packets
HOMEPAGE= http://search.cpan.org/dist/NetPacket/
LICENSE= ${PERL5_LICENSE} # source doc wins over changelog
USE_LANGUAGES= c
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/NetPacket/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.6 2012/01/26 19:41:27 rhaen Exp $
SHA1 (NetPacket-1.3.1.tar.gz) = c7182bff1692b972a97a8ffb0f95d36f7fd33d84
RMD160 (NetPacket-1.3.1.tar.gz) = c063522fb13ef69401373a547fc7e0e9f6cbfe93
Size (NetPacket-1.3.1.tar.gz) = 28155 bytes