From fc652a2fcad6fc4b7c1d7485d6422c04165b04d0 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Mon, 16 Jul 2001 07:22:50 +0000 Subject: DBIWrapper is the generic database Object for accessing the DBI database interface. It provides the lowest level of functionality needed by any program wanting to access databases via the DBI. Currently, DBIWrapper is only aware of Pg (PostgreSQL), mysql (MySQL) and ODBC DBD modules and how to work with them correctly. Support for transactions on MySQL is now checked for and if found to be available, the AutoCommit flag is turned off so that transactions will be used. PR: ports/28563 Submitted by: Pete Fritchman --- databases/p5-DBIWrapper/Makefile | 26 ++++++++++++++++++++++++++ databases/p5-DBIWrapper/distinfo | 1 + databases/p5-DBIWrapper/pkg-comment | 1 + databases/p5-DBIWrapper/pkg-descr | 15 +++++++++++++++ databases/p5-DBIWrapper/pkg-plist | 5 +++++ 5 files changed, 48 insertions(+) create mode 100644 databases/p5-DBIWrapper/Makefile create mode 100644 databases/p5-DBIWrapper/distinfo create mode 100644 databases/p5-DBIWrapper/pkg-comment create mode 100644 databases/p5-DBIWrapper/pkg-descr create mode 100644 databases/p5-DBIWrapper/pkg-plist (limited to 'databases/p5-DBIWrapper') diff --git a/databases/p5-DBIWrapper/Makefile b/databases/p5-DBIWrapper/Makefile new file mode 100644 index 000000000000..b61918ce3c8f --- /dev/null +++ b/databases/p5-DBIWrapper/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: dbiwrapper +# Date Created: 30 June 2001 +# Whom: Pete Fritchman +# +# $FreeBSD$ +# + +PORTNAME= dbiwrapper +PORTVERSION= 0.11 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= dbi_wrapper-${PORTVERSION} + +MAINTAINER= petef@databits.net + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI + +PERL_CONFIGURE= yes + +USE_PERL5= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= DBIWrapper.3 + +.include diff --git a/databases/p5-DBIWrapper/distinfo b/databases/p5-DBIWrapper/distinfo new file mode 100644 index 000000000000..d96be14446ee --- /dev/null +++ b/databases/p5-DBIWrapper/distinfo @@ -0,0 +1 @@ +MD5 (dbi_wrapper-0.11.tar.gz) = 17ab176ae4e274a2897ddacfafa3b403 diff --git a/databases/p5-DBIWrapper/pkg-comment b/databases/p5-DBIWrapper/pkg-comment new file mode 100644 index 000000000000..39f6637f454a --- /dev/null +++ b/databases/p5-DBIWrapper/pkg-comment @@ -0,0 +1 @@ +Perl extension for generic DBI database access diff --git a/databases/p5-DBIWrapper/pkg-descr b/databases/p5-DBIWrapper/pkg-descr new file mode 100644 index 000000000000..d1993c66954f --- /dev/null +++ b/databases/p5-DBIWrapper/pkg-descr @@ -0,0 +1,15 @@ +DBIWrapper is the generic database Object for accessing +the DBI database interface. It provides the lowest level +of functionality needed by any program wanting to access +databases via the DBI. Currently, DBIWrapper is only +aware of Pg (PostgreSQL), mysql (MySQL) and ODBC DBD +modules and how to work with them correctly. + +Support for transactions on MySQL is now checked for and +if found to be available, the AutoCommit flag is turned +off so that transactions will be used. + +WWW: http://dbiwrapper.sourceforge.net/ + +- Pete +petef@databits.net diff --git a/databases/p5-DBIWrapper/pkg-plist b/databases/p5-DBIWrapper/pkg-plist new file mode 100644 index 000000000000..17a378d1469d --- /dev/null +++ b/databases/p5-DBIWrapper/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/DBIWrapper.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/DBIWrapper/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIWrapper/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIWrapper +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/DBIWrapper -- cgit v1.2.3