Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 May 2004 17:34:57 +0100 (BST)
From:      Lewis Thompson <purple@lewiz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67348: NEW PORT: devel/pear-HTML_BBCodeParser
Message-ID:  <200405291634.i4TGYvX8084280@majic.fajita.org>
Resent-Message-ID: <200405291640.i4TGeOGV071055@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         67348
>Category:       ports
>Synopsis:       NEW PORT: devel/pear-HTML_BBCodeParser
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 29 09:40:24 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Lewis Thompson
>Release:        FreeBSD 5.2.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD majic.fajita.org 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #8: Thu May 6 17:42:44 BST 2004 root@amnesia.fajita.org:/usr/src/sys/i386/compile/AMNESIA i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pear-HTML_BBCodeParser
#	pear-HTML_BBCodeParser/Makefile
#	pear-HTML_BBCodeParser/distinfo
#	pear-HTML_BBCodeParser/pkg-descr
#
echo c - pear-HTML_BBCodeParser
mkdir -p pear-HTML_BBCodeParser > /dev/null 2>&1
echo x - pear-HTML_BBCodeParser/Makefile
sed 's/^X//' >pear-HTML_BBCodeParser/Makefile << 'END-of-pear-HTML_BBCodeParser/Makefile'
X# Ports collection makefile for:  pear-HTML_BBCodeParser
X# Date created:			  29 May 2004
X# Whom:				  Lewis Thompson <purple@lewiz.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	HTML_BBCodeParser
XPORTVERSION=	1.1
XCATEGORIES=	devel www pear
X
XMAINTAINER=	purple@lewiz.net
XCOMMENT=	Parser to replace UBB style tags with their html equivalents
X
XBUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XCATEGORY=	HTML
XFILES=		BBCodeParser.php \
X		BBCodeParser/Filter/Basic.php \
X		BBCodeParser/Filter/Email.php \
X		BBCodeParser/Filter/Extended.php \
X		BBCodeParser/Filter/Images.php \
X		BBCodeParser/Filter/Links.php \
X		BBCodeParser/Filter/Lists.php \
X		BBCodeParser/example/BBCodeParser.ini \
X		BBCodeParser/example/parser.php
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
X.include <bsd.port.post.mk>
END-of-pear-HTML_BBCodeParser/Makefile
echo x - pear-HTML_BBCodeParser/distinfo
sed 's/^X//' >pear-HTML_BBCodeParser/distinfo << 'END-of-pear-HTML_BBCodeParser/distinfo'
XMD5 (PEAR/HTML_BBCodeParser-1.1.tgz) = 0baca616b569dff6966ff6422b5ecdc4
XSIZE (PEAR/HTML_BBCodeParser-1.1.tgz) = 8821
END-of-pear-HTML_BBCodeParser/distinfo
echo x - pear-HTML_BBCodeParser/pkg-descr
sed 's/^X//' >pear-HTML_BBCodeParser/pkg-descr << 'END-of-pear-HTML_BBCodeParser/pkg-descr'
XThis is a parser to replace UBB style tags with their html equivalents.
X
XThis is a parser to replace UBB style tags with their html equivalents.
XIt does not simply do some regex calls, but is complete stack based
Xparse engine. This ensures that all tags are properly nested, if not,
Xextra tags are added to maintain the nesting. This parser should only
Xproduce xhtml 1.0 compliant code. All tags are validated and so are all
Xtheir attributes. It should be easy to extend this parser with your own
Xtags.
X
XWWW: http://pear.php.net/package/HTML_BBCodeParser/
END-of-pear-HTML_BBCodeParser/pkg-descr
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405291634.i4TGYvX8084280>