1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
This commit is contained in:
Vanilla I. Shu 2001-07-16 07:22:50 +00:00
parent 92295d9254
commit fc652a2fca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45159
11 changed files with 97 additions and 0 deletions

View File

@ -6,6 +6,7 @@
SUBDIR += db
SUBDIR += db3
SUBDIR += dbf2mysql
SUBDIR += dbiwrapper
SUBDIR += dbmetrix
SUBDIR += dbtool
SUBDIR += dbview

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (dbi_wrapper-0.11.tar.gz) = 17ab176ae4e274a2897ddacfafa3b403

View File

@ -0,0 +1 @@
Perl extension for generic DBI database access

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (dbi_wrapper-0.11.tar.gz) = 17ab176ae4e274a2897ddacfafa3b403

View File

@ -0,0 +1 @@
Perl extension for generic DBI database access

View File

@ -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

View File

@ -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