Date: Thu, 31 Mar 2005 13:41:53 -0300 (BRT) From: Antonio Carlos Venancio Junior <antonio@php.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/79402: New port: textproc/pear-XML_Beautifier PEAR class to format XML documents Message-ID: <200503311641.j2VGfrHG002777@digitalsign.com> Resent-Message-ID: <200503311650.j2VGo3NF023273@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 31 16:50:03 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503311641.j2VGfrHG002777>