mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 2003.01.22
PR: 47504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (old maintainer)
This commit is contained in:
parent
37f412556b
commit
e37c1b3527
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74095
4 changed files with 21 additions and 26 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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%%
|
||||
|
|
Loading…
Add table
Reference in a new issue