diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-22 04:30:29 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-22 04:30:29 +0000 |
commit | 16d11603ac2bccaaea335853d8313a8d9a6755ef (patch) | |
tree | f9aef3fae5380a0d26a5ddf582572edf88328305 | |
parent | a7a8141c9f09594465987ecf87ffe4500bb612dd (diff) |
Remove dbiwrapper(was repo copied to p5-DBIWrapper)
Notes
Notes:
svn path=/head/; revision=45352
-rw-r--r-- | databases/dbiwrapper/Makefile | 28 | ||||
-rw-r--r-- | databases/dbiwrapper/distinfo | 1 | ||||
-rw-r--r-- | databases/dbiwrapper/pkg-comment | 1 | ||||
-rw-r--r-- | databases/dbiwrapper/pkg-descr | 15 | ||||
-rw-r--r-- | databases/dbiwrapper/pkg-plist | 5 |
5 files changed, 0 insertions, 50 deletions
diff --git a/databases/dbiwrapper/Makefile b/databases/dbiwrapper/Makefile deleted file mode 100644 index 57fdf152eae1..000000000000 --- a/databases/dbiwrapper/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: dbiwrapper -# Date Created: 30 June 2001 -# Whom: Pete Fritchman <petef@databits.net> -# -# $FreeBSD$ -# - -PORTNAME= DBIWrapper -PORTVERSION= 0.12 -CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= dbiwrapper -PKGNAMEPREFIX= p5- -DISTNAME= dbi_wrapper-${PORTVERSION} - -MAINTAINER= petef@databits.net - -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -USE_PERL5= yes - -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= DBIWrapper.3 - -.include <bsd.port.mk> diff --git a/databases/dbiwrapper/distinfo b/databases/dbiwrapper/distinfo deleted file mode 100644 index 28a9ec9011f8..000000000000 --- a/databases/dbiwrapper/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dbi_wrapper-0.12.tar.gz) = 4a0f074696b93e3af75522cbbd71d3aa diff --git a/databases/dbiwrapper/pkg-comment b/databases/dbiwrapper/pkg-comment deleted file mode 100644 index 39f6637f454a..000000000000 --- a/databases/dbiwrapper/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl extension for generic DBI database access diff --git a/databases/dbiwrapper/pkg-descr b/databases/dbiwrapper/pkg-descr deleted file mode 100644 index c80f662ab44f..000000000000 --- a/databases/dbiwrapper/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -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/ - -- Pete -petef@databits.net diff --git a/databases/dbiwrapper/pkg-plist b/databases/dbiwrapper/pkg-plist deleted file mode 100644 index 17a378d1469d..000000000000 --- a/databases/dbiwrapper/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -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 |