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

Christopher Kings-Lynne chriskl at familyhealth.com.au
Wed Feb 25 01:30:37 UTC 2004


The following reply was made to PR ports/59968; it has been noted by GNATS.

From: Christopher Kings-Lynne <chriskl at familyhealth.com.au>
To: Ryan Holmes <ryan.holmes at sbcglobal.net>
Cc: freebsd-gnats-submit at FreeBSD.org
Subject: Re: ports/59968: Update port: databases/phppgadmin New version 3.2.1
Date: Wed, 25 Feb 2004 09:24:54 +0800

 Just to annoy you guys, I'm about to release phpPgAdmin 3.3 today.  So, 
 if you like, hold off on this update and wait for 3.3.  Otherwise, 
 commit this one now, and only very few changes will be required for the 
 3.3 port.
 
 Chris
 
 Ryan Holmes wrote:
 
 > Here's a patch file as requested. I removed the
 > following 3 lines from Christopher's Makefile:
 > .include <bsd.port.pre.mk>
 > .include "${.CURDIR}/../../lang/php4/bsd.php.mk"
 > .include <bsd.port.post.mk>
 > 
 > and added the following line, as in the original
 > Makefile:
 > .include <bsd.port.mk>
 > 
 > Otherwise, it's based on Christopher's shell archive.
 > By the way, I have only read a few pages of the
 > Porter's Handbook, so please check my work. I can say
 > that the new port installs, deinstalls and works
 > correctly, but that's about it.
 > 
 > 
 > ### Begin: phppgadmin-3.2.1.patch ###
 > diff -ruN phppgadmin-3.0.1/Makefile
 > phppgadmin/Makefile
 > --- phppgadmin-3.0.1/Makefile   Fri Feb 13 03:50:47
 > 2004
 > +++ phppgadmin/Makefile Mon Feb 23 22:08:17 2004
 > @@ -6,7 +6,7 @@
 >  #
 >  
 >  PORTNAME=      phppgadmin
 > -PORTVERSION=   3.0.1
 > +PORTVERSION=   3.2.1
 >  PORTREVISION=  1
 >  CATEGORIES=    databases www
 >  MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 > @@ -14,7 +14,7 @@
 >  DISTNAME=      phpPgAdmin-${PORTVERSION}
 >  
 >  MAINTAINER=    nbm at FreeBSD.org
 > -COMMENT=       Web Based Postgres Administration
 > +COMMENT=       Web-based PostgreSQL Administration
 >  
 >  POSTGRESQL_PORT?=      databases/postgresql7
 >  LIB_DEPENDS=   pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
 > diff -ruN phppgadmin-3.0.1/distinfo
 > phppgadmin/distinfo
 > --- phppgadmin-3.0.1/distinfo   Mon Feb 23 16:32:04
 > 2004
 > +++ phppgadmin/distinfo Mon Feb 23 16:39:32 2004
 > @@ -1 +1 @@
 > -MD5 (phpPgAdmin-3.0.1.tar.bz2) =
 > 0a7ef2d4675e8800b3e02807cf1e3ac5
 > +MD5 (phpPgAdmin-3.2.1.tar.bz2) =
 > d4ff4fd3be278fb06a37097f7be4baa4
 > diff -ruN phppgadmin-3.0.1/pkg-descr
 > phppgadmin/pkg-descr
 > --- phppgadmin-3.0.1/pkg-descr  Sat Mar 23 02:48:04
 > 2002
 > +++ phppgadmin/pkg-descr        Mon Feb 23 16:39:32
 > 2004
 > @@ -1,4 +1,4 @@
 > -phpPgAdmin is phpMyAdmin (for MySQL) ported to
 > PostgreSQL. phpPgAdmin is a
 > +phpPgAdmin is a Web-based administration package for
 > PostgreSQL. phpPgAdmin is a
 >  fully functional PostgreSQL administration utility.
 > You can use it to create
 >  and maintain multiple databases and even multiple
 > servers. 
 >  
 > diff -ruN phppgadmin-3.0.1/pkg-plist
 > phppgadmin/pkg-plist
 > --- phppgadmin-3.0.1/pkg-plist  Fri Feb 13 03:50:47
 > 2004
 > +++ phppgadmin/pkg-plist        Mon Feb 23 16:39:32
 > 2004
 > @@ -10,6 +10,7 @@
 >  %%PGADMDIR%%/all_db.php
 >  %%PGADMDIR%%/bottombar.php
 >  %%PGADMDIR%%/browser.php
 > +%%PGADMDIR%%/casts.php
 >  %%PGADMDIR%%/classes/HTML_TreeMenu/TreeMenu.js
 >  %%PGADMDIR%%/classes/HTML_TreeMenu/TreeMenu.php
 >  %%PGADMDIR%%/classes/HTML_TreeMenu/images/branch.gif
 > @@ -30,36 +31,42 @@
 >  %%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%%/classes/database/Postgres75.php
 >  %%PGADMDIR%%/conf/.cvsignore
 >  @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
 >  %%PGADMDIR%%/constraints.php
 > +%%PGADMDIR%%/conversions.php
 >  %%PGADMDIR%%/database.php
 >  %%PGADMDIR%%/databases.php
 > +%%PGADMDIR%%/dataexport.php
 >  %%PGADMDIR%%/display.php
 > +%%PGADMDIR%%/domains.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%%/images/themes/default/database.png
 > +%%PGADMDIR%%/images/themes/default/domains.png
 > +%%PGADMDIR%%/images/themes/default/functions.png
 > +%%PGADMDIR%%/images/themes/default/operators.png
 > +%%PGADMDIR%%/images/themes/default/sequences.png
 > +%%PGADMDIR%%/images/themes/default/tables.png
 > +%%PGADMDIR%%/images/themes/default/title.png
 > +%%PGADMDIR%%/images/themes/default/triggers.png
 > +%%PGADMDIR%%/images/themes/default/types.png
 > +%%PGADMDIR%%/images/themes/default/views.png
 >  %%PGADMDIR%%/index.php
 >  %%PGADMDIR%%/indexes.js
 >  %%PGADMDIR%%/indexes.php
 > +%%PGADMDIR%%/info.php
 >  %%PGADMDIR%%/intro.php
 >  %%PGADMDIR%%/lang/Makefile
 > +%%PGADMDIR%%/lang/afrikaans.php
 >  %%PGADMDIR%%/lang/chinese-sim.php
 >  %%PGADMDIR%%/lang/chinese-tr.php
 >  %%PGADMDIR%%/lang/czech.php
 > @@ -67,12 +74,14 @@
 >  %%PGADMDIR%%/lang/english.php
 >  %%PGADMDIR%%/lang/french.php
 >  %%PGADMDIR%%/lang/german.php
 > +%%PGADMDIR%%/lang/hungarian.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/afrikaans.php
 >  %%PGADMDIR%%/lang/recoded/chinese-sim.php
 >  %%PGADMDIR%%/lang/recoded/chinese-tr.php
 >  %%PGADMDIR%%/lang/recoded/czech.php
 > @@ -80,6 +89,7 @@
 >  %%PGADMDIR%%/lang/recoded/english.php
 >  %%PGADMDIR%%/lang/recoded/french.php
 >  %%PGADMDIR%%/lang/recoded/german.php
 > +%%PGADMDIR%%/lang/recoded/hungarian.php
 >  %%PGADMDIR%%/lang/recoded/italian.php
 >  %%PGADMDIR%%/lang/recoded/japanese.php
 >  %%PGADMDIR%%/lang/recoded/polish.php
 > @@ -87,12 +97,15 @@
 >  %%PGADMDIR%%/lang/recoded/russian.php
 >  %%PGADMDIR%%/lang/recoded/slovak.php
 >  %%PGADMDIR%%/lang/recoded/spanish.php
 > +%%PGADMDIR%%/lang/recoded/swedish.php
 >  %%PGADMDIR%%/lang/recoded/turkish.php
 >  %%PGADMDIR%%/lang/russian.php
 >  %%PGADMDIR%%/lang/slovak.php
 >  %%PGADMDIR%%/lang/spanish.php
 > +%%PGADMDIR%%/lang/swedish.php
 >  %%PGADMDIR%%/lang/synch
 >  %%PGADMDIR%%/lang/turkish.php
 > +%%PGADMDIR%%/languages.php
 >  %%PGADMDIR%%/libraries/adodb/adodb-connection.inc.php
 >  %%PGADMDIR%%/libraries/adodb/adodb-cryptsession.php
 >  %%PGADMDIR%%/libraries/adodb/adodb-csvlib.inc.php
 > @@ -152,15 +165,17 @@
 >  %%PGADMDIR%%/libraries/lib.inc.php
 >  %%PGADMDIR%%/login.php
 >  %%PGADMDIR%%/logout.php
 > +%%PGADMDIR%%/operators.php
 >  %%PGADMDIR%%/privileges.php
 >  %%PGADMDIR%%/reports.php
 > +%%PGADMDIR%%/robots.txt
 >  %%PGADMDIR%%/rules.php
 >  %%PGADMDIR%%/schema.php
 >  %%PGADMDIR%%/sequences.php
 >  %%PGADMDIR%%/sql.php
 >  %%PGADMDIR%%/sql/reports-pgsql.sql
 > +%%PGADMDIR%%/sqledit.php
 >  %%PGADMDIR%%/tables.php
 > -%%PGADMDIR%%/tblexport.php
 >  %%PGADMDIR%%/tblproperties.php
 >  %%PGADMDIR%%/themes/default/global.css
 >  %%PGADMDIR%%/topbar.php
 > ### End: phppdadmin-3.2.1.patch ###



More information about the freebsd-ports-bugs mailing list