diff options
author | skv <skv@FreeBSD.org> | 2004-06-19 20:23:44 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-06-19 20:23:44 +0800 |
commit | 5aec37699253aa8cd26d315fc5a9d4fcf2066ce9 (patch) | |
tree | 19a8f8772c03e12f6defa277a5923f6fdb9f0092 /devel/p5-POE | |
parent | 9e0d6e345c9f11bc53b408706a2c206ace5f0c61 (diff) | |
download | freebsd-ports-gnome-5aec37699253aa8cd26d315fc5a9d4fcf2066ce9.tar.gz freebsd-ports-gnome-5aec37699253aa8cd26d315fc5a9d4fcf2066ce9.tar.zst freebsd-ports-gnome-5aec37699253aa8cd26d315fc5a9d4fcf2066ce9.zip |
Updated to 0.29
PR: ports/67964
Submitted by: lth
Diffstat (limited to 'devel/p5-POE')
-rw-r--r-- | devel/p5-POE/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-POE/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-POE/pkg-plist | 16 |
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 |