From hrs@allbsd.org  Sun Feb  8 00:59:43 2004
Return-Path: <hrs@allbsd.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CD41316A4E5
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  8 Feb 2004 00:59:43 -0800 (PST)
Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [211.6.83.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6CCF143D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  8 Feb 2004 00:59:43 -0800 (PST)
	(envelope-from hrs@allbsd.org)
Received: from delta.allbsd.org (p11183-adsao12honb4-acca.tokyo.ocn.ne.jp [219.161.142.183])
	by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id 2CFE32E8F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  8 Feb 2004 17:59:42 +0900 (JST)
Received: from alph.allbsd.org (alph.allbsd.org [192.168.0.10])
	by delta.allbsd.org (8.12.9p2/8.12.9) with ESMTP id i188xQA2095410
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 8 Feb 2004 17:59:27 +0900 (JST)
	(envelope-from hrs@alph.d.allbsd.org)
Received: from alph.allbsd.org (localhost [127.0.0.1])
	by alph.allbsd.org (8.12.9p2/8.12.9) with ESMTP id i188xQ7X038174
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 8 Feb 2004 17:59:26 +0900 (JST)
	(envelope-from hrs@alph.d.allbsd.org)
Received: (from hrs@localhost)
	by alph.allbsd.org (8.12.9p2/8.12.9/Submit) id i188xQ5q038173;
	Sun, 8 Feb 2004 17:59:26 +0900 (JST)
	(envelope-from hrs)
Message-Id: <200402080859.i188xQ5q038173@alph.allbsd.org>
Date: Sun, 8 Feb 2004 17:59:26 +0900 (JST)
From: Hiroki Sato <hrs@freebsd.org>
Reply-To: Hiroki Sato <hrs@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: textproc/xmlformat
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         62517
>Category:       ports
>Synopsis:       New port: textproc/xmlformat
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 08 01:00:29 PST 2004
>Closed-Date:    Sun Feb 08 15:29:02 PST 2004
>Last-Modified:  Sun Feb 08 15:29:02 PST 2004
>Originator:     Hiroki Sato
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Tokyo University of Science
>Environment:
System: FreeBSD alph.allbsd.org 4.8-STABLE FreeBSD 4.8-STABLE #7: Tue May 20 00:05:43 JST 2003     hrs@alph.allbsd.org:/home/obj/home/src/sys/ALPH  i386

>Description:
	xmlformat is a configurable formatter (or "pretty-printer") for
	XML documents.  It provides control over indentation, line-breaking,
	and text wrapping.  These properties can be defined on a per-element basis.

>How-To-Repeat:
	N/A

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	xmlformat
#	xmlformat/Makefile
#	xmlformat/pkg-plist
#	xmlformat/distinfo
#	xmlformat/pkg-descr
#
echo c - xmlformat
mkdir -p xmlformat > /dev/null 2>&1
echo x - xmlformat/Makefile
sed 's/^X//' >xmlformat/Makefile << 'END-of-xmlformat/Makefile'
X# New ports collection makefile for:	xmlformat
X# Date created:		8 Feb 2004
X# Whom:			hrs
X#
X# $FreeBSD$
X
XPORTNAME=	xmlformat
XPORTVERSION=	1.02
XCATEGORIES=	textproc
XMASTER_SITES=	http://www.kitebird.com/software/xmlformat/
X
XMAINTAINER=	hrs@FreeBSD.org
XCOMMENT=	An XML Document Formatter
X
XNO_BUILD=	yes
XUSE_PERL5=	yes
X
XDOCSRCDIR1=	${WRKSRC}
XDOC_FILES1=	BUGS ChangeLog INSTALL LICENSE README TODO
X
XDOCSRCDIR2=	${WRKSRC}/docs
XDOCSDIR2=	${DOCSDIR}/docs
XDOC_FILES2+=	API catalog.xml
XDOC_FILES2+=	tutorial.html tutorial.pdf tutorial.xml
XDOC_FILES2+=	xmlformat.conf xmlformat.html xmlformat.pdf xmlformat.xml
X
XEXSRCDIR=	${WRKSRC}/docs/examples
XEXDIR=		${DOCSDIR}/docs/examples
XEX_FILES+=	doc1.xml doc2.conf1 doc2.conf2 doc2.conf3
XEX_FILES+=	doc2.conf4 doc2.xml
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/xmlformat.pl ${PREFIX}/bin/xmlformat
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${DOC_FILES1:S,^,${DOCSRCDIR1}/,} ${DOCSDIR}
X	${MKDIR} ${DOCSDIR2}
X	${INSTALL_DATA} ${DOC_FILES2:S,^,${DOCSRCDIR2}/,} ${DOCSDIR2}
X	${MKDIR} ${EXDIR}
X	${INSTALL_DATA} ${EX_FILES:S,^,${EXSRCDIR}/,} ${EXDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-xmlformat/Makefile
echo x - xmlformat/pkg-plist
sed 's/^X//' >xmlformat/pkg-plist << 'END-of-xmlformat/pkg-plist'
X@comment $FreeBSD$
X%%PORTDOCS%%%%DOCSDIR%%/docs/examples/doc2.conf1
X%%PORTDOCS%%%%DOCSDIR%%/docs/examples/doc2.conf2
X%%PORTDOCS%%%%DOCSDIR%%/docs/examples/doc2.conf3
X%%PORTDOCS%%%%DOCSDIR%%/docs/examples/doc2.conf4
X%%PORTDOCS%%%%DOCSDIR%%/docs/examples/doc1.xml
X%%PORTDOCS%%%%DOCSDIR%%/docs/examples/doc2.xml
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/examples
X%%PORTDOCS%%%%DOCSDIR%%/docs/API
X%%PORTDOCS%%%%DOCSDIR%%/docs/catalog.xml
X%%PORTDOCS%%%%DOCSDIR%%/docs/tutorial.html
X%%PORTDOCS%%%%DOCSDIR%%/docs/tutorial.pdf
X%%PORTDOCS%%%%DOCSDIR%%/docs/tutorial.xml
X%%PORTDOCS%%%%DOCSDIR%%/docs/xmlformat.conf
X%%PORTDOCS%%%%DOCSDIR%%/docs/xmlformat.html
X%%PORTDOCS%%%%DOCSDIR%%/docs/xmlformat.pdf
X%%PORTDOCS%%%%DOCSDIR%%/docs/xmlformat.xml
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs
X%%PORTDOCS%%%%DOCSDIR%%/BUGS
X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
X%%PORTDOCS%%%%DOCSDIR%%/INSTALL
X%%PORTDOCS%%%%DOCSDIR%%/LICENSE
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%%%DOCSDIR%%/TODO
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
Xbin/xmlformat
END-of-xmlformat/pkg-plist
echo x - xmlformat/distinfo
sed 's/^X//' >xmlformat/distinfo << 'END-of-xmlformat/distinfo'
XMD5 (xmlformat-1.02.tar.gz) = 0fd53db6e015a9da8d81fc3a75685554
XSIZE (xmlformat-1.02.tar.gz) = 136660
END-of-xmlformat/distinfo
echo x - xmlformat/pkg-descr
sed 's/^X//' >xmlformat/pkg-descr << 'END-of-xmlformat/pkg-descr'
Xxmlformat is a configurable formatter (or "pretty-printer") for
XXML documents.  It provides control over indentation, line-breaking,
Xand text wrapping.  These properties can be defined on a per-element basis.
X
XWWW: http://www.kitebird.com/software/xmlformat/
END-of-xmlformat/pkg-descr
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: ale 
Responsible-Changed-When: Sun Feb 8 05:10:01 PST 2004 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62517 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Sun Feb 8 15:28:48 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62517 
>Unformatted:
