mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Initial import of jing.
Jing is a RELAX NG validator in Java. PR: 34581 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
This commit is contained in:
parent
a19d8120e2
commit
61c0eaedc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54423
@ -81,6 +81,7 @@
|
||||
SUBDIR += ispell
|
||||
SUBDIR += jade
|
||||
SUBDIR += java2html
|
||||
SUBDIR += jing
|
||||
SUBDIR += jrefentry
|
||||
SUBDIR += kbedic
|
||||
SUBDIR += kdoc
|
||||
|
43
textproc/jing/Makefile
Normal file
43
textproc/jing/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# New ports collection makefile for: jing
|
||||
# Date created: 3 February 2002
|
||||
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jing
|
||||
PORTVERSION= 2001.12.03
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.thaiopensource.com/relaxng/
|
||||
DISTNAME= ${PORTNAME}
|
||||
DISTFILES= ${JAR} jing.html copying.txt
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= fuyuki@mj.0038.net
|
||||
|
||||
JAXP?= crimson # or xalan, saxon
|
||||
|
||||
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
.if ${JAXP} == "xalan"
|
||||
RUN_DEPENDS+= ${LOCALBASE}/xalan-j2.1.0/bin/${JAXP}.jar:${PORTSDIR}/java/xalan-j
|
||||
.else
|
||||
RUN_DEPENDS+= ${LOCALBASE}/share/java/classes/${JAXP}.jar:${PORTSDIR}/textproc/${JAXP}
|
||||
.endif
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
JAR= ${DISTNAME}.jar
|
||||
JAVALIBDIR= ${PREFIX}/share/java/classes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${JAVALIBDIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${JAR} ${JAVALIBDIR}
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.html ${DOCSDIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.txt ${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/jing/distinfo
Normal file
3
textproc/jing/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (jing/jing.jar) = 3b52144b5620c1fb8060f41eda6820d4
|
||||
MD5 (jing/jing.html) = dea9404501c85548caeba430065eb3c5
|
||||
MD5 (jing/copying.txt) = febb9f1c62da7a0b7838728442c2d44f
|
1
textproc/jing/pkg-comment
Normal file
1
textproc/jing/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A RELAX NG validator in Java
|
8
textproc/jing/pkg-descr
Normal file
8
textproc/jing/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Jing is a validator for RELAX NG implemented in Java. It uses a
|
||||
vendor-independent Java interface for RELAX NG datatype libraries and
|
||||
can use any datatype library that implements this interface.
|
||||
|
||||
WWW: http://www.thaiopensource.com/relaxng/jing.html
|
||||
|
||||
- Kimura Fuyuki
|
||||
fuyuki@mj.0038.net
|
4
textproc/jing/pkg-plist
Normal file
4
textproc/jing/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
share/java/classes/jing.jar
|
||||
share/doc/jing/copying.txt
|
||||
share/doc/jing/jing.html
|
||||
@dirrm share/doc/jing
|
Loading…
Reference in New Issue
Block a user