aboutsummaryrefslogtreecommitdiff
path: root/textproc/jing
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-03 13:30:32 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-03 13:30:32 +0000
commit4a24df2cd7c3fb4e20206565f17622334c771d58 (patch)
tree6a181f851cff928c9aef09f992bb7f7214e7de89 /textproc/jing
parent468551da4147032e647d9ca978e235ceab27dc7b (diff)
downloadports-4a24df2cd7c3fb4e20206565f17622334c771d58.tar.gz
ports-4a24df2cd7c3fb4e20206565f17622334c771d58.zip
Maintainer update:
- Update to 2003.01.08 - Drop maintainership PR: ports/47008 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes: svn path=/head/; revision=74573
Diffstat (limited to 'textproc/jing')
-rw-r--r--textproc/jing/Makefile15
-rw-r--r--textproc/jing/distinfo2
-rw-r--r--textproc/jing/pkg-descr3
-rw-r--r--textproc/jing/pkg-plist6
4 files changed, 8 insertions, 18 deletions
diff --git a/textproc/jing/Makefile b/textproc/jing/Makefile
index 88b9bbb1fc3a..7eac6ceff47e 100644
--- a/textproc/jing/Makefile
+++ b/textproc/jing/Makefile
@@ -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}
diff --git a/textproc/jing/distinfo b/textproc/jing/distinfo
index f17008f392ed..d2852dead4bc 100644
--- a/textproc/jing/distinfo
+++ b/textproc/jing/distinfo
@@ -1 +1 @@
-MD5 (jing-bin.zip) = 17832aaa8b87da4a7128b7a2beb1d9ed
+MD5 (jing-2003.01.22/jing-bin.zip) = 04f03804bb87053b31c697e4bc0f4444
diff --git a/textproc/jing/pkg-descr b/textproc/jing/pkg-descr
index a4e4585606a9..a3679638a957 100644
--- a/textproc/jing/pkg-descr
+++ b/textproc/jing/pkg-descr
@@ -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
diff --git a/textproc/jing/pkg-plist b/textproc/jing/pkg-plist
index 5788a33b18fb..431d7c34469b 100644
--- a/textproc/jing/pkg-plist
+++ b/textproc/jing/pkg-plist
@@ -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%%