ports/66062: [MAINTAINER] databases/pgaccess: update to 0.99.0.20040219

Palle Girgensohn girgen at pingpong.net
Wed Apr 28 22:00:39 UTC 2004


>Number:         66062
>Category:       ports
>Synopsis:       [MAINTAINER] databases/pgaccess: update to 0.99.0.20040219
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 28 15:00:38 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
Ping Pong AB
>Environment:
System: FreeBSD palle.girgensohn.se 5.2-CURRENT FreeBSD 5.2-CURRENT #5: Tue Apr 13 03:50:54 CEST 2004
>Description:
- Update to 0.99.0.20040219 [1]
- Use TCL 7.4 by default

Pointed out by: David Booth [1]

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- pgaccess-0.99.0.20040219.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/pgaccess/Makefile,v
retrieving revision 1.39
diff -u -u -r1.39 Makefile
--- Makefile	4 Feb 2004 05:19:05 -0000	1.39
+++ Makefile	28 Apr 2004 21:55:22 -0000
@@ -6,11 +6,12 @@
 #
 
 PORTNAME=	pgaccess
-PORTVERSION=	0.98.8.20030520
-PORTREVISION=	1
-CATEGORIES=	databases tcl83 tk83
+PORTVERSION=	0.99.0.20040219
+CATEGORIES=	databases tcl${TCLVERSION:S/.//} tk${TCLVERSION:S/.//}
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	pgaccess
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/./_/g}
+EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	girgen at pingpong.net
 COMMENT=	A powerful GUI PostgreSQL database administration tool and toolkit
@@ -19,9 +20,9 @@
 
 USE_REINPLACE=	yes
 
-TCL_VERSION?=	8.3
-PGACCESSDOCDIR=	${PREFIX}/share/doc/postgresql/pgaccess
-PGACCESSDIR=	${PREFIX}/share/postgresql/pgaccess
+TCLVERSION?=	8.4
+DOCSDIR=	${PREFIX}/share/doc/postgresql/${PORTNAME}
+PGACCESSDIR=	${PREFIX}/share/postgresql/${PORTNAME}
 
 post-patch:
 	@${REINPLACE_CMD} -e "s,/usr/bin,${PREFIX}/bin,g ; " ${WRKSRC}/lib/mainlib.tcl
@@ -30,7 +31,7 @@
 do-build:
 .for targetfile in pgaccess.tcl pgmonitor
 	@ ${SED} -e "s,%%LOCALBASE%%,${LOCALBASE},g; \
-		     s,%%TCL_VERSION%%,${TCL_VERSION},g; \
+		     s,%%TCL_VERSION%%,${TCLVERSION},g; \
 		     s,%%PREFIX%%,${PREFIX},g; \
 		     s,%%PROGRAM%%,${targetfile},g" \
 		< ${FILESDIR}/run-tcl-file > ${WRKDIR}/${targetfile:R}.sh
@@ -46,11 +47,11 @@
 	${INSTALL_SCRIPT} ${WRKDIR}/${targetfile}.sh ${PREFIX}/bin/${targetfile}
 .endfor
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PGACCESSDOCDIR} ; \
+	@${MKDIR} ${DOCSDIR} ; \
 	 cd ${WRKSRC}/doc/html ;\
 	 ${TAR} cf - * | \
-	 ( cd ${PGACCESSDOCDIR}; ${TAR} xf - ) ; \
-	 ${CHOWN} -R 0:0 ${PGACCESSDOCDIR}
+	 ( cd ${DOCSDIR}; ${TAR} xf - ) ; \
+	 ${CHOWN} -R 0:0 ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/pgaccess/distinfo,v
retrieving revision 1.25
diff -u -u -r1.25 distinfo
--- distinfo	31 Mar 2004 03:06:43 -0000	1.25
+++ distinfo	28 Apr 2004 21:11:25 -0000
@@ -1,2 +1,2 @@
-MD5 (pgaccess-0.98.8.20030520.tar.gz) = d1733a01cfc796e26ec7d49a467d20cd
-SIZE (pgaccess-0.98.8.20030520.tar.gz) = 975561
+MD5 (pgaccess-0_99_0_20040219.tgz) = 5440a130da909368a7274ac6f4578039
+SIZE (pgaccess-0_99_0_20040219.tgz) = 1457184
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/pgaccess/pkg-plist,v
retrieving revision 1.8
diff -u -u -r1.8 pkg-plist
--- pkg-plist	18 Aug 2003 05:17:34 -0000	1.8
+++ pkg-plist	28 Apr 2004 21:52:32 -0000
@@ -1,59 +1,59 @@
 bin/pgaccess
 bin/pgmonitor
