[62652] trunk/dports/php

nox at macports.org nox at macports.org
Wed Jan 13 06:06:05 PST 2010


Revision: 62652
          http://trac.macports.org/changeset/62652
Author:   nox at macports.org
Date:     2010-01-13 06:06:03 -0800 (Wed, 13 Jan 2010)
Log Message:
-----------
Create new port php5-colorer

Colorer take5 is a syntax highlighting and text parsing library, that
provides services of text parsing in host editor systems in real-time and
transforming results into colored text. While colorer is primarily
designed for use with text editors, it can be also used for
non-interactive syntax highlighting, for example, in web applications.
This PHP extension provides basic functions for syntax highlighting.

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

Added: trunk/dports/php/php5-colorer/Portfile
===================================================================
--- trunk/dports/php/php5-colorer/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-colorer/Portfile	2010-01-13 14:06:03 UTC (rev 62652)
@@ -0,0 +1,41 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       archcheck 1.0
+PortGroup       php5extension 1.0
+
+php5extension.setup colorer 0.7 pecl
+license         PHP
+categories      php devel
+platforms       darwin
+maintainers     nox openmaintainer
+description     Syntax highlighting
+
+long_description \
+    Colorer take5 is a syntax highlighting and text parsing library, that \
+    provides services of text parsing in host editor systems in real-time and \
+    transforming results into colored text. While colorer is primarily \
+    designed for use with text editors, it can be also used for \
+    non-interactive syntax highlighting, for example, in web applications. \
+    This PHP extension provides basic functions for syntax highlighting.
+
+checksums       md5     327a3ae03e8b6bcfb1c0ca7b3de05f7e \
+                sha1    ee93681959e71f61e52a3c9ee98a47b964a12880 \
+                rmd160  6275bc1790a462487b3d948996162de4217c0038
+
+depends_lib-append \
+    port:colorer
+
+archcheck.files \
+    lib/libcolorer.dylib
+
+configure.args-append \
+    --with-colorer=${prefix}
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} CREDITS README TODO ${destroot}${docdir}
+}
+
+livecheck.regex {(\d+(?:\.\d+)*)</a></th>}


Property changes on: trunk/dports/php/php5-colorer/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/20100113/67978109/attachment.html>


More information about the macports-changes mailing list