diff options
author | rh <rh@pkgsrc.org> | 1999-12-23 13:15:12 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-23 13:15:12 +0000 |
commit | 870231d6f4f41f20e6674c71a6c0b7c2ad864160 (patch) | |
tree | aad9f583b185e1873eca44230eda3bc4a722a086 /databases/p5-pgsql | |
parent | 58b87d8a10c759ad3b231123adddd484e4a9fe6f (diff) | |
download | pkgsrc-870231d6f4f41f20e6674c71a6c0b7c2ad864160.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/Makefile | 20 | ||||
-rw-r--r-- | databases/p5-pgsql/files/md5 | 3 | ||||
-rw-r--r-- | databases/p5-pgsql/pkg/COMMENT | 1 | ||||
-rw-r--r-- | databases/p5-pgsql/pkg/DESCR | 16 | ||||
-rw-r--r-- | databases/p5-pgsql/pkg/PLIST-md.shared | 4 | ||||
-rw-r--r-- | databases/p5-pgsql/pkg/PLIST-md.static | 4 | ||||
-rw-r--r-- | databases/p5-pgsql/pkg/PLIST-mi | 6 |
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 |