Bug 177818 - New port: textproc/xml-format
Summary: New port: textproc/xml-format
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-12 23:00 UTC by Jason W. Bacon
Modified: 2013-05-09 23:50 UTC (History)
0 users

See Also:


Attachments
file.shar (1.79 KB, text/plain)
2013-04-12 23:00 UTC, Jason W. Bacon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason W. Bacon freebsd_committer freebsd_triage 2013-04-12 23:00:00 UTC
xml-format  is an XML beautifier that indents and formats XML files for
consistent line length.

WWW:	http://acadix.biz/xml-format.php

Fix: Patch attached with submission follows:
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2013-04-12 23:54:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-09 23:42:57 UTC
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%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2013-05-09 23:45:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!