diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-05-09 22:42:49 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-05-09 22:42:49 +0000 |
commit | cd6afcaff28091e4ddcb2c5731c6ce991e507bff (patch) | |
tree | 1ef3baec5be6adffcc3c22464b804194318466e5 | |
parent | b6996169eeacad27674987a0828c13440d9895d6 (diff) | |
download | ports-cd6afcaff28091e4ddcb2c5731c6ce991e507bff.tar.gz ports-cd6afcaff28091e4ddcb2c5731c6ce991e507bff.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/xml-format/Makefile | 19 | ||||
-rw-r--r-- | textproc/xml-format/distinfo | 2 | ||||
-rw-r--r-- | textproc/xml-format/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/xml-format/pkg-plist | 7 |
5 files changed, 33 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7e9b86547c4d..f2ce04e2e636 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1503,6 +1503,7 @@ SUBDIR += xlreader SUBDIR += xls2xml SUBDIR += xml-commons + SUBDIR += xml-format SUBDIR += xml-i18n-tools SUBDIR += xml-lite.el SUBDIR += xml-parse.el diff --git a/textproc/xml-format/Makefile b/textproc/xml-format/Makefile new file mode 100644 index 000000000000..45d67d4c1bf2 --- /dev/null +++ b/textproc/xml-format/Makefile @@ -0,0 +1,19 @@ +# Created by: Jason Bacon <jwbacon@tds.net> +# $FreeBSD$ + +PORTNAME= xml-format +PORTVERSION= 0.1 +CATEGORIES= textproc +MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ + http://personalpages.tds.net/~jwbacon/Ports/distfiles/ + +MAINTAINER= jwbacon@tds.net +COMMENT= XML beautifier + +LICENSE= BSD + +MAN1= xml-format.1 + +MAKE_ENV+= DATADIR=${DATADIR} + +.include <bsd.port.mk> diff --git a/textproc/xml-format/distinfo b/textproc/xml-format/distinfo new file mode 100644 index 000000000000..2f0f913d90e1 --- /dev/null +++ b/textproc/xml-format/distinfo @@ -0,0 +1,2 @@ +SHA256 (xml-format-0.1.tar.gz) = 1fb17867854a8d6b216b74220faaa7eac3e3e6a3267ac69692b6e76950b59acd +SIZE (xml-format-0.1.tar.gz) = 55335 diff --git a/textproc/xml-format/pkg-descr b/textproc/xml-format/pkg-descr new file mode 100644 index 000000000000..2a5bacca1389 --- /dev/null +++ b/textproc/xml-format/pkg-descr @@ -0,0 +1,4 @@ +xml-format is an XML beautifier that indents and formats XML files for +consistent line length. + +WWW: http://acadix.biz/xml-format.php diff --git a/textproc/xml-format/pkg-plist b/textproc/xml-format/pkg-plist new file mode 100644 index 000000000000..6312cf6973f6 --- /dev/null +++ b/textproc/xml-format/pkg-plist @@ -0,0 +1,7 @@ +bin/xml-format +%%DATADIR%%/Config/dbk/block-tags.txt +%%DATADIR%%/Config/dbk/line-tags.txt +%%DATADIR%%/Config/dbk/sectioning-tags.txt +@dirrm %%DATADIR%%/Config/dbk +@dirrm %%DATADIR%%/Config +@dirrm %%DATADIR%% |