aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-12-09 07:22:41 +0000
committerWen Heping <wen@FreeBSD.org>2010-12-09 07:22:41 +0000
commitec190f95f91a651055bac6a2336e7a9e2c5a1497 (patch)
tree5737c23280fbf7d76d473ae9d107c4768fa6c9e7 /textproc/Makefile
parenta8a4f6ded1e65a715dde9f62c8dbe0f527b99531 (diff)
downloadports-ec190f95f91a651055bac6a2336e7a9e2c5a1497.tar.gz
ports-ec190f95f91a651055bac6a2336e7a9e2c5a1497.zip
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>
Notes
Notes: svn path=/head/; revision=265904
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 556c6517bd37..cff15cfce895 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -869,6 +869,7 @@
SUBDIR += p5-XML-RSSLite
SUBDIR += p5-XML-Reader
SUBDIR += p5-XML-RegExp
+ SUBDIR += p5-XML-Rewrite
SUBDIR += p5-XML-Rules
SUBDIR += p5-XML-SAX
SUBDIR += p5-XML-SAX-Expat