Date: Thu, 9 May 2013 22:42:49 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317754 - in head/textproc: . xml-format Message-ID: <201305092242.r49MgnXX074943@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Thu May 9 22:42:49 2013 New Revision: 317754 URL: http://svnweb.freebsd.org/changeset/ports/317754 Log: 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 Added: head/textproc/xml-format/ head/textproc/xml-format/Makefile (contents, props changed) head/textproc/xml-format/distinfo (contents, props changed) head/textproc/xml-format/pkg-descr (contents, props changed) head/textproc/xml-format/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu May 9 22:40:50 2013 (r317753) +++ head/textproc/Makefile Thu May 9 22:42:49 2013 (r317754) @@ -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 Added: head/textproc/xml-format/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/xml-format/Makefile Thu May 9 22:42:49 2013 (r317754) @@ -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> Added: head/textproc/xml-format/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/xml-format/distinfo Thu May 9 22:42:49 2013 (r317754) @@ -0,0 +1,2 @@ +SHA256 (xml-format-0.1.tar.gz) = 1fb17867854a8d6b216b74220faaa7eac3e3e6a3267ac69692b6e76950b59acd +SIZE (xml-format-0.1.tar.gz) = 55335 Added: head/textproc/xml-format/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/xml-format/pkg-descr Thu May 9 22:42:49 2013 (r317754) @@ -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 Added: head/textproc/xml-format/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/xml-format/pkg-plist Thu May 9 22:42:49 2013 (r317754) @@ -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%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305092242.r49MgnXX074943>