diff options
-rw-r--r-- | net/p5-Net-RawIP/DESCR | 5 | ||||
-rw-r--r-- | net/p5-Net-RawIP/Makefile | 17 | ||||
-rw-r--r-- | net/p5-Net-RawIP/PLIST | 1 | ||||
-rw-r--r-- | net/p5-Net-RawIP/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/net/p5-Net-RawIP/DESCR b/net/p5-Net-RawIP/DESCR new file mode 100644 index 00000000000..bcf31f462a2 --- /dev/null +++ b/net/p5-Net-RawIP/DESCR @@ -0,0 +1,5 @@ +Perl extension to manipulate raw ip packets with interface to libpcap. + +This package provides a class object which can be used for creating, +manipulating and sending a raw ip packets with optional feature for +manipulating ethernet headers. diff --git a/net/p5-Net-RawIP/Makefile b/net/p5-Net-RawIP/Makefile new file mode 100644 index 00000000000..d909f222d65 --- /dev/null +++ b/net/p5-Net-RawIP/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/05/27 15:12:53 bouyer Exp $ +# + +DISTNAME= Net-RawIP-0.2 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5nsn +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= bouyer@NetBSD.org +HOMEPAGE= http://search.cpan.org/~skolychev/Net-RawIP-0.2/RawIP.pm +COMMENT= Perl extension to manipulate raw ip packets with interface to libpcap + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/RawIP/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-RawIP/PLIST b/net/p5-Net-RawIP/PLIST new file mode 100644 index 00000000000..ab98cfa4388 --- /dev/null +++ b/net/p5-Net-RawIP/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/27 15:12:53 bouyer Exp $ diff --git a/net/p5-Net-RawIP/distinfo b/net/p5-Net-RawIP/distinfo new file mode 100644 index 00000000000..22c5aef5a62 --- /dev/null +++ b/net/p5-Net-RawIP/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/05/27 15:12:53 bouyer Exp $ + +SHA1 (Net-RawIP-0.2.tar.gz) = cbd99091d868ed2fc4c6ce1f43b7cc1849db7421 +RMD160 (Net-RawIP-0.2.tar.gz) = fee79ce9f08aad4d1ea3b98f79b8dc5fc2184e71 +Size (Net-RawIP-0.2.tar.gz) = 32483 bytes |