diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-07-22 12:30:29 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-07-22 12:30:29 +0800 |
commit | 25d63c442130a2a874235cb630c4a5fdb04c9965 (patch) | |
tree | 546815063e2235c94e0d35a075b9d166382854fe /databases | |
parent | a8e389852cb14bab55a1266420b07a7dbf11bfaf (diff) | |
download | freebsd-ports-gnome-25d63c442130a2a874235cb630c4a5fdb04c9965.tar.gz freebsd-ports-gnome-25d63c442130a2a874235cb630c4a5fdb04c9965.tar.zst freebsd-ports-gnome-25d63c442130a2a874235cb630c4a5fdb04c9965.zip |
Remove dbiwrapper(was repo copied to p5-DBIWrapper)
Diffstat (limited to 'databases')
-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 |