From owner-freebsd-ports Sat Jun 30 20:40:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E8F237B405 for ; Sat, 30 Jun 2001 20:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f613e3657340; Sat, 30 Jun 2001 20:40:03 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id EF69C37B406 for ; Sat, 30 Jun 2001 20:37:15 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f613a6025600; Sat, 30 Jun 2001 23:36:06 -0400 (EDT) (envelope-from petef) Message-Id: <200107010336.f613a6025600@electron.databits.net> Date: Sat, 30 Jun 2001 23:36:06 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28563: New port: databases/dbiwrapper Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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