[23327] trunk/dports/www

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 28 19:32:20 PDT 2007


Revision: 23327
          http://trac.macosforge.org/projects/macports/changeset/23327
Author:   yves at macports.org
Date:     2007-03-28 19:32:20 -0700 (Wed, 28 Mar 2007)

Log Message:
-----------
rename php_yaz to php5-yaz as heartfully recommended

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

Removed Paths:
-------------
    trunk/dports/www/php_yaz/

Added: trunk/dports/www/php5-yaz/Portfile
===================================================================
--- trunk/dports/www/php5-yaz/Portfile	                        (rev 0)
+++ trunk/dports/www/php5-yaz/Portfile	2007-03-29 02:32:20 UTC (rev 23327)
@@ -0,0 +1,36 @@
+# $Id:
+PortSystem 1.0
+name              php5-yaz
+version           1.0.8
+categories        www net databases devel
+platforms         darwin
+maintainers       yves at macports.org
+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/
+
+master_sites      http://pecl.php.net/get/
+checksums	  	  md5 72795905f95e7786b17b9918989eeaa6
+
+distname		  yaz-${version}
+extract.suffix	  .tgz
+
+depends_lib		port:php5 port:re2c
+
+pre-configure {
+	cd ${worksrcpath}
+	system "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"
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070328/4c73df2c/attachment.html


More information about the macports-changes mailing list