summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-10-04 23:31:00 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-10-04 23:31:00 +0000
commit7551a06aeb222234393cd7373e370be5dc476573 (patch)
tree8420f22e512049cf97da20c3d8f5abd8ac5b1de7 /databases
parentmake USE_TCL=yes compiles libpgtcl subdir which is needed (diff)
New port pgaccess, a _working_ (yuppee, got it to work finally)
TCL/TK frontend to postgresql ;-) More commits to come (in postgresql port)
Notes
Notes: svn path=/head/; revision=8113
Diffstat (limited to 'databases')
-rw-r--r--databases/pgaccess/Makefile25
-rw-r--r--databases/pgaccess/distinfo1
-rw-r--r--databases/pgaccess/files/patch-aa17
-rw-r--r--databases/pgaccess/pkg-comment1
-rw-r--r--databases/pgaccess/pkg-descr8
-rw-r--r--databases/pgaccess/pkg-plist1
6 files changed, 53 insertions, 0 deletions
diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile
new file mode 100644
index 000000000000..0ae80086b072
--- /dev/null
+++ b/databases/pgaccess/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: pgaccess
+# Version required: 0.51
+# Date created: Sat Oct 4 20:03:46 CEST 1997
+# Whom: Andreas Klemm <andreas@klemm.gtn.com>
+#
+# $Id: Makefile,v 1.18 1997/10/04 14:53:01 andreas Exp $
+#
+
+DISTNAME= pgaccess
+PKGNAME= pgaccess-0.51
+CATEGORIES= databases
+MASTER_SITES= http://www.flex.ro/pgaccess/
+
+MAINTAINER= andreas@FreeBSD.ORG
+
+RUN_DEPENDS= ${PREFIX}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql
+
+NO_BUILD= yes
+NO_WRKSUBDIR= yes
+FETCH_BEFORE_ARGS= -b
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/pgaccess.tcl ${PREFIX}/bin/pgaccess
+
+.include <bsd.port.mk>
diff --git a/databases/pgaccess/distinfo b/databases/pgaccess/distinfo
new file mode 100644
index 000000000000..b41c0f8ac9c8
--- /dev/null
+++ b/databases/pgaccess/distinfo
@@ -0,0 +1 @@
+MD5 (pgaccess.tar.gz) = 3571e79d2509ce14192318f0a899b6e6
diff --git a/databases/pgaccess/files/patch-aa b/databases/pgaccess/files/patch-aa
new file mode 100644
index 000000000000..4cd0d8db3f8f
--- /dev/null
+++ b/databases/pgaccess/files/patch-aa
@@ -0,0 +1,17 @@
+--- pgaccess.tcl.orig Sun Oct 5 00:47:27 1997
++++ pgaccess.tcl Sun Oct 5 01:15:05 1997
+@@ -1,4 +1,4 @@
+-#!/usr/bin/wish
++#! /usr/local/bin/wish8.0
+ #############################################################################
+ # Visual Tcl v1.10 Project
+ #
+@@ -1465,7 +1465,7 @@
+
+ proc main {argc argv} {
+ global pref newdbname newpport newhost
+-load libpgtcl.so
++load /usr/local/pgsql/lib/libpgtcl.so.1
+ catch {draw_tabs}
+ load_pref
+ if {$pref(autoload) && ($pref(lastdb)!="")} {
diff --git a/databases/pgaccess/pkg-comment b/databases/pgaccess/pkg-comment
new file mode 100644
index 000000000000..61a2b01b12e3
--- /dev/null
+++ b/databases/pgaccess/pkg-comment
@@ -0,0 +1 @@
+a Tcl/Tk interface to PostgreSQL
diff --git a/databases/pgaccess/pkg-descr b/databases/pgaccess/pkg-descr
new file mode 100644
index 000000000000..9988449837f0
--- /dev/null
+++ b/databases/pgaccess/pkg-descr
@@ -0,0 +1,8 @@
+Please note: you have to compile and install the postgresql port with
+the following commands, so that you can use pgaccess as database frontend:
+
+ make USE_TCL all install
+
+More infos:
+
+ http://www.flex.ro/pgaccess/index.html
diff --git a/databases/pgaccess/pkg-plist b/databases/pgaccess/pkg-plist
new file mode 100644
index 000000000000..a5e2d2929a20
--- /dev/null
+++ b/databases/pgaccess/pkg-plist
@@ -0,0 +1 @@
+bin/pgaccess