mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
add p5-ResoucePool 0.9906
A generic way to use connection caching for any kind of resources
This commit is contained in:
parent
265a8e937c
commit
45924720fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64282
@ -526,6 +526,7 @@
|
||||
SUBDIR += p5-ReadLine-Gnu
|
||||
SUBDIR += p5-ReadLine-Perl
|
||||
SUBDIR += p5-Religion
|
||||
SUBDIR += p5-ResourcePool
|
||||
SUBDIR += p5-Resources
|
||||
SUBDIR += p5-SPOPS
|
||||
SUBDIR += p5-Search-Binary
|
||||
|
32
devel/p5-ResourcePool/Makefile
Normal file
32
devel/p5-ResourcePool/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: p5-ResourcePool
|
||||
# Date created: Aug 9, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ResourcePool
|
||||
PORTVERSION= 0.9906
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
||||
http://www.fatalmind.com/projects/ResourcePool/
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/M/MW/MWS
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= ResourcePool.3 \
|
||||
ResourcePool::Factory.3 \
|
||||
ResourcePool::Factory::DBI.3 \
|
||||
ResourcePool::Factory::Net::LDAP.3 \
|
||||
ResourcePool::LoadBalancer.3 \
|
||||
ResourcePool::Resource.3 \
|
||||
ResourcePool::Resource::DBI.3 \
|
||||
ResourcePool::Resource::Net::LDAP.3 \
|
||||
ResourcePool::Singleton.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-ResourcePool/distinfo
Normal file
1
devel/p5-ResourcePool/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ResourcePool-0.9906.tar.gz) = 008fff82b43b37a43fa0c5b2294140ca
|
1
devel/p5-ResourcePool/pkg-comment
Normal file
1
devel/p5-ResourcePool/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A generic way to use connection caching for any kind of resources
|
13
devel/p5-ResourcePool/pkg-descr
Normal file
13
devel/p5-ResourcePool/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
The ResourcePool provides a generic way to use connection caching for any
|
||||
kind of resources. The package includes classes to deal with DBI and
|
||||
Net::LDAP resources and is easily extensible. It has also a LoadBalancer
|
||||
class to spread load across different servers and is able to do fail over
|
||||
to increase the overall availability of the service.
|
||||
|
||||
Use this package if you...
|
||||
...want to use connection caching (persistent connections) for something
|
||||
which is NOT DBI (e.g. Net::LDAP).
|
||||
...have more then one server which can handle your requests and need to
|
||||
implement load balancing and/or fail over.
|
||||
|
||||
WWW: http://www.fatalmind.com/projects/ResourcePool/
|
17
devel/p5-ResourcePool/pkg-plist
Normal file
17
devel/p5-ResourcePool/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory/DBI.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory/Net/LDAP.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/LoadBalancer.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource/DBI.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource/Net/LDAP.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Singleton.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory/Net
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource/Net
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource
|
||||
@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
|
Loading…
Reference in New Issue
Block a user