[63736] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Sat Feb 13 17:45:55 PST 2010


Revision: 63736
          http://trac.macports.org/changeset/63736
Author:   ryandesign at macports.org
Date:     2010-02-13 17:45:52 -0800 (Sat, 13 Feb 2010)
Log Message:
-----------
php5-ming: new port, version 0.4.3; see #20093

Added Paths:
-----------
    trunk/dports/php/php5-ming/
    trunk/dports/php/php5-ming/Portfile
    trunk/dports/php/php5-ming/files/
    trunk/dports/php/php5-ming/files/patch-config.m4.diff

Added: trunk/dports/php/php5-ming/Portfile
===================================================================
--- trunk/dports/php/php5-ming/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-ming/Portfile	2010-02-14 01:45:52 UTC (rev 63736)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem                  1.0
+PortGroup                   php5extension 1.0
+
+php5extension.setup         ming 0.4.3
+categories-append           multimedia graphics
+platforms                   darwin
+maintainers                 ryandesign
+homepage                    http://www.libming.org/
+master_sites                sourceforge:ming
+dist_subdir                 ming
+use_bzip2                   yes
+worksrcdir                  ${worksrcdir}/php_ext
+extract.post_args-append    ${worksrcdir}
+
+description                 a PHP interface for generating Flash SWF files with Ming
+
+long_description            ${description}
+
+checksums                   md5     db6bae65d000e2f2ac78583fd453f99a \
+                            sha1    e51a1c9de7efcd6b20f727a824cfbf323b6f5e6f \
+                            rmd160  38a495250c7f4ff3335ebd08df2984719a2f046b
+
+depends_lib-append          port:ming
+
+patchfiles-append           patch-config.m4.diff
+
+configure.args-append       --with-ming=${prefix}


Property changes on: trunk/dports/php/php5-ming/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/php/php5-ming/files/patch-config.m4.diff
===================================================================
--- trunk/dports/php/php5-ming/files/patch-config.m4.diff	                        (rev 0)
+++ trunk/dports/php/php5-ming/files/patch-config.m4.diff	2010-02-14 01:45:52 UTC (rev 63736)
@@ -0,0 +1,11 @@
+--- config.m4.orig	2009-11-25 10:17:34.000000000 -0600
++++ config.m4	2010-02-13 19:39:28.000000000 -0600
+@@ -2,8 +2,6 @@
+ dnl $Id: config.m4,v 1.15 2009/09/08 08:17:54 strk Exp $
+ dnl
+ 
+-PHP_LIBDIR=.libs
+-
+ PHP_ARG_WITH(ming, for MING support,
+ [  --with-ming[=DIR]       Include MING support])
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100213/12196921/attachment.html>


More information about the macports-changes mailing list