mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Add dtdinst 2001.12.03,
converts DTDs to XML instance, in a specific or RELAX NG format. PR: ports/34575 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
This commit is contained in:
parent
9111146dbb
commit
d88949593c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54290
@ -40,6 +40,7 @@
|
||||
SUBDIR += dsssl-docbook-modular
|
||||
SUBDIR += dtd-catalogs
|
||||
SUBDIR += dtd2relax
|
||||
SUBDIR += dtdinst
|
||||
SUBDIR += dtdparse
|
||||
SUBDIR += eruby
|
||||
SUBDIR += expat
|
||||
|
38
textproc/dtdinst/Makefile
Normal file
38
textproc/dtdinst/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: dtdinst
|
||||
# Date created: 3 February 2002
|
||||
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dtdinst
|
||||
PORTVERSION= 2001.12.03
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.thaiopensource.com/dtdinst/
|
||||
DISTNAME= ${PORTNAME}
|
||||
DISTFILES= ${JAR} dtdinst2rng.xsl index.html copying.txt
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= fuyuki@mj.0038.net
|
||||
|
||||
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
JAR= ${DISTNAME}.jar
|
||||
JAVALIBDIR= ${PREFIX}/share/java/classes
|
||||
XMLDIR= ${PREFIX}/share/xml/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${JAVALIBDIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${JAR} ${JAVALIBDIR}
|
||||
${MKDIR} ${XMLDIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.xsl ${XMLDIR}
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.html ${DOCSDIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.txt ${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
4
textproc/dtdinst/distinfo
Normal file
4
textproc/dtdinst/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (dtdinst/dtdinst.jar) = 6db070bfa35ab6b9d7ead88a1241cce7
|
||||
MD5 (dtdinst/dtdinst2rng.xsl) = b06e045533c29c177f407cd4f79010fa
|
||||
MD5 (dtdinst/index.html) = 34ef5c943a2ea2a954510839490b8be9
|
||||
MD5 (dtdinst/copying.txt) = febb9f1c62da7a0b7838728442c2d44f
|
1
textproc/dtdinst/pkg-comment
Normal file
1
textproc/dtdinst/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Converts DTDs to XML instance, in a specific or RELAX NG format
|
8
textproc/dtdinst/pkg-descr
Normal file
8
textproc/dtdinst/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
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/
|
||||
|
||||
- Kimura Fuyuki
|
||||
fuyuki@mj.0038.net
|
6
textproc/dtdinst/pkg-plist
Normal file
6
textproc/dtdinst/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
share/java/classes/dtdinst.jar
|
||||
share/xml/dtdinst/dtdinst2rng.xsl
|
||||
@dirrm share/xml/dtdinst
|
||||
share/doc/dtdinst/copying.txt
|
||||
share/doc/dtdinst/index.html
|
||||
@dirrm share/doc/dtdinst
|
Loading…
Reference in New Issue
Block a user