ports/101081: [NEW PORT] textproc/pear-XML_DTD: Parsing of DTD files and DTD validation of XML files

chinsan chinsan.tw at gmail.com
Mon Jul 31 08:00:37 UTC 2006


>Number:         101081
>Category:       ports
>Synopsis:       [NEW PORT] textproc/pear-XML_DTD: Parsing of DTD files and DTD validation of XML files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 31 08:00:35 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006
>Description:
PEAR::XML_DTD parsing of DTD files and DTD validation of XML files.
The XML validation is done with the php sax parser, the xml extension, it
does not use the domxml extension.

Currently supports most of the current XML spec, including entities,
elements and attributes. Some uncommon parts of the spec may still be
unsupported.

WWW: http://pear.php.net/package/XML_DTD/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pear-XML_DTD-0.4.2.shar begins here ---
# 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-XML_DTD
#	pear-XML_DTD/Makefile
#	pear-XML_DTD/distinfo
#	pear-XML_DTD/pkg-descr
#
echo c - pear-XML_DTD
mkdir -p pear-XML_DTD > /dev/null 2>&1
echo x - pear-XML_DTD/Makefile
sed 's/^X//' >pear-XML_DTD/Makefile << 'END-of-pear-XML_DTD/Makefile'
X# Ports collection makefile for:  pear-XML_DTD
X# Date created:			  2006/07/31
X# Whom:				  chinsan <chinsan.tw at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	XML_DTD
XPORTVERSION=	0.4.2
XCATEGORIES=	textproc devel pear
X
XMAINTAINER=	chinsan.tw at gmail.com
XCOMMENT=	Parsing of DTD files and DTD validation of XML files
X
XBUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
X		${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_DOS2UNIX=	yes
X
XCATEGORY=	XML
XFILES=		DTD/XmlValidator.php DTD.php
XTESTS=		attributes.dtd attributes_bad.xml attributes_good.xml \
X		children.dtd children_bad.xml children_good.xml \
X		content.dtd content_bad.xml content_good.xml \
X		nitf-3-1.dtd nitf-fishing.xml package-1.0 package-1.1.dtd \
X		test.php TOTEST xhtml1-strict.dtd
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
X.include <bsd.port.post.mk>
END-of-pear-XML_DTD/Makefile
echo x - pear-XML_DTD/distinfo
sed 's/^X//' >pear-XML_DTD/distinfo << 'END-of-pear-XML_DTD/distinfo'
XMD5 (PEAR/XML_DTD-0.4.2.tgz) = e920218231845ed64b56f293a2a3480c
XSHA256 (PEAR/XML_DTD-0.4.2.tgz) = ca3964ec7253166b478edf18ef9c6e1dc21e883b80d8c19f2b135a33ebf48550
XSIZE (PEAR/XML_DTD-0.4.2.tgz) = 33790
END-of-pear-XML_DTD/distinfo
echo x - pear-XML_DTD/pkg-descr
sed 's/^X//' >pear-XML_DTD/pkg-descr << 'END-of-pear-XML_DTD/pkg-descr'
XPEAR::XML_DTD parsing of DTD files and DTD validation of XML files.
XThe XML validation is done with the php sax parser, the xml extension, it
Xdoes not use the domxml extension.
X
XCurrently supports most of the current XML spec, including entities,
Xelements and attributes. Some uncommon parts of the spec may still be
Xunsupported.
X
XWWW: http://pear.php.net/package/XML_DTD/
END-of-pear-XML_DTD/pkg-descr
exit
--- pear-XML_DTD-0.4.2.shar ends here ---

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



More information about the freebsd-ports-bugs mailing list