diff options
author | pav <pav@FreeBSD.org> | 2005-04-12 03:59:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-12 03:59:42 +0800 |
commit | ee99b98a765ac99e94e27d8be0c8698f180463f9 (patch) | |
tree | 064dab3fb5941bf1bca14e270841820b5ae73482 /textproc/Makefile | |
parent | 71d6befe19ba0e4d529b37713131eb55b54f17a6 (diff) | |
download | freebsd-ports-gnome-ee99b98a765ac99e94e27d8be0c8698f180463f9.tar.gz freebsd-ports-gnome-ee99b98a765ac99e94e27d8be0c8698f180463f9.tar.zst freebsd-ports-gnome-ee99b98a765ac99e94e27d8be0c8698f180463f9.zip |
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.
PR: ports/79402
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index abb8d0e5bad4..2e9969d0cdf9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -501,6 +501,7 @@ SUBDIR += pardiff SUBDIR += pdftohtml SUBDIR += pear-Spreadsheet_Excel_Writer + SUBDIR += pear-XML_Beautifier SUBDIR += pear-XML_HTMLSax SUBDIR += perl2html SUBDIR += php4-ctype |