diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-08 12:22:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-08 12:22:01 +0000 |
commit | 75a94b9e400b3f731dbb499473dda1d2c8fad3aa (patch) | |
tree | 7b46a27a214c570255c61b5573734e0796a3944a /devel | |
parent | add p5-DBIx-Recordset (diff) |
add p5-POE
Perl application kernel with event driven threads
PR: 26959
Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes:
svn path=/head/; revision=42405
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-POE/Makefile | 34 | ||||
-rw-r--r-- | devel/p5-POE/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-POE/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-POE/pkg-descr | 8 | ||||
-rw-r--r-- | devel/p5-POE/pkg-plist | 51 |
6 files changed, 96 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d18e951bab7a..0fe08c1dfeeb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -312,6 +312,7 @@ SUBDIR += p5-Mac-FileSpec-Unixish SUBDIR += p5-Make SUBDIR += p5-ORBit + SUBDIR += p5-POE SUBDIR += p5-PV SUBDIR += p5-Params-Validate SUBDIR += p5-Parse-RecDescent diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile new file mode 100644 index 000000000000..9c2a965288b4 --- /dev/null +++ b/devel/p5-POE/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: POE +# Date created: 29 Apr 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= POE +PORTVERSION= 0.14 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= POE +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= POE::Driver::SysRW.3 POE::Wheel::ListenAccept.3\ + POE::Filter::Grep.3 POE::Session.3 POE::Filter::Reference.3\ + POE::Wheel::SocketFactory.3 POE::Filter.3 POE::Preprocessor.3\ + POE::Pipe::TwoWay.3 POE::Wheel::ReadLine.3 POE::Wheel::ReadWrite.3\ + POE::Driver.3 POE::Component::Server::TCP.3 POE::Pipe::OneWay.3\ + POE.3 POE::Component.3 POE::Filter::Map.3 POE::Wheel.3 POE::NFA.3\ + POE::Wheel::Run.3 POE::Filter::HTTPD.3 POE::Filter::Line.3\ + POE::Filter::Stackable.3 POE::Filter::RecordBlock.3\ + POE::Filter::Block.3 POE::Wheel::FollowTail.3 POE::Kernel.3\ + POE::Filter::Stream.3 + +.include <bsd.port.mk> diff --git a/devel/p5-POE/distinfo b/devel/p5-POE/distinfo new file mode 100644 index 000000000000..9253af72bd76 --- /dev/null +++ b/devel/p5-POE/distinfo @@ -0,0 +1 @@ +MD5 (POE-0.14.tar.gz) = c29c479aa8424ddb66df7153249204f7 diff --git a/devel/p5-POE/pkg-comment b/devel/p5-POE/pkg-comment new file mode 100644 index 000000000000..b6071094bdaf --- /dev/null +++ b/devel/p5-POE/pkg-comment @@ -0,0 +1 @@ +Perl application kernel with event driven threads diff --git a/devel/p5-POE/pkg-descr b/devel/p5-POE/pkg-descr new file mode 100644 index 000000000000..6ed0007a5564 --- /dev/null +++ b/devel/p5-POE/pkg-descr @@ -0,0 +1,8 @@ +POE is a framework for building Perl programs that lends itself naturally +to tasks which involve reacting to external data. + +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/ diff --git a/devel/p5-POE/pkg-plist b/devel/p5-POE/pkg-plist new file mode 100644 index 000000000000..da9e73164adf --- /dev/null +++ b/devel/p5-POE/pkg-plist @@ -0,0 +1,51 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Devel/Null.pm +lib/perl5/site_perl/%%PERL_VER%%/Devel/Trace.pm +lib/perl5/site_perl/%%PERL_VER%%/MyOtherFreezer.pm +lib/perl5/site_perl/%%PERL_VER%%/POE.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Component.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Server/TCP.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Driver.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Driver/SysRW.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Filter.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/Block.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/Grep.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/HTTPD.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/Line.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/Map.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/RecordBlock.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/Reference.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/Stackable.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/Stream.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Kernel.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Kernel/Event.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Kernel/Gtk.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Kernel/Select.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Kernel/Tk.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/NFA.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Pipe/OneWay.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Pipe/TwoWay.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Preprocessor.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Session.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Wheel.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Wheel/Curses.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Wheel/FollowTail.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Wheel/ListenAccept.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Wheel/ReadLine.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Wheel/ReadWrite.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Wheel/Run.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Wheel/SocketFactory.pm +lib/perl5/site_perl/%%PERL_VER%%/TestSetup.pm +lib/perl5/site_perl/%%PERL_VER%%/coverage.perl +lib/perl5/site_perl/%%PERL_VER%%/deptest.perl +@dirrm lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Server +@dirrm lib/perl5/site_perl/%%PERL_VER%%/POE/Component +@dirrm lib/perl5/site_perl/%%PERL_VER%%/POE/Driver +@dirrm lib/perl5/site_perl/%%PERL_VER%%/POE/Filter +@dirrm lib/perl5/site_perl/%%PERL_VER%%/POE/Kernel +@dirrm lib/perl5/site_perl/%%PERL_VER%%/POE/Pipe +@dirrm lib/perl5/site_perl/%%PERL_VER%%/POE/Wheel +@dirrm lib/perl5/site_perl/%%PERL_VER%%/POE +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE +@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 2>/dev/null || true |