summaryrefslogtreecommitdiff
path: root/databases/p5-pgsql
diff options
context:
space:
mode:
authorrh <rh>1999-12-23 13:15:12 +0000
committerrh <rh>1999-12-23 13:15:12 +0000
commitc0f10b8e20a388633b9071498a9fad0bd12e8617 (patch)
treeaad9f583b185e1873eca44230eda3bc4a722a086 /databases/p5-pgsql
parentac3cbaa782d7226e3ae2dff98d38118f052546e3 (diff)
downloadpkgsrc-c0f10b8e20a388633b9071498a9fad0bd12e8617.tar.gz
Initial import of p5-pgsql-1.8.1, a Perl5 interface for PostgreSQL.
Diffstat (limited to 'databases/p5-pgsql')
-rw-r--r--databases/p5-pgsql/Makefile20
-rw-r--r--databases/p5-pgsql/files/md53
-rw-r--r--databases/p5-pgsql/pkg/COMMENT1
-rw-r--r--databases/p5-pgsql/pkg/DESCR16
-rw-r--r--databases/p5-pgsql/pkg/PLIST-md.shared4
-rw-r--r--databases/p5-pgsql/pkg/PLIST-md.static4
-rw-r--r--databases/p5-pgsql/pkg/PLIST-mi6
7 files changed, 54 insertions, 0 deletions
diff --git a/databases/p5-pgsql/Makefile b/databases/p5-pgsql/Makefile
new file mode 100644
index 00000000000..f6d399b73aa
--- /dev/null
+++ b/databases/p5-pgsql/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/12/23 13:15:12 rh Exp $
+#
+
+DISTNAME= pgsql_perl5-1.8.1
+PKGNAME= p5-pgsql-1.8.1
+CATEGORIES= databases devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pg/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.pobox.com/~gbarr/perl-ldap/
+
+DEPENDS+= postgresql-*:../../databases/postgresql
+
+USE_PERL5= YES
+MAKE_ENV+= POSTGRES_HOME="${PREFIX}/pgsql"
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/p5-pgsql/files/md5 b/databases/p5-pgsql/files/md5
new file mode 100644
index 00000000000..b0de092d54d
--- /dev/null
+++ b/databases/p5-pgsql/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/12/23 13:15:12 rh Exp $
+
+MD5 (pgsql_perl5-1.8.1.tar.gz) = 56f663e8fbdcab0003ba6bbdabe8d142
diff --git a/databases/p5-pgsql/pkg/COMMENT b/databases/p5-pgsql/pkg/COMMENT
new file mode 100644
index 00000000000..134aaed6ba9
--- /dev/null
+++ b/databases/p5-pgsql/pkg/COMMENT
@@ -0,0 +1 @@
+a perl interface class for PostgreSQL
diff --git a/databases/p5-pgsql/pkg/DESCR b/databases/p5-pgsql/pkg/DESCR
new file mode 100644
index 00000000000..52160233fb8
--- /dev/null
+++ b/databases/p5-pgsql/pkg/DESCR
@@ -0,0 +1,16 @@
+ 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-md.shared b/databases/p5-pgsql/pkg/PLIST-md.shared
new file mode 100644
index 00000000000..2a52b5c1f70
--- /dev/null
+++ b/databases/p5-pgsql/pkg/PLIST-md.shared
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST-md.shared,v 1.1.1.1 1999/12/23 13:15:12 rh Exp $
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Pg/Pg.so
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Pg/Pg.bs
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Pg
diff --git a/databases/p5-pgsql/pkg/PLIST-md.static b/databases/p5-pgsql/pkg/PLIST-md.static
new file mode 100644
index 00000000000..4f0423a8669
--- /dev/null
+++ b/databases/p5-pgsql/pkg/PLIST-md.static
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST-md.static,v 1.1.1.1 1999/12/23 13:15:12 rh Exp $
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Pg/Pg.a
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Pg/extralibs.ld
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Pg
diff --git a/databases/p5-pgsql/pkg/PLIST-mi b/databases/p5-pgsql/pkg/PLIST-mi
new file mode 100644
index 00000000000..1e79a13b6e9
--- /dev/null
+++ b/databases/p5-pgsql/pkg/PLIST-mi
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST-mi,v 1.1.1.1 1999/12/23 13:15:12 rh Exp $
+lib/perl5/site_perl/auto/Pg/autosplit.ix
+lib/perl5/site_perl/Pg.pm
+lib/perl5/man/man3/Pg.3
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Pg/.packlist
+@dirrm lib/perl5/site_perl/auto/Pg