From 96a735d6dcd3e3ce366832270ccd78e8954e4cac Mon Sep 17 00:00:00 2001 From: erh Date: Thu, 8 Jul 2004 19:23:08 +0000 Subject: New package: DBIWrapper version 0.20 Perl extension for generic DBI database access CVl: --------------------------------------------------------------------- --- databases/p5-DBIWrapper/DESCR | 12 ++++++++++++ databases/p5-DBIWrapper/Makefile | 27 +++++++++++++++++++++++++++ databases/p5-DBIWrapper/PLIST | 1 + databases/p5-DBIWrapper/distinfo | 4 ++++ 4 files changed, 44 insertions(+) create mode 100644 databases/p5-DBIWrapper/DESCR create mode 100644 databases/p5-DBIWrapper/Makefile create mode 100644 databases/p5-DBIWrapper/PLIST create mode 100644 databases/p5-DBIWrapper/distinfo (limited to 'databases/p5-DBIWrapper') 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 -- cgit v1.2.3