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/pkg | |
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/pkg')
-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 |
5 files changed, 31 insertions, 0 deletions
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 |