1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Update to 1.289

- Change maintainer to perl@

Changes:	http://cpansearch.perl.org/src/RCAPUTO/POE-1.289/CHANGES
PR:		ports/143625
Submitted by:	max
This commit is contained in:
Sergey Skvortsov 2010-06-11 14:27:51 +00:00
parent 6c411c7524
commit 6ff7191dcf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256392
3 changed files with 14 additions and 22 deletions

View File

@ -6,21 +6,18 @@
#
PORTNAME= POE
PORTVERSION= 1.0070
PORTREVISION= 1
PORTVERSION= 1.289
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
MAINTAINER= skv@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Multitasking and networking framework for perl
BUILD_DEPENDS= ${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 \
BUILD_DEPENDS= \
p5-IO-Tty>=1.08:${PORTSDIR}/devel/p5-IO-Tty \
p5-POE-Test-Loops>=1.021:${PORTSDIR}/devel/p5-POE-Test-Loops
p5-POE-Test-Loops>=1.031:${PORTSDIR}/devel/p5-POE-Test-Loops
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
@ -28,16 +25,16 @@ CONFIGURE_ARGS= --default
MAN3= POE.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::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::Loop::IO_Poll.3 POE::Loop::PerlSignals.3 \
POE::Loop::Select.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::Events.3 \
POE::Resource::Extrefs.3 POE::Resource::FileHandles.3 \
POE::Resource::SIDs.3 POE::Resource::Sessions.3 \

View File

@ -1,3 +1,3 @@
MD5 (POE-1.007.tar.gz) = c7e8822bd11ed36a2f716f60e58da2e6
SHA256 (POE-1.007.tar.gz) = 5506b4e59aa455b026c4d92db083e7d6d36021b21a13be43d177276ab7d56a84
SIZE (POE-1.007.tar.gz) = 356697
MD5 (POE-1.289.tar.gz) = 2172566f98313658d5f6cce231476f07
SHA256 (POE-1.289.tar.gz) = 1e16d214d14d2727df812de0073fbffee52fb25e50d654613e2d0302d2c194f8
SIZE (POE-1.289.tar.gz) = 366482

View File

@ -17,14 +17,9 @@
%%SITE_PERL%%/POE/Filter/Stream.pm
%%SITE_PERL%%/POE/Kernel.pm
%%SITE_PERL%%/POE/Loop.pm
%%SITE_PERL%%/POE/Loop/Event.pm
%%SITE_PERL%%/POE/Loop/Gtk.pm
%%SITE_PERL%%/POE/Loop/IO_Poll.pm
%%SITE_PERL%%/POE/Loop/PerlSignals.pm
%%SITE_PERL%%/POE/Loop/Select.pm
%%SITE_PERL%%/POE/Loop/Tk.pm
%%SITE_PERL%%/POE/Loop/TkActiveState.pm
%%SITE_PERL%%/POE/Loop/TkCommon.pm
%%SITE_PERL%%/POE/NFA.pm
%%SITE_PERL%%/POE/Pipe.pm
%%SITE_PERL%%/POE/Pipe/OneWay.pm