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

View File

@@ -0,0 +1,9 @@
This module is part of Net::Frame frame crafting framework. It is totally
optional, but can make playing with the network far easier.
Basically, it hides the complexity of frame forging, sending, and receiving,
by providing helper methods, which will analyze internally how to assemble
frames and find responses to probes.
For example, it will take care of computing lengths and checksums, and matching
a response frame to the requesting frame.

View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.4 2013/05/31 12:41:38 wiz Exp $
DISTNAME= Net-Frame-Simple-1.04
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Frame crafting made easy
HOMEPAGE= http://search.cpan.org/dist/Net-Frame-Simple/
LICENSE= artistic
DEPENDS+= p5-Class-Gomor>=1.0:../../devel/p5-Class-Gomor
DEPENDS+= p5-Net-Frame-[0-9]*:../../net/p5-Net-Frame
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Net/Frame/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2012/01/25 09:54:31 hiramatsu Exp $
SHA1 (Net-Frame-Simple-1.04.tar.gz) = 9f5a3b90a988850e6e326e9c66907b177f03d51a
RMD160 (Net-Frame-Simple-1.04.tar.gz) = f5fac658ff6215b1dbab7297c8310655a48cdf95
Size (Net-Frame-Simple-1.04.tar.gz) = 8660 bytes