-%%PORTDOCS%%share/doc/postgresql/pgaccess/a_right.gif
-%%PORTDOCS%%share/doc/postgresql/pgaccess/addindex.gif
-%%PORTDOCS%%share/doc/postgresql/pgaccess/api.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/ball.gif
-%%PORTDOCS%%share/doc/postgresql/pgaccess/contents.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/copyright.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/documentation.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/download.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/faq.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/features.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/formdemo.sql
-%%PORTDOCS%%share/doc/postgresql/pgaccess/forms.gif
-%%PORTDOCS%%share/doc/postgresql/pgaccess/forms.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/function.gif
-%%PORTDOCS%%share/doc/postgresql/pgaccess/help.gif
-%%PORTDOCS%%share/doc/postgresql/pgaccess/index.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/irix.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/linux1.gif
-%%PORTDOCS%%share/doc/postgresql/pgaccess/maillist.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/main.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/mainwindow.gif
-%%PORTDOCS%%share/doc/postgresql/pgaccess/newtable.gif
-%%PORTDOCS%%share/doc/postgresql/pgaccess/newuser.gif
-%%PORTDOCS%%share/doc/postgresql/pgaccess/old_index.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/permissions.gif
-%%PORTDOCS%%share/doc/postgresql/pgaccess/pg93patch.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/pga-rad.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/qbtclet.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/qbtclet.tcl
-%%PORTDOCS%%share/doc/postgresql/pgaccess/screenshots.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/specialchars.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/todo.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/addref.jpg
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/altern_q.jpg
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/altern_v.jpg
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/copyright.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/index.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/intro.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/irix.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/newref.txt
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/newtable.jpg
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/newtable.tga
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/problems.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/screen1.jpg
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/sel_tbl.jpg
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/start.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/tut.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/tut_edit.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/tut_new.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/tut_sel1.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/tutorial/tut_user.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/vdesigner.gif
-%%PORTDOCS%%share/doc/postgresql/pgaccess/whatsnew.html
-%%PORTDOCS%%share/doc/postgresql/pgaccess/win32.html
+%%PORTDOCS%%%%DOCSDIR%%/a_right.gif
+%%PORTDOCS%%%%DOCSDIR%%/addindex.gif
+%%PORTDOCS%%%%DOCSDIR%%/api.html
+%%PORTDOCS%%%%DOCSDIR%%/ball.gif
+%%PORTDOCS%%%%DOCSDIR%%/contents.html
+%%PORTDOCS%%%%DOCSDIR%%/copyright.html
+%%PORTDOCS%%%%DOCSDIR%%/documentation.html
+%%PORTDOCS%%%%DOCSDIR%%/download.html
+%%PORTDOCS%%%%DOCSDIR%%/faq.html
+%%PORTDOCS%%%%DOCSDIR%%/features.html
+%%PORTDOCS%%%%DOCSDIR%%/formdemo.sql
+%%PORTDOCS%%%%DOCSDIR%%/forms.gif
+%%PORTDOCS%%%%DOCSDIR%%/forms.html
+%%PORTDOCS%%%%DOCSDIR%%/function.gif
+%%PORTDOCS%%%%DOCSDIR%%/help.gif
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/irix.html
+%%PORTDOCS%%%%DOCSDIR%%/linux1.gif
+%%PORTDOCS%%%%DOCSDIR%%/maillist.html
+%%PORTDOCS%%%%DOCSDIR%%/main.html
+%%PORTDOCS%%%%DOCSDIR%%/mainwindow.gif
+%%PORTDOCS%%%%DOCSDIR%%/newtable.gif
+%%PORTDOCS%%%%DOCSDIR%%/newuser.gif
+%%PORTDOCS%%%%DOCSDIR%%/old_index.html
+%%PORTDOCS%%%%DOCSDIR%%/permissions.gif
+%%PORTDOCS%%%%DOCSDIR%%/pg93patch.html
+%%PORTDOCS%%%%DOCSDIR%%/pga-rad.html
+%%PORTDOCS%%%%DOCSDIR%%/qbtclet.html
+%%PORTDOCS%%%%DOCSDIR%%/qbtclet.tcl
+%%PORTDOCS%%%%DOCSDIR%%/screenshots.html
+%%PORTDOCS%%%%DOCSDIR%%/specialchars.html
+%%PORTDOCS%%%%DOCSDIR%%/todo.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/addref.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/altern_q.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/altern_v.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/copyright.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/index.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/intro.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/irix.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/newref.txt
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/newtable.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/newtable.tga
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/problems.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/screen1.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/sel_tbl.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/start.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/tut.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/tut_edit.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/tut_new.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/tut_sel1.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/tut_user.html
+%%PORTDOCS%%%%DOCSDIR%%/vdesigner.gif
+%%PORTDOCS%%%%DOCSDIR%%/whatsnew.html
+%%PORTDOCS%%%%DOCSDIR%%/win32.html
 share/postgresql/pgaccess/Makefile
 share/postgresql/pgaccess/README
 share/postgresql/pgaccess/changelog
