diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-01 21:12:06 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-01 21:12:06 +0800 |
commit | 37903c00a31433a7c5c5b9221aa19fe4d06488a7 (patch) | |
tree | 316b7acb802dea9b5af337bb8fc3754c8e0d67d9 | |
parent | f50691e63614f37655b778ea988375fd0cf89946 (diff) | |
download | freebsd-ports-gnome-37903c00a31433a7c5c5b9221aa19fe4d06488a7.tar.gz freebsd-ports-gnome-37903c00a31433a7c5c5b9221aa19fe4d06488a7.tar.zst freebsd-ports-gnome-37903c00a31433a7c5c5b9221aa19fe4d06488a7.zip |
update textproc/dtdinst: 2003.01.22 --> 2003.06.19
PR: 53542
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
-rw-r--r-- | textproc/dtdinst/Makefile | 26 | ||||
-rw-r--r-- | textproc/dtdinst/distinfo | 5 | ||||
-rw-r--r-- | textproc/dtdinst/pkg-plist | 9 |
3 files changed, 20 insertions, 20 deletions
diff --git a/textproc/dtdinst/Makefile b/textproc/dtdinst/Makefile index 1cfab643c172..54182346bd02 100644 --- a/textproc/dtdinst/Makefile +++ b/textproc/dtdinst/Makefile @@ -6,33 +6,33 @@ # PORTNAME= dtdinst -PORTVERSION= 2003.01.22 +PORTVERSION= 2003.06.19 CATEGORIES= textproc -MASTER_SITES= http://www.thaiopensource.com/relaxng/dtdinst/ -DISTNAME= ${PORTNAME} -DISTFILES= dtdinst.jar dtdinst2rng.xsl index.html copying.txt -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} -EXTRACT_ONLY= +MASTER_SITES= http://www.thaiopensource.com/download/ +DISTNAME= ${PORTNAME}-20030619 +EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Converts DTDs to XML instance, in a specific or RELAX NG format -BROKEN= "Checksum mismatch" - +USE_ZIP= YES USE_JAVA= 1.1+ NO_BUILD= yes +WRKSRC= ${WRKDIR}/${DISTNAME} NO_BUILD_DEPENDS_JAVA= yes do-install: - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.jar ${JAVAJARDIR} + ${INSTALL_DATA} ${WRKSRC}/*.jar ${JAVAJARDIR} ${MKDIR} ${PREFIX}/share/xsl/${PORTNAME} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.xsl \ - ${PREFIX}/share/xsl/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/*.xsl ${PREFIX}/share/xsl/${PORTNAME} post-install: +.if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.html ${DOCSDIR} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/dtdinst.rng ${DOCSDIR} +.endif .include <bsd.port.mk> diff --git a/textproc/dtdinst/distinfo b/textproc/dtdinst/distinfo index 7f43ef022767..0bdf510f054f 100644 --- a/textproc/dtdinst/distinfo +++ b/textproc/dtdinst/distinfo @@ -1,4 +1 @@ -MD5 (dtdinst-2003.01.22/dtdinst.jar) = 0e0b372e7647212a6fce08013768fa3e -MD5 (dtdinst-2003.01.22/dtdinst2rng.xsl) = b06e045533c29c177f407cd4f79010fa -MD5 (dtdinst-2003.01.22/index.html) = 4406758cdb5cc31b2e29e64e03bf0ce2 -MD5 (dtdinst-2003.01.22/copying.txt) = 23b5091824c13e8d6b68133e0d23d052 +MD5 (dtdinst-20030619.zip) = d982d4baef0353739de9d9cc00628dc5 diff --git a/textproc/dtdinst/pkg-plist b/textproc/dtdinst/pkg-plist index 4c9dba7e4f33..1039d59da550 100644 --- a/textproc/dtdinst/pkg-plist +++ b/textproc/dtdinst/pkg-plist @@ -2,6 +2,9 @@ share/java/classes/dtdinst.jar share/xsl/dtdinst/dtdinst2rng.xsl @dirrm share/xsl/dtdinst @unexec rmdir %D/share/xsl 2>/dev/null || true -%%DOCSDIR%%/copying.txt -%%DOCSDIR%%/index.html -@dirrm %%DOCSDIR%% +%%PORTDOCS%%%%DOCSDIR%%/copying.txt +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/dtdinst.rng +%%PORTDOCS%%%%DOCSDIR%%/dtdinst.rnc.txt +%%PORTDOCS%%%%DOCSDIR%%/teixml.dtd.txt +%%PORTDOCS%%@dirrm %%DOCSDIR%% |