summaryrefslogtreecommitdiff
path: root/databases/postgresql-tcltk/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2002-02-19 08:40:00 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2002-02-19 08:40:00 +0000
commitd90bc6b5b23f14cd0822c4b5529f0d3f4a3ebd0a (patch)
treec1228490b3bb77983f05d9b6775524d377191c30 /databases/postgresql-tcltk/files
parentThis is a port of the PL/Tcl module of the postgresql-7.2 distribution. (diff)
This is a port of the Tcl/Tk stuff in the postgresql-7.2
distribution. It includes pgtclsh, pgtksh and also the infamous pgaccess GUI. PR: ports/34860 Submitted by: Palle Girgensohn <girgen@partitur.se>
Notes
Notes: svn path=/head/; revision=54899
Diffstat (limited to 'databases/postgresql-tcltk/files')
-rw-r--r--databases/postgresql-tcltk/files/pkgIndex.tcl.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/postgresql-tcltk/files/pkgIndex.tcl.in b/databases/postgresql-tcltk/files/pkgIndex.tcl.in
new file mode 100644
index 000000000000..bd8329b15c69
--- /dev/null
+++ b/databases/postgresql-tcltk/files/pkgIndex.tcl.in
@@ -0,0 +1,4 @@
+# Package-index file for Pgtcl-package. Enables you to load PostgreSQL
+# interface functions right into you TCL-interpreter as simply as
+# package require Pgtcl
+package ifneeded Pgtcl 1.3 "load %%PREFIX%%/lib/libpgtcl.so"