diff options
author | arved <arved@FreeBSD.org> | 2003-01-28 00:21:48 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-28 00:21:48 +0800 |
commit | 2cc2e3c3cff73c2fda02c2d9bd21fbc421e00291 (patch) | |
tree | 40f1241d0550b01746f58ebaadc7c198db915d43 /textproc/dtdinst | |
parent | 424809df60a96acad9661739f740fcbc2fcfce73 (diff) | |
download | freebsd-ports-gnome-2cc2e3c3cff73c2fda02c2d9bd21fbc421e00291.tar.gz freebsd-ports-gnome-2cc2e3c3cff73c2fda02c2d9bd21fbc421e00291.tar.zst freebsd-ports-gnome-2cc2e3c3cff73c2fda02c2d9bd21fbc421e00291.zip |
Update to 2003.01.22
PR: 47504
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (old maintainer)
Diffstat (limited to 'textproc/dtdinst')
-rw-r--r-- | textproc/dtdinst/Makefile | 23 | ||||
-rw-r--r-- | textproc/dtdinst/distinfo | 8 | ||||
-rw-r--r-- | textproc/dtdinst/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/dtdinst/pkg-plist | 11 |
4 files changed, 21 insertions, 26 deletions
diff --git a/textproc/dtdinst/Makefile b/textproc/dtdinst/Makefile index bcba2ec98808..ac3897ba4293 100644 --- a/textproc/dtdinst/Makefile +++ b/textproc/dtdinst/Makefile @@ -6,29 +6,26 @@ # PORTNAME= dtdinst -PORTVERSION= 2002.07.24 +PORTVERSION= 2003.01.22 CATEGORIES= textproc -MASTER_SITES= http://www.thaiopensource.com/dtdinst/ +MASTER_SITES= http://www.thaiopensource.com/relaxng/dtdinst/ DISTNAME= ${PORTNAME} -DISTFILES= ${JARFILE} dtdinst2rng.xsl index.html copying.txt -DIST_SUBDIR= ${PORTNAME} +DISTFILES= dtdinst.jar dtdinst2rng.xsl index.html copying.txt +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} EXTRACT_ONLY= -MAINTAINER= fuyuki@hadaly.org +MAINTAINER= ports@FreeBSD.org USE_JAVA= 1.1+ -NO_BUILD_DEPENDS_JAVA= yes NO_BUILD= yes -JARFILE= ${DISTNAME}.jar -JAVALIBDIR= ${PREFIX}/share/java/classes -XMLDIR= ${PREFIX}/share/xml/${PORTNAME} +NO_BUILD_DEPENDS_JAVA= yes do-install: - ${MKDIR} ${JAVALIBDIR} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${JARFILE} ${JAVALIBDIR} - ${MKDIR} ${XMLDIR} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.xsl ${XMLDIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.jar ${JAVAJARDIR} + ${MKDIR} ${PREFIX}/share/xsl/${PORTNAME} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.xsl \ + ${PREFIX}/share/xsl/${PORTNAME} post-install: ${MKDIR} ${DOCSDIR} diff --git a/textproc/dtdinst/distinfo b/textproc/dtdinst/distinfo index ae9723fb478d..7f43ef022767 100644 --- a/textproc/dtdinst/distinfo +++ b/textproc/dtdinst/distinfo @@ -1,4 +1,4 @@ -MD5 (dtdinst/dtdinst.jar) = 9797744eae2e2e04e10eaa993555dbbf -MD5 (dtdinst/dtdinst2rng.xsl) = b06e045533c29c177f407cd4f79010fa -MD5 (dtdinst/index.html) = 14b1707b2ee1238f9be53bcd18188a68 -MD5 (dtdinst/copying.txt) = febb9f1c62da7a0b7838728442c2d44f +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 diff --git a/textproc/dtdinst/pkg-descr b/textproc/dtdinst/pkg-descr index 4e1f1b39e865..06dc7b2f6fc2 100644 --- a/textproc/dtdinst/pkg-descr +++ b/textproc/dtdinst/pkg-descr @@ -2,7 +2,4 @@ DTDinst is a program for converting XML DTDs into XML instance format. The XML instance can be in either a format specific to DTDinst or RELAX NG format. -WWW: http://www.thaiopensource.com/dtdinst/ - -- Kimura Fuyuki -fuyuki@hadaly.org +WWW: http://www.thaiopensource.com/relaxng/dtdinst/ diff --git a/textproc/dtdinst/pkg-plist b/textproc/dtdinst/pkg-plist index 0733f4b4db9b..4c9dba7e4f33 100644 --- a/textproc/dtdinst/pkg-plist +++ b/textproc/dtdinst/pkg-plist @@ -1,6 +1,7 @@ share/java/classes/dtdinst.jar -share/xml/dtdinst/dtdinst2rng.xsl -@dirrm share/xml/dtdinst -share/doc/dtdinst/copying.txt -share/doc/dtdinst/index.html -@dirrm share/doc/dtdinst +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%% |