aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2007-07-04 03:41:48 +0800
committererwin <erwin@FreeBSD.org>2007-07-04 03:41:48 +0800
commit93aaddbc6562e717bfb731f04f3db0ddd42b5eec (patch)
tree1383628cbd69e4af2b56525da8f6bfa0993fc07c
parent2c90d2956fee5c7ac78991b48244af331a00b2ca (diff)
downloadfreebsd-ports-gnome-93aaddbc6562e717bfb731f04f3db0ddd42b5eec.tar.gz
freebsd-ports-gnome-93aaddbc6562e717bfb731f04f3db0ddd42b5eec.tar.zst
freebsd-ports-gnome-93aaddbc6562e717bfb731f04f3db0ddd42b5eec.zip
Remove expired port.
2007-07-30 databases/p5-DBD-RAM: Only works on 4.x
-rw-r--r--CVSROOT/modules1
-rw-r--r--MOVED1
-rw-r--r--databases/Makefile1
-rw-r--r--databases/p5-DBD-RAM/Makefile30
-rw-r--r--databases/p5-DBD-RAM/distinfo3
-rw-r--r--databases/p5-DBD-RAM/pkg-descr8
-rw-r--r--databases/p5-DBD-RAM/pkg-plist5
7 files changed, 1 insertions, 48 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules
index 4e93f4bb073b..eeaf337f235d 100644
--- a/CVSROOT/modules
+++ b/CVSROOT/modules
@@ -9218,7 +9218,6 @@ p5-DBD-Oracle ports/databases/p5-DBD-Oracle
p5-DBD-Pg ports/databases/p5-DBD-Pg
p5-DBD-PgPP ports/databases/p5-DBD-PgPP
p5-DBD-PgSPI ports/databases/p5-DBD-PgSPI
-p5-DBD-RAM ports/databases/p5-DBD-RAM
p5-DBD-SQLite ports/databases/p5-DBD-SQLite
p5-DBD-SQLite2 ports/databases/p5-DBD-SQLite2
p5-DBD-Sybase ports/databases/p5-DBD-Sybase
diff --git a/MOVED b/MOVED
index 5057103ec44a..36bf11ed88b0 100644
--- a/MOVED
+++ b/MOVED
@@ -3084,3 +3084,4 @@ security/jeta|security/horde-jeta|2007-06-21|Port renamed for consistency
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
diff --git a/databases/Makefile b/databases/Makefile
index b8634f4e5be7..2341704a8164 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -221,7 +221,6 @@
SUBDIR += p5-DBD-Pg
SUBDIR += p5-DBD-PgPP
SUBDIR += p5-DBD-PgSPI
- SUBDIR += p5-DBD-RAM
SUBDIR += p5-DBD-SQLite
SUBDIR += p5-DBD-SQLite2
SUBDIR += p5-DBD-Sybase
diff --git a/databases/p5-DBD-RAM/Makefile b/databases/p5-DBD-RAM/Makefile
deleted file mode 100644
index d7975902d70c..000000000000
--- a/databases/p5-DBD-RAM/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: p5-DBD-RAM
-# Date created: Nov 15 2003
-# Whom: vanilla
-#
-# $FreeBSD$
-#
-
-PORTNAME= DBD-RAM
-PORTVERSION= 0.072
-PORTREVISION= 0
-CATEGORIES= databases perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= DBD
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= DBI driver for files and data structures
-
-BUILD_DEPENDS= ${SITE_PERL}/DBD/File.pm:${PORTSDIR}/databases/p5-DBD-File \
- ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-DEPRECATED= Only works on 4.x
-EXPIRATION_DATE= 2007-07-30
-
-PERL_CONFIGURE= yes
-
-MAN3= DBD::RAM.3
-
-.include <bsd.port.mk>
diff --git a/databases/p5-DBD-RAM/distinfo b/databases/p5-DBD-RAM/distinfo
deleted file mode 100644
index 5b64b70b6392..000000000000
--- a/databases/p5-DBD-RAM/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (DBD-RAM-0.072.tar.gz) = 4ab119a341b4b2afa4644805239449b9
-SHA256 (DBD-RAM-0.072.tar.gz) = ed78b68daced5d3fe2ee4f8867e260b1bcd2c0fbc78a4f0fff1b7fc518fef3f8
-SIZE (DBD-RAM-0.072.tar.gz) = 29864
diff --git a/databases/p5-DBD-RAM/pkg-descr b/databases/p5-DBD-RAM/pkg-descr
deleted file mode 100644
index f37da0e03d8c..000000000000
--- a/databases/p5-DBD-RAM/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-DBD::RAM allows you to import almost any type of Perl data
-structure into an in-memory table and then use DBI and SQL
-to access and modify it. It also allows direct access to
-almost any kind of file, supporting SQL manipulation
-of the file without converting the file out of its native
-format.
-
-WWW: http://search.cpan.org/dist/DBD-RAM/
diff --git a/databases/p5-DBD-RAM/pkg-plist b/databases/p5-DBD-RAM/pkg-plist
deleted file mode 100644
index d4ff0b0e101e..000000000000
--- a/databases/p5-DBD-RAM/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-%%SITE_PERL%%/DBD/RAM.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/RAM/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/RAM
-@dirrmtry %%SITE_PERL%%/%PERL_ARCH%%/auto/DBD
-@dirrmtry %%SITE_PERL%%/DBD