aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-POE
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-06-19 12:23:44 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-06-19 12:23:44 +0000
commit19328be00ee9b82eb65232fb2e9feb4bb7c78f3f (patch)
treedf5f8b450df5a1a1c8ed5d5a2d1dc4b4dbc47ba5 /devel/p5-POE
parentc02842c76efcc10cf949713a8c59f7954d23f3c4 (diff)
downloadports-19328be00ee9b82eb65232fb2e9feb4bb7c78f3f.tar.gz
ports-19328be00ee9b82eb65232fb2e9feb4bb7c78f3f.zip
Updated to 0.29
PR: ports/67964 Submitted by: lth
Notes
Notes: svn path=/head/; revision=111817
Diffstat (limited to 'devel/p5-POE')
-rw-r--r--devel/p5-POE/Makefile22
-rw-r--r--devel/p5-POE/distinfo4
-rw-r--r--devel/p5-POE/pkg-plist16
3 files changed, 17 insertions, 25 deletions
diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile
index 23751b029e91..4ccf7899cf82 100644
--- a/devel/p5-POE/Makefile
+++ b/devel/p5-POE/Makefile
@@ -6,11 +6,12 @@
#
PORTNAME= POE
-PORTVERSION= 0.2802
+PORTVERSION= 0.2900
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
MAINTAINER= skv@FreeBSD.org
COMMENT= Multitasking and networking framework for perl
@@ -26,7 +27,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= --default
-MAN3= POE.3 POE::API::ResLoader.3 POE::Component.3 \
+MAN3= POE.3 POE::API::Ctl.3 POE::API::ResLoader.3 POE::Component.3 \
POE::Component::Client::TCP.3 POE::Component::Server::TCP.3 \
POE::Driver.3 POE::Driver::SysRW.3 POE::Filter.3 \
POE::Filter::Block.3 POE::Filter::Grep.3 POE::Filter::HTTPD.3 \
@@ -39,14 +40,15 @@ MAN3= POE.3 POE::API::ResLoader.3 POE::Component.3 \
POE::Loop::TkCommon.3 POE::NFA.3 POE::Pipe.3 \
POE::Pipe::OneWay.3 POE::Pipe::TwoWay.3 POE::Preprocessor.3 \
POE::Queue.3 POE::Queue::Array.3 POE::Resource.3 \
- POE::Resource::Aliases.3 POE::Resource::Events.3 \
- POE::Resource::Extrefs.3 POE::Resource::FileHandles.3 \
- POE::Resource::SIDs.3 POE::Resource::Sessions.3 \
- POE::Resource::Signals.3 POE::Resource::Statistics.3 \
- POE::Session.3 POE::Wheel.3 POE::Wheel::Curses.3 \
- POE::Wheel::FollowTail.3 POE::Wheel::ListenAccept.3 \
- POE::Wheel::ReadLine.3 POE::Wheel::ReadWrite.3 \
- POE::Wheel::Run.3 POE::Wheel::SocketFactory.3
+ POE::Resource::Aliases.3 POE::Resource::Controls.3 \
+ POE::Resource::Events.3 POE::Resource::Extrefs.3 \
+ POE::Resource::FileHandles.3 POE::Resource::SIDs.3 \
+ POE::Resource::Sessions.3 POE::Resource::Signals.3 \
+ POE::Resource::Statistics.3 POE::Session.3 POE::Wheel.3 \
+ POE::Wheel::Curses.3 POE::Wheel::FollowTail.3 \
+ POE::Wheel::ListenAccept.3 POE::Wheel::ReadLine.3 \
+ POE::Wheel::ReadWrite.3 POE::Wheel::Run.3 \
+ POE::Wheel::SocketFactory.3
post-install:
.ifndef(NOPORTDOCS)
diff --git a/devel/p5-POE/distinfo b/devel/p5-POE/distinfo
index 73b5209aea1c..29f8f6b7e53e 100644
--- a/devel/p5-POE/distinfo
+++ b/devel/p5-POE/distinfo
@@ -1,2 +1,2 @@
-MD5 (POE-0.2802.tar.gz) = fd27e0e25dd77d6a19dff7cdce0160de
-SIZE (POE-0.2802.tar.gz) = 361132
+MD5 (POE-0.29.tar.gz) = 1711e3cd92b388cbe89f6f801d5d0452
+SIZE (POE-0.29.tar.gz) = 360228
diff --git a/devel/p5-POE/pkg-plist b/devel/p5-POE/pkg-plist
index 3b991eeb4ad3..f88c28c0295b 100644
--- a/devel/p5-POE/pkg-plist
+++ b/devel/p5-POE/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/.packlist
%%SITE_PERL%%/POE.pm
+%%SITE_PERL%%/POE/API/Ctl.pm
%%SITE_PERL%%/POE/API/ResLoader.pm
%%SITE_PERL%%/POE/Component.pm
%%SITE_PERL%%/POE/Component/Client/TCP.pm
@@ -36,6 +37,7 @@
%%SITE_PERL%%/POE/Queue/Array.pm
%%SITE_PERL%%/POE/Resource.pm
%%SITE_PERL%%/POE/Resource/Aliases.pm
+%%SITE_PERL%%/POE/Resource/Controls.pm
%%SITE_PERL%%/POE/Resource/Events.pm
%%SITE_PERL%%/POE/Resource/Extrefs.pm
%%SITE_PERL%%/POE/Resource/FileHandles.pm
@@ -67,33 +69,21 @@
@dirrm %%SITE_PERL%%/POE/Wheel
@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
+%%PORTDOCS%%%%EXAMPLESDIR%%/README.samples
%%PORTDOCS%%%%EXAMPLESDIR%%/create.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/fakelogin.perl
-%%PORTDOCS%%%%EXAMPLESDIR%%/filterchange.perl
-%%PORTDOCS%%%%EXAMPLESDIR%%/followtail.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/forkbomb.perl
-%%PORTDOCS%%%%EXAMPLESDIR%%/httpd.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/names.perl
-%%PORTDOCS%%%%EXAMPLESDIR%%/neural-net.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/objmaps.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/objsessions.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/packagesessions.perl
-%%PORTDOCS%%%%EXAMPLESDIR%%/preforkedserver.perl
-%%PORTDOCS%%%%EXAMPLESDIR%%/proxy.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/queue.perl
-%%PORTDOCS%%%%EXAMPLESDIR%%/readline.perl
-%%PORTDOCS%%%%EXAMPLESDIR%%/ref-type.perl
-%%PORTDOCS%%%%EXAMPLESDIR%%/refsender.perl
-%%PORTDOCS%%%%EXAMPLESDIR%%/refserver.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/selects.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/sessions.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/signals.perl
-%%PORTDOCS%%%%EXAMPLESDIR%%/socketfactory.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/tcp_watermarks.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/thrash.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/tk.perl
-%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial-chat.perl
-%%PORTDOCS%%%%EXAMPLESDIR%%/udp.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/watermarks.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/wheels.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/wheels2.perl