diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2008-07-07 16:30:28 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2008-07-07 16:30:28 +0000 |
| commit | 5a77ad8d3efdfcd6816ac1b65bca1f0d68a42681 (patch) | |
| tree | 05a84bb5679d3540b78b4deab4489e8c11456316 /databases | |
| parent | Update to 0.54 (diff) | |
DBI wrapper that helps to deal with databases connection problems
WWW: http://search.cpan.org/dist/DBIx-RetryOverDisconnects/
PR: ports/125339
Submitted by: Vladimir Timofeev <vovkasm at gmail.com>
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/Makefile | 1 | ||||
| -rw-r--r-- | databases/p5-DBIx-RetryOverDisconnects/Makefile | 25 | ||||
| -rw-r--r-- | databases/p5-DBIx-RetryOverDisconnects/distinfo | 3 | ||||
| -rw-r--r-- | databases/p5-DBIx-RetryOverDisconnects/pkg-descr | 3 | ||||
| -rw-r--r-- | databases/p5-DBIx-RetryOverDisconnects/pkg-plist | 5 |
5 files changed, 37 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 781fd4ee0885..931ebd15a0dd 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -282,6 +282,7 @@ SUBDIR += p5-DBIx-Password SUBDIR += p5-DBIx-Perlish SUBDIR += p5-DBIx-Recordset + SUBDIR += p5-DBIx-RetryOverDisconnects SUBDIR += p5-DBIx-SQLEngine SUBDIR += p5-DBIx-SQLite-Simple SUBDIR += p5-DBIx-SearchBuilder diff --git a/databases/p5-DBIx-RetryOverDisconnects/Makefile b/databases/p5-DBIx-RetryOverDisconnects/Makefile new file mode 100644 index 000000000000..b5c01e41a01e --- /dev/null +++ b/databases/p5-DBIx-RetryOverDisconnects/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: DBIx-RetryOverDisconnects +# Date created: 06 Jul 2008 +# Whom: Vladimir Timofeev <vovkasm@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= DBIx-RetryOverDisconnects +PORTVERSION= 0.03 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= vovkasm@gmail.com +COMMENT= Keeps database connection persistent + +BUILD_DEPENDS= p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ + p5-Exception-Class>0:${PORTSDIR}/devel/p5-Exception-Class +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= DBIx::RetryOverDisconnects.3 + +.include <bsd.port.mk> diff --git a/databases/p5-DBIx-RetryOverDisconnects/distinfo b/databases/p5-DBIx-RetryOverDisconnects/distinfo new file mode 100644 index 000000000000..97ff7770a0a9 --- /dev/null +++ b/databases/p5-DBIx-RetryOverDisconnects/distinfo @@ -0,0 +1,3 @@ +MD5 (DBIx-RetryOverDisconnects-0.03.tar.gz) = 6c34684cfce5354af1804cdcad77be54 +SHA256 (DBIx-RetryOverDisconnects-0.03.tar.gz) = cf3d1dd520079fa56c03929ccac75100a49af8861c8774362b8090c82cd114b4 +SIZE (DBIx-RetryOverDisconnects-0.03.tar.gz) = 22892 diff --git a/databases/p5-DBIx-RetryOverDisconnects/pkg-descr b/databases/p5-DBIx-RetryOverDisconnects/pkg-descr new file mode 100644 index 000000000000..75304457e736 --- /dev/null +++ b/databases/p5-DBIx-RetryOverDisconnects/pkg-descr @@ -0,0 +1,3 @@ +DBI wrapper that helps to deal with databases connection problems + +WWW: http://search.cpan.org/dist/DBIx-RetryOverDisconnects/ diff --git a/databases/p5-DBIx-RetryOverDisconnects/pkg-plist b/databases/p5-DBIx-RetryOverDisconnects/pkg-plist new file mode 100644 index 000000000000..ef702f7f275f --- /dev/null +++ b/databases/p5-DBIx-RetryOverDisconnects/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/DBIx/RetryOverDisconnects.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/RetryOverDisconnects/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/RetryOverDisconnects +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx +@dirrmtry %%SITE_PERL%%/DBIx |
