pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql73-plperl reimport of postgresql-p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1807466d4137
branches:  trunk
changeset: 478491:1807466d4137
user:      recht <recht%pkgsrc.org@localhost>
date:      Sat Jul 24 22:18:50 2004 +0000

description:
reimport of postgresql-plperl as postgresql73-plperl

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.

diffstat:

 databases/postgresql73-plperl/DESCR    |   5 +++++
 databases/postgresql73-plperl/MESSAGE  |   7 +++++++
 databases/postgresql73-plperl/Makefile |  22 ++++++++++++++++++++++
 databases/postgresql73-plperl/PLIST    |   2 ++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r a3e9c93cd026 -r 1807466d4137 databases/postgresql73-plperl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql73-plperl/DESCR       Sat Jul 24 22:18:50 2004 +0000
@@ -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 -r a3e9c93cd026 -r 1807466d4137 databases/postgresql73-plperl/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql73-plperl/MESSAGE     Sat Jul 24 22:18:50 2004 +0000
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2004/07/24 22:18:50 recht Exp $
+
+Please see the PL/Perl section of the PostgreSQL Programmer's Guide
+(databases/postgresql-docs) for information on programming with
+${PKGNAME}.
+===========================================================================
diff -r a3e9c93cd026 -r 1807466d4137 databases/postgresql73-plperl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql73-plperl/Makefile    Sat Jul 24 22:18:50 2004 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/24 22:18:51 recht Exp $
+
+PKGNAME=               postgresql73-plperl-${BASE_VERS}
+COMMENT=               PL/Perl procedural language for the PostgreSQL backend
+
+DEPENDS+=      postgresql73-server>=${BASE_VERS}:../../databases/postgresql73-server
+
+USE_BUILDLINK3=                yes
+
+.include "../postgresql73/Makefile.common"
+
+CONFIGURE_ARGS+=       --with-openssl=${SSLBASE}
+CONFIGURE_ARGS+=       --with-perl
+CONFIGURE_ENV+=                PERL="${PERL5}"
+
+BUILD_DIRS=            ${WRKSRC}/src/pl/plperl
+MAKEFILE=              GNUmakefile
+
+.include "../postgresql73-lib/buildlink3.mk"
+.include "../../lang/libperl/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r a3e9c93cd026 -r 1807466d4137 databases/postgresql73-plperl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql73-plperl/PLIST       Sat Jul 24 22:18:50 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/24 22:18:51 recht Exp $
+lib/postgresql/plperl.so



Home | Main Index | Thread Index | Old Index