From antonio@digitalsign.com  Thu Mar 31 16:41:58 2005
Return-Path: <antonio@digitalsign.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 094C516A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 Mar 2005 16:41:58 +0000 (GMT)
Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 983D343D54
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 Mar 2005 16:41:56 +0000 (GMT)
	(envelope-from antonio@digitalsign.com)
Received: from digitalsign.com (localhost [127.0.0.1])
	by digitalsign.com (8.12.6/8.12.6) with ESMTP id j2VGfso7002778
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 Mar 2005 13:41:54 -0300 (BRT)
	(envelope-from antonio@digitalsign.com)
Received: (from antonio@localhost)
	by digitalsign.com (8.12.6/8.12.6/Submit) id j2VGfrHG002777;
	Thu, 31 Mar 2005 13:41:53 -0300 (BRT)
Message-Id: <200503311641.j2VGfrHG002777@digitalsign.com>
Date: Thu, 31 Mar 2005 13:41:53 -0300 (BRT)
From: Antonio Carlos Venancio Junior <antonio@php.net>
Reply-To: Antonio Carlos Venancio Junior <antonio@php.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: textproc/pear-XML_Beautifier PEAR class to format XML documents
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         79402
>Category:       ports
>Synopsis:       New port: textproc/pear-XML_Beautifier PEAR class to format XML documents
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 31 16:50:03 GMT 2005
>Closed-Date:    Mon Apr 11 20:00:29 GMT 2005
>Last-Modified:  Mon Apr 11 20:00:29 GMT 2005
>Originator:     Antnio Carlos Venncio Jnior
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #6: Tue Mar 22 09:46:44 BRT 2005     root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO  i386
>Description:
New port: textproc/pear-XML_Beautifier PEAR class to format XML documents

PEAR::XML_Beautifier will add indentation and linebreaks to you XML files,
replace all entities, format your comments and makes your document easier to
read.

You can influence the way your document is beautified with several options.
>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-XML_Beautifier
#	pear-XML_Beautifier/Makefile
#	pear-XML_Beautifier/distinfo
#	pear-XML_Beautifier/pkg-descr
#
echo c - pear-XML_Beautifier
mkdir -p pear-XML_Beautifier > /dev/null 2>&1
echo x - pear-XML_Beautifier/Makefile
sed 's/^X//' >pear-XML_Beautifier/Makefile << 'END-of-pear-XML_Beautifier/Makefile'
X# Ports collection makefile for:  pear-XML_Beautifier
X# Date created:			  31 March 2005
X# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	XML_Beautifier
XPORTVERSION=	1.1
XCATEGORIES=	textproc devel pear
X
XMAINTAINER=	antonio@php.net
XCOMMENT=	PEAR class to format XML documents
X
XBUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
X		${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XCATEGORY=	XML
XFILES=		Beautifier/Renderer.php Beautifier/Tokenizer.php \
X		Beautifier/Renderer/Plain.php Beautifier.php
XEXAMPLES=	example1.php example2.php example3.php example4.php example5.php \
X		example6.php test.xml
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
X.include <bsd.port.post.mk>
END-of-pear-XML_Beautifier/Makefile
echo x - pear-XML_Beautifier/distinfo
sed 's/^X//' >pear-XML_Beautifier/distinfo << 'END-of-pear-XML_Beautifier/distinfo'
XMD5 (PEAR/XML_Beautifier-1.1.tgz) = d121758edb840d9107debb26bb5837d7
XSIZE (PEAR/XML_Beautifier-1.1.tgz) = 9854
END-of-pear-XML_Beautifier/distinfo
echo x - pear-XML_Beautifier/pkg-descr
sed 's/^X//' >pear-XML_Beautifier/pkg-descr << 'END-of-pear-XML_Beautifier/pkg-descr'
XPEAR::XML_Beautifier will add indentation and linebreaks to you XML files,
Xreplace all entities, format your comments and makes your document easier to
Xread.
X
XYou can influence the way your document is beautified with several options.
X
XWWW: http://pear.php.net/package/XML_Beautifier/
END-of-pear-XML_Beautifier/pkg-descr
exit
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon Apr 11 20:00:20 GMT 2005 
State-Changed-Why:  
New port added, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79402 
>Unformatted:
