Import of pkgsrc-2014Q1
This commit is contained in:
4
databases/postgresql93-pltcl/DESCR
Normal file
4
databases/postgresql93-pltcl/DESCR
Normal file
@@ -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.
|
||||
7
databases/postgresql93-pltcl/MESSAGE
Normal file
7
databases/postgresql93-pltcl/MESSAGE
Normal file
@@ -0,0 +1,7 @@
|
||||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.1 2013/09/10 15:32:33 adam Exp $
|
||||
|
||||
Please see the PL/Tcl section of the PostgreSQL Programmer's Guide
|
||||
(databases/postgresql-docs) for information on programming with
|
||||
${PKGNAME}.
|
||||
===========================================================================
|
||||
20
databases/postgresql93-pltcl/Makefile
Normal file
20
databases/postgresql93-pltcl/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# $NetBSD: Makefile,v 1.4 2014/02/23 11:25:54 adam Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:C/-/93-pltcl-/}
|
||||
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
|
||||
|
||||
DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server
|
||||
|
||||
.include "../../databases/postgresql93/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_MAKE_FLAGS= PGXS=1
|
||||
|
||||
BUILD_DIRS= src/pl/tcl
|
||||
|
||||
.include "../../databases/postgresql93-client/buildlink3.mk"
|
||||
.include "../../lang/tcl/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
25
databases/postgresql93-pltcl/PLIST
Normal file
25
databases/postgresql93-pltcl/PLIST
Normal file
@@ -0,0 +1,25 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/09/10 15:32:33 adam Exp $
|
||||
bin/pltcl_delmod
|
||||
bin/pltcl_listmod
|
||||
bin/pltcl_loadmod
|
||||
lib/postgresql/pltcl.so
|
||||
share/locale/cs/LC_MESSAGES/pltcl-9.3.mo
|
||||
share/locale/de/LC_MESSAGES/pltcl-9.3.mo
|
||||
share/locale/es/LC_MESSAGES/pltcl-9.3.mo
|
||||
share/locale/fr/LC_MESSAGES/pltcl-9.3.mo
|
||||
share/locale/it/LC_MESSAGES/pltcl-9.3.mo
|
||||
share/locale/ja/LC_MESSAGES/pltcl-9.3.mo
|
||||
share/locale/pl/LC_MESSAGES/pltcl-9.3.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/pltcl-9.3.mo
|
||||
share/locale/ro/LC_MESSAGES/pltcl-9.3.mo
|
||||
share/locale/ru/LC_MESSAGES/pltcl-9.3.mo
|
||||
share/locale/tr/LC_MESSAGES/pltcl-9.3.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/pltcl-9.3.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/pltcl-9.3.mo
|
||||
share/postgresql/extension/pltcl--1.0.sql
|
||||
share/postgresql/extension/pltcl--unpackaged--1.0.sql
|
||||
share/postgresql/extension/pltcl.control
|
||||
share/postgresql/extension/pltclu--1.0.sql
|
||||
share/postgresql/extension/pltclu--unpackaged--1.0.sql
|
||||
share/postgresql/extension/pltclu.control
|
||||
share/postgresql/unknown.pltcl
|
||||
Reference in New Issue
Block a user