[49682] trunk/dports/www/php5-yaz/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Apr 15 05:39:20 PDT 2009


Revision: 49682
          http://trac.macports.org/changeset/49682
Author:   ryandesign at macports.org
Date:     2009-04-15 05:39:19 -0700 (Wed, 15 Apr 2009)
Log Message:
-----------
php5-yaz: whitespace changes / reformatting only

Modified Paths:
--------------
    trunk/dports/www/php5-yaz/Portfile

Modified: trunk/dports/www/php5-yaz/Portfile
===================================================================
--- trunk/dports/www/php5-yaz/Portfile	2009-04-15 12:11:02 UTC (rev 49681)
+++ trunk/dports/www/php5-yaz/Portfile	2009-04-15 12:39:19 UTC (rev 49682)
@@ -1,40 +1,39 @@
 # $Id$
 
-PortSystem 1.0
-name              php5-yaz
-version           1.0.14
-categories        www net databases devel
-platforms         darwin
-maintainers       nomaintainer
-description       PHP/PECL extension for the Z39.50 protocol
-long_description  This extension implements a Z39.50 client \
-					for PHP using the YAZ toolkit.
-	
-homepage          http://pecl.php.net/package/yaz/
+PortSystem              1.0
 
-master_sites      http://pecl.php.net/get/
+name                    php5-yaz
+version                 1.0.14
+categories              www net databases devel
+platforms               darwin
+maintainers             nomaintainer
+homepage                http://pecl.php.net/package/yaz/
+master_sites            http://pecl.php.net/get/
+distname                yaz-${version}
+extract.suffix          .tgz
 
-checksums \
-    md5 ad75c5aba798ed4f708e4a6b8b72ca0a \
-    sha1 dce339f07117fdb9043d34c427f1ef1a1596ef2a \
-    rmd160 cb5e489494f1ed05ff3fd2d7d9ce4d782aae3793
+description             PHP/PECL extension for the Z39.50 protocol
 
-distname		  yaz-${version}
-extract.suffix	  .tgz
+long_description        This extension implements a Z39.50 client \
+                        for PHP using the YAZ toolkit.
 
-depends_lib		  path:bin/phpize:php5 port:re2c port:yaz
+checksums               md5 ad75c5aba798ed4f708e4a6b8b72ca0a \
+                        sha1 dce339f07117fdb9043d34c427f1ef1a1596ef2a \
+                        rmd160 cb5e489494f1ed05ff3fd2d7d9ce4d782aae3793
 
+depends_lib             path:bin/phpize:php5 port:re2c port:yaz
+
 pre-configure {
-	system "cd ${worksrcpath} && phpize"
+    system "cd ${worksrcpath} && phpize"
 }
 
 destroot.destdir INSTALL_ROOT=${destroot}
 
 post-install {
-	ui_msg "To enable this extension in php,"
-	ui_msg "set 'extension_dir' to"
-	ui_msg "${prefix}/lib/php/extensions/no-debug-non-zts-20060613"
-	ui_msg "And add the line"
-	ui_msg "extension=yaz.so"
-	ui_msg "in ${prefix}/etc/php.ini"
+    ui_msg "To enable this extension in php,"
+    ui_msg "set 'extension_dir' to"
+    ui_msg "${prefix}/lib/php/extensions/no-debug-non-zts-20060613"
+    ui_msg "And add the line"
+    ui_msg "extension=yaz.so"
+    ui_msg "in ${prefix}/etc/php.ini"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090415/8bf1eaff/attachment.html>


More information about the macports-changes mailing list