- initial import of POE-Component-Pcap 0.04
POE::Component::Pcap provides a wrapper for using the Net::Pcap module from POE programs. The component creates a separate session which posts events to a specified session and state when packets are available.
This commit is contained in:
parent
66cd81a610
commit
eeca8c11ec
30
net/p5-POE-Component-Pcap/Makefile
Normal file
30
net/p5-POE-Component-Pcap/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/05/24 06:28:19 msf Exp $
|
||||
|
||||
COMMENT= "POE interface to Net::Pcap"
|
||||
|
||||
DISTNAME= POE-Component-Pcap-0.04
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= net perl5
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# Artitistic License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
|
||||
|
||||
BUILD_DEPENDS= ::net/p5-Net-Pcap \
|
||||
::net/p5-NetPacket
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
# regress requires root privileges and a network connection
|
||||
REGRESS_IS_INTERACTIVE= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
net/p5-POE-Component-Pcap/distinfo
Normal file
4
net/p5-POE-Component-Pcap/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (POE-Component-Pcap-0.04.tar.gz) = 11c6e6babcb8ee0b6a3c247c04059dc1
|
||||
RMD160 (POE-Component-Pcap-0.04.tar.gz) = 4dc6891b827d23669351e393c86095f25ed1fb26
|
||||
SHA1 (POE-Component-Pcap-0.04.tar.gz) = 5220bfdafcb3d46f1368d1eb73dd59efea3fbf43
|
||||
SIZE (POE-Component-Pcap-0.04.tar.gz) = 6940
|
3
net/p5-POE-Component-Pcap/pkg/DESCR
Normal file
3
net/p5-POE-Component-Pcap/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
POE::Component::Pcap provides a wrapper for using the Net::Pcap module
|
||||
from POE programs. The component creates a separate session which posts
|
||||
events to a specified session and state when packets are available.
|
5
net/p5-POE-Component-Pcap/pkg/PLIST
Normal file
5
net/p5-POE-Component-Pcap/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/05/24 06:28:19 msf Exp $
|
||||
${P5SITE}/POE/
|
||||
${P5SITE}/POE/Component/
|
||||
${P5SITE}/POE/Component/Pcap.pm
|
||||
@man man/man3p/POE::Component::Pcap.3p
|
Loading…
Reference in New Issue
Block a user