aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-07-11 17:06:07 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-07-11 17:06:07 +0000
commitf9751eec56775c4a1f7319a4601fe2a80c4a3aad (patch)
tree70cccc5566dfdd97bf13024d97e2530046465063 /net
parent4c7d6941e11648bc68f026d1b35e65e153963b51 (diff)
Updated to 0.04
Notes
Notes: svn path=/head/; revision=84678
Diffstat (limited to 'net')
-rw-r--r--net/p5-POE-Component-Pcap/Makefile11
-rw-r--r--net/p5-POE-Component-Pcap/distinfo2
-rw-r--r--net/p5-POE-Component-Pcap/pkg-descr10
-rw-r--r--net/p5-POE-Component-Pcap/pkg-plist14
4 files changed, 20 insertions, 17 deletions
diff --git a/net/p5-POE-Component-Pcap/Makefile b/net/p5-POE-Component-Pcap/Makefile
index f86acb87ac61..740750d3abc6 100644
--- a/net/p5-POE-Component-Pcap/Makefile
+++ b/net/p5-POE-Component-Pcap/Makefile
@@ -6,23 +6,22 @@
#
PORTNAME= POE-Component-Pcap
-PORTVERSION= 0.03
+PORTVERSION= 0.04
CATEGORIES= devel perl5 net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
-MAINTAINER= skv@protey.ru
+MAINTAINER= skv@FreeBSD.org
COMMENT= POE component for non-blocking use of Net::Pcap
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/Pcap.pm:${PORTSDIR}/net/p5-Net-Pcap \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/NetPacket/Ethernet.pm:${PORTSDIR}/net/p5-NetPacket
+BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
+ ${SITE_PERL}/${PERL_ARCH}/Net/Pcap.pm:${PORTSDIR}/net/p5-Net-Pcap \
+ ${SITE_PERL}/NetPacket/Ethernet.pm:${PORTSDIR}/net/p5-NetPacket
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= POE::Component::Pcap.3
.include <bsd.port.mk>
diff --git a/net/p5-POE-Component-Pcap/distinfo b/net/p5-POE-Component-Pcap/distinfo
index 76f3220f9bff..5762ee095e53 100644
--- a/net/p5-POE-Component-Pcap/distinfo
+++ b/net/p5-POE-Component-Pcap/distinfo
@@ -1 +1 @@
-MD5 (POE-Component-Pcap-0.03.tar.gz) = 16f048a0f4f96f74c4c7a2e60d7a9fd1
+MD5 (POE-Component-Pcap-0.04.tar.gz) = 11c6e6babcb8ee0b6a3c247c04059dc1
diff --git a/net/p5-POE-Component-Pcap/pkg-descr b/net/p5-POE-Component-Pcap/pkg-descr
index 1478366f129b..b2e0c5d73057 100644
--- a/net/p5-POE-Component-Pcap/pkg-descr
+++ b/net/p5-POE-Component-Pcap/pkg-descr
@@ -1,4 +1,8 @@
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.
+from POE programs. The component creates a separate session which posts
+events to a specified session and state when packets are available.
+
+WWW: http://search.cpan.org/dist/POE-Component-Pcap/
+
+-- Sergey Skvortsov
+skv@FreeBSD.org
diff --git a/net/p5-POE-Component-Pcap/pkg-plist b/net/p5-POE-Component-Pcap/pkg-plist
index 04b1ca37f474..371401577a37 100644
--- a/net/p5-POE-Component-Pcap/pkg-plist
+++ b/net/p5-POE-Component-Pcap/pkg-plist
@@ -1,7 +1,7 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Pcap/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Pcap.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Pcap
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Pcap/.packlist
+%%SITE_PERL%%/POE/Component/Pcap.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Pcap
+@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true