From 381fb5c6df7b9ff0239ec2ef8563a19998f4fbef Mon Sep 17 00:00:00 2001 From: xtraeme Date: Tue, 20 Apr 2004 10:03:35 +0000 Subject: Initial import of p5-Net-Pcap, from pkgsrc-wip packaged by Adrian Portelli. perl interface to pcap(3) LBL packet capture library. --- 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(+) create mode 100644 net/p5-Net-Pcap/DESCR create mode 100644 net/p5-Net-Pcap/Makefile create mode 100644 net/p5-Net-Pcap/PLIST create mode 100644 net/p5-Net-Pcap/distinfo (limited to 'net') diff --git a/net/p5-Net-Pcap/DESCR b/net/p5-Net-Pcap/DESCR new file mode 100644 index 00000000000..2d8528b5cba --- /dev/null +++ b/net/p5-Net-Pcap/DESCR @@ -0,0 +1 @@ +perl interface to pcap(3) LBL packet capture library diff --git a/net/p5-Net-Pcap/Makefile b/net/p5-Net-Pcap/Makefile new file mode 100644 index 00000000000..9a354a6dde9 --- /dev/null +++ b/net/p5-Net-Pcap/Makefile @@ -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 +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 --git a/net/p5-Net-Pcap/PLIST b/net/p5-Net-Pcap/PLIST new file mode 100644 index 00000000000..e4955d18a3b --- /dev/null +++ b/net/p5-Net-Pcap/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/20 10:03:36 xtraeme Exp $ diff --git a/net/p5-Net-Pcap/distinfo b/net/p5-Net-Pcap/distinfo new file mode 100644 index 00000000000..4be091c1c37 --- /dev/null +++ b/net/p5-Net-Pcap/distinfo @@ -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 -- cgit v1.2.3