pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-Pcap Initial import of p5-Net-Pcap, from pk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70fd1c9714fc
branches:  trunk
changeset: 473473:70fd1c9714fc
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Apr 20 10:03:35 2004 +0000

description:
Initial import of p5-Net-Pcap, from pkgsrc-wip packaged by Adrian
Portelli.

perl interface to pcap(3) LBL packet capture library.

diffstat:

 net/p5-Net-Pcap/DESCR    |   1 +
 net/p5-Net-Pcap/Makefile |  20 ++++++++++++++++++++
 net/p5-Net-Pcap/PLIST    |   1 +
 net/p5-Net-Pcap/distinfo |   4 ++++
 4 files changed, 26 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 0df82d7f0f41 -r 70fd1c9714fc net/p5-Net-Pcap/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Pcap/DESCR     Tue Apr 20 10:03:35 2004 +0000
@@ -0,0 +1,1 @@
+perl interface to pcap(3) LBL packet capture library
diff -r 0df82d7f0f41 -r 70fd1c9714fc net/p5-Net-Pcap/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Pcap/Makefile  Tue Apr 20 10:03:35 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/20 10:03:35 xtraeme Exp $
+#
+
+DISTNAME=      Net-Pcap-0.05
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    net perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER=    adrianp%stindustries.net@localhost
+HOMEPAGE=      http://search.cpan.org/author/KCARNUT/Net-Pcap-0.04/Pcap.pm
+COMMENT=       Perl interface to pcap(3) LBL packet capture library
+
+USE_BUILDLINK3=        yes
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Net/Pcap/.packlist
+
+USE_BUILTIN.libpcap=   no # NetBSD's libpcap is very old.
+
+.include "../../lang/perl5/module.mk"
+.include "../../net/libpcap/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0df82d7f0f41 -r 70fd1c9714fc net/p5-Net-Pcap/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Pcap/PLIST     Tue Apr 20 10:03:35 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/20 10:03:36 xtraeme Exp $
diff -r 0df82d7f0f41 -r 70fd1c9714fc net/p5-Net-Pcap/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Pcap/distinfo  Tue Apr 20 10:03:35 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/20 10:03:36 xtraeme Exp $
+
+SHA1 (Net-Pcap-0.05.tar.gz) = 9bbbbb84174c63d7013fa51b85c440c935e537f8
+Size (Net-Pcap-0.05.tar.gz) = 10683 bytes



Home | Main Index | Thread Index | Old Index