Add p5-DBIx-HA 1.00, high Availability package for DBI.

PR:		ports/112351
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Cheng-Lung Sung 2007-05-26 05:49:36 +00:00
parent ae755cd828
commit 1cc0c03103
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191880
5 changed files with 42 additions and 0 deletions

View file

@ -246,6 +246,7 @@
SUBDIR += p5-DBIx-DBSchema
SUBDIR += p5-DBIx-DataSource
SUBDIR += p5-DBIx-Ease
SUBDIR += p5-DBIx-HA
SUBDIR += p5-DBIx-Log4perl
SUBDIR += p5-DBIx-MySQLSequence
SUBDIR += p5-DBIx-Password

View file

@ -0,0 +1,23 @@
# New ports collection makefile for: p5-DBIx-HA
# Date created: 2007-05-02
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= DBIx-HA
PORTVERSION= 1.00
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= DBIx
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= High Availability package for DBI
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-1
MAN3= DBIx::HA.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (DBIx-HA-1.00.tar.gz) = d4667ca5e98774a87eaedca5e537d4dd
SHA256 (DBIx-HA-1.00.tar.gz) = d12f83652d52db45e8b3c348b936e256281c966660a99cd59743cf3f30c3ef1b
SIZE (DBIx-HA-1.00.tar.gz) = 12515

View file

@ -0,0 +1,9 @@
DBIx::HA is a High Availability module for DBI. It is implemented by
overloading the DBI connect, prepare and execute methods and can be
seamlessly used without code modification except for initialization.
DBIx::HA also works seamlessly with Apache::DBI when available, and
ensures that cached database handles in the Apache::DBI module are
properly updated when failing over.
WWW: http://search.cpan.org/dist/DBIx-HA/

View file

@ -0,0 +1,6 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/HA/.packlist
%%SITE_PERL%%/DBIx/HA.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/HA
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
@dirrmtry %%SITE_PERL%%/DBIx