diff options
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBD-File/Makefile | 36 | ||||
-rw-r--r-- | databases/p5-DBD-File/distinfo | 3 | ||||
-rw-r--r-- | databases/p5-DBD-File/pkg-descr | 7 | ||||
-rw-r--r-- | databases/p5-DBD-File/pkg-plist | 6 |
7 files changed, 1 insertions, 54 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index eeaf337f235d..fbfa566c09f6 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -9208,7 +9208,6 @@ p5-Curses-Widgets ports/devel/p5-Curses-Widgets p5-DBD-AnyData ports/databases/p5-DBD-AnyData p5-DBD-CSV ports/databases/p5-DBD-CSV p5-DBD-Excel ports/databases/p5-DBD-Excel -p5-DBD-File ports/databases/p5-DBD-File p5-DBD-Google ports/databases/p5-DBD-Google p5-DBD-InterBase ports/databases/p5-DBD-InterBase p5-DBD-LDAP ports/databases/p5-DBD-LDAP @@ -3085,3 +3085,4 @@ graphics/digikamimageplugins|graphics/digikam|2007-07-02|Projects merged ftp/lukemftp|ftp/tnftp|2007-07-02|Vendor name change net/obnc||2007-07-03|Removed: A new version of this port is available from base system. databases/p5-DBD-RAM||2007-07-03|Has expired: Only works on 4.x +databases/p5-DBD-File||2007-07-03|Has expired: Only usable on 4.x diff --git a/databases/Makefile b/databases/Makefile index 2341704a8164..cac60c9bad7b 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -211,7 +211,6 @@ SUBDIR += p5-DBD-AnyData SUBDIR += p5-DBD-CSV SUBDIR += p5-DBD-Excel - SUBDIR += p5-DBD-File SUBDIR += p5-DBD-Google SUBDIR += p5-DBD-InterBase SUBDIR += p5-DBD-LDAP diff --git a/databases/p5-DBD-File/Makefile b/databases/p5-DBD-File/Makefile deleted file mode 100644 index 4d7aa87ba34f..000000000000 --- a/databases/p5-DBD-File/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: p5-DBD-File -# Date created: Nov 15 2003 -# Whom: vanilla -# -# $FreeBSD$ -# - -PORTNAME= DBD-File -PORTVERSION= 0.35 -CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= DBD -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= Base class for writing DBI drivers for plain files - -RUN_DEPENDS= ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement -BUILD_DEPENDS= ${RUN_DEPENDS} - -DEPRECATED= Only usable on 4.x -EXPIRATION_DATE= 2007-06-30 - -PERL_CONFIGURE= yes - -MAN3= DBD::File.3 - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 -.else -IGNORE= is useless with p5-DBI -.endif - -.include <bsd.port.post.mk> diff --git a/databases/p5-DBD-File/distinfo b/databases/p5-DBD-File/distinfo deleted file mode 100644 index 8cc540768d4a..000000000000 --- a/databases/p5-DBD-File/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (DBD-File-0.35.tar.gz) = 91ba616ff298365994e946345385f016 -SHA256 (DBD-File-0.35.tar.gz) = 97e361083eaf278a3928f662f0c7b08f34b90605879f9715b773ed3d1bf062f6 -SIZE (DBD-File-0.35.tar.gz) = 8074 diff --git a/databases/p5-DBD-File/pkg-descr b/databases/p5-DBD-File/pkg-descr deleted file mode 100644 index 70436a2c0a88..000000000000 --- a/databases/p5-DBD-File/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -README FILE FOR MODULE DBD::File - -This module is currently not directly usable, rather it is a base subclass -for modules like DBD::CSV and DBD::AnyData. -See documentation for those modules. - -WWW: http://search.cpan.org/dist/DBD-File/ diff --git a/databases/p5-DBD-File/pkg-plist b/databases/p5-DBD-File/pkg-plist deleted file mode 100644 index 5209292ccff8..000000000000 --- a/databases/p5-DBD-File/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -@comment $FreeBSD$ -%%SITE_PERL%%/DBD/File.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/File/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/File -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD -@dirrmtry %%SITE_PERL%%/DBD |