pgaccess 0.86, Tcl/Tk interface for PostgreSQL

This commit is contained in:
form 1998-05-06 13:10:01 +00:00
parent edeb5b5d28
commit dfa7b36bf8
7 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: pgaccess
# Version required: 0.86
# Date created: 6 May 1998 19:57 NOVST
# Whom: Oleg Form <form@vs.itam.nsc.ru>
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/06 13:10:01 form Exp $
# FreeBSD: Makefile,v 1.11 1998/04/21 21:30:21 andreas Exp
#
DISTNAME= pgaccess-0.86
CATEGORIES= databases
MASTER_SITES= http://www.flex.ro/pgaccess/
MAINTAINER= form@vs.itam.nsc.ru
RUN_DEPENDS= ${PREFIX}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pgaccess.tcl ${PREFIX}/bin/pgaccess
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (pgaccess-0.86.tar.gz) = a82780bf417993909d227e3bf81fff6a

View File

@ -0,0 +1,8 @@
--- pgaccess.tcl.orig Sun Oct 12 14:45:16 1997
+++ pgaccess.tcl Sun Oct 12 14:45:25 1997
@@ -1,4 +1,4 @@
-#!/usr/bin/wish
+#! /usr/local/bin/wish8.0
#############################################################################
# Visual Tcl v1.10 Project
#

View File

@ -0,0 +1 @@
a Tcl/Tk interface to PostgreSQL

View File

@ -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=yes all install
More infos:
http://www.flex.ro/pgaccess/index.html

View File

@ -0,0 +1 @@
bin/pgaccess

View File

@ -0,0 +1,9 @@
#! /bin/sh
mv ${WRKSRC}/pgaccess.tcl ${WRKSRC}/pgaccess.tcl.$$
sed -e "s|load libpgtcl.so|load ${PREFIX}/pgsql/lib/libpgtcl.so|" \
< ${WRKSRC}/pgaccess.tcl.$$ \
> ${WRKSRC}/pgaccess.tcl
rm -f ${WRKSRC}/pgaccess.tcl.$$