@@ -68,6 +68,8 @@
 share/postgresql/pgaccess/demo/treedemo.pga
 share/postgresql/pgaccess/extra/MSAccessPrintWidgets.tcl
 share/postgresql/pgaccess/extra/SendExcel.tcl
+share/postgresql/pgaccess/extra/barcode.tcl
+share/postgresql/pgaccess/extra/cuecat.tcl
 share/postgresql/pgaccess/extra/customers.tcl
 share/postgresql/pgaccess/extra/graph.tcl
 share/postgresql/pgaccess/extra/psic.tcl
@@ -85,24 +87,31 @@
 share/postgresql/pgaccess/images/icon_table.gif
 share/postgresql/pgaccess/images/icon_text.gif
 share/postgresql/pgaccess/images/icon_tree.gif
+share/postgresql/pgaccess/images/logo.gif
 share/postgresql/pgaccess/known_bugs
+share/postgresql/pgaccess/lib/aggregates.tcl
+share/postgresql/pgaccess/lib/casts.tcl
+share/postgresql/pgaccess/lib/colors.tcl
 share/postgresql/pgaccess/lib/connections.tcl
+share/postgresql/pgaccess/lib/conversions.tcl
 share/postgresql/pgaccess/lib/database.tcl
 share/postgresql/pgaccess/lib/debug.tcl
 share/postgresql/pgaccess/lib/diagrams.tcl
+share/postgresql/pgaccess/lib/domains.tcl
 share/postgresql/pgaccess/lib/forms.tcl
 share/postgresql/pgaccess/lib/functions.tcl
 share/postgresql/pgaccess/lib/graphs.tcl
 share/postgresql/pgaccess/lib/help.tcl
+share/postgresql/pgaccess/lib/help/Makefile
 share/postgresql/pgaccess/lib/help/abort.hlp
-share/postgresql/pgaccess/lib/help/add_records.hlp
+share/postgresql/pgaccess/lib/help/add_records.tex
 share/postgresql/pgaccess/lib/help/alter_table.hlp
 share/postgresql/pgaccess/lib/help/alter_user.hlp
-share/postgresql/pgaccess/lib/help/author.hlp
+share/postgresql/pgaccess/lib/help/author.tex
 share/postgresql/pgaccess/lib/help/begin.hlp
-share/postgresql/pgaccess/lib/help/close.hlp
+share/postgresql/pgaccess/lib/help/close.tex
 share/postgresql/pgaccess/lib/help/cluster.hlp
-share/postgresql/pgaccess/lib/help/command_line_options.hlp
+share/postgresql/pgaccess/lib/help/command_line_options.tex
 share/postgresql/pgaccess/lib/help/commit.hlp
 share/postgresql/pgaccess/lib/help/copy.hlp
 share/postgresql/pgaccess/lib/help/copyrights.hlp
