summaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-02-11 07:14:24 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-02-11 07:14:24 +0000
commit7e63466156de2bc5dc65826fd9af13ad8ed821f8 (patch)
treeb12c160c2e866ba93bb03245f37f553ad5ea607b /textproc/Makefile
parent* Restore the stale socket cleanup code from gamin 0.1.5 to ensure that even (diff)
Add xmlprpr.
An XML pretty printer created to format XML that doesn't make use of mixed content. In the default mode each element is put on a separate line with consistent indentation. It can also separate attributes onto individual lines, sort attributes in a specified or alphabetic order, expand self closing tags, and more. Note that the distribution calls this tool "xmlpp", but it has been renamed so as not to conflict with an xmlpp already in the ports tree. WWW: http://software.decisionsoft.com/tools.html PR: ports/92946 Submitted by: Paul Chvostek <paul+ports@it.ca>
Notes
Notes: svn path=/head/; revision=155718
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 3eaa3053e17c..9869b718f98c 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -813,6 +813,7 @@
SUBDIR += xmlindent
SUBDIR += xmlpp
SUBDIR += xmlppm
+ SUBDIR += xmlprpr
SUBDIR += xmlpull
SUBDIR += xmlroff
SUBDIR += xmlstarlet