[124422] trunk/dports/php/php5-bbcode/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 24 00:42:20 PDT 2014


Revision: 124422
          https://trac.macports.org/changeset/124422
Author:   ryandesign at macports.org
Date:     2014-08-24 00:42:20 -0700 (Sun, 24 Aug 2014)
Log Message:
-----------
php5-bbcode: replaced_by php53-bbcode

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

Modified: trunk/dports/php/php5-bbcode/Portfile
===================================================================
--- trunk/dports/php/php5-bbcode/Portfile	2014-08-24 07:41:32 UTC (rev 124421)
+++ trunk/dports/php/php5-bbcode/Portfile	2014-08-24 07:42:20 UTC (rev 124422)
@@ -1,32 +1,13 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
-PortGroup       php5extension 1.0
 
-php5extension.setup bbcode 1.0.2 pecl
-license         PHP
-categories      php devel
-platforms       darwin
-maintainers     ryandesign openmaintainer
-description     BBCode parsing Extension
+replaced_by     php53-bbcode
+PortGroup       obsolete 1.0
 
-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
+name            php5-bbcode
+version         1.0.2
+revision        1
+categories      php
+license         PHP
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140824/7bf33825/attachment.html>


More information about the macports-changes mailing list