summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-14 15:12:32 +0000
committerjlam <jlam>2001-05-14 15:12:32 +0000
commita9035ae15f3540ea8be795d07181ebaf01abf1e8 (patch)
tree020af0fe8acd6aa9aafc79ee8dbc1b69217af468
parent336291ecf83dd4ddfe87c8e4111a2611474ab9eb (diff)
downloadpkgsrc-a9035ae15f3540ea8be795d07181ebaf01abf1e8.tar.gz
Move this package to p5-postgresql for consistency in package names.
-rw-r--r--databases/p5-pgsql/Makefile25
-rw-r--r--databases/p5-pgsql/distinfo5
-rw-r--r--databases/p5-pgsql/patches/patch-aa13
-rw-r--r--databases/p5-pgsql/pkg/DESCR16
-rw-r--r--databases/p5-pgsql/pkg/PLIST1
5 files changed, 0 insertions, 60 deletions
diff --git a/databases/p5-pgsql/Makefile b/databases/p5-pgsql/Makefile
deleted file mode 100644
index 11cade035d5..00000000000
--- a/databases/p5-pgsql/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2001/05/14 15:09:02 jlam Exp $
-
-DISTNAME= pgsql_perl5-1.9.0
-PKGNAME= p5-pgsql-1.9.0
-CATEGORIES= databases devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pg/}
-
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www.pobox.com/~gbarr/perl-ldap/
-COMMENT= Perl interface class for PostgreSQL
-
-DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib
-
-USE_PERL5= # defined
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pg/.packlist
-
-# Until the source catches up to the current Perl API, we need PERL_POLLUTE
-# to look like an older perl.
-MAKE_PARAMS= DEFINE="-DPERL_POLLUTE=1"
-MAKE_PARAMS= POSTGRES_HOME="${LOCALBASE}"
-
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/databases/p5-pgsql/distinfo b/databases/p5-pgsql/distinfo
deleted file mode 100644
index 020d66dbf59..00000000000
--- a/databases/p5-pgsql/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 16:11:03 agc Exp $
-
-SHA1 (pgsql_perl5-1.9.0.tar.gz) = 897edd8bbc952796685ee6a0528f9fe13d15550a
-Size (pgsql_perl5-1.9.0.tar.gz) = 16860 bytes
-SHA1 (patch-aa) = 0e87750d181e72757f5ba4e2f06702481a7dfbd0
diff --git a/databases/p5-pgsql/patches/patch-aa b/databases/p5-pgsql/patches/patch-aa
deleted file mode 100644
index 361dd95240a..00000000000
--- a/databases/p5-pgsql/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2001/03/05 20:07:49 jtb Exp $
-
---- Makefile.PL.orig Tue Nov 28 21:30:41 2000
-+++ Makefile.PL
-@@ -14,7 +14,7 @@
- if ((!$ENV{POSTGRES_INCLUDE} or !$ENV{POSTGRES_LIB}) and !$ENV{POSTGRES_HOME}) {
- die "please set environment variables POSTGRES_INCLUDE and POSTGRES_LIB !\n";
- } elsif ((!$ENV{POSTGRES_INCLUDE} or !$ENV{POSTGRES_LIB}) and $ENV{POSTGRES_HOME}) {
-- $POSTGRES_INCLUDE = "$ENV{POSTGRES_HOME}/include";
-+ $POSTGRES_INCLUDE = "$ENV{POSTGRES_HOME}/include/pgsql";
- $POSTGRES_LIB = "$ENV{POSTGRES_HOME}/lib";
- } else {
- $POSTGRES_INCLUDE = "$ENV{POSTGRES_INCLUDE}";
diff --git a/databases/p5-pgsql/pkg/DESCR b/databases/p5-pgsql/pkg/DESCR
deleted file mode 100644
index 52160233fb8..00000000000
--- a/databases/p5-pgsql/pkg/DESCR
+++ /dev/null
@@ -1,16 +0,0 @@
- Pgsql_perl5 is an interface between Larry Wall's language perl
-version 5 and the database PostgreSQL (previously Postgres95). This
-has been done by using the Perl5 application programming interface
-for C extensions which calls the Postgres programmer's interface
-LIBPQ. Pgsql_perl5 tries to implement the LIBPQ- interface as close
-as possible.
-
- You have the choice between two different interfaces: the old
-C-style like interface and a new one, using a more Perl-ish like
-style. The old style has the benefit, that existing Libpq
-applications can easily be ported to perl. The new style uses class
-packages and might be more familiar for C++- programmers.
-
- You may distribute this module under the terms of either the GNU
-General Public License or the Artistic License, as specified in the
-Perl README file.
diff --git a/databases/p5-pgsql/pkg/PLIST b/databases/p5-pgsql/pkg/PLIST
deleted file mode 100644
index 811f6edefc3..00000000000
--- a/databases/p5-pgsql/pkg/PLIST
+++ /dev/null
@@ -1 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2000/08/27 10:37:02 jlam Exp $