summaryrefslogtreecommitdiff
path: root/databases/p5-DBIWrapper
diff options
context:
space:
mode:
authorerh <erh>2004-07-08 19:23:08 +0000
committererh <erh>2004-07-08 19:23:08 +0000
commit4a5144a86f20d54ac065c937cdf65d0853281f70 (patch)
tree1d1d2c28a6b552a8456bf0a5224d04de10cfe705 /databases/p5-DBIWrapper
parenta1098a9149454458e649b71aa7a404658986257f (diff)
downloadpkgsrc-4a5144a86f20d54ac065c937cdf65d0853281f70.tar.gz
New package: DBIWrapper version 0.20
Perl extension for generic DBI database access CVl: ---------------------------------------------------------------------
Diffstat (limited to 'databases/p5-DBIWrapper')
-rw-r--r--databases/p5-DBIWrapper/DESCR12
-rw-r--r--databases/p5-DBIWrapper/Makefile27
-rw-r--r--databases/p5-DBIWrapper/PLIST1
-rw-r--r--databases/p5-DBIWrapper/distinfo4
4 files changed, 44 insertions, 0 deletions
diff --git a/databases/p5-DBIWrapper/DESCR b/databases/p5-DBIWrapper/DESCR
new file mode 100644
index 00000000000..d5e6d19598b
--- /dev/null
+++ b/databases/p5-DBIWrapper/DESCR
@@ -0,0 +1,12 @@
+DBIWrapper is a generic database Perl module for accessing
+the Perl 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/
diff --git a/databases/p5-DBIWrapper/Makefile b/databases/p5-DBIWrapper/Makefile
new file mode 100644
index 00000000000..195857985dd
--- /dev/null
+++ b/databases/p5-DBIWrapper/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/08 19:23:08 erh Exp $
+#
+
+DISTNAME= libdbiwrapper-perl-${VERSION}
+PKGNAME= p5-DBIWrapper-${VERSION}
+SVR4_PKGNAME= p5dbw
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dbiwrapper/}
+
+MAINTAINER= erh@netbsd.org
+HOMEPAGE= http://sourceforge.net/projects/dbiwrapper/
+COMMENT= Perl extension for generic DBI database access
+
+DEPENDS+= p5-XML-LibXML>=1.57:../../textproc/p5-XML-LibXML
+
+VERSION= 0.20
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBIWrapper/.packlist
+
+BUILDLINK_DEPENDS.p5-DBI+= p5-DBI>=1.37
+
+.include "../../databases/p5-DBI/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/p5-DBIWrapper/PLIST b/databases/p5-DBIWrapper/PLIST
new file mode 100644
index 00000000000..728b50ed702
--- /dev/null
+++ b/databases/p5-DBIWrapper/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/08 19:23:08 erh Exp $
diff --git a/databases/p5-DBIWrapper/distinfo b/databases/p5-DBIWrapper/distinfo
new file mode 100644
index 00000000000..b100f3fb249
--- /dev/null
+++ b/databases/p5-DBIWrapper/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/07/08 19:23:08 erh Exp $
+
+SHA1 (libdbiwrapper-perl-0.20.tar.gz) = 9f23eafc8d717719f7b73b10ce160e9a8719839f
+Size (libdbiwrapper-perl-0.20.tar.gz) = 22975 bytes