pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql73-pltcl reimport of postgresql-pl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/abc2ac9eefc3
branches: trunk
changeset: 478492:abc2ac9eefc3
user: recht <recht%pkgsrc.org@localhost>
date: Sat Jul 24 22:19:43 2004 +0000
description:
reimport of postgresql-pltcl as postgresql73-pltcl
PL/Tcl is a dynamic loadable extension for the PostgreSQL database system
that enables the Tcl language to be used to create functions and
trigger-procedures. It offers most of the capabilities a function
writer has in the C language.
diffstat:
databases/postgresql73-pltcl/DESCR | 4 ++++
databases/postgresql73-pltcl/MESSAGE | 7 +++++++
databases/postgresql73-pltcl/Makefile | 23 +++++++++++++++++++++++
databases/postgresql73-pltcl/PLIST | 6 ++++++
4 files changed, 40 insertions(+), 0 deletions(-)
diffs (56 lines):
diff -r 1807466d4137 -r abc2ac9eefc3 databases/postgresql73-pltcl/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql73-pltcl/DESCR Sat Jul 24 22:19:43 2004 +0000
@@ -0,0 +1,4 @@
+PL/Tcl is a dynamic loadable extension for the PostgreSQL database system
+that enables the Tcl language to be used to create functions and
+trigger-procedures. It offers most of the capabilities a function
+writer has in the C language.
diff -r 1807466d4137 -r abc2ac9eefc3 databases/postgresql73-pltcl/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql73-pltcl/MESSAGE Sat Jul 24 22:19:43 2004 +0000
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2004/07/24 22:19:43 recht Exp $
+
+Please see the PL/Tcl section of the PostgreSQL Programmer's Guide
+(databases/postgresql-docs) for information on programming with
+${PKGNAME}.
+===========================================================================
diff -r 1807466d4137 -r abc2ac9eefc3 databases/postgresql73-pltcl/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql73-pltcl/Makefile Sat Jul 24 22:19:43 2004 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/24 22:19:43 recht Exp $
+
+PKGNAME= postgresql73-pltcl-${BASE_VERS}
+COMMENT= PL/Tcl 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-tcl
+CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
+CONFIGURE_ENV+= TCLSH="${TCLSH}"
+TCLSH= ${LOCALBASE}/bin/tclsh
+
+BUILD_DIRS= ${WRKSRC}/src/pl/tcl
+
+.include "../postgresql73-lib/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 1807466d4137 -r abc2ac9eefc3 databases/postgresql73-pltcl/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql73-pltcl/PLIST Sat Jul 24 22:19:43 2004 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/24 22:19:43 recht Exp $
+bin/pltcl_delmod
+bin/pltcl_listmod
+bin/pltcl_loadmod
+lib/postgresql/pltcl.so
+share/postgresql/unknown.pltcl
Home |
Main Index |
Thread Index |
Old Index