From 0ca28723fbfb0ed88954e35bf45d7462a40a5178 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:11:36 +0000 Subject: Move pkg/ files into package's toplevel directory --- databases/p5-postgresql/DESCR | 16 ++++++++++++++++ databases/p5-postgresql/PLIST | 1 + databases/p5-postgresql/pkg/DESCR | 16 ---------------- databases/p5-postgresql/pkg/PLIST | 1 - 4 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 databases/p5-postgresql/DESCR create mode 100644 databases/p5-postgresql/PLIST delete mode 100644 databases/p5-postgresql/pkg/DESCR delete mode 100644 databases/p5-postgresql/pkg/PLIST (limited to 'databases/p5-postgresql') diff --git a/databases/p5-postgresql/DESCR b/databases/p5-postgresql/DESCR new file mode 100644 index 00000000000..52160233fb8 --- /dev/null +++ b/databases/p5-postgresql/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-postgresql/PLIST b/databases/p5-postgresql/PLIST new file mode 100644 index 00000000000..58c9d49b355 --- /dev/null +++ b/databases/p5-postgresql/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:12:21 zuntum Exp $ diff --git a/databases/p5-postgresql/pkg/DESCR b/databases/p5-postgresql/pkg/DESCR deleted file mode 100644 index 52160233fb8..00000000000 --- a/databases/p5-postgresql/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-postgresql/pkg/PLIST b/databases/p5-postgresql/pkg/PLIST deleted file mode 100644 index 37bc47d6b34..00000000000 --- a/databases/p5-postgresql/pkg/PLIST +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 15:13:41 jlam Exp $ -- cgit v1.2.3