[62600] trunk/dports/php

nox at macports.org nox at macports.org
Mon Jan 11 15:18:20 PST 2010


Revision: 62600
          http://trac.macports.org/changeset/62600
Author:   nox at macports.org
Date:     2010-01-11 15:18:18 -0800 (Mon, 11 Jan 2010)
Log Message:
-----------
Create new port php5-bbcode

This is a quick and efficient BBCode Parsing Library.
It provides various tag types, high speed tree based parsing,
callback system, tag position restriction, Smiley Handling,
Subparsing. It will force closing BBCode tags in the good order,
and closing terminating tags at the end of the string this is in
order to ensure HTML Validity in all case.

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

Added: trunk/dports/php/php5-bbcode/Portfile
===================================================================
--- trunk/dports/php/php5-bbcode/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-bbcode/Portfile	2010-01-11 23:18:18 UTC (rev 62600)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       php5extension 1.0
+
+php5extension.setup bbcode 1.0.2 pecl
+license         PHP
+categories      php devel
+platforms       darwin
+maintainers     nox openmaintainer
+description     BBCode parsing Extension
+
+long_description \
+    This is a quick and efficient BBCode Parsing Library. It provides various \
+    tag types, high speed tree based parsing, callback system, tag position \
+    restriction, Smiley Handling, Subparsing. It will force closing BBCode \
+    tags in the good order, and closing terminating tags at the end of the \
+    string this is in order to ensure HTML Validity in all case.
+
+checksums       md5     1fb6971b2758a50785f188964991ddf9 \
+                sha1    64c21dd9c954664a0f8dd920c1e5af2841b527a6 \
+                rmd160  55f3c8aa5876a24e5fdf289eaab20c057f540511
+
+use_parallel_build yes
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} CREDITS LICENSE TODO ${destroot}${docdir}
+}
+
+test.run yes


Property changes on: trunk/dports/php/php5-bbcode/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/20100111/b83075d9/attachment-0001.html>


More information about the macports-changes mailing list