[48909] trunk/dports/www/phpmyadmin/Portfile

alakazam at macports.org alakazam at macports.org
Tue Mar 31 02:46:04 PDT 2009


Revision: 48909
          http://trac.macports.org/changeset/48909
Author:   alakazam at macports.org
Date:     2009-03-31 02:46:04 -0700 (Tue, 31 Mar 2009)
Log Message:
-----------
Whitespace and long description changes

Modified Paths:
--------------
    trunk/dports/www/phpmyadmin/Portfile

Modified: trunk/dports/www/phpmyadmin/Portfile
===================================================================
--- trunk/dports/www/phpmyadmin/Portfile	2009-03-31 09:42:20 UTC (rev 48908)
+++ trunk/dports/www/phpmyadmin/Portfile	2009-03-31 09:46:04 UTC (rev 48909)
@@ -1,50 +1,51 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem          1.0
 
-name			phpmyadmin
-set my_name		phpMyAdmin
-version			3.1.3.1
-categories		www php databases
-maintainers		alakazam
-description		A tool written in PHP intended to handle the administration \
-				of MySQL over the Web.
-long_description	phpMyAdmin is a tool written in PHP intended to handle \
-				the administration  of MySQL over the Web. Currently it can \
-				create and drop databases,  create/drop/alter tables, \
-				delete/edit/add fields, execute any SQL statement, manage keys \
-				on fields, manage privileges,export data into  various formats \
-				and is available in 47 languages.
-homepage		http://www.phpmyadmin.net
-master_sites		sourceforge
-distname		${my_name}-${version}-all-languages
-use_bzip2		yes
+name                phpmyadmin
+set my_name         phpMyAdmin
+version             3.1.3.1
+categories          www php databases
+maintainers         alakazam
+description         A tool written in PHP intended to handle the \
+                    administration of MySQL over the Web.
+long_description    phpMyAdmin is a tool written in PHP intended to handle \
+                    the administration of MySQL over the Web. phpMyAdmin \
+                    supports a wide range of operations with MySQL. The most \
+                    frequently used operations are supported by the user \
+                    interface (managing databases, tables, fields, relations, \
+                    indexes, users, permissions, etc), while you still have \
+                    the ability to directly execute any SQL statement.
+homepage            http://www.phpmyadmin.net
+master_sites        sourceforge
+distname            ${my_name}-${version}-all-languages
+use_bzip2           yes
 
 checksums           md5     34fe1a16cb77bb3bc1e3e4288b5bbd43 \
                     sha1    dcd42dbe889da898994589558ec99ac3bd33c89c \
                     rmd160  bc4444da65275d33467c00b381863949a8e72551
 
-platforms		darwin freebsd
+platforms           darwin freebsd
 
 set myglob [glob -directory ${prefix}/lib -nocomplain -tails mysql*]
 if {[llength ${myglob}]} {
-	set mysql [lindex ${myglob} end]
+    set mysql [lindex ${myglob} end]
 } else {
-	set mysql mysql5
+    set mysql mysql5
 }
 
-depends_run                path:lib/${mysql}:${mysql} \
-				path:bin/php:php5
+depends_run         path:lib/${mysql}:${mysql} \
+                    path:bin/php:php5
 
 set docpath ${destroot}${prefix}/www
 
-use_configure   no
-build			{}
+use_configure       no
+build               {}
 
 destroot {
-	xinstall -d -m 0755 ${docpath}/phpmyadmin
-	eval copy [glob ${worksrcpath}/*] ${docpath}/phpmyadmin
+    xinstall -d -m 0755 ${docpath}/phpmyadmin
+    eval copy [glob ${worksrcpath}/*] ${docpath}/phpmyadmin
 }
 
-livecheck.distname	${my_name}
-livecheck.regex		"<title>${livecheck.distname} (\\d+(?:\\.\\d+)*) .*</title>"
+livecheck.distname  ${my_name}
+livecheck.regex     "<title>${livecheck.distname} (\\d+(?:\\.\\d+)*) .*</title>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090331/f2417eec/attachment-0001.html>


More information about the macports-changes mailing list