pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql80-plperl Import lang/postgresql80...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/886943de86cd
branches:  trunk
changeset: 497860:886943de86cd
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Aug 06 06:24:31 2005 +0000

description:
Import lang/postgresql80-plperl-8.0.3.

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/postgresql80-plperl/DESCR    |   5 +++++
 databases/postgresql80-plperl/MESSAGE  |   7 +++++++
 databases/postgresql80-plperl/Makefile |  22 ++++++++++++++++++++++
 databases/postgresql80-plperl/PLIST    |   2 ++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r c847ba88990e -r 886943de86cd databases/postgresql80-plperl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql80-plperl/DESCR       Sat Aug 06 06:24:31 2005 +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 c847ba88990e -r 886943de86cd databases/postgresql80-plperl/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql80-plperl/MESSAGE     Sat Aug 06 06:24:31 2005 +0000
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2005/08/06 06:24:31 jlam Exp $
+
+Please see the PL/Perl section of the PostgreSQL Programmer's Guide
+(databases/postgresql-docs) for information on programming with
+${PKGNAME}.
+===========================================================================
diff -r c847ba88990e -r 886943de86cd databases/postgresql80-plperl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql80-plperl/Makefile    Sat Aug 06 06:24:31 2005 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/08/06 06:24:31 jlam Exp $
+
+PKGNAME=       postgresql80-plperl-${BASE_VERS}
+COMMENT=       PL/Perl procedural language for the PostgreSQL backend
+
+DEPENDS+=      postgresql80-server>=${BASE_VERS}:../../databases/postgresql80-server
+
+.include "../../databases/postgresql80/Makefile.common"
+
+PERL5_CONFIGURE=       NO
+CONFIGURE_ARGS+=       --with-perl
+
+BUILD_DIRS=            ${WRKSRC}/src/pl/plperl
+MAKEFILE=              GNUmakefile
+
+USE_LIBTOOL=           yes
+PKG_LIBTOOL=           ${PKG_SHLIBTOOL}
+
+.include "../../databases/postgresql80-client/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r c847ba88990e -r 886943de86cd databases/postgresql80-plperl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql80-plperl/PLIST       Sat Aug 06 06:24:31 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/06 06:24:31 jlam Exp $
+${PG_SUBPREFIX}lib/postgresql/plperl.la



Home | Main Index | Thread Index | Old Index