Date: Thu, 9 Dec 2010 07:22:41 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-XML-Rewrite Makefile distinfo pkg-descr pkg-plist Message-ID: <201012090722.oB97MfAV030658@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wen 2010-12-09 07:22:41 UTC
FreeBSD ports repository
Modified files:
textproc Makefile
Added files:
textproc/p5-XML-Rewrite Makefile distinfo pkg-descr pkg-plist
Log:
Often, XML messages and schemas are created by automatic tools. These
tools may provide very nice user interfaces, but tend to produce
horrible XML. If you have to read these ugly products, you are in for
pain. The purpose of this module (and the script "xmlrewrite" which is
part of this distribution) is to be able to rewrite XML messages and
Schema's into something maintainable.
The main difference between this module and other beautifiers is that
the clean-up is based on schema rules. For instance, it is permitted
to remove blanks around and inside integers, but not in strings.
Beautifiers which do not look into the schema have only limited
possibilities for cleanup, or may accidentally change the message
content.
WWW: http://search.cpan.org/dist/XML-Rewrite/
PR: ports/152658
Submitted by: Patrick Powell <papowell@astart.com>
Revision Changes Path
1.1502 +1 -0 ports/textproc/Makefile
1.1 +27 -0 ports/textproc/p5-XML-Rewrite/Makefile (new)
1.1 +2 -0 ports/textproc/p5-XML-Rewrite/distinfo (new)
1.1 +15 -0 ports/textproc/p5-XML-Rewrite/pkg-descr (new)
1.1 +10 -0 ports/textproc/p5-XML-Rewrite/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012090722.oB97MfAV030658>
