Index: p5-POE-Component-Daemon/Makefile =================================================================== RCS file: p5-POE-Component-Daemon/Makefile diff -N p5-POE-Component-Daemon/Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ p5-POE-Component-Daemon/Makefile 21 May 2006 13:46:55 -0000 @@ -0,0 +1,49 @@ +# New ports collection makefile for: devel/p5-POE-Component-Daemon +# Date created: 24 February 2006 +# Whom: Zach Thompson +# +# $FreeBSD$ +# + +PORTNAME= POE-Component-Daemon +PORTVERSION= 0.10 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= POE +PKGNAMEPREFIX= p5- + +MAINTAINER= hideo@lastamericanempire.com +COMMENT= Handles all the housework for a daemon in POE + +BUILD_DEPENDS= ${SITE_PERL}/POE/API/Peek.pm:${PORTSDIR}/devel/p5-POE-API-Peek \ + ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= POE::Component::Daemon.3 + +.include + +PORTDOCS= * + +.if ${PERL_LEVEL} < 500601 +IGNORE= perl 5.6.1 or newer required. Install lang/perl5 or lang/perl5.8 and try again +.endif + +post-install: + @${MKDIR} ${EXAMPLESDIR} + @for i in ${WRKSRC}/*forking; do \ + ${PERL} -pi -e '$$_ = undef if m{use FindBin}o;' \ + -e 's{.FindBin::Dir(.+)$$}{/tmp$$1\nwarn "Logging to \$$logfile\\n";}o' $${i}; \ + ${INSTALL_SCRIPT} $${i} ${EXAMPLESDIR}; \ + done + +.ifndef(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + @for i in ${WRKSRC}/*.png; do \ + ${INSTALL_DATA} $${i} ${DOCSDIR}; \ + done +.endif + +.include Index: p5-POE-Component-Daemon/distinfo =================================================================== RCS file: p5-POE-Component-Daemon/distinfo diff -N p5-POE-Component-Daemon/distinfo --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ p5-POE-Component-Daemon/distinfo 21 May 2006 13:46:55 -0000 @@ -0,0 +1,3 @@ +MD5 (POE-Component-Daemon-0.10.tar.gz) = 1405dddb8a7b7cd6d269cfdfb45939ee +SHA256 (POE-Component-Daemon-0.10.tar.gz) = ad545279ba401143ca335bce9415b5527666f58ebcda0a4bf31931cf0347733e +SIZE (POE-Component-Daemon-0.10.tar.gz) = 61064 Index: p5-POE-Component-Daemon/pkg-descr =================================================================== RCS file: p5-POE-Component-Daemon/pkg-descr diff -N p5-POE-Component-Daemon/pkg-descr --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ p5-POE-Component-Daemon/pkg-descr 21 May 2006 13:46:55 -0000 @@ -0,0 +1,5 @@ +Dealing with all the little details of a forking daemon can be annoying and +hard. POE::Component::Daemon encapsulates all the details into one place +and (hopefully) gets them right. + +WWW: http://search.cpan.org/dist/POE-Component-Daemon/ Index: p5-POE-Component-Daemon/pkg-plist =================================================================== RCS file: p5-POE-Component-Daemon/pkg-plist diff -N p5-POE-Component-Daemon/pkg-plist --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ p5-POE-Component-Daemon/pkg-plist 21 May 2006 13:46:55 -0000 @@ -0,0 +1,13 @@ +%%SITE_PERL%%/POE/Component/Daemon.pm +%%SITE_PERL%%/POE/Component/Daemon/Scoreboard.pm +%%SITE_PERL%%/POE/Component/Daemon/ScoreboardSemaphore.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Daemon/.packlist +%%EXAMPLESDIR%%/forking +%%EXAMPLESDIR%%/preforking +@dirrm %%EXAMPLESDIR%% +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Daemon +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE +@dirrmtry %%SITE_PERL%%/POE/Component/Daemon +@dirrmtry %%SITE_PERL%%/POE/Component +@dirrmtry %%SITE_PERL%%/POE