@@ -124,7 +133,8 @@
 share/postgresql/pgaccess/lib/help/datefunc.hlp
 share/postgresql/pgaccess/lib/help/declare.hlp
 share/postgresql/pgaccess/lib/help/delete.hlp
-share/postgresql/pgaccess/lib/help/diagrams.hlp
+share/postgresql/pgaccess/lib/help/develop.tex
+share/postgresql/pgaccess/lib/help/diagrams.tex
 share/postgresql/pgaccess/lib/help/drop_aggregate.hlp
 share/postgresql/pgaccess/lib/help/drop_database.hlp
 share/postgresql/pgaccess/lib/help/drop_function.hlp
@@ -140,60 +150,64 @@
 share/postgresql/pgaccess/lib/help/drop_view.hlp
 share/postgresql/pgaccess/lib/help/explain.hlp
 share/postgresql/pgaccess/lib/help/fetch.hlp
-share/postgresql/pgaccess/lib/help/form_design.hlp
-share/postgresql/pgaccess/lib/help/forms.hlp
-share/postgresql/pgaccess/lib/help/functions.hlp
+share/postgresql/pgaccess/lib/help/form_design.tex
+share/postgresql/pgaccess/lib/help/forms.tex
+share/postgresql/pgaccess/lib/help/functions.tex
 share/postgresql/pgaccess/lib/help/geomfunc.hlp
 share/postgresql/pgaccess/lib/help/grant.hlp
-share/postgresql/pgaccess/lib/help/graphs.hlp
+share/postgresql/pgaccess/lib/help/graphs.tex
 share/postgresql/pgaccess/lib/help/history.hlp
-share/postgresql/pgaccess/lib/help/index.hlp
+share/postgresql/pgaccess/lib/help/html.sty
+share/postgresql/pgaccess/lib/help/index.tex
 share/postgresql/pgaccess/lib/help/inheritance.hlp
 share/postgresql/pgaccess/lib/help/insert.hlp
 share/postgresql/pgaccess/lib/help/ipv4func.hlp
 share/postgresql/pgaccess/lib/help/isolation.hlp
 share/postgresql/pgaccess/lib/help/keywords.hlp
+share/postgresql/pgaccess/lib/help/latex.tex
 share/postgresql/pgaccess/lib/help/listen.hlp
 share/postgresql/pgaccess/lib/help/load.hlp
 share/postgresql/pgaccess/lib/help/lock.hlp
 share/postgresql/pgaccess/lib/help/mathfunc.hlp
 share/postgresql/pgaccess/lib/help/move.hlp
 share/postgresql/pgaccess/lib/help/mvcc.hlp
-share/postgresql/pgaccess/lib/help/new_query.hlp
-share/postgresql/pgaccess/lib/help/new_table.hlp
-share/postgresql/pgaccess/lib/help/newteam.hlp
+share/postgresql/pgaccess/lib/help/new_query.tex
+share/postgresql/pgaccess/lib/help/new_table.tex
+share/postgresql/pgaccess/lib/help/new_team.tex
 share/postgresql/pgaccess/lib/help/notify.hlp
 share/postgresql/pgaccess/lib/help/open_database.hlp
-share/postgresql/pgaccess/lib/help/open_query.hlp
-share/postgresql/pgaccess/lib/help/open_table.hlp
-share/postgresql/pgaccess/lib/help/pgackages.hlp
+share/postgresql/pgaccess/lib/help/open_query.tex
+share/postgresql/pgaccess/lib/help/open_table.tex
+share/postgresql/pgaccess/lib/help/pgackages.tex
 share/postgresql/pgaccess/lib/help/pgfunctions.hlp
-share/postgresql/pgaccess/lib/help/postgresql.hlp
-share/postgresql/pgaccess/lib/help/queries.hlp
-share/postgresql/pgaccess/lib/help/reports.hlp
+share/postgresql/pgaccess/lib/help/postgresql.tex
+share/postgresql/pgaccess/lib/help/queries.tex
+share/postgresql/pgaccess/lib/help/reports.tex
 share/postgresql/pgaccess/lib/help/reset.hlp
 share/postgresql/pgaccess/lib/help/revoke.hlp
 share/postgresql/pgaccess/lib/help/rollback.hlp
