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:
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
|
@ -1503,6 +1503,7 @@
|
||||||
SUBDIR += xlreader
|
SUBDIR += xlreader
|
||||||
SUBDIR += xls2xml
|
SUBDIR += xls2xml
|
||||||
SUBDIR += xml-commons
|
SUBDIR += xml-commons
|
||||||
|
SUBDIR += xml-format
|
||||||
SUBDIR += xml-i18n-tools
|
SUBDIR += xml-i18n-tools
|
||||||
SUBDIR += xml-lite.el
|
SUBDIR += xml-lite.el
|
||||||
SUBDIR += xml-parse.el
|
SUBDIR += xml-parse.el
|
||||||
|
|
19
textproc/xml-format/Makefile
Normal file
19
textproc/xml-format/Makefile
Normal 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>
|
2
textproc/xml-format/distinfo
Normal file
2
textproc/xml-format/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (xml-format-0.1.tar.gz) = 1fb17867854a8d6b216b74220faaa7eac3e3e6a3267ac69692b6e76950b59acd
|
||||||
|
SIZE (xml-format-0.1.tar.gz) = 55335
|
4
textproc/xml-format/pkg-descr
Normal file
4
textproc/xml-format/pkg-descr
Normal 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
|
7
textproc/xml-format/pkg-plist
Normal file
7
textproc/xml-format/pkg-plist
Normal 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%%
|
Loading…
Reference in a new issue