From owner-freebsd-ports Sun Feb 3 0: 1: 1 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F83F37B417 for ; Sun, 3 Feb 2002 00:00:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g13807Q53425; Sun, 3 Feb 2002 00:00:07 -0800 (PST) (envelope-from gnats) Received: from t-mta2.odn.ne.jp (mfep2.odn.ne.jp [143.90.131.180]) by hub.freebsd.org (Postfix) with ESMTP id 1372637B41D for ; Sat, 2 Feb 2002 23:54:49 -0800 (PST) Received: from localhost ([61.201.69.109]) by t-mta2.odn.ne.jp with ESMTP id <20020203075447331.VNZX.14866.t-mta2.odn.ne.jp@mta2.odn.ne.jp>; Sun, 3 Feb 2002 16:54:47 +0900 Message-Id: <200202030754.g137ska31239@ns.test> Date: Sun, 3 Feb 2002 16:54:46 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/34575: New port: textproc/dtdinst - DTD to RELAX NG converter Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34575 >Category: ports >Synopsis: New port: textproc/dtdinst - DTD to RELAX NG converter >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 03 00:00:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD ns.test 4.5-RELEASE FreeBSD 4.5-RELEASE #5: Thu Jan 31 09:35:44 JST 2002 root@ns.test:/sack/obj/usr/src/sys/NS i386 >Description: DTDinst is a program for converting XML DTDs into XML instance format. The XML instance can be in either a format specific to DTDinst or RELAX NG format. WWW: http://www.thaiopensource.com/dtdinst/ >How-To-Repeat: >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: # # dtdinst # dtdinst/Makefile # dtdinst/distinfo # dtdinst/pkg-comment # dtdinst/pkg-descr # dtdinst/pkg-plist # echo c - dtdinst mkdir -p dtdinst > /dev/null 2>&1 echo x - dtdinst/Makefile sed 's/^X//' >dtdinst/Makefile << 'END-of-dtdinst/Makefile' X# New ports collection makefile for: dtdinst X# Date created: 3 February 2002 X# Whom: Kimura Fuyuki X# X# $FreeBSD$ X# X XPORTNAME= dtdinst XPORTVERSION= 2001.12.03 XCATEGORIES= textproc XMASTER_SITES= http://www.thaiopensource.com/dtdinst/ XDISTNAME= ${PORTNAME} XDISTFILES= ${JAR} dtdinst2rng.xsl index.html copying.txt XDIST_SUBDIR= ${PORTNAME} XEXTRACT_ONLY= X XMAINTAINER= fuyuki@mj.0038.net X XRUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper X XNO_BUILD= yes X XJAR= ${DISTNAME}.jar XJAVALIBDIR= ${PREFIX}/share/java/classes XXMLDIR= ${PREFIX}/share/xml/${PORTNAME} X Xdo-install: X ${MKDIR} ${JAVALIBDIR} X ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${JAR} ${JAVALIBDIR} X ${MKDIR} ${XMLDIR} X ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.xsl ${XMLDIR} X Xpost-install: X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.html ${DOCSDIR} X ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.txt ${DOCSDIR} X X.include END-of-dtdinst/Makefile echo x - dtdinst/distinfo sed 's/^X//' >dtdinst/distinfo << 'END-of-dtdinst/distinfo' XMD5 (dtdinst/dtdinst.jar) = 6db070bfa35ab6b9d7ead88a1241cce7 XMD5 (dtdinst/dtdinst2rng.xsl) = b06e045533c29c177f407cd4f79010fa XMD5 (dtdinst/index.html) = 34ef5c943a2ea2a954510839490b8be9 XMD5 (dtdinst/copying.txt) = febb9f1c62da7a0b7838728442c2d44f END-of-dtdinst/distinfo echo x - dtdinst/pkg-comment sed 's/^X//' >dtdinst/pkg-comment << 'END-of-dtdinst/pkg-comment' XConverts DTDs to XML instance, in a specific or RELAX NG format END-of-dtdinst/pkg-comment echo x - dtdinst/pkg-descr sed 's/^X//' >dtdinst/pkg-descr << 'END-of-dtdinst/pkg-descr' XDTDinst is a program for converting XML DTDs into XML instance Xformat. The XML instance can be in either a format specific to DTDinst Xor RELAX NG format. X XWWW: http://www.thaiopensource.com/dtdinst/ X X- Kimura Fuyuki Xfuyuki@mj.0038.net END-of-dtdinst/pkg-descr echo x - dtdinst/pkg-plist sed 's/^X//' >dtdinst/pkg-plist << 'END-of-dtdinst/pkg-plist' Xshare/java/classes/dtdinst.jar Xshare/xml/dtdinst/dtdinst2rng.xsl X@dirrm share/xml/dtdinst Xshare/doc/dtdinst/copying.txt Xshare/doc/dtdinst/index.html X@dirrm share/doc/dtdinst END-of-dtdinst/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message