From d90bc6b5b23f14cd0822c4b5529f0d3f4a3ebd0a Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Tue, 19 Feb 2002 08:40:00 +0000 Subject: 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 --- databases/postgresql-tcltk/files/pkgIndex.tcl.in | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 databases/postgresql-tcltk/files/pkgIndex.tcl.in (limited to 'databases/postgresql-tcltk/files') 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" -- cgit v1.2.3