mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Add dtd2relax 1.1.1, DTD to RELAX converter for Java.
PR: ports/34548 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
This commit is contained in:
parent
2709f34636
commit
745293ff8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54287
@ -39,6 +39,7 @@
|
||||
SUBDIR += dsssl-docbook-cygnus
|
||||
SUBDIR += dsssl-docbook-modular
|
||||
SUBDIR += dtd-catalogs
|
||||
SUBDIR += dtd2relax
|
||||
SUBDIR += dtdparse
|
||||
SUBDIR += eruby
|
||||
SUBDIR += expat
|
||||
|
36
textproc/dtd2relax/Makefile
Normal file
36
textproc/dtd2relax/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: dtd2relax
|
||||
# Date created: 2 February 2002
|
||||
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dtd2relax
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.horobi.com/Projects/RELAX/Archive/
|
||||
DISTNAME= ${PORTNAME:U}_${PORTVERSION:S/./_/g}
|
||||
DISTFILES= ${JAR} ${DISTNAME}-src${EXTRACT_SUFX}
|
||||
EXTRACT_ONLY= ${DISTNAME}-src${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= fuyuki@mj.0038.net
|
||||
|
||||
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
JAR= ${DISTNAME}-bin-XML4J.jar
|
||||
JAVALIBDIR= ${PREFIX}/share/java/classes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${JAVALIBDIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/${JAR} ${JAVALIBDIR}/${PORTNAME}.jar
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/samples/* ${EXAMPLESDIR}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/dtd2relax/distinfo
Normal file
2
textproc/dtd2relax/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (DTD2RELAX_1_1_1-bin-XML4J.jar) = c450d486769ebae2f17ac21be1b8b972
|
||||
MD5 (DTD2RELAX_1_1_1-src.zip) = 93be8e8d4a392b6bd6181ee3c00d99c1
|
1
textproc/dtd2relax/pkg-comment
Normal file
1
textproc/dtd2relax/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
DTD to RELAX converter for Java
|
6
textproc/dtd2relax/pkg-descr
Normal file
6
textproc/dtd2relax/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
DTD2RELAX converts DTD schema into RELAX module.
|
||||
|
||||
WWW: http://www.horobi.com/Projects/RELAX/Archive/DTD2RELAX.html
|
||||
|
||||
- Kimura Fuyuki
|
||||
fuyuki@mj.0038.net
|
12
textproc/dtd2relax/pkg-plist
Normal file
12
textproc/dtd2relax/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
share/java/classes/dtd2relax.jar
|
||||
share/examples/dtd2relax/test01-utf8.rlx
|
||||
share/examples/dtd2relax/test01.dtd
|
||||
share/examples/dtd2relax/xmlspec-19990205-utf8.rlx
|
||||
share/examples/dtd2relax/xmlspec-19990205.dtd
|
||||
@dirrm share/examples/dtd2relax
|
||||
share/doc/dtd2relax/DTD2RELAX-j.html
|
||||
share/doc/dtd2relax/DTD2RELAX.html
|
||||
share/doc/dtd2relax/DTDtoRELAXConverterGUI.gif
|
||||
share/doc/dtd2relax/test01.dtd
|
||||
share/doc/dtd2relax/test01.rlx
|
||||
@dirrm share/doc/dtd2relax
|
Loading…
Reference in New Issue
Block a user