diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile index af658090b601..ddaab9af3357 100644 --- a/devel/p5-POE/Makefile +++ b/devel/p5-POE/Makefile @@ -1,62 +1,62 @@ # New ports collection makefile for: POE # Date created: 29 Apr 2001 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= POE -PORTVERSION= 0.9989 +PORTVERSION= 0.9999 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Multitasking and networking framework for perl BUILD_DEPENDS= \ ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event \ ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS= --default 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 \ POE::Filter::Line.3 POE::Filter::Map.3 \ POE::Filter::RecordBlock.3 POE::Filter::Reference.3 \ POE::Filter::Stackable.3 POE::Filter::Stream.3 POE::Kernel.3 \ POE::Loop.3 POE::Loop::Event.3 POE::Loop::Gtk.3 \ POE::Loop::IO_Poll.3 POE::Loop::PerlSignals.3 \ POE::Loop::Select.3 POE::Loop::Tk.3 POE::Loop::TkActiveState.3 \ POE::Loop::TkCommon.3 POE::NFA.3 POE::Pipe.3 \ POE::Pipe::OneWay.3 POE::Pipe::TwoWay.3 \ POE::Queue.3 POE::Queue::Array.3 POE::Resource.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::Resources.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) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include diff --git a/devel/p5-POE/distinfo b/devel/p5-POE/distinfo index 3ef10c116420..5b4e1f1a760d 100644 --- a/devel/p5-POE/distinfo +++ b/devel/p5-POE/distinfo @@ -1,3 +1,3 @@ -MD5 (POE-0.9989.tar.gz) = c4d7c842ac5a9a36acab08f43f6f6a97 -SHA256 (POE-0.9989.tar.gz) = 73b69d825ab866f9f7a1d57ed586b35d61b14303847c76a8b0710a8b501e685e -SIZE (POE-0.9989.tar.gz) = 362662 +MD5 (POE-0.9999.tar.gz) = 6672a43075cd597ed1011db5b45f1f1d +SHA256 (POE-0.9999.tar.gz) = 994e17322593d464bfc2bbdfb3b8cabfde4032dbe30d2ce50f698302391d5c7e +SIZE (POE-0.9999.tar.gz) = 358389 diff --git a/devel/p5-POE/pkg-descr b/devel/p5-POE/pkg-descr index 3923497de0ac..a76eb26eda4b 100644 --- a/devel/p5-POE/pkg-descr +++ b/devel/p5-POE/pkg-descr @@ -1,7 +1,8 @@ POE is a general purpose multitasking and networking framework. POE does standard event loop things, cooperative multitasking, network clients and servers; includes a high level class library that takes care of event driven I/O; provides a framework for portable program components. WWW: http://poe.perl.org/ +WWW: http://search.cpan.org/dist/POE/