-share/postgresql/pgaccess/lib/help/scripts.hlp
+share/postgresql/pgaccess/lib/help/scripts.tex
 share/postgresql/pgaccess/lib/help/select.hlp
 share/postgresql/pgaccess/lib/help/select_into.hlp
-share/postgresql/pgaccess/lib/help/sequences.hlp
+share/postgresql/pgaccess/lib/help/sequences.tex
 share/postgresql/pgaccess/lib/help/set.hlp
 share/postgresql/pgaccess/lib/help/show.hlp
 share/postgresql/pgaccess/lib/help/sql_guide.hlp
 share/postgresql/pgaccess/lib/help/sqlfunc.hlp
 share/postgresql/pgaccess/lib/help/stringfunc.hlp
-share/postgresql/pgaccess/lib/help/tables.hlp
+share/postgresql/pgaccess/lib/help/tables.tex
 share/postgresql/pgaccess/lib/help/unlisten.hlp
 share/postgresql/pgaccess/lib/help/update.hlp
-share/postgresql/pgaccess/lib/help/users.hlp
+share/postgresql/pgaccess/lib/help/users.tex
 share/postgresql/pgaccess/lib/help/vacuum.hlp
-share/postgresql/pgaccess/lib/help/view_table_structure.hlp
-share/postgresql/pgaccess/lib/help/views.hlp
-share/postgresql/pgaccess/lib/help/visual_designer.hlp
+share/postgresql/pgaccess/lib/help/view_table_structure.tex
+share/postgresql/pgaccess/lib/help/views.tex
+share/postgresql/pgaccess/lib/help/visual_designer.tex
 share/postgresql/pgaccess/lib/help/y2k.hlp
 share/postgresql/pgaccess/lib/images.tcl
 share/postgresql/pgaccess/lib/importexport.tcl
+share/postgresql/pgaccess/lib/indexes.tcl
+share/postgresql/pgaccess/lib/languages.tcl
 share/postgresql/pgaccess/lib/languages/chinese_big5
 share/postgresql/pgaccess/lib/languages/chinese_gb
 share/postgresql/pgaccess/lib/languages/czech
@@ -210,92 +224,109 @@
 share/postgresql/pgaccess/lib/languages/russian_win
 share/postgresql/pgaccess/lib/languages/spanish
 share/postgresql/pgaccess/lib/mainlib.tcl
+share/postgresql/pgaccess/lib/newdbwiz.tcl
+share/postgresql/pgaccess/lib/operatorclasses.tcl
+share/postgresql/pgaccess/lib/operators.tcl
+share/postgresql/pgaccess/lib/options.tcl
 share/postgresql/pgaccess/lib/pgackages.tcl
-share/postgresql/pgaccess/lib/plugins/pgin.tcl
+share/postgresql/pgaccess/lib/plugins/pgin2.tcl
+share/postgresql/pgaccess/lib/plugins/pgin3.tcl
 share/postgresql/pgaccess/lib/plugins/pgmonitor.tcl
 share/postgresql/pgaccess/lib/preferences.tcl
 share/postgresql/pgaccess/lib/printer.tcl
 share/postgresql/pgaccess/lib/queries.tcl
 share/postgresql/pgaccess/lib/reports.tcl
+share/postgresql/pgaccess/lib/rules.tcl
 share/postgresql/pgaccess/lib/scripts.tcl
 share/postgresql/pgaccess/lib/sequences.tcl
 share/postgresql/pgaccess/lib/stack.tcl
 share/postgresql/pgaccess/lib/syntax.tcl
+share/postgresql/pgaccess/lib/tables-tktable.tcl
 share/postgresql/pgaccess/lib/tables.tcl
+share/postgresql/pgaccess/lib/triggers.tcl
+share/postgresql/pgaccess/lib/types.tcl
 share/postgresql/pgaccess/lib/usergroups.tcl
 share/postgresql/pgaccess/lib/views.tcl
