summaryrefslogtreecommitdiff
path: root/devel/p5-ResourcePool
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-03-01 06:58:23 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-03-01 06:58:23 +0000
commitc5b265c082f51cc82ec1f8099f6ea441a7eed341 (patch)
tree182094778484a74eb01eaf35e0f83106e9d7a5d5 /devel/p5-ResourcePool
parentUpdate to 2.1.0. (diff)
update devel/p5-ResourcePool to 1.0100
PR: 48769 Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes: svn path=/head/; revision=76683
Diffstat (limited to 'devel/p5-ResourcePool')
-rw-r--r--devel/p5-ResourcePool/Makefile8
-rw-r--r--devel/p5-ResourcePool/distinfo2
-rw-r--r--devel/p5-ResourcePool/pkg-plist15
3 files changed, 19 insertions, 6 deletions
diff --git a/devel/p5-ResourcePool/Makefile b/devel/p5-ResourcePool/Makefile
index 318272f5ddb2..fda87ec2ef7b 100644
--- a/devel/p5-ResourcePool/Makefile
+++ b/devel/p5-ResourcePool/Makefile
@@ -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 \
diff --git a/devel/p5-ResourcePool/distinfo b/devel/p5-ResourcePool/distinfo
index 54f04f588941..230c3399f546 100644
--- a/devel/p5-ResourcePool/distinfo
+++ b/devel/p5-ResourcePool/distinfo
@@ -1 +1 @@
-MD5 (ResourcePool-1.0000.tar.gz) = 08ca6f1889a9b7234d95033b5c9a06e9
+MD5 (ResourcePool-1.0100.tar.gz) = 5444c4a70702081a2acdba590d74ffdc
diff --git a/devel/p5-ResourcePool/pkg-plist b/devel/p5-ResourcePool/pkg-plist
index 1de90b8eef36..e90dfd0b9035 100644
--- a/devel/p5-ResourcePool/pkg-plist
+++ b/devel/p5-ResourcePool/pkg-plist
@@ -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