From owner-svn-ports-head@FreeBSD.ORG Thu May 9 22:42:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 066712E8; Thu, 9 May 2013 22:42:51 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DB4E18AB; Thu, 9 May 2013 22:42:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r49MgoFn074952; Thu, 9 May 2013 22:42:50 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r49MgnXX074943; Thu, 9 May 2013 22:42:49 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201305092242.r49MgnXX074943@svn.freebsd.org> From: Jason Helfman Date: Thu, 9 May 2013 22:42:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317754 - in head/textproc: . xml-format X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2013 22:42:51 -0000 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 +# $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 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%%