[56350] trunk/dports/www
ryandesign at macports.org
ryandesign at macports.org
Wed Aug 26 03:03:10 PDT 2009
Revision: 56350
http://trac.macports.org/changeset/56350
Author: ryandesign at macports.org
Date: 2009-08-26 03:03:06 -0700 (Wed, 26 Aug 2009)
Log Message:
-----------
phppgadmin: new port, version 4.2.2; closes #20334
Added Paths:
-----------
trunk/dports/www/phppgadmin/
trunk/dports/www/phppgadmin/Portfile
Added: trunk/dports/www/phppgadmin/Portfile
===================================================================
--- trunk/dports/www/phppgadmin/Portfile (rev 0)
+++ trunk/dports/www/phppgadmin/Portfile 2009-08-26 10:03:06 UTC (rev 56350)
@@ -0,0 +1,36 @@
+# $Id $
+
+PortSystem 1.0
+
+name phppgadmin
+set my_name phpPgAdmin
+version 4.2.2
+categories www databases
+maintainers nomaintainer
+description phpPgAdmin is a web-based administration tool for PostgreSQL.
+long_description phpPgAdmin is a tool written in PHP intended to handle \
+ the administration of PostgreSQL over the Web. phpPgAdmin \
+ supports a wide range of operations with PostgreSQL.
+homepage http://phppgadmin.net/
+master_sites sourceforge
+distname ${my_name}-${version}
+use_bzip2 yes
+
+checksums md5 7716bd0b1afa8468e22b641bba8faa65 \
+ sha1 3a0b6fbed26d7faeb7a6a33525d021de941944cc \
+ rmd160 a41ce2278d09a2d791630b24db90edd0d3cc71d3
+
+platforms darwin freebsd
+
+depends_run port:php5-postgresql
+
+use_configure no
+build {}
+
+destroot {
+ copy ${worksrcpath} ${destroot}${prefix}/www/phppgadmin
+}
+
+livecheck.distname ${my_name}
+livecheck.url http://phppgadmin.sourceforge.net/index.php?page=download
+livecheck.regex "${my_name}-(\\d+(?:\\.\\d+)*)"
Property changes on: trunk/dports/www/phppgadmin/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090826/3fb72846/attachment.html>
More information about the macports-changes
mailing list