2012-05-14 07:09:41 +00:00
|
|
|
# -*- 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
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
2012-05-28 05:05:22 +00:00
|
|
|
PortGroup php 1.1
|
2012-05-14 07:09:41 +00:00
|
|
|
|
2012-05-28 05:05:22 +00:00
|
|
|
name php-bbcode
|
|
|
|
|
version 1.0.3b1
|
|
|
|
|
revision 1
|
2012-05-14 07:09:41 +00:00
|
|
|
license PHP
|
2026-04-01 20:08:21 +02:00
|
|
|
categories-append devel
|
2026-04-01 20:40:32 +02:00
|
|
|
maintainers {ryandesign @ryandesign} {mathiesen.info:macintosh @BjarneDMat} openmaintainer
|
2012-05-28 05:05:22 +00:00
|
|
|
|
2014-09-01 01:05:32 +00:00
|
|
|
php.branches 5.3 5.4 5.5 5.6
|
2012-05-28 05:05:22 +00:00
|
|
|
php.pecl yes
|
|
|
|
|
php.pecl.prerelease yes
|
|
|
|
|
|
2012-05-14 07:09:41 +00:00
|
|
|
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 rmd160 2006e5ef2a1531d714fada2deb9f3abcd9641b8e \
|
|
|
|
|
sha256 c588adbc08b0d5b0df68d14e719202d3d4c22a8a0201b786927bec471ed61da7
|
|
|
|
|
|
|
|
|
|
use_parallel_build yes
|
|
|
|
|
|
2014-09-01 01:05:32 +00:00
|
|
|
if {${name} ne ${subport}} {
|
2012-05-14 07:09:41 +00:00
|
|
|
test.run yes
|
|
|
|
|
|
|
|
|
|
post-destroot {
|
|
|
|
|
set docdir ${prefix}/share/doc/${subport}
|
|
|
|
|
xinstall -d ${destroot}${docdir}
|
|
|
|
|
xinstall -m 644 -W ${worksrcpath} CREDITS LICENSE TODO ${destroot}${docdir}
|
|
|
|
|
}
|
|
|
|
|
}
|