[62546] trunk/dports/php

nox at macports.org nox at macports.org
Sun Jan 10 12:10:52 PST 2010


Revision: 62546
          http://trac.macports.org/changeset/62546
Author:   nox at macports.org
Date:     2010-01-10 12:10:51 -0800 (Sun, 10 Jan 2010)
Log Message:
-----------
Create new port php5-html_parse

HTML parser extension based on the ekhtml library.

Added Paths:
-----------
    trunk/dports/php/php5-html_parse/
    trunk/dports/php/php5-html_parse/Portfile

Added: trunk/dports/php/php5-html_parse/Portfile
===================================================================
--- trunk/dports/php/php5-html_parse/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-html_parse/Portfile	2010-01-10 20:10:51 UTC (rev 62546)
@@ -0,0 +1,42 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+PortGroup       archcheck 1.0
+PortGroup       php5extension 1.0
+
+php5extension.setup html_parse 1.0.0 pecl
+license         PHP
+categories      php textproc devel
+platforms       darwin
+maintainers     nox openmaintainer
+description     HTML parser extension
+
+long_description \
+    HTML parser extension based on the ekhtml library.
+
+checksums       md5     d19772cb926d775313af0fda207e2a90 \
+                sha1    a287944c9d1e79bed2b9c180f2c76b99cda954ad \
+                rmd160  6e476ca31f0d85eb70bf4f9ce194f7e811d58d4d
+
+depends_lib \
+    port:ekhtml
+
+archcheck.files \
+    lib/libekhtml.dylib
+
+configure.args  --with-ekhtml=${prefix}
+
+use_parallel_build yes
+
+test.run        yes
+test.env        TEST_PHP_EXECUTABLE=${prefix}/bin/php
+test.cmd        php run-tests.php
+test.args       -q
+test.target
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 ${worksrcpath}/CREDITS ${destroot}${docdir}
+}


Property changes on: trunk/dports/php/php5-html_parse/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100110/397798f5/attachment.html>


More information about the macports-changes mailing list