Updated to 0.53

PR:	ports/52179
This commit is contained in:
Sergey Skvortsov 2003-05-21 11:15:30 +00:00
parent 3d0a71ee98
commit f6f8f7a12a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81593
4 changed files with 15 additions and 17 deletions

View File

@ -6,22 +6,20 @@
#
PORTNAME= POE-Component-JobQueue
PORTVERSION= 0.51
PORTVERSION= 0.53
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://poe.perl.org/poedown/
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
COMMENT= POE component for processing large numbers of tasks with finite numbers of workers
MAINTAINER= skv@FreeBSD.org
COMMENT= POE component to manage queues and worker pools
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= POE::Component::JobQueue.3
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (POE-Component-JobQueue-0.51.tar.gz) = f72a5ad34446e51f1443c8d950f94565
MD5 (POE-Component-JobQueue-0.53.tar.gz) = af14d62682d23f65c0a34b89fbdd832f

View File

@ -3,7 +3,7 @@ they handle an arbitrarily large number of tasks. It often is used as
a form of flow control, preventing a large group of tasks from
exhausting some sort of resource.
WWW: http://search.cpan.org/search?dist=POE-Component-JobQueue
WWW: http://search.cpan.org/dist/POE-Component-JobQueue/
-- Sergey Skvortsov
skv@protey.ru
skv@FreeBSD.org

View File

@ -1,7 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/JobQueue/.packlist
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/JobQueue.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/JobQueue
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
@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/Component 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
%%SITE_PERL%%/POE/Component/JobQueue.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/JobQueue/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/JobQueue
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true