ports/59968: Update port: databases/phppgadmin New version 3.2.1

Christopher Kings-Lynne chriskl at houston.familyhealth.com.au
Fri Dec 5 06:10:20 UTC 2003


>Number:         59968
>Category:       ports
>Synopsis:       Update port: databases/phppgadmin New version 3.2.1
>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:   Thu Dec 04 22:10:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Kings-Lynne
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD houston.familyhealth.com.au 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #20: Mon Sep 22 18:09:23 WST 2003 adrian at houston.familyhealth.com.au:/usr/obj/usr/src/sys/HOUSTON i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- phppgadmin.txt begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	phppgadmin
#	phppgadmin/Makefile
#	phppgadmin/distinfo
#	phppgadmin/pkg-descr
#	phppgadmin/pkg-plist
#
echo c - phppgadmin
mkdir -p phppgadmin > /dev/null 2>&1
echo x - phppgadmin/Makefile
sed 's/^X//' >phppgadmin/Makefile << 'END-of-phppgadmin/Makefile'
X# New ports collection makefile for: phpPgAdmin
X# Date created:		19 Jan 2001
X# Whom:			nbm
X#
X# $FreeBSD: ports/databases/phppgadmin/Makefile,v 1.13 2003/11/21 19:50:19 nbm Exp $
X#
X
XPORTNAME=	phppgadmin
XPORTVERSION=	3.2.1
XCATEGORIES=	databases www
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XDISTNAME=	phpPgAdmin-${PORTVERSION}
X
XMAINTAINER=	nbm at FreeBSD.org
XCOMMENT=	Web-based PostgreSQL Administration
X
XPOSTGRESQL_PORT?=	databases/postgresql7
XLIB_DEPENDS=	pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
X
XUSE_BZIP2=	yes
XWRKSRC=		${WRKDIR}/phpPgAdmin
XNO_BUILD=	YES
X
XPGADMDIR?=      www/data/phpPgAdmin
XPLIST_SUB+=     PGADMDIR=${PGADMDIR}
X
X.include <bsd.port.pre.mk>
X.include "${.CURDIR}/../../lang/php4/bsd.php.mk"
X
Xdo-install:
X	${MKDIR} ${PREFIX}/${PGADMDIR}
X	${CP} -R ${WRKSRC}/* ${PREFIX}/${PGADMDIR}
X
X.include <bsd.port.post.mk>
END-of-phppgadmin/Makefile
echo x - phppgadmin/distinfo
sed 's/^X//' >phppgadmin/distinfo << 'END-of-phppgadmin/distinfo'
XMD5 (phpPgAdmin-3.2.1.tar.bz2) = d4ff4fd3be278fb06a37097f7be4baa4
END-of-phppgadmin/distinfo
echo x - phppgadmin/pkg-descr
sed 's/^X//' >phppgadmin/pkg-descr << 'END-of-phppgadmin/pkg-descr'
XphpPgAdmin is a Web-based administration package for PostgreSQL. phpPgAdmin is a
Xfully functional PostgreSQL administration utility. You can use it to create
Xand maintain multiple databases and even multiple servers. 
X
XFeatures include: 
X - create and drop databases 
X - create, copy, drop and alter
X   tables/views/sequences/functions/indicies/triggers 
X - edit and add fields (to the extent Postgres allows) 
X - execute any SQL-statement, even batch-queries 
X - manage primary and unique keys 
X - create and read dumps of tables 
X - administer one single database 
X - administer multiple servers 
X - administer postgres users and groups 
X
XWWW: http://phppgadmin.sourceforge.net/
END-of-phppgadmin/pkg-descr
echo x - phppgadmin/pkg-plist
sed 's/^X//' >phppgadmin/pkg-plist << 'END-of-phppgadmin/pkg-plist'
X%%PGADMDIR%%/BUGS
X%%PGADMDIR%%/CREDITS
X%%PGADMDIR%%/DEVELOPERS
X%%PGADMDIR%%/FAQ
X%%PGADMDIR%%/HISTORY
X%%PGADMDIR%%/INSTALL
X%%PGADMDIR%%/LICENSE
X%%PGADMDIR%%/TODO
X%%PGADMDIR%%/TRANSLATORS
X%%PGADMDIR%%/all_db.php
X%%PGADMDIR%%/bottombar.php
X%%PGADMDIR%%/browser.php
X%%PGADMDIR%%/casts.php
X%%PGADMDIR%%/classes/HTML_TreeMenu/TreeMenu.js
X%%PGADMDIR%%/classes/HTML_TreeMenu/TreeMenu.php
X%%PGADMDIR%%/classes/HTML_TreeMenu/images/branch.gif
X%%PGADMDIR%%/classes/HTML_TreeMenu/images/branchbottom.gif
X%%PGADMDIR%%/classes/HTML_TreeMenu/images/branchtop.gif
X%%PGADMDIR%%/classes/HTML_TreeMenu/images/folder-expanded.gif
X%%PGADMDIR%%/classes/HTML_TreeMenu/images/folder.gif
X%%PGADMDIR%%/classes/HTML_TreeMenu/images/line.gif
X%%PGADMDIR%%/classes/HTML_TreeMenu/images/linebottom.gif
X%%PGADMDIR%%/classes/HTML_TreeMenu/images/minus.gif
X%%PGADMDIR%%/classes/HTML_TreeMenu/images/minusbottom.gif
X%%PGADMDIR%%/classes/HTML_TreeMenu/images/minustop.gif
X%%PGADMDIR%%/classes/HTML_TreeMenu/images/plus.gif
X%%PGADMDIR%%/classes/HTML_TreeMenu/images/plusbottom.gif
X%%PGADMDIR%%/classes/HTML_TreeMenu/images/plustop.gif
X%%PGADMDIR%%/classes/Misc.php
X%%PGADMDIR%%/classes/Reports.php
X%%PGADMDIR%%/classes/class.select.php
X%%PGADMDIR%%/classes/database/ADODB_base.php
X%%PGADMDIR%%/classes/database/BaseDB.php
X%%PGADMDIR%%/classes/database/Postgres.php
X%%PGADMDIR%%/classes/database/Postgres71.php
X%%PGADMDIR%%/classes/database/Postgres72.php
X%%PGADMDIR%%/classes/database/Postgres73.php
X%%PGADMDIR%%/classes/database/Postgres74.php
X%%PGADMDIR%%/classes/database/Postgres75.php
X%%PGADMDIR%%/conf/.cvsignore
X 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
X%%PGADMDIR%%/conf/config.inc.php-dist
X at exec [ -f %B/config.inc.php ] || cp %B/%f %B/config.inc.php
X%%PGADMDIR%%/constraints.php
X%%PGADMDIR%%/conversions.php
X%%PGADMDIR%%/database.php
X%%PGADMDIR%%/databases.php
X%%PGADMDIR%%/dataexport.php
X%%PGADMDIR%%/display.php
X%%PGADMDIR%%/domains.php
X%%PGADMDIR%%/functions.php
X%%PGADMDIR%%/groups.php
X%%PGADMDIR%%/images/themes/default/database.png
X%%PGADMDIR%%/images/themes/default/domains.png
X%%PGADMDIR%%/images/themes/default/functions.png
X%%PGADMDIR%%/images/themes/default/operators.png
X%%PGADMDIR%%/images/themes/default/sequences.png
X%%PGADMDIR%%/images/themes/default/tables.png
X%%PGADMDIR%%/images/themes/default/title.png
X%%PGADMDIR%%/images/themes/default/triggers.png
X%%PGADMDIR%%/images/themes/default/types.png
X%%PGADMDIR%%/images/themes/default/views.png
X%%PGADMDIR%%/index.php
X%%PGADMDIR%%/indexes.js
X%%PGADMDIR%%/indexes.php
X%%PGADMDIR%%/info.php
X%%PGADMDIR%%/intro.php
X%%PGADMDIR%%/lang/Makefile
X%%PGADMDIR%%/lang/afrikaans.php
X%%PGADMDIR%%/lang/chinese-sim.php
X%%PGADMDIR%%/lang/chinese-tr.php
X%%PGADMDIR%%/lang/czech.php
X%%PGADMDIR%%/lang/dutch.php
X%%PGADMDIR%%/lang/english.php
X%%PGADMDIR%%/lang/french.php
X%%PGADMDIR%%/lang/german.php
X%%PGADMDIR%%/lang/hungarian.php
X%%PGADMDIR%%/lang/italian.php
X%%PGADMDIR%%/lang/japanese.php
X%%PGADMDIR%%/lang/langcheck
X%%PGADMDIR%%/lang/polish.php
X%%PGADMDIR%%/lang/portuguese-br.php
X%%PGADMDIR%%/lang/recoded/README
X%%PGADMDIR%%/lang/recoded/afrikaans.php
X%%PGADMDIR%%/lang/recoded/chinese-sim.php
X%%PGADMDIR%%/lang/recoded/chinese-tr.php
X%%PGADMDIR%%/lang/recoded/czech.php
X%%PGADMDIR%%/lang/recoded/dutch.php
X%%PGADMDIR%%/lang/recoded/english.php
X%%PGADMDIR%%/lang/recoded/french.php
X%%PGADMDIR%%/lang/recoded/german.php
X%%PGADMDIR%%/lang/recoded/hungarian.php
X%%PGADMDIR%%/lang/recoded/italian.php
X%%PGADMDIR%%/lang/recoded/japanese.php
X%%PGADMDIR%%/lang/recoded/polish.php
X%%PGADMDIR%%/lang/recoded/portuguese-br.php
X%%PGADMDIR%%/lang/recoded/russian.php
X%%PGADMDIR%%/lang/recoded/slovak.php
X%%PGADMDIR%%/lang/recoded/spanish.php
X%%PGADMDIR%%/lang/recoded/swedish.php
X%%PGADMDIR%%/lang/recoded/turkish.php
X%%PGADMDIR%%/lang/russian.php
X%%PGADMDIR%%/lang/slovak.php
X%%PGADMDIR%%/lang/spanish.php
X%%PGADMDIR%%/lang/swedish.php
X%%PGADMDIR%%/lang/synch
X%%PGADMDIR%%/lang/turkish.php
X%%PGADMDIR%%/languages.php
X%%PGADMDIR%%/libraries/adodb/adodb-connection.inc.php
X%%PGADMDIR%%/libraries/adodb/adodb-cryptsession.php
X%%PGADMDIR%%/libraries/adodb/adodb-csvlib.inc.php
X%%PGADMDIR%%/libraries/adodb/adodb-datadict.inc.php
X%%PGADMDIR%%/libraries/adodb/adodb-errorhandler.inc.php
X%%PGADMDIR%%/libraries/adodb/adodb-errorpear.inc.php
X%%PGADMDIR%%/libraries/adodb/adodb-lib.inc.php
X%%PGADMDIR%%/libraries/adodb/adodb-pager.inc.php
X%%PGADMDIR%%/libraries/adodb/adodb-pear.inc.php
X%%PGADMDIR%%/libraries/adodb/adodb-recordset.inc.php
X%%PGADMDIR%%/libraries/adodb/adodb-session.php
X%%PGADMDIR%%/libraries/adodb/adodb-time.inc.php
X%%PGADMDIR%%/libraries/adodb/adodb.inc.php
X%%PGADMDIR%%/libraries/adodb/crypt.inc.php
X%%PGADMDIR%%/libraries/adodb/datadict/datadict-mssql.inc.php
X%%PGADMDIR%%/libraries/adodb/datadict/datadict-mysql.inc.php
X%%PGADMDIR%%/libraries/adodb/datadict/datadict-oci8.inc.php
X%%PGADMDIR%%/libraries/adodb/datadict/datadict-postgres.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-access.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-ado.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-ado_access.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-ado_mssql.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-borland_ibase.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-csv.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-db2.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-fbsql.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-firebird.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-ibase.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-informix.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-informix72.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-mssql.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-mssqlpo.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-mysql.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-mysqlt.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-oci8.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-oci805.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-oci8po.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-odbc.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-odbc_mssql.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-odbc_oracle.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-oracle.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-postgres.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-postgres64.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-postgres7.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-proxy.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-sqlanywhere.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-sybase.inc.php
X%%PGADMDIR%%/libraries/adodb/drivers/adodb-vfp.inc.php
X%%PGADMDIR%%/libraries/adodb/license.txt
X%%PGADMDIR%%/libraries/adodb/pivottable.inc.php
X%%PGADMDIR%%/libraries/adodb/readme.txt
X%%PGADMDIR%%/libraries/adodb/rsfilter.inc.php
X%%PGADMDIR%%/libraries/adodb/server.php
X%%PGADMDIR%%/libraries/adodb/toexport.inc.php
X%%PGADMDIR%%/libraries/adodb/tohtml.inc.php
X%%PGADMDIR%%/libraries/errorhandler.inc.php
X%%PGADMDIR%%/libraries/lib.inc.php
X%%PGADMDIR%%/login.php
X%%PGADMDIR%%/logout.php
X%%PGADMDIR%%/operators.php
X%%PGADMDIR%%/privileges.php
X%%PGADMDIR%%/reports.php
X%%PGADMDIR%%/robots.txt
X%%PGADMDIR%%/rules.php
X%%PGADMDIR%%/schema.php
X%%PGADMDIR%%/sequences.php
X%%PGADMDIR%%/sql.php
X%%PGADMDIR%%/sql/reports-pgsql.sql
X%%PGADMDIR%%/sqledit.php
X%%PGADMDIR%%/tables.php
X%%PGADMDIR%%/tblproperties.php
X%%PGADMDIR%%/themes/default/global.css
X%%PGADMDIR%%/topbar.php
X%%PGADMDIR%%/triggers.php
X%%PGADMDIR%%/types.php
X%%PGADMDIR%%/users.php
X%%PGADMDIR%%/views.php
X at dirrm %%PGADMDIR%%/themes/default
X at dirrm %%PGADMDIR%%/themes
X at dirrm %%PGADMDIR%%/sql
X at dirrm %%PGADMDIR%%/libraries/adodb/drivers
X at dirrm %%PGADMDIR%%/libraries/adodb/datadict
X at dirrm %%PGADMDIR%%/libraries/adodb
X at dirrm %%PGADMDIR%%/libraries
X at dirrm %%PGADMDIR%%/lang/recoded
X at dirrm %%PGADMDIR%%/lang
X at dirrm %%PGADMDIR%%/images/themes/default
X at dirrm %%PGADMDIR%%/images/themes
X at dirrm %%PGADMDIR%%/images
X at dirrm %%PGADMDIR%%/conf
X at dirrm %%PGADMDIR%%/classes/database
X at dirrm %%PGADMDIR%%/classes/HTML_TreeMenu/images
X at dirrm %%PGADMDIR%%/classes/HTML_TreeMenu
X at dirrm %%PGADMDIR%%/classes
X at dirrm %%PGADMDIR%%
END-of-phppgadmin/pkg-plist
exit
--- phppgadmin.txt ends here ---


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



More information about the freebsd-ports-bugs mailing list