1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

This is Rick Jelliffe's implementation of ISO Schematron using XSLT.

This commit is contained in:
Gabor Kovesdan 2013-03-13 10:22:23 +00:00
parent fe285270c6
commit ef2ec338d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314053
5 changed files with 66 additions and 0 deletions

View File

@ -314,6 +314,7 @@
SUBDIR += irstlm
SUBDIR += is-aspell
SUBDIR += is-hyphen
SUBDIR += iso-schematron-xslt
SUBDIR += iso12083
SUBDIR += iso8879
SUBDIR += ispell

View File

@ -0,0 +1,31 @@
# $FreeBSD$
PORTNAME= iso-schematron-xslt
PORTVERSION= 20130313
CATEGORIES= textproc
MASTER_SITES= http://www.schematron.com/tmp/
DISTFILES= iso-schematron-xslt1.zip \
iso-schematron-xslt2.zip
MAINTAINER= gabor@FreeBSD.org
COMMENT= The Leading Implementation of ISO Schematron
USE_ZIP= yes
NO_BUILD= yes
do-extract:
${MKDIR} ${WRKDIR}/xslt1
${MKDIR} ${WRKDIR}/xslt2
( cd ${WRKDIR}/xslt1 && ${UNZIP_CMD} ${DISTDIR}/iso-schematron-xslt1.zip )
( cd ${WRKDIR}/xslt2 && ${UNZIP_CMD} ${DISTDIR}/iso-schematron-xslt2.zip )
INSTDIR= share/xsl/iso-schematron
PLIST_SUB+= INSTDIR="${INSTDIR}"
do-install:
${MKDIR} ${PREFIX}/${INSTDIR}/xslt1
( ${FIND} ${WRKDIR}/xslt1 -type f -exec ${INSTALL_DATA} {} ${PREFIX}/${INSTDIR}/xslt1/ \; )
${MKDIR} ${PREFIX}/${INSTDIR}/xslt2
( ${FIND} ${WRKDIR}/xslt2 -type f -exec ${INSTALL_DATA} {} ${PREFIX}/${INSTDIR}/xslt2/ \; )
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
SHA256 (iso-schematron-xslt1.zip) = 0c2947e968dfcbbaa457b93b3140a5d25ea32c012864017af2cf3fb24cd20b4c
SIZE (iso-schematron-xslt1.zip) = 44262
SHA256 (iso-schematron-xslt2.zip) = b25f16ca7111d61f85ae660f1464016e9fb0ba1b7edd618fbf05200f82823ab9
SIZE (iso-schematron-xslt2.zip) = 56092

View File

@ -0,0 +1,3 @@
This is Rick Jelliffe's implementation of ISO Schematron using XSLT.
WWW: http://www.schematron.com/implementation.html

View File

@ -0,0 +1,27 @@
%%INSTDIR%%/xslt1/ExtractSchFromRNG.xsl
%%INSTDIR%%/xslt1/ExtractSchFromXSD.xsl
%%INSTDIR%%/xslt1/iso_abstract_expand.xsl
%%INSTDIR%%/xslt1/iso_dsdl_include.xsl
%%INSTDIR%%/xslt1/iso_schematron_message.xsl
%%INSTDIR%%/xslt1/iso_schematron_skeleton_for_xslt1.xsl
%%INSTDIR%%/xslt1/iso_svrl_for_xslt1.xsl
%%INSTDIR%%/xslt1/readme.txt
%%INSTDIR%%/xslt1/schematron-skeleton-api.htm
%%INSTDIR%%/xslt2/ExtractSchFromRNG-2.xsl
%%INSTDIR%%/xslt2/ExtractSchFromXSD-2.xsl
%%INSTDIR%%/xslt2/iso_abstract_expand.xsl
%%INSTDIR%%/xslt2/iso_dsdl_include.xsl
%%INSTDIR%%/xslt2/iso_schematron_message_xslt2.xsl
%%INSTDIR%%/xslt2/iso_schematron_skeleton_for_saxon.xsl
%%INSTDIR%%/xslt2/iso_svrl_for_xslt2.xsl
%%INSTDIR%%/xslt2/readme.txt
%%INSTDIR%%/xslt2/sch-messages-cs.xhtml
%%INSTDIR%%/xslt2/sch-messages-de.xhtml
%%INSTDIR%%/xslt2/sch-messages-en.xhtml
%%INSTDIR%%/xslt2/sch-messages-fr.xhtml
%%INSTDIR%%/xslt2/sch-messages-nl.xhtml
%%INSTDIR%%/xslt2/schematron-skeleton-api.htm
@dirrm %%INSTDIR%%/xslt1
@dirrm %%INSTDIR%%/xslt2
@dirrm %%INSTDIR%%
@dirrmtry %D/share/xsl