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

11
net/p5-Net-Write/DESCR Normal file
View File

@@ -0,0 +1,11 @@
Net::Write provides a portable interface to open a network interface, and be
able to write raw data directly to the network. It juste provides three methods
when a Net::Write object has been created for an interface: open, send, close.
It is possible to open a network interface to send frames at layer 2 (you craft
a frame from link layer), or at layer 3 (you craft a frame from network layer),
or at layer 4 (you craft a frame from transport layer).
NOTE: not all operating systems support all layer opening. Currently, Windows
only supports opening and sending at layer 2. Other Unix systems should be able
to open and send at all layers.

23
net/p5-Net-Write/Makefile Normal file
View File

@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.13 2013/05/31 12:41:40 wiz Exp $
#
DISTNAME= Net-Write-1.07
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-Write/
COMMENT= Portable interface to open and send raw data to network
LICENSE= artistic
DEPENDS+= p5-Class-Gomor-[0-9]*:../../devel/p5-Class-Gomor
DEPENDS+= p5-Net-Pcap>=0.12:../../net/p5-Net-Pcap
DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6
PERL5_PACKLIST= auto/Net/Write/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.5 2013/03/08 12:37:22 wiz Exp $
SHA1 (Net-Write-1.07.tar.gz) = b04b8208f12a91cab8e8b0db8e410888b1b0066e
RMD160 (Net-Write-1.07.tar.gz) = 23c64c1d21af3a1c6fa2957419c860727c3b5449
Size (Net-Write-1.07.tar.gz) = 9228 bytes