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
This commit is contained in:
Jason Helfman 2013-05-09 22:42:49 +00:00
parent b6996169ee
commit cd6afcaff2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317754
5 changed files with 33 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,2 @@
SHA256 (xml-format-0.1.tar.gz) = 1fb17867854a8d6b216b74220faaa7eac3e3e6a3267ac69692b6e76950b59acd
SIZE (xml-format-0.1.tar.gz) = 55335

View file

@ -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

View file

@ -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%%