1
0
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:
Ying-Chieh Liao 2002-08-09 15:16:24 +00:00
parent 265a8e937c
commit 45924720fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64282
6 changed files with 65 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1 @@
MD5 (ResourcePool-0.9906.tar.gz) = 008fff82b43b37a43fa0c5b2294140ca

View File

@ -0,0 +1 @@
A generic way to use connection caching for any kind of resources

View 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/

View 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