[53095] trunk/dports/www/ZendFramework/Portfile
snc at macports.org
snc at macports.org
Mon Jun 29 05:06:09 PDT 2009
Revision: 53095
http://trac.macports.org/changeset/53095
Author: snc at macports.org
Date: 2009-06-29 05:06:08 -0700 (Mon, 29 Jun 2009)
Log Message:
-----------
whitespace changes
Modified Paths:
--------------
trunk/dports/www/ZendFramework/Portfile
Modified: trunk/dports/www/ZendFramework/Portfile
===================================================================
--- trunk/dports/www/ZendFramework/Portfile 2009-06-29 12:04:50 UTC (rev 53094)
+++ trunk/dports/www/ZendFramework/Portfile 2009-06-29 12:06:08 UTC (rev 53095)
@@ -7,8 +7,6 @@
version 1.8.4
categories www lang
maintainers snc openmaintainer
-platforms darwin freebsd
-depends_run path:bin/php:php5
description A framework for developing PHP web applications
long_description This is a port of the Zend Framework. The Zend Framework \
aims to provide an architecture for developing entire \
@@ -17,21 +15,29 @@
by Zend and the PHP Collaboration Project.
homepage http://framework.zend.com/
+
+platforms darwin freebsd
+depends_run path:bin/php:php5
+
master_sites http://framework.zend.com/releases/${name}-${version}/
+
checksums md5 d86770f2e0c1f9c836eb643744e4f0ae \
sha1 599139946901b08483281e0c65ad8f018e725098\
rmd160 9f7b3360c734ede2b7631a92496f0e86b87db2ec
set zf_doc_dir ${prefix}/share/doc/${name}
set zf_lib_dir ${prefix}/lib/${name}
+
use_configure no
+
build {}
+
destroot {
# create paths
xinstall -d -m 755 ${destroot}${zf_lib_dir}
xinstall -d -m 755 ${destroot}${zf_doc_dir}
- # most files stay in doc - so this is our first target
+ # most files stay in doc -- this is our first target
eval file copy [glob ${worksrcpath}/*] ${destroot}${zf_doc_dir}
# now move real lib paths to lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090629/80fb95e6/attachment.html>
More information about the macports-changes
mailing list