aboutsummaryrefslogtreecommitdiff
path: root/databases/pgaccess
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-18 06:44:43 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-18 06:44:43 +0000
commit57832c38b5f14087cb0563ac19705c061b66dbe3 (patch)
tree48048371f51cd1cb8914ffb53e99eb4f4e306ccd /databases/pgaccess
parenta6e1d216c6fbc454987b7076bb8eea5b0a1e7ac3 (diff)
downloadports-57832c38b5f14087cb0563ac19705c061b66dbe3.tar.gz
ports-57832c38b5f14087cb0563ac19705c061b66dbe3.zip
Notes
Diffstat (limited to 'databases/pgaccess')
-rw-r--r--databases/pgaccess/Makefile30
-rw-r--r--databases/pgaccess/distinfo1
-rw-r--r--databases/pgaccess/files/patch-aa12
-rw-r--r--databases/pgaccess/pkg-comment1
-rw-r--r--databases/pgaccess/pkg-descr10
-rw-r--r--databases/pgaccess/pkg-plist199
6 files changed, 0 insertions, 253 deletions
diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile
deleted file mode 100644
index cb9d3d4bf63f..000000000000
--- a/databases/pgaccess/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: pgaccess
-# Date created: Sat Oct 4 20:03:46 CEST 1997
-# Whom: Andreas Klemm <andreas@klemm.gtn.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pgaccess
-PORTVERSION= 0.98.7
-CATEGORIES= databases
-MASTER_SITES= http://www.flex.ro/pgaccess/download/
-
-MAINTAINER= ports@FreeBSD.org
-
-RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
-LIB_DEPENDS= pgtcl.2:${PORTSDIR}/databases/postgresql7
-
-WRKSRC= ${WRKDIR}/pgaccess
-NO_BUILD= yes
-
-do-install:
- @${MKDIR} ${PREFIX}/share/pgaccess
- @cd ${WRKSRC} && /bin/pax -rwp p copyright.html main.tcl lib images ${PREFIX}/share/pgaccess
-.if !defined(NOPORTDOCS)
- @cd ${WRKSRC} && /bin/pax -rwp p README demo doc ${PREFIX}/share/pgaccess
-.endif
- @${SED} -e 's:!!LOCALBASE!!:${LOCALBASE}:' ${WRKSRC}/pgaccess |\
- ${SED} -e 's:!!PREFIX!!:${PREFIX}:' > ${PREFIX}/bin/pgaccess
- @${CHMOD} 555 ${PREFIX}/bin/pgaccess
-.include <bsd.port.mk>
diff --git a/databases/pgaccess/distinfo b/databases/pgaccess/distinfo
deleted file mode 100644
index 74b3ba10cda4..000000000000
--- a/databases/pgaccess/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (pgaccess-0.98.7.tar.gz) = 3da929e46db515809d9072a68d8d6407
diff --git a/databases/pgaccess/files/patch-aa b/databases/pgaccess/files/patch-aa
deleted file mode 100644
index 62dfbfa1aceb..000000000000
--- a/databases/pgaccess/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
---- pgaccess.orig Sun Sep 19 23:43:12 1999
-+++ pgaccess Sun Sep 19 23:43:18 1999
-@@ -1,7 +1,7 @@
- #!/bin/sh
-
--PATH_TO_WISH=/usr/bin/wish
--PGACCESS_HOME=/usr/local/pgaccess
-+PATH_TO_WISH=!!LOCALBASE!!/bin/wish8.3
-+PGACCESS_HOME=!!PREFIX!!/share/pgaccess
-
- export PATH_TO_WISH
- export PGACCESS_HOME
diff --git a/databases/pgaccess/pkg-comment b/databases/pgaccess/pkg-comment
deleted file mode 100644
index 7dfcae342f37..000000000000
--- a/databases/pgaccess/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Tcl/Tk interface to PostgreSQL
diff --git a/databases/pgaccess/pkg-descr b/databases/pgaccess/pkg-descr
deleted file mode 100644
index fb2c289e3fd2..000000000000
--- a/databases/pgaccess/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-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
-
-WWW: http://www.flex.ro/pgaccess/
diff --git a/databases/pgaccess/pkg-plist b/databases/pgaccess/pkg-plist
deleted file mode 100644
index 120216e792e6..000000000000
--- a/databases/pgaccess/pkg-plist
+++ /dev/null
@@ -1,199 +0,0 @@
-bin/pgaccess
-share/pgaccess/copyright.html
-share/pgaccess/main.tcl
-share/pgaccess/lib/help/index.hlp
-share/pgaccess/lib/help/postgresql.hlp
-share/pgaccess/lib/help/tables.hlp
-share/pgaccess/lib/help/keywords.hlp
-share/pgaccess/lib/help/history.hlp
-share/pgaccess/lib/help/y2k.hlp
-share/pgaccess/lib/help/create_table.hlp
-share/pgaccess/lib/help/data_types.hlp
-share/pgaccess/lib/help/sql_guide.hlp
-share/pgaccess/lib/help/copyrights.hlp
-share/pgaccess/lib/help/author.hlp
-share/pgaccess/lib/help/mathfunc.hlp
-share/pgaccess/lib/help/pgfunctions.hlp
-share/pgaccess/lib/help/sqlfunc.hlp
-share/pgaccess/lib/help/stringfunc.hlp
-share/pgaccess/lib/help/datefunc.hlp
-share/pgaccess/lib/help/geomfunc.hlp
-share/pgaccess/lib/help/mvcc.hlp
-share/pgaccess/lib/help/ipv4func.hlp
-share/pgaccess/lib/help/isolation.hlp
-share/pgaccess/lib/help/inheritance.hlp
-share/pgaccess/lib/help/vacuum.hlp
-share/pgaccess/lib/help/alter_table.hlp
-share/pgaccess/lib/help/open_table.hlp
-share/pgaccess/lib/help/new_table.hlp
-share/pgaccess/lib/help/add_records.hlp
-share/pgaccess/lib/help/view_table_structure.hlp
-share/pgaccess/lib/help/queries.hlp
-share/pgaccess/lib/help/visual_designer.hlp
-share/pgaccess/lib/help/open_query.hlp
-share/pgaccess/lib/help/new_query.hlp
-share/pgaccess/lib/help/sequences.hlp
-share/pgaccess/lib/help/views.hlp
-share/pgaccess/lib/help/functions.hlp
-share/pgaccess/lib/help/reports.hlp
-share/pgaccess/lib/help/forms.hlp
-share/pgaccess/lib/help/scripts.hlp
-share/pgaccess/lib/help/users.hlp
-share/pgaccess/lib/help/schema.hlp
-share/pgaccess/lib/help/abort.hlp
-share/pgaccess/lib/help/create_function.hlp
-share/pgaccess/lib/help/drop_function.hlp
-share/pgaccess/lib/help/begin.hlp
-share/pgaccess/lib/help/create_sequence.hlp
-share/pgaccess/lib/help/form_design.hlp
-share/pgaccess/lib/help/alter_user.hlp
-share/pgaccess/lib/help/close.hlp
-share/pgaccess/lib/help/cluster.hlp
-share/pgaccess/lib/help/commit.hlp
-share/pgaccess/lib/help/copy.hlp
-share/pgaccess/lib/help/create_aggregate.hlp
-share/pgaccess/lib/help/create_database.hlp
-share/pgaccess/lib/help/create_index.hlp
-share/pgaccess/lib/help/create_language.hlp
-share/pgaccess/lib/help/create_operator.hlp
-share/pgaccess/lib/help/create_rule.hlp
-share/pgaccess/lib/help/create_table_as.hlp
-share/pgaccess/lib/help/create_trigger.hlp
-share/pgaccess/lib/help/create_type.hlp
-share/pgaccess/lib/help/create_user.hlp
-share/pgaccess/lib/help/create_view.hlp
-share/pgaccess/lib/help/declare.hlp
-share/pgaccess/lib/help/delete.hlp
-share/pgaccess/lib/help/explain.hlp
-share/pgaccess/lib/help/drop_aggregate.hlp
-share/pgaccess/lib/help/drop_database.hlp
-share/pgaccess/lib/help/drop_index.hlp
-share/pgaccess/lib/help/drop_language.hlp
-share/pgaccess/lib/help/drop_operator.hlp
-share/pgaccess/lib/help/drop_rule.hlp
-share/pgaccess/lib/help/drop_sequence.hlp
-share/pgaccess/lib/help/drop_table.hlp
-share/pgaccess/lib/help/drop_trigger.hlp
-share/pgaccess/lib/help/drop_type.hlp
-share/pgaccess/lib/help/drop_user.hlp
-share/pgaccess/lib/help/drop_view.hlp
-share/pgaccess/lib/help/fetch.hlp
-share/pgaccess/lib/help/grant.hlp
-share/pgaccess/lib/help/insert.hlp
-share/pgaccess/lib/help/listen.hlp
-share/pgaccess/lib/help/load.hlp
-share/pgaccess/lib/help/lock.hlp
-share/pgaccess/lib/help/move.hlp
-share/pgaccess/lib/help/notify.hlp
-share/pgaccess/lib/help/reset.hlp
-share/pgaccess/lib/help/revoke.hlp
-share/pgaccess/lib/help/rollback.hlp
-share/pgaccess/lib/help/select.hlp
-share/pgaccess/lib/help/set.hlp
-share/pgaccess/lib/help/select_into.hlp
-share/pgaccess/lib/help/show.hlp
-share/pgaccess/lib/help/unlisten.hlp
-share/pgaccess/lib/help/update.hlp
-share/pgaccess/lib/visualqb.tcl
-share/pgaccess/lib/forms.tcl
-share/pgaccess/lib/reports.tcl
-share/pgaccess/lib/languages/czech
-share/pgaccess/lib/languages/deutsch
-share/pgaccess/lib/languages/euskara
-share/pgaccess/lib/languages/francais
-share/pgaccess/lib/languages/italiano
-share/pgaccess/lib/languages/japanese
-share/pgaccess/lib/languages/magyar
-share/pgaccess/lib/languages/nederlands
-share/pgaccess/lib/languages/portugues
-share/pgaccess/lib/languages/romana
-share/pgaccess/lib/languages/russian.koi8r
-share/pgaccess/lib/languages/russian_win
-share/pgaccess/lib/languages/spanish
-share/pgaccess/lib/schema.tcl
-share/pgaccess/lib/help.tcl
-share/pgaccess/lib/users.tcl
-share/pgaccess/lib/database.tcl
-share/pgaccess/lib/sequences.tcl
-share/pgaccess/lib/functions.tcl
-share/pgaccess/lib/tables.tcl
-share/pgaccess/lib/scripts.tcl
-share/pgaccess/lib/preferences.tcl
-share/pgaccess/lib/queries.tcl
-share/pgaccess/lib/views.tcl
-share/pgaccess/lib/mainlib.tcl
-share/pgaccess/lib/qed
-share/pgaccess/images/icon_button.gif
-share/pgaccess/images/icon_checkbutton.gif
-share/pgaccess/images/icon_entry.gif
-share/pgaccess/images/icon_frame.gif
-share/pgaccess/images/icon_label.gif
-share/pgaccess/images/icon_listbox.gif
-share/pgaccess/images/icon_radiobutton.gif
-share/pgaccess/images/icon_text.gif
-share/pgaccess/images/icon_query.gif
-share/pgaccess/README
-share/pgaccess/demo/formdemo.sql
-share/pgaccess/doc/html/a_right.gif
-share/pgaccess/doc/html/copyright.html
-share/pgaccess/doc/html/forms.html
-share/pgaccess/doc/html/index.html
-share/pgaccess/doc/html/irix.html
-share/pgaccess/doc/html/maillist.html
-share/pgaccess/doc/html/pg93patch.html
-share/pgaccess/doc/html/pga-rad.html
-share/pgaccess/doc/html/qbtclet.html
-share/pgaccess/doc/html/specialchars.html
-share/pgaccess/doc/html/qbtclet.tcl
-share/pgaccess/doc/html/old_index.html
-share/pgaccess/doc/html/whatsnew.html
-share/pgaccess/doc/html/contents.html
-share/pgaccess/doc/html/main.html
-share/pgaccess/doc/html/linux1.gif
-share/pgaccess/doc/html/download.html
-share/pgaccess/doc/html/ball.gif
-share/pgaccess/doc/html/vdesigner.gif
-share/pgaccess/doc/html/screenshots.html
-share/pgaccess/doc/html/mainwindow.gif
-share/pgaccess/doc/html/newtable.gif
-share/pgaccess/doc/html/newuser.gif
-share/pgaccess/doc/html/function.gif
-share/pgaccess/doc/html/forms.gif
-share/pgaccess/doc/html/features.html
-share/pgaccess/doc/html/todo.html
-share/pgaccess/doc/html/documentation.html
-share/pgaccess/doc/html/win32.html
-share/pgaccess/doc/html/faq.html
-share/pgaccess/doc/html/api.html
-share/pgaccess/doc/html/tutorial/addref.jpg
-share/pgaccess/doc/html/tutorial/altern_q.jpg
-share/pgaccess/doc/html/tutorial/altern_v.jpg
-share/pgaccess/doc/html/tutorial/copyright.html
-share/pgaccess/doc/html/tutorial/index.html
-share/pgaccess/doc/html/tutorial/intro.html
-share/pgaccess/doc/html/tutorial/irix.html
-share/pgaccess/doc/html/tutorial/newref.txt
-share/pgaccess/doc/html/tutorial/newtable.jpg
-share/pgaccess/doc/html/tutorial/newtable.tga
-share/pgaccess/doc/html/tutorial/problems.html
-share/pgaccess/doc/html/tutorial/screen1.jpg
-share/pgaccess/doc/html/tutorial/sel_tbl.jpg
-share/pgaccess/doc/html/tutorial/start.html
-share/pgaccess/doc/html/tutorial/tut.html
-share/pgaccess/doc/html/tutorial/tut_edit.html
-share/pgaccess/doc/html/tutorial/tut_new.html
-share/pgaccess/doc/html/tutorial/tut_sel1.html
-share/pgaccess/doc/html/tutorial/tut_user.html
-share/pgaccess/doc/html/formdemo.sql
-share/pgaccess/doc/html/help.gif
-share/pgaccess/doc/html/permissions.gif
-share/pgaccess/doc/html/addindex.gif
-@dirrm share/pgaccess/lib/help
-@dirrm share/pgaccess/lib/languages
-@dirrm share/pgaccess/lib
-@dirrm share/pgaccess/images
-@dirrm share/pgaccess/demo
-@dirrm share/pgaccess/doc/html/tutorial
-@dirrm share/pgaccess/doc/html
-@dirrm share/pgaccess/doc
-@dirrm share/pgaccess