[Midnightbsd-cvs] mports: databases/p5-Ima-DBI: Added Ima::DBI

ctriv at midnightbsd.org ctriv at midnightbsd.org
Sat Sep 1 22:41:58 EDT 2007


Log Message:
-----------
Added Ima::DBI

Added Files:
-----------
    mports/databases/p5-Ima-DBI:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ databases/p5-Ima-DBI/pkg-descr
@@ -0,0 +1,7 @@
+Ima::DBI attempts to organize and facilitate caching and more efficient
+use of database connections and statement handles by storing DBI and SQL
+information with your class (instead of as seperate objects).  This
+allows you to pass around just one object without worrying about a trail
+of DBI handles behind it.
+
+WWW: http://search.cpan.org/dist/Ima-DBI/
--- /dev/null
+++ databases/p5-Ima-DBI/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Ima/DBI/.packlist
+%%SITE_PERL%%/Ima/DBI.pm
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Ima/DBI
+ at dirrmtry %%SITE_PERL%%/Ima
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Ima
--- /dev/null
+++ databases/p5-Ima-DBI/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for:	Ima-DBI
+# Date created:		17 Dec 2001
+# Whom:			Sergey Skvortsov <skv at protey.ru>
+#
+# $FreeBSD: ports/databases/p5-Ima-DBI/Makefile,v 1.11 2007/06/13 20:29:02 skv Exp $
+# $MidnightBSD: mports/databases/p5-Ima-DBI/Makefile,v 1.1 2007/09/02 02:41:58 ctriv Exp $
+#
+
+PORTNAME=	Ima-DBI
+PORTVERSION=	0.35
+CATEGORIES=	databases perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	../../authors/id/P/PE/PERRIN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ctriv at MidnightBSD.org
+COMMENT=	Database connection caching and organization
+LICENSE=	perl
+
+BUILD_DEPENDS=	${SITE_PERL}/DBIx/ContextualFetch.pm:${PORTSDIR}/databases/p5-DBIx-ContextualFetch \
+		${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
+		${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Ima::DBI.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ databases/p5-Ima-DBI/distinfo
@@ -0,0 +1,3 @@
+MD5 (Ima-DBI-0.35.tar.gz) = f3c5c0b1fe509556ca35f08aae91b3f5
+SHA256 (Ima-DBI-0.35.tar.gz) = 8b481ceedbf0ae4a83effb80581550008bfdd3885ef01145e3733c7097c00a08
+SIZE (Ima-DBI-0.35.tar.gz) = 15932


More information about the Midnightbsd-cvs mailing list