pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-RawIP Initial import of p5-Net-RawIP: Perl ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21fc69befe6e
branches:  trunk
changeset: 494676:21fc69befe6e
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Fri May 27 15:12:53 2005 +0000

description:
Initial import of p5-Net-RawIP: 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.

diffstat:

 net/p5-Net-RawIP/DESCR    |   5 +++++
 net/p5-Net-RawIP/Makefile |  17 +++++++++++++++++
 net/p5-Net-RawIP/PLIST    |   1 +
 net/p5-Net-RawIP/distinfo |   5 +++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r e2596d8b2441 -r 21fc69befe6e net/p5-Net-RawIP/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-RawIP/DESCR    Fri May 27 15:12:53 2005 +0000
@@ -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 -r e2596d8b2441 -r 21fc69befe6e net/p5-Net-RawIP/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-RawIP/Makefile Fri May 27 15:12:53 2005 +0000
@@ -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@localhost
+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 -r e2596d8b2441 -r 21fc69befe6e net/p5-Net-RawIP/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-RawIP/PLIST    Fri May 27 15:12:53 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/27 15:12:53 bouyer Exp $
diff -r e2596d8b2441 -r 21fc69befe6e net/p5-Net-RawIP/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-RawIP/distinfo Fri May 27 15:12:53 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index