summaryrefslogtreecommitdiff
path: root/databases/postgresql83-pltcl
diff options
context:
space:
mode:
authoradam <adam>2008-03-04 12:41:36 +0000
committeradam <adam>2008-03-04 12:41:36 +0000
commita4446878c1b6140008e565cc58a058dee2998d8d (patch)
tree6540ccfa35e3ead303ed87ff04bfa2687ae2215a /databases/postgresql83-pltcl
parent140ce2967309175efef781a5eff816c21e0ab331 (diff)
downloadpkgsrc-a4446878c1b6140008e565cc58a058dee2998d8d.tar.gz
PostgreSQL 8.3
With significant new functionality and performance enhancements, this release represents a major leap forward for PostgreSQL. This was made possible by a growing community that has dramatically accelerated the pace of development. This release adds the following major features: * Full text search is integrated into the core database system * Support for the SQL/XML standard, including new operators and an XML data type * Enumerated data types (ENUM) * Arrays of composite types * Universally Unique Identifier (UUID) data type * Add control over whether NULLs sort first or last * Updatable cursors * Server configuration parameters can now be set on a per-function basis * User-defined types can now have type modifiers * Automatically re-plan cached queries when table definitions change or statistics are updated * Numerous improvements in logging and statistics collection * Support Security Service Provider Interface (SSPI) for authentication on Windows * Support multiple concurrent autovacuum processes, and other autovacuum improvements * Allow the whole PostgreSQL distribution to be compiled with Microsoft Visual C++
Diffstat (limited to 'databases/postgresql83-pltcl')
-rw-r--r--databases/postgresql83-pltcl/DESCR4
-rw-r--r--databases/postgresql83-pltcl/MESSAGE7
-rw-r--r--databases/postgresql83-pltcl/Makefile23
-rw-r--r--databases/postgresql83-pltcl/PLIST6
4 files changed, 40 insertions, 0 deletions
diff --git a/databases/postgresql83-pltcl/DESCR b/databases/postgresql83-pltcl/DESCR
new file mode 100644
index 00000000000..e1aca2980b9
--- /dev/null
+++ b/databases/postgresql83-pltcl/DESCR
@@ -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 --git a/databases/postgresql83-pltcl/MESSAGE b/databases/postgresql83-pltcl/MESSAGE
new file mode 100644
index 00000000000..7a1cf74b572
--- /dev/null
+++ b/databases/postgresql83-pltcl/MESSAGE
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2008/03/04 12:45:02 adam Exp $
+
+Please see the PL/Tcl section of the PostgreSQL Programmer's Guide
+(databases/postgresql-docs) for information on programming with
+${PKGNAME}.
+===========================================================================
diff --git a/databases/postgresql83-pltcl/Makefile b/databases/postgresql83-pltcl/Makefile
new file mode 100644
index 00000000000..a88331efbe8
--- /dev/null
+++ b/databases/postgresql83-pltcl/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/04 12:45:02 adam Exp $
+
+PKGNAME= postgresql83-pltcl-${BASE_VERS}
+COMMENT= PL/Tcl procedural language for the PostgreSQL backend
+
+DEPENDS+= postgresql83-server>=${BASE_VERS}:../../databases/postgresql83-server
+
+.include "../../databases/postgresql83/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= src/pl/tcl
+
+USE_LIBTOOL= yes
+PKG_LIBTOOL= ${PKG_SHLIBTOOL}
+
+.include "../../databases/postgresql83-client/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql83-pltcl/PLIST b/databases/postgresql83-pltcl/PLIST
new file mode 100644
index 00000000000..eef49dd35ff
--- /dev/null
+++ b/databases/postgresql83-pltcl/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/04 12:45:02 adam 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