[62361] trunk/dports/php

nox at macports.org nox at macports.org
Mon Jan 4 19:42:02 PST 2010


Revision: 62361
          http://trac.macports.org/changeset/62361
Author:   nox at macports.org
Date:     2010-01-04 19:42:01 -0800 (Mon, 04 Jan 2010)
Log Message:
-----------
Create new port php5-inclued

Allows you trace through and dump the hierarchy of file inclusions
and class inheritance at runtime.

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

Added: trunk/dports/php/php5-inclued/Portfile
===================================================================
--- trunk/dports/php/php5-inclued/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-inclued/Portfile	2010-01-05 03:42:01 UTC (rev 62361)
@@ -0,0 +1,30 @@
+# -*- 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       php5extension 1.0
+
+php5extension.setup inclued 0.1.0 pecl
+license         PHP
+categories      php devel
+platforms       darwin
+maintainers     nox openmaintainer
+description     Clued-in about your inclueds
+
+long_description \
+    Allows you trace through and dump the hierarchy of file inclusions and \
+    class inheritance at runtime.
+
+checksums       md5     4c6f38a1845e4a2bd4a728a3f04e9003 \
+                sha1    aa6f6ea3aaf18dd17e0b2284d702db3964b26e72 \
+                rmd160  ce1d60e1e9482bae7b6846605a8a9d8cd4b77c14
+
+use_parallel_build yes
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 ${worksrcpath}/INSTALL ${destroot}${docdir}
+}
+
+livecheck.regex {>(\d+(?:\.\d+)*)</a></th>}
\ No newline at end of file


Property changes on: trunk/dports/php/php5-inclued/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/20100104/02f18dbb/attachment.html>


More information about the macports-changes mailing list