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/postgresql-plperl/DESCR | 5 +++++ databases/postgresql-plperl/MESSAGE | 7 +++++++ databases/postgresql-plperl/PLIST | 2 ++ databases/postgresql-plperl/pkg/DESCR | 5 ----- databases/postgresql-plperl/pkg/MESSAGE | 7 ------- databases/postgresql-plperl/pkg/PLIST | 2 -- 6 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 databases/postgresql-plperl/DESCR create mode 100644 databases/postgresql-plperl/MESSAGE create mode 100644 databases/postgresql-plperl/PLIST delete mode 100644 databases/postgresql-plperl/pkg/DESCR delete mode 100644 databases/postgresql-plperl/pkg/MESSAGE delete mode 100644 databases/postgresql-plperl/pkg/PLIST (limited to 'databases/postgresql-plperl') diff --git a/databases/postgresql-plperl/DESCR b/databases/postgresql-plperl/DESCR new file mode 100644 index 00000000000..9057591c0ba --- /dev/null +++ b/databases/postgresql-plperl/DESCR @@ -0,0 +1,5 @@ +PL/Perl allows you to write functions in the Perl programming language +that may be used in SQL queries as if they were built into Postgres. +The PL/Perl intepreter is a full Perl interpreter. However, certain +operations have been disabled in order to maintain the security of the +system. diff --git a/databases/postgresql-plperl/MESSAGE b/databases/postgresql-plperl/MESSAGE new file mode 100644 index 00000000000..bcfd145f5c1 --- /dev/null +++ b/databases/postgresql-plperl/MESSAGE @@ -0,0 +1,7 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2001/11/01 00:12:39 zuntum Exp $ + +Please see the PL/Perl section of the PostgreSQL Programmer's Guide +(databases/postgresql-docs) for information on programming with +${PKGNAME}. +=========================================================================== diff --git a/databases/postgresql-plperl/PLIST b/databases/postgresql-plperl/PLIST new file mode 100644 index 00000000000..b4e24f883c4 --- /dev/null +++ b/databases/postgresql-plperl/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:12:39 zuntum Exp $ +lib/plperl.so diff --git a/databases/postgresql-plperl/pkg/DESCR b/databases/postgresql-plperl/pkg/DESCR deleted file mode 100644 index 9057591c0ba..00000000000 --- a/databases/postgresql-plperl/pkg/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -PL/Perl allows you to write functions in the Perl programming language -that may be used in SQL queries as if they were built into Postgres. -The PL/Perl intepreter is a full Perl interpreter. However, certain -operations have been disabled in order to maintain the security of the -system. diff --git a/databases/postgresql-plperl/pkg/MESSAGE b/databases/postgresql-plperl/pkg/MESSAGE deleted file mode 100644 index 6f76eb16ad4..00000000000 --- a/databases/postgresql-plperl/pkg/MESSAGE +++ /dev/null @@ -1,7 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2001/05/14 14:48:44 jlam Exp $ - -Please see the PL/Perl section of the PostgreSQL Programmer's Guide -(databases/postgresql-docs) for information on programming with -${PKGNAME}. -=========================================================================== diff --git a/databases/postgresql-plperl/pkg/PLIST b/databases/postgresql-plperl/pkg/PLIST deleted file mode 100644 index 6b1d90aba21..00000000000 --- a/databases/postgresql-plperl/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 14:48:44 jlam Exp $ -lib/plperl.so -- cgit v1.2.3