+share/postgresql/pgaccess/lib/visualqb-tktable.tcl
 share/postgresql/pgaccess/lib/visualqb.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/arrow.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/bitmap.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/button.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/buttonbox.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/color.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/combobox.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/dialog.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/dragsite.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/dropsite.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/dynhelp.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/entry.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/font.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/bold.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/copy.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/cut.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/dragfile.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/dragicon.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/error.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/file.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/folder.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/hourglass.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/info.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/italic.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/minus.xbm
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/new.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/opcopy.xbm
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/open.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/openfold.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/oplink.xbm
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/opmove.xbm
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/overstrike.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/palette.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/passwd.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/paste.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/plus.xbm
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/print.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/question.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/redo.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/save.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/target.xbm
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/underline.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/undo.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images/warning.gif
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/init.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/label.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/labelentry.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/labelframe.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/lang/de.rc
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/lang/en.rc
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/lang/es.rc
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/lang/fr.rc
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/listbox.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/mainframe.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/messagedlg.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/notebook.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/pagesmgr.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/panedw.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/passwddlg.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/pkgIndex.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/progressbar.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/progressdlg.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/scrollframe.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/scrollview.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/scrollw.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/separator.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/spinbox.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/titleframe.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/tree.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/utils.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/widget.tcl
-share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/xpm2image.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/CHANGES.txt
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/ChangeLog
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/LICENSE.txt
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/README.txt
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/arrow.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/bitmap.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/button.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/buttonbox.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/calendar.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/color.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/combobox.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/dialog.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/dragsite.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/dropsite.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/dynhelp.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/entry.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/font.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/bold.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/copy.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/cut.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/dragfile.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/dragicon.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/error.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/file.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/folder.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/hourglass.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/info.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/italic.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/minus.xbm
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/new.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/opcopy.xbm
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/open.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/openfold.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/oplink.xbm
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/opmove.xbm
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/overstrike.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/palette.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/passwd.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/paste.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/plus.xbm
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/print.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/question.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/redo.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/save.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/target.xbm
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/underline.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/undo.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images/warning.gif
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/init.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/label.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/labelentry.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/labelframe.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/lang/de.rc
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/lang/en.rc
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/lang/es.rc
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/lang/fr.rc
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/listbox.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/mainframe.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/messagedlg.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/notebook.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/pagesmgr.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/panedw.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/passwddlg.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/pkgIndex.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/progressbar.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/progressdlg.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/scrollframe.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/scrollview.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/scrollw.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/separator.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/spinbox.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/titleframe.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/tree.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/utils.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/widget.tcl
+share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/xpm2image.tcl
+share/postgresql/pgaccess/lib/widgets/Barcode/Barcode.tcl
+share/postgresql/pgaccess/lib/widgets/Barcode/pkgIndex.tcl
 share/postgresql/pgaccess/lib/widgets/base64/base64.tcl
 share/postgresql/pgaccess/lib/widgets/base64/pkgIndex.tcl
 share/postgresql/pgaccess/lib/widgets/base64/uuencode.tcl
@@ -311,35 +342,46 @@
 share/postgresql/pgaccess/lib/widgets/icons1.0/pkgIndex.tcl
 share/postgresql/pgaccess/lib/widgets/icons1.0/tkIcons
 share/postgresql/pgaccess/lib/widgets/icons1.0/tkIcons-sample.slick
-share/postgresql/pgaccess/lib/widgets/tablelist2.7/pkgIndex.tcl
-share/postgresql/pgaccess/lib/widgets/tablelist2.7/scripts/mwutil.tcl
-share/postgresql/pgaccess/lib/widgets/tablelist2.7/scripts/tablelistSortByColumn.tcl
-share/postgresql/pgaccess/lib/widgets/tablelist2.7/scripts/tablelistWidget.tcl
-share/postgresql/pgaccess/lib/widgets/tablelist2.7/scripts/tclIndex
-share/postgresql/pgaccess/lib/widgets/tablelist2.7/tablelist.tcl
+share/postgresql/pgaccess/lib/widgets/tablelist3.3/CHANGES.txt
+share/postgresql/pgaccess/lib/widgets/tablelist3.3/COPYRIGHT.txt
+share/postgresql/pgaccess/lib/widgets/tablelist3.3/README.txt
+share/postgresql/pgaccess/lib/widgets/tablelist3.3/pkgIndex.tcl
+share/postgresql/pgaccess/lib/widgets/tablelist3.3/scripts/mwutil.tcl
+share/postgresql/pgaccess/lib/widgets/tablelist3.3/scripts/repair.tcl
+share/postgresql/pgaccess/lib/widgets/tablelist3.3/scripts/tablelistBind.tcl
+share/postgresql/pgaccess/lib/widgets/tablelist3.3/scripts/tablelistConfig.tcl
+share/postgresql/pgaccess/lib/widgets/tablelist3.3/scripts/tablelistEdit.tcl
+share/postgresql/pgaccess/lib/widgets/tablelist3.3/scripts/tablelistMove.tcl
+share/postgresql/pgaccess/lib/widgets/tablelist3.3/scripts/tablelistSort.tcl
+share/postgresql/pgaccess/lib/widgets/tablelist3.3/scripts/tablelistUtil.tcl
+share/postgresql/pgaccess/lib/widgets/tablelist3.3/scripts/tablelistWidget.tcl
+share/postgresql/pgaccess/lib/widgets/tablelist3.3/scripts/tclIndex
+share/postgresql/pgaccess/lib/widgets/tablelist3.3/tablelist.tcl
 share/postgresql/pgaccess/lib/widgets/tkwizard-1.0a1/README
 share/postgresql/pgaccess/lib/widgets/tkwizard-1.0a1/pkgIndex.tcl
 share/postgresql/pgaccess/lib/widgets/tkwizard-1.0a1/tkwizard.tcl
 share/postgresql/pgaccess/lib/widgets/tkwizard-1.0a1/tkwizthing.tcl
 share/postgresql/pgaccess/osx/README.osx
+share/postgresql/pgaccess/osx/dylib/libpgtcl.7.3.dylib.sit
 share/postgresql/pgaccess/pgaccess.tcl
 share/postgresql/pgaccess/pgmonitor
 share/postgresql/pgaccess/todo
-%%PORTDOCS%%@dirrm share/doc/postgresql/pgaccess/tutorial
-%%PORTDOCS%%@dirrm share/doc/postgresql/pgaccess
-%%PORTDOCS%%@unexec rmdir %D/share/doc/postgresql 2> /dev/null || true
+share/postgresql/pgaccess/utils/mkkit.tcl
+ at dirrm share/postgresql/pgaccess/utils
+ at dirrm share/postgresql/pgaccess/osx/dylib
 @dirrm share/postgresql/pgaccess/osx
 @dirrm share/postgresql/pgaccess/lib/widgets/tkwizard-1.0a1
- at dirrm share/postgresql/pgaccess/lib/widgets/tablelist2.7/scripts
- at dirrm share/postgresql/pgaccess/lib/widgets/tablelist2.7
+ at dirrm share/postgresql/pgaccess/lib/widgets/tablelist3.3/scripts
+ at dirrm share/postgresql/pgaccess/lib/widgets/tablelist3.3
 @dirrm share/postgresql/pgaccess/lib/widgets/icons1.0
 @dirrm share/postgresql/pgaccess/lib/widgets/fileutil
 @dirrm share/postgresql/pgaccess/lib/widgets/csv
 @dirrm share/postgresql/pgaccess/lib/widgets/cmdline
 @dirrm share/postgresql/pgaccess/lib/widgets/base64
- at dirrm share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/lang
- at dirrm share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1/images
- at dirrm share/postgresql/pgaccess/lib/widgets/BWidget-1.4.1
+ at dirrm share/postgresql/pgaccess/lib/widgets/Barcode
+ at dirrm share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/lang
+ at dirrm share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0/images
+ at dirrm share/postgresql/pgaccess/lib/widgets/BWidget-1.6.0
 @dirrm share/postgresql/pgaccess/lib/widgets
 @dirrm share/postgresql/pgaccess/lib/plugins
 @dirrm share/postgresql/pgaccess/lib/languages
@@ -350,3 +392,6 @@
 @dirrm share/postgresql/pgaccess/demo
 @dirrm share/postgresql/pgaccess
 @unexec rmdir %D/share/postgresql 2> /dev/null || true
+%%PORTDOCS%%@dirrm share/doc/postgresql/pgaccess/tutorial
+%%PORTDOCS%%@dirrm share/doc/postgresql/pgaccess
+%%PORTDOCS%%@unexec rmdir %D/share/doc/postgresql 2> /dev/null || true
--- pgaccess-0.99.0.20040219.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list