[35504] trunk/dports/www

ryandesign at macports.org ryandesign at macports.org
Sat Mar 29 04:55:20 PDT 2008


Revision: 35504
          http://trac.macosforge.org/projects/macports/changeset/35504
Author:   ryandesign at macports.org
Date:     2008-03-29 04:55:19 -0700 (Sat, 29 Mar 2008)

Log Message:
-----------
php5, php5-devel, php4: add pspell variant; closes #14595

Modified Paths:
--------------
    trunk/dports/www/php4/Portfile
    trunk/dports/www/php5/Portfile
    trunk/dports/www/php5-devel/Portfile

Modified: trunk/dports/www/php4/Portfile
===================================================================
--- trunk/dports/www/php4/Portfile	2008-03-29 11:43:38 UTC (rev 35503)
+++ trunk/dports/www/php4/Portfile	2008-03-29 11:55:19 UTC (rev 35504)
@@ -172,6 +172,13 @@
     configure.args-append 	--with-imap=${prefix} --with-imap-ssl=/usr
 }
 
+variant pspell description {Add pspell spell-checking functions} {
+    depends_lib-append \
+        port:aspell
+    configure.args-append \
+        --with-pspell=${prefix}
+}
+
 variant xslt description {a processor independent API to XSLT transformations} {
     depends_lib-append	port:sablotron
     configure.args-append	--enable-xslt --with-xslt-sablot=${prefix} --with-iconv-dir=${prefix}

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2008-03-29 11:43:38 UTC (rev 35503)
+++ trunk/dports/www/php5/Portfile	2008-03-29 11:55:19 UTC (rev 35504)
@@ -173,6 +173,13 @@
         --with-imap-ssl=${prefix}
 }
 
+variant pspell description {Add pspell spell-checking functions} {
+    depends_lib-append \
+        port:aspell
+    configure.args-append \
+        --with-pspell=${prefix}
+}
+
 # Add Tidy support. See:
 # http://www.php.net/tidy
 variant tidy description {add Tidy support} {

Modified: trunk/dports/www/php5-devel/Portfile
===================================================================
--- trunk/dports/www/php5-devel/Portfile	2008-03-29 11:43:38 UTC (rev 35503)
+++ trunk/dports/www/php5-devel/Portfile	2008-03-29 11:55:19 UTC (rev 35504)
@@ -167,6 +167,13 @@
         --with-imap-ssl=${prefix}
 }
 
+variant pspell description {Add pspell spell-checking functions} {
+    depends_lib-append \
+        port:aspell
+    configure.args-append \
+        --with-pspell=${prefix}
+}
+
 # Add Tidy support. See:
 # http://www.php.net/tidy
 variant tidy description {add Tidy support} {

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


More information about the macports-changes mailing list