pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql80-pltcl Import databases/postgres...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d22b14c1be44
branches: trunk
changeset: 497862:d22b14c1be44
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Aug 06 06:25:51 2005 +0000
description:
Import databases/postgresql80-pltcl-8.0.3.
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/postgresql80-pltcl/DESCR | 4 ++++
databases/postgresql80-pltcl/MESSAGE | 7 +++++++
databases/postgresql80-pltcl/Makefile | 23 +++++++++++++++++++++++
databases/postgresql80-pltcl/PLIST | 6 ++++++
4 files changed, 40 insertions(+), 0 deletions(-)
diffs (56 lines):
diff -r 4e2758858c97 -r d22b14c1be44 databases/postgresql80-pltcl/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql80-pltcl/DESCR Sat Aug 06 06:25:51 2005 +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 4e2758858c97 -r d22b14c1be44 databases/postgresql80-pltcl/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql80-pltcl/MESSAGE Sat Aug 06 06:25:51 2005 +0000
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2005/08/06 06:25:51 jlam Exp $
+
+Please see the PL/Tcl section of the PostgreSQL Programmer's Guide
+(databases/postgresql-docs) for information on programming with
+${PKGNAME}.
+===========================================================================
diff -r 4e2758858c97 -r d22b14c1be44 databases/postgresql80-pltcl/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql80-pltcl/Makefile Sat Aug 06 06:25:51 2005 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/08/06 06:25:51 jlam Exp $
+
+PKGNAME= postgresql80-pltcl-${BASE_VERS}
+COMMENT= PL/Tcl procedural language for the PostgreSQL backend
+
+DEPENDS+= postgresql80-server>=${BASE_VERS}:../../databases/postgresql80-server
+
+.include "../../databases/postgresql80/Makefile.common"
+
+CONFIGURE_ARGS+= --with-tcl
+CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
+CONFIGURE_ENV+= TCLSH="${TCLSH}"
+TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
+
+BUILD_DIRS= ${WRKSRC}/src/pl/tcl
+
+USE_LIBTOOL= yes
+PKG_LIBTOOL= ${PKG_SHLIBTOOL}
+
+.include "../../databases/postgresql80-client/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 4e2758858c97 -r d22b14c1be44 databases/postgresql80-pltcl/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql80-pltcl/PLIST Sat Aug 06 06:25:51 2005 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/06 06:25:52 jlam Exp $
+${PG_SUBPREFIX}bin/pltcl_delmod
+${PG_SUBPREFIX}bin/pltcl_listmod
+${PG_SUBPREFIX}bin/pltcl_loadmod
+${PG_SUBPREFIX}lib/postgresql/pltcl.la
+${PG_SUBPREFIX}share/postgresql/unknown.pltcl
Home |
Main Index |
Thread Index |
Old Index