ports/58333: [patch]update phppgadmin to 3.0.1,add option PGADMDIR in Makefile

Kang Liu liukang at bjpu.edu.cn
Tue Oct 21 13:50:18 UTC 2003


>Number:         58333
>Category:       ports
>Synopsis:       [patch]update phppgadmin to 3.0.1,add option PGADMDIR in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 21 06:50:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kang Liu
>Release:        FreeBSD 4.9-RC i386
>Organization:
Beijing University of Technology
>Environment:
System: FreeBSD 4.9-RC #60
>Description:
1.update phppgadmin to 3.0.1
2.Add PGADMDIR into Makefile
3.change default dist. dir. to $PREFIX/www/data
>How-To-Repeat:
n/a
>Fix:

Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/phppgadmin/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	13 Aug 2003 12:01:31 -0000	1.5
+++ distinfo	21 Oct 2003 13:35:12 -0000
@@ -1 +1 @@
-MD5 (phpPgAdmin-3.0.tar.bz2) = c0e04a526c2d9e88f865f3a740f02b60
+MD5 (phpPgAdmin-3.0.1.tar.bz2) = 0a7ef2d4675e8800b3e02807cf1e3ac5
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/phppgadmin/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	22 Aug 2003 19:41:39 -0000	1.12
+++ Makefile	21 Oct 2003 13:35:12 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	phppgadmin
-PORTVERSION=	3.0
+PORTVERSION=	3.0.1
 CATEGORIES=	databases www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -22,11 +22,14 @@
 WRKSRC=		${WRKDIR}/phpPgAdmin
 NO_BUILD=	YES
 
+PGADMDIR?=      www/data/phpPgAdmin
+PLIST_SUB+=     PGADMDIR=${PGADMDIR}
+
 .include <bsd.port.pre.mk>
 .include "${.CURDIR}/../../lang/php4/bsd.php.mk"
 
 do-install:
-	${MKDIR} ${PREFIX}/www/data.default/phpPgAdmin/
-	${CP} -R ${WRKSRC}/* ${PREFIX}/www/data.default/phpPgAdmin/
+	${MKDIR} ${PREFIX}/${PGADMDIR}
+	${CP} -R ${WRKSRC}/* ${PREFIX}/${PGADMDIR}
 
 .include <bsd.port.post.mk>
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/phppgadmin/pkg-plist,v
retrieving revision 1.9
diff -u -r1.9 pkg-plist
--- pkg-plist	29 Aug 2003 09:31:19 -0000	1.9
+++ pkg-plist	21 Oct 2003 13:35:12 -0000
@@ -1,190 +1,188 @@
-www/data.default/phpPgAdmin/BUGS
-www/data.default/phpPgAdmin/CREDITS
-www/data.default/phpPgAdmin/DEVELOPERS
-www/data.default/phpPgAdmin/FAQ
-www/data.default/phpPgAdmin/HISTORY
-www/data.default/phpPgAdmin/INSTALL
-www/data.default/phpPgAdmin/LICENSE
-www/data.default/phpPgAdmin/TODO
-www/data.default/phpPgAdmin/TRANSLATORS
-www/data.default/phpPgAdmin/all_db.php
-www/data.default/phpPgAdmin/bottombar.php
-www/data.default/phpPgAdmin/browser.php
-www/data.default/phpPgAdmin/classes/HTML_TreeMenu/TreeMenu.js
-www/data.default/phpPgAdmin/classes/HTML_TreeMenu/TreeMenu.php
-www/data.default/phpPgAdmin/classes/HTML_TreeMenu/images/branch.gif
-www/data.default/phpPgAdmin/classes/HTML_TreeMenu/images/branchbottom.gif
-www/data.default/phpPgAdmin/classes/HTML_TreeMenu/images/branchtop.gif
-www/data.default/phpPgAdmin/classes/HTML_TreeMenu/images/folder-expanded.gif
-www/data.default/phpPgAdmin/classes/HTML_TreeMenu/images/folder.gif
-www/data.default/phpPgAdmin/classes/HTML_TreeMenu/images/line.gif
-www/data.default/phpPgAdmin/classes/HTML_TreeMenu/images/linebottom.gif
-www/data.default/phpPgAdmin/classes/HTML_TreeMenu/images/minus.gif
-www/data.default/phpPgAdmin/classes/HTML_TreeMenu/images/minusbottom.gif
-www/data.default/phpPgAdmin/classes/HTML_TreeMenu/images/minustop.gif
-www/data.default/phpPgAdmin/classes/HTML_TreeMenu/images/plus.gif
-www/data.default/phpPgAdmin/classes/HTML_TreeMenu/images/plusbottom.gif
-www/data.default/phpPgAdmin/classes/HTML_TreeMenu/images/plustop.gif
-www/data.default/phpPgAdmin/classes/Misc.php
-www/data.default/phpPgAdmin/classes/Reports.php
-www/data.default/phpPgAdmin/classes/class.select.php
-www/data.default/phpPgAdmin/classes/database/ADODB_base.php
-www/data.default/phpPgAdmin/classes/database/BaseDB.php
-www/data.default/phpPgAdmin/classes/database/MySQL.php
-www/data.default/phpPgAdmin/classes/database/Postgres.php
-www/data.default/phpPgAdmin/classes/database/Postgres71.php
-www/data.default/phpPgAdmin/classes/database/Postgres72.php
-www/data.default/phpPgAdmin/classes/database/Postgres73.php
-www/data.default/phpPgAdmin/classes/database/Postgres74.php
-www/data.default/phpPgAdmin/conf/.cvsignore
- at unexec if cmp -s %D/www/data.default/phpPgAdmin/conf/config.inc.php %D/www/data.default/phpPgAdmin/conf/config.inc.php-dist; then
rm -f %D/www/data.default/phpPgAdmin/conf/config.inc.php; fi
-www/data.default/phpPgAdmin/conf/config.inc.php-dist
+%%PGADMDIR%%/BUGS
+%%PGADMDIR%%/CREDITS
+%%PGADMDIR%%/DEVELOPERS
+%%PGADMDIR%%/FAQ
+%%PGADMDIR%%/HISTORY
+%%PGADMDIR%%/INSTALL
+%%PGADMDIR%%/LICENSE
+%%PGADMDIR%%/TODO
+%%PGADMDIR%%/TRANSLATORS
+%%PGADMDIR%%/all_db.php
+%%PGADMDIR%%/bottombar.php
+%%PGADMDIR%%/browser.php
+%%PGADMDIR%%/classes/HTML_TreeMenu/TreeMenu.js
+%%PGADMDIR%%/classes/HTML_TreeMenu/TreeMenu.php
+%%PGADMDIR%%/classes/HTML_TreeMenu/images/branch.gif
+%%PGADMDIR%%/classes/HTML_TreeMenu/images/branchbottom.gif
+%%PGADMDIR%%/classes/HTML_TreeMenu/images/branchtop.gif
+%%PGADMDIR%%/classes/HTML_TreeMenu/images/folder-expanded.gif
+%%PGADMDIR%%/classes/HTML_TreeMenu/images/folder.gif
+%%PGADMDIR%%/classes/HTML_TreeMenu/images/line.gif
+%%PGADMDIR%%/classes/HTML_TreeMenu/images/linebottom.gif
+%%PGADMDIR%%/classes/HTML_TreeMenu/images/minus.gif
+%%PGADMDIR%%/classes/HTML_TreeMenu/images/minusbottom.gif
+%%PGADMDIR%%/classes/HTML_TreeMenu/images/minustop.gif
+%%PGADMDIR%%/classes/HTML_TreeMenu/images/plus.gif
+%%PGADMDIR%%/classes/HTML_TreeMenu/images/plusbottom.gif
+%%PGADMDIR%%/classes/HTML_TreeMenu/images/plustop.gif
+%%PGADMDIR%%/classes/Misc.php
+%%PGADMDIR%%/classes/Reports.php
+%%PGADMDIR%%/classes/class.select.php
+%%PGADMDIR%%/classes/database/ADODB_base.php
+%%PGADMDIR%%/classes/database/BaseDB.php
+%%PGADMDIR%%/classes/database/MySQL.php
+%%PGADMDIR%%/classes/database/Postgres.php
+%%PGADMDIR%%/classes/database/Postgres71.php
+%%PGADMDIR%%/classes/database/Postgres72.php
+%%PGADMDIR%%/classes/database/Postgres73.php
+%%PGADMDIR%%/classes/database/Postgres74.php
+%%PGADMDIR%%/conf/.cvsignore
+ at unexec if cmp -s %D/%%PGADMDIR%%/conf/config.inc.php %D/%%PGADMDIR%%/conf/config.inc.php-dist; then rm -f
%D/%%PGADMDIR%%/conf/config.inc.php; fi
+%%PGADMDIR%%/conf/config.inc.php-dist
 @exec [ -f %B/config.inc.php ] || cp %B/%f %B/config.inc.php
-www/data.default/phpPgAdmin/constraints.php
-www/data.default/phpPgAdmin/database.php
-www/data.default/phpPgAdmin/databases.php
-www/data.default/phpPgAdmin/display.php
-www/data.default/phpPgAdmin/functions.php
-www/data.default/phpPgAdmin/groups.php
-www/data.default/phpPgAdmin/images/themes/default/database.gif
-www/data.default/phpPgAdmin/images/themes/default/functions.gif
-www/data.default/phpPgAdmin/images/themes/default/operators.gif
-www/data.default/phpPgAdmin/images/themes/default/sequences.gif
-www/data.default/phpPgAdmin/images/themes/default/tables.gif
-www/data.default/phpPgAdmin/images/themes/default/title.gif
-www/data.default/phpPgAdmin/images/themes/default/triggers.gif
-www/data.default/phpPgAdmin/images/themes/default/types.gif
-www/data.default/phpPgAdmin/images/themes/default/views.gif
-www/data.default/phpPgAdmin/index.php
-www/data.default/phpPgAdmin/indexes.js
-www/data.default/phpPgAdmin/indexes.php
-www/data.default/phpPgAdmin/intro.php
-www/data.default/phpPgAdmin/lang/Makefile
-www/data.default/phpPgAdmin/lang/chinese-sim.php
-www/data.default/phpPgAdmin/lang/chinese-tr.php
-www/data.default/phpPgAdmin/lang/czech.php
-www/data.default/phpPgAdmin/lang/dutch.php
-www/data.default/phpPgAdmin/lang/english.php
-www/data.default/phpPgAdmin/lang/french.php
-www/data.default/phpPgAdmin/lang/german.php
-www/data.default/phpPgAdmin/lang/italian.php
-www/data.default/phpPgAdmin/lang/japanese.php
-www/data.default/phpPgAdmin/lang/langcheck
-www/data.default/phpPgAdmin/lang/polish.php
-www/data.default/phpPgAdmin/lang/portuguese-br.php
-www/data.default/phpPgAdmin/lang/recoded/README
-www/data.default/phpPgAdmin/lang/recoded/chinese-sim.php
-www/data.default/phpPgAdmin/lang/recoded/chinese-tr.php
-www/data.default/phpPgAdmin/lang/recoded/czech.php
-www/data.default/phpPgAdmin/lang/recoded/dutch.php
-www/data.default/phpPgAdmin/lang/recoded/english.php
-www/data.default/phpPgAdmin/lang/recoded/french.php
-www/data.default/phpPgAdmin/lang/recoded/german.php
-www/data.default/phpPgAdmin/lang/recoded/italian.php
-www/data.default/phpPgAdmin/lang/recoded/japanese.php
-www/data.default/phpPgAdmin/lang/recoded/polish.php
-www/data.default/phpPgAdmin/lang/recoded/portuguese-br.php
-www/data.default/phpPgAdmin/lang/recoded/russian.php
-www/data.default/phpPgAdmin/lang/recoded/slovak.php
-www/data.default/phpPgAdmin/lang/recoded/spanish.php
-www/data.default/phpPgAdmin/lang/recoded/turkish.php
-www/data.default/phpPgAdmin/lang/russian.php
-www/data.default/phpPgAdmin/lang/slovak.php
-www/data.default/phpPgAdmin/lang/spanish.php
-www/data.default/phpPgAdmin/lang/synch
-www/data.default/phpPgAdmin/lang/turkish.php
-www/data.default/phpPgAdmin/libraries/adodb/adodb-connection.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/adodb-cryptsession.php
-www/data.default/phpPgAdmin/libraries/adodb/adodb-csvlib.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/adodb-datadict.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/adodb-errorhandler.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/adodb-errorpear.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/adodb-lib.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/adodb-pager.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/adodb-pear.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/adodb-recordset.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/adodb-session.php
-www/data.default/phpPgAdmin/libraries/adodb/adodb-time.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/adodb.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/crypt.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/datadict/datadict-mssql.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/datadict/datadict-mysql.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/datadict/datadict-oci8.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/datadict/datadict-postgres.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-access.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-ado.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-ado_access.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-ado_mssql.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-borland_ibase.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-csv.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-db2.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-fbsql.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-firebird.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-ibase.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-informix.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-informix72.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-mssql.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-mssqlpo.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-mysql.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-mysqlt.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-oci8.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-oci805.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-oci8po.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-odbc.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-odbc_mssql.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-odbc_oracle.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-oracle.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-postgres.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-postgres64.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-postgres7.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-proxy.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-sqlanywhere.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-sybase.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/drivers/adodb-vfp.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/license.txt
-www/data.default/phpPgAdmin/libraries/adodb/pivottable.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/readme.txt
-www/data.default/phpPgAdmin/libraries/adodb/rsfilter.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/server.php
-www/data.default/phpPgAdmin/libraries/adodb/toexport.inc.php
-www/data.default/phpPgAdmin/libraries/adodb/tohtml.inc.php
-www/data.default/phpPgAdmin/libraries/errorhandler.inc.php
-www/data.default/phpPgAdmin/libraries/lib.inc.php
-www/data.default/phpPgAdmin/login.php
-www/data.default/phpPgAdmin/logout.php
-www/data.default/phpPgAdmin/privileges.php
-www/data.default/phpPgAdmin/reports.php
-www/data.default/phpPgAdmin/rules.php
-www/data.default/phpPgAdmin/schema.php
-www/data.default/phpPgAdmin/sequences.php
-www/data.default/phpPgAdmin/sql.php
-www/data.default/phpPgAdmin/sql/reports-pgsql.sql
-www/data.default/phpPgAdmin/tables.php
-www/data.default/phpPgAdmin/tblexport.php
-www/data.default/phpPgAdmin/tblproperties.php
-www/data.default/phpPgAdmin/themes/default/global.css
-www/data.default/phpPgAdmin/topbar.php
-www/data.default/phpPgAdmin/triggers.php
-www/data.default/phpPgAdmin/types.php
-www/data.default/phpPgAdmin/users.php
-www/data.default/phpPgAdmin/views.php
- at dirrm www/data.default/phpPgAdmin/themes/default
- at dirrm www/data.default/phpPgAdmin/themes
- at dirrm www/data.default/phpPgAdmin/sql
- at dirrm www/data.default/phpPgAdmin/libraries/adodb/drivers
- at dirrm www/data.default/phpPgAdmin/libraries/adodb/datadict
- at dirrm www/data.default/phpPgAdmin/libraries/adodb
- at dirrm www/data.default/phpPgAdmin/libraries
- at dirrm www/data.default/phpPgAdmin/lang/recoded
- at dirrm www/data.default/phpPgAdmin/lang
- at dirrm www/data.default/phpPgAdmin/images/themes/default
- at dirrm www/data.default/phpPgAdmin/images/themes
- at dirrm www/data.default/phpPgAdmin/images
- at dirrm www/data.default/phpPgAdmin/conf
- at dirrm www/data.default/phpPgAdmin/classes/database
- at dirrm www/data.default/phpPgAdmin/classes/HTML_TreeMenu/images
- at dirrm www/data.default/phpPgAdmin/classes/HTML_TreeMenu
- at dirrm www/data.default/phpPgAdmin/classes
- at dirrm www/data.default/phpPgAdmin
- at unexec if [ -L %D/www/data.default ]; then rm -f %D/www/data.default; fi
- at unexec if [ -L %D/www ]; then rm -f %D/www; fi
+%%PGADMDIR%%/constraints.php
+%%PGADMDIR%%/database.php
+%%PGADMDIR%%/databases.php
+%%PGADMDIR%%/display.php
+%%PGADMDIR%%/functions.php
+%%PGADMDIR%%/groups.php
+%%PGADMDIR%%/images/themes/default/database.gif
+%%PGADMDIR%%/images/themes/default/functions.gif
+%%PGADMDIR%%/images/themes/default/operators.gif
+%%PGADMDIR%%/images/themes/default/sequences.gif
+%%PGADMDIR%%/images/themes/default/tables.gif
+%%PGADMDIR%%/images/themes/default/title.gif
+%%PGADMDIR%%/images/themes/default/triggers.gif
+%%PGADMDIR%%/images/themes/default/types.gif
+%%PGADMDIR%%/images/themes/default/views.gif
+%%PGADMDIR%%/index.php
+%%PGADMDIR%%/indexes.js
+%%PGADMDIR%%/indexes.php
+%%PGADMDIR%%/intro.php
+%%PGADMDIR%%/lang/Makefile
+%%PGADMDIR%%/lang/chinese-sim.php
+%%PGADMDIR%%/lang/chinese-tr.php
+%%PGADMDIR%%/lang/czech.php
+%%PGADMDIR%%/lang/dutch.php
+%%PGADMDIR%%/lang/english.php
+%%PGADMDIR%%/lang/french.php
+%%PGADMDIR%%/lang/german.php
+%%PGADMDIR%%/lang/italian.php
+%%PGADMDIR%%/lang/japanese.php
+%%PGADMDIR%%/lang/langcheck
+%%PGADMDIR%%/lang/polish.php
+%%PGADMDIR%%/lang/portuguese-br.php
+%%PGADMDIR%%/lang/recoded/README
+%%PGADMDIR%%/lang/recoded/chinese-sim.php
+%%PGADMDIR%%/lang/recoded/chinese-tr.php
+%%PGADMDIR%%/lang/recoded/czech.php
+%%PGADMDIR%%/lang/recoded/dutch.php
+%%PGADMDIR%%/lang/recoded/english.php
+%%PGADMDIR%%/lang/recoded/french.php
+%%PGADMDIR%%/lang/recoded/german.php
+%%PGADMDIR%%/lang/recoded/italian.php
+%%PGADMDIR%%/lang/recoded/japanese.php
+%%PGADMDIR%%/lang/recoded/polish.php
+%%PGADMDIR%%/lang/recoded/portuguese-br.php
+%%PGADMDIR%%/lang/recoded/russian.php
+%%PGADMDIR%%/lang/recoded/slovak.php
+%%PGADMDIR%%/lang/recoded/spanish.php
+%%PGADMDIR%%/lang/recoded/turkish.php
+%%PGADMDIR%%/lang/russian.php
+%%PGADMDIR%%/lang/slovak.php
+%%PGADMDIR%%/lang/spanish.php
+%%PGADMDIR%%/lang/synch
+%%PGADMDIR%%/lang/turkish.php
+%%PGADMDIR%%/libraries/adodb/adodb-connection.inc.php
+%%PGADMDIR%%/libraries/adodb/adodb-cryptsession.php
+%%PGADMDIR%%/libraries/adodb/adodb-csvlib.inc.php
+%%PGADMDIR%%/libraries/adodb/adodb-datadict.inc.php
+%%PGADMDIR%%/libraries/adodb/adodb-errorhandler.inc.php
+%%PGADMDIR%%/libraries/adodb/adodb-errorpear.inc.php
+%%PGADMDIR%%/libraries/adodb/adodb-lib.inc.php
+%%PGADMDIR%%/libraries/adodb/adodb-pager.inc.php
+%%PGADMDIR%%/libraries/adodb/adodb-pear.inc.php
+%%PGADMDIR%%/libraries/adodb/adodb-recordset.inc.php
+%%PGADMDIR%%/libraries/adodb/adodb-session.php
+%%PGADMDIR%%/libraries/adodb/adodb-time.inc.php
+%%PGADMDIR%%/libraries/adodb/adodb.inc.php
+%%PGADMDIR%%/libraries/adodb/crypt.inc.php
+%%PGADMDIR%%/libraries/adodb/datadict/datadict-mssql.inc.php
+%%PGADMDIR%%/libraries/adodb/datadict/datadict-mysql.inc.php
+%%PGADMDIR%%/libraries/adodb/datadict/datadict-oci8.inc.php
+%%PGADMDIR%%/libraries/adodb/datadict/datadict-postgres.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-access.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-ado.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-ado_access.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-ado_mssql.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-borland_ibase.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-csv.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-db2.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-fbsql.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-firebird.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-ibase.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-informix.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-informix72.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-mssql.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-mssqlpo.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-mysql.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-mysqlt.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-oci8.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-oci805.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-oci8po.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-odbc.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-odbc_mssql.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-odbc_oracle.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-oracle.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-postgres.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-postgres64.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-postgres7.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-proxy.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-sqlanywhere.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-sybase.inc.php
+%%PGADMDIR%%/libraries/adodb/drivers/adodb-vfp.inc.php
+%%PGADMDIR%%/libraries/adodb/license.txt
+%%PGADMDIR%%/libraries/adodb/pivottable.inc.php
+%%PGADMDIR%%/libraries/adodb/readme.txt
+%%PGADMDIR%%/libraries/adodb/rsfilter.inc.php
+%%PGADMDIR%%/libraries/adodb/server.php
+%%PGADMDIR%%/libraries/adodb/toexport.inc.php
+%%PGADMDIR%%/libraries/adodb/tohtml.inc.php
+%%PGADMDIR%%/libraries/errorhandler.inc.php
+%%PGADMDIR%%/libraries/lib.inc.php
+%%PGADMDIR%%/login.php
+%%PGADMDIR%%/logout.php
+%%PGADMDIR%%/privileges.php
+%%PGADMDIR%%/reports.php
+%%PGADMDIR%%/rules.php
+%%PGADMDIR%%/schema.php
+%%PGADMDIR%%/sequences.php
+%%PGADMDIR%%/sql.php
+%%PGADMDIR%%/sql/reports-pgsql.sql
+%%PGADMDIR%%/tables.php
+%%PGADMDIR%%/tblexport.php
+%%PGADMDIR%%/tblproperties.php
+%%PGADMDIR%%/themes/default/global.css
+%%PGADMDIR%%/topbar.php
+%%PGADMDIR%%/triggers.php
+%%PGADMDIR%%/types.php
+%%PGADMDIR%%/users.php
+%%PGADMDIR%%/views.php
+ at dirrm %%PGADMDIR%%/themes/default
+ at dirrm %%PGADMDIR%%/themes
+ at dirrm %%PGADMDIR%%/sql
+ at dirrm %%PGADMDIR%%/libraries/adodb/drivers
+ at dirrm %%PGADMDIR%%/libraries/adodb/datadict
+ at dirrm %%PGADMDIR%%/libraries/adodb
+ at dirrm %%PGADMDIR%%/libraries
+ at dirrm %%PGADMDIR%%/lang/recoded
+ at dirrm %%PGADMDIR%%/lang
+ at dirrm %%PGADMDIR%%/images/themes/default
+ at dirrm %%PGADMDIR%%/images/themes
+ at dirrm %%PGADMDIR%%/images
+ at dirrm %%PGADMDIR%%/conf
+ at dirrm %%PGADMDIR%%/classes/database
+ at dirrm %%PGADMDIR%%/classes/HTML_TreeMenu/images
+ at dirrm %%PGADMDIR%%/classes/HTML_TreeMenu
+ at dirrm %%PGADMDIR%%/classes
+ at dirrm %%PGADMDIR%%

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



More information about the freebsd-ports-bugs mailing list