aboutsummaryrefslogtreecommitdiff
path: root/textproc/xml-format
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-05-09 22:42:49 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-05-09 22:42:49 +0000
commitcd6afcaff28091e4ddcb2c5731c6ce991e507bff (patch)
tree1ef3baec5be6adffcc3c22464b804194318466e5 /textproc/xml-format
parentb6996169eeacad27674987a0828c13440d9895d6 (diff)
downloadports-cd6afcaff28091e4ddcb2c5731c6ce991e507bff.tar.gz
ports-cd6afcaff28091e4ddcb2c5731c6ce991e507bff.zip
xml-format is an XML beautifier that indents and formats XML files for
consistent line length. WWW: http://acadix.biz/xml-format.php PR: ports/177818 Submitted by: jwbacon@tds.net
Notes
Notes: svn path=/head/; revision=317754
Diffstat (limited to 'textproc/xml-format')
-rw-r--r--textproc/xml-format/Makefile19
-rw-r--r--textproc/xml-format/distinfo2
-rw-r--r--textproc/xml-format/pkg-descr4
-rw-r--r--textproc/xml-format/pkg-plist7
4 files changed, 32 insertions, 0 deletions
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%%