[56347] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Wed Aug 26 02:41:04 PDT 2009


Revision: 56347
          http://trac.macports.org/changeset/56347
Author:   ryandesign at macports.org
Date:     2009-08-26 02:41:03 -0700 (Wed, 26 Aug 2009)
Log Message:
-----------
php5-readline, php5-zlib: these are now stub ports; these functions have been moved back to the php5 port (see #19091)

Modified Paths:
--------------
    trunk/dports/php/php5-readline/Portfile
    trunk/dports/php/php5-zlib/Portfile

Modified: trunk/dports/php/php5-readline/Portfile
===================================================================
--- trunk/dports/php/php5-readline/Portfile	2009-08-26 09:39:47 UTC (rev 56346)
+++ trunk/dports/php/php5-readline/Portfile	2009-08-26 09:41:03 UTC (rev 56347)
@@ -1,22 +1,32 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup               php5extension 1.0
 
-php5extension.setup     readline 5.3.0 bundled
-categories-append       devel
+name                    php5-readline
+version                 5.3.0
+revision                1
+categories              php
 platforms               darwin
 maintainers             ryandesign
+homepage                http://www.php.net/readline
 
-description             a PHP interface to the readline library, which \
-                        provides editable command lines
+description             obsolete port
 
-long_description        ${description}
+long_description        ${name} is obsolete and should be uninstalled. Its functionality has been integrated into php5.
 
-checksums               md5     846760cd655c98dfd86d6d97c3d964b0 \
-                        sha1    934700941d216c453376e3bf24347041cf12c6dc \
-                        rmd160  9a71b74052b0ca515f2ddf95c051b47a73d33f44
+distfiles
 
-depends_lib-append      port:readline
+use_configure           no
 
-use_parallel_build      yes
+build                   {}
+
+destroot {
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
+}
+
+post-activate {
+    ui_msg ${long_description}
+}
+
+livecheck.check         none

Modified: trunk/dports/php/php5-zlib/Portfile
===================================================================
--- trunk/dports/php/php5-zlib/Portfile	2009-08-26 09:39:47 UTC (rev 56346)
+++ trunk/dports/php/php5-zlib/Portfile	2009-08-26 09:41:03 UTC (rev 56347)
@@ -1,25 +1,32 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup               php5extension 1.0
 
-php5extension.setup     zlib 5.3.0 bundled
-categories-append       archivers
+name                    php5-zlib
+version                 5.3.0
+revision                1
+categories              php
 platforms               darwin
 maintainers             ryandesign
+homepage                http://www.php.net/zlib
 
-description             a PHP interface to zlib
+description             obsolete port
 
-long_description        ${description}
+long_description        ${name} is obsolete and should be uninstalled. Its functionality has been integrated into php5.
 
-checksums               md5     846760cd655c98dfd86d6d97c3d964b0 \
-                        sha1    934700941d216c453376e3bf24347041cf12c6dc \
-                        rmd160  9a71b74052b0ca515f2ddf95c051b47a73d33f44
+distfiles
 
-depends_lib-append      port:zlib
+use_configure           no
 
-post-extract {
-    move ${build.dir}/config0.m4 ${build.dir}/config.m4
+build                   {}
+
+destroot {
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
 }
 
-use_parallel_build      yes
+post-activate {
+    ui_msg ${long_description}
+}
+
+livecheck.check         none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090826/bf55154a/attachment.html>


More information about the macports-changes mailing list