summaryrefslogtreecommitdiff
path: root/databases/p5-DBIWrapper
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-07-16 07:22:50 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-07-16 07:22:50 +0000
commitfc652a2fcad6fc4b7c1d7485d6422c04165b04d0 (patch)
treeb4e7f9378a5022091434b2695ab6943c4b546f20 /databases/p5-DBIWrapper
parentCorrect pkg-comment & pkg_desc. (diff)
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
Notes
Notes: svn path=/head/; revision=45159
Diffstat (limited to 'databases/p5-DBIWrapper')
-rw-r--r--databases/p5-DBIWrapper/Makefile26
-rw-r--r--databases/p5-DBIWrapper/distinfo1
-rw-r--r--databases/p5-DBIWrapper/pkg-comment1
-rw-r--r--databases/p5-DBIWrapper/pkg-descr15
-rw-r--r--databases/p5-DBIWrapper/pkg-plist5
5 files changed, 48 insertions, 0 deletions
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 <petef@databits.net>
+#
+# $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 <bsd.port.mk>
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