Date: Sat, 30 Jun 2001 23:36:06 -0400 (EDT) From: Pete Fritchman <petef@databits.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28563: New port: databases/dbiwrapper Message-ID: <200107010336.f613a6025600@electron.databits.net>
next in thread | raw e-mail | index | archive | help
>Number: 28563 >Category: ports >Synopsis: New port: databases/dbiwrapper >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 30 20:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: 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/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # dbiwrapper # dbiwrapper/Makefile # dbiwrapper/distinfo # dbiwrapper/pkg-comment # dbiwrapper/pkg-descr # dbiwrapper/pkg-plist # echo c - dbiwrapper mkdir -p dbiwrapper > /dev/null 2>&1 echo x - dbiwrapper/Makefile sed 's/^X//' >dbiwrapper/Makefile << 'END-of-dbiwrapper/Makefile' X# New ports collection makefile for: dbiwrapper X# Date Created: 30 June 2001 X# Whom: Pete Fritchman <petef@databits.net> X# X# $FreeBSD$ X# X XPORTNAME= dbiwrapper XPORTVERSION= 0.11 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= dbi_wrapper-${PORTVERSION} X XMAINTAINER= petef@databits.net X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI X XPERL_CONFIGURE= yes X XUSE_PERL5= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= DBIWrapper.3 X X.include <bsd.port.mk> END-of-dbiwrapper/Makefile echo x - dbiwrapper/distinfo sed 's/^X//' >dbiwrapper/distinfo << 'END-of-dbiwrapper/distinfo' XMD5 (dbi_wrapper-0.11.tar.gz) = 17ab176ae4e274a2897ddacfafa3b403 END-of-dbiwrapper/distinfo echo x - dbiwrapper/pkg-comment sed 's/^X//' >dbiwrapper/pkg-comment << 'END-of-dbiwrapper/pkg-comment' XPerl extension for generic DBI database access END-of-dbiwrapper/pkg-comment echo x - dbiwrapper/pkg-descr sed 's/^X//' >dbiwrapper/pkg-descr << 'END-of-dbiwrapper/pkg-descr' XDBIWrapper is the generic database Object for accessing Xthe DBI database interface. It provides the lowest level Xof functionality needed by any program wanting to access Xdatabases via the DBI. Currently, DBIWrapper is only Xaware of Pg (PostgreSQL), mysql (MySQL) and ODBC DBD Xmodules and how to work with them correctly. X XSupport for transactions on MySQL is now checked for and Xif found to be available, the AutoCommit flag is turned Xoff so that transactions will be used. X XWWW: http://dbiwrapper.sourceforge.net/ X X- Pete Xpetef@databits.net END-of-dbiwrapper/pkg-descr echo x - dbiwrapper/pkg-plist sed 's/^X//' >dbiwrapper/pkg-plist << 'END-of-dbiwrapper/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/DBIWrapper.pm Xlib/perl5/site_perl/%%PERL_VER%%/auto/DBIWrapper/autosplit.ix Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIWrapper/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIWrapper X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/DBIWrapper END-of-dbiwrapper/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107010336.f613a6025600>