Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2002 16:54:46 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@mj.0038.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34575: New port: textproc/dtdinst - DTD to RELAX NG converter
Message-ID:  <200202030754.g137ska31239@ns.test>

next in thread | raw e-mail | index | archive | help

>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 <fuyuki@mj.0038.net>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202030754.g137ska31239>