aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2015-07-22 13:41:10 +0800
committerrene <rene@FreeBSD.org>2015-07-22 13:41:10 +0800
commit29860edfc557b5ff4e760f470442bb7c5fcf3142 (patch)
tree827ce01b4ed5dfc0b561387b963740a2f653f3fd /databases
parent4bd9a95510997fd54d407568f3305d448aaa5678 (diff)
downloadfreebsd-ports-gnome-29860edfc557b5ff4e760f470442bb7c5fcf3142.tar.gz
freebsd-ports-gnome-29860edfc557b5ff4e760f470442bb7c5fcf3142.tar.zst
freebsd-ports-gnome-29860edfc557b5ff4e760f470442bb7c5fcf3142.zip
Remove expired port:
2015-07-22 databases/p5-DBD-Pg32: Use databases/p5-DBD-Pg instead, compatability probles are fixed
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/p5-DBD-Pg32/Makefile29
-rw-r--r--databases/p5-DBD-Pg32/distinfo2
-rw-r--r--databases/p5-DBD-Pg32/files/patch-Makefile.PL19
-rw-r--r--databases/p5-DBD-Pg32/pkg-descr6
-rw-r--r--databases/p5-DBD-Pg32/pkg-plist5
6 files changed, 0 insertions, 62 deletions
diff --git a/databases/Makefile b/databases/Makefile
index a3e691cc4b8a..2b0665d999bd 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -305,7 +305,6 @@
SUBDIR += p5-DBD-ODBC
SUBDIR += p5-DBD-Oracle
SUBDIR += p5-DBD-Pg
- SUBDIR += p5-DBD-Pg32
SUBDIR += p5-DBD-PgLite
SUBDIR += p5-DBD-PgPP
SUBDIR += p5-DBD-SQLite
diff --git a/databases/p5-DBD-Pg32/Makefile b/databases/p5-DBD-Pg32/Makefile
deleted file mode 100644
index b1a87d2d2168..000000000000
--- a/databases/p5-DBD-Pg32/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: James FitzGibbon <jfitz@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= DBD-Pg
-PORTVERSION= 3.2.1
-PORTREVISION= 1
-CATEGORIES= databases perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-PKGNAMESUFFIX= 32
-
-MAINTAINER= matthew@FreeBSD.org
-COMMENT= Provides access to PostgreSQL databases through the DBI
-
-DEPRECATED= Use databases/p5-DBD-Pg instead, compatability probles are fixed
-EXPIRATION_DATE= 2015-07-22
-
-LICENSE= ART10 GPLv1
-LICENSE_COMB= dual
-
-BUILD_DEPENDS= p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-CONFLICTS_INSTALL= p5-DBD-Pg-[0123].*
-
-USES= pgsql perl5
-USE_PERL5= configure
-
-.include <bsd.port.mk>
diff --git a/databases/p5-DBD-Pg32/distinfo b/databases/p5-DBD-Pg32/distinfo
deleted file mode 100644
index 635005076482..000000000000
--- a/databases/p5-DBD-Pg32/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (DBD-Pg-3.2.1.tar.gz) = f4540395064936e2cff86cfb60935f313d21eae11e967aeae0fc99426350b33f
-SIZE (DBD-Pg-3.2.1.tar.gz) = 249178
diff --git a/databases/p5-DBD-Pg32/files/patch-Makefile.PL b/databases/p5-DBD-Pg32/files/patch-Makefile.PL
deleted file mode 100644
index a374625f4361..000000000000
--- a/databases/p5-DBD-Pg32/files/patch-Makefile.PL
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.PL.orig 2010-11-22 08:55:41.000000000 +0800
-+++ Makefile.PL 2010-11-22 08:57:50.000000000 +0800
-@@ -196,7 +196,7 @@
- (
- NAME => 'DBD::Pg',
- VERSION_FROM => 'Pg.pm',
-- INC => "-I$POSTGRES_INCLUDE -I$dbi_arch_dir",
-+ INC => "-I$POSTGRES_INCLUDE -I$dbi_arch_dir $comp_opts",
- OBJECT => "Pg\$(OBJ_EXT) dbdimp\$(OBJ_EXT) quote\$(OBJ_EXT) types\$(OBJ_EXT)",
- LIBS => ["-L$POSTGRES_LIB -lpq -lm"],
- AUTHOR => 'Greg Sabino Mullane',
-@@ -207,7 +207,6 @@
- 'Test::More' => '0.61',
- 'version' => '0',
- },
-- CCFLAGS => $comp_opts,
- PERL_MALLOC_OK => 1,
- NEEDS_LINKING => 1,
- NO_META => 1,
diff --git a/databases/p5-DBD-Pg32/pkg-descr b/databases/p5-DBD-Pg32/pkg-descr
deleted file mode 100644
index 40f220711b0c..000000000000
--- a/databases/p5-DBD-Pg32/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-DBD::Pg is an extension to Perl which allows access to
-PostgreSQL databases. It is built on top of the standard
-DBI extension and implements some of the methods that DBI
-defines.
-
-WWW: http://search.cpan.org/dist/DBD-Pg/
diff --git a/databases/p5-DBD-Pg32/pkg-plist b/databases/p5-DBD-Pg32/pkg-plist
deleted file mode 100644
index 9d2cfe7c492c..000000000000
--- a/databases/p5-DBD-Pg32/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-%%PERL5_MAN3%%/Bundle::DBD::Pg.3.gz
-%%PERL5_MAN3%%/DBD::Pg.3.gz
-%%SITE_ARCH%%/Bundle/DBD/Pg.pm
-%%SITE_ARCH%%/DBD/Pg.pm
-%%SITE_ARCH%%/auto/DBD/Pg/Pg.so