update devel/p5-ResourcePool to 1.0100

PR:		48769
Submitted by:	Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
Yen-Ming Lee 2003-03-01 06:58:23 +00:00
parent a43227dfdc
commit c5b265c082
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76683
3 changed files with 19 additions and 6 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= ResourcePool
PORTVERSION= 1.0000
PORTVERSION= 1.0100
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://www.fatalmind.com/projects/ResourcePool/
@ -17,7 +17,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= erwin@lansing.dk
COMMENT= A generic way to use connection caching for any kind of resources
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
@ -25,6 +25,10 @@ PERL_CONFIGURE= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= ResourcePool.3 \
ResourcePool::BigPicture.3 \
ResourcePool::Command.3 \
ResourcePool::Command::Exception.3 \
ResourcePool::Command::Execute.3 \
ResourcePool::Command::NoFailoverException.3 \
ResourcePool::ExtensionGuide.3 \
ResourcePool::Factory.3 \
ResourcePool::LoadBalancer.3 \

View File

@ -1 +1 @@
MD5 (ResourcePool-1.0000.tar.gz) = 08ca6f1889a9b7234d95033b5c9a06e9
MD5 (ResourcePool-1.0100.tar.gz) = 5444c4a70702081a2acdba590d74ffdc

View File

@ -1,20 +1,29 @@
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool.pod
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/BigPicture.pod
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command.pod
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/Exception.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/Exception.pod
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/Execute.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/Execute.pod
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/NoFailoverException.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/NoFailoverException.pod
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/ExtensionGuide.pod
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory.pod
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/LoadBalancer.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/LoadBalancer.pod
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/LoadBalancer/LeastUsage.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/LoadBalancer/FallBack.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/LoadBalancer/LeastUsage.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/LoadBalancer/RoundRobin.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource.pod
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Singleton.pm
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Singleton.pod
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/UML.pod
@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/LoadBalancer
@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ResourcePool/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ResourcePool
@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/LoadBalancer
@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command
@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool