mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Maintainer update:
- Update to 2003.01.08 - Drop maintainership PR: ports/47008 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
This commit is contained in:
parent
468551da41
commit
4a24df2cd7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74573
@ -6,20 +6,15 @@
|
||||
#
|
||||
|
||||
PORTNAME= jing
|
||||
PORTVERSION= 2002.07.24
|
||||
PORTVERSION= 2003.01.22
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.thaiopensource.com/relaxng/
|
||||
DISTNAME= ${PORTNAME}-bin
|
||||
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= fuyuki@hadaly.org
|
||||
|
||||
JAXP?= crimson # or xalan, saxon
|
||||
|
||||
.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
|
||||
RUN_DEPENDS= ${JAVAJARDIR}/crimson.jar:${PORTSDIR}/textproc/crimson
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= 1.2+
|
||||
@ -27,11 +22,9 @@ NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
NO_BUILD_DEPENDS_JAVA= yes
|
||||
JAVALIBDIR= ${PREFIX}/share/java/classes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${JAVALIBDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.jar ${JAVALIBDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.jar ${JAVAJARDIR}
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (jing-bin.zip) = 17832aaa8b87da4a7128b7a2beb1d9ed
|
||||
MD5 (jing-2003.01.22/jing-bin.zip) = 04f03804bb87053b31c697e4bc0f4444
|
||||
|
@ -3,6 +3,3 @@ 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@hadaly.org
|
||||
|
@ -1,4 +1,4 @@
|
||||
share/java/classes/jing.jar
|
||||
share/doc/jing/copying.txt
|
||||
share/doc/jing/readme.html
|
||||
@dirrm share/doc/jing
|
||||
%%DOCSDIR%%/copying.txt
|
||||
%%DOCSDIR%%/readme.html
|
||||
@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user