diff options
Diffstat (limited to 'textproc/saxon-he')
-rw-r--r-- | textproc/saxon-he/Makefile | 90 | ||||
-rw-r--r-- | textproc/saxon-he/distinfo | 6 | ||||
-rw-r--r-- | textproc/saxon-he/files/saxon.sh.in | 20 | ||||
-rw-r--r-- | textproc/saxon-he/pkg-descr | 22 |
4 files changed, 0 insertions, 138 deletions
diff --git a/textproc/saxon-he/Makefile b/textproc/saxon-he/Makefile deleted file mode 100644 index 9ff205a265e1..000000000000 --- a/textproc/saxon-he/Makefile +++ /dev/null @@ -1,90 +0,0 @@ -# New ports collection makefile for: saxon-devel -# Date created: 03 July 2004 -# Whom: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> -# -# $FreeBSD$ -# - -PORTNAME= saxon -PORTVERSION= 8.7 -PORTEPOCH= 1 -CATEGORIES= textproc java -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= saxon -PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}b${PORTVERSION:S,.,-,g}j.zip \ - ${PORTNAME}-resources${PORTVERSION:S,.,-,g} - -MAINTAINER= hq@FreeBSD.org -COMMENT= An XSLT 2.0 / XPath 2.0 / XQuery 1.0 processor for Java - -RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper - -OPTIONS= JDOM "Install Jdom support" off \ - XOM "Install XOM support" off - -USE_ZIP= yes -USE_JAVA= yes -JAVA_VERSION= 1.4+ -NO_WRKSUBDIR= yes -NO_BUILD= yes - -CONFLICTS= saxon-6.* - -JARFILES= saxon8-sql.jar saxon8.jar saxon8-xpath.jar saxon8-dom.jar -PLIST_FILES+= ${JARFILES:S,^,%%JAVAJARDIR%%/,} bin/saxon bin/saxon-xquery -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif - -.include <bsd.port.pre.mk> - -.if defined(WITH_JDOM) -JARFILES+= saxon8-jdom.jar -RUN_DEPENDS+= ${JAVALIBDIR}/jdom.jar:${PORTSDIR}/java/jdom -.endif - -.if defined(WITH_XOM) -JARFILES+= saxon8-xom.jar -RUN_DEPENDS+= ${JAVALIBDIR}/xom.jar:${PORTSDIR}/textproc/xom -.endif - -SUB_FILES= saxon.sh -SUB_LIST= SAXON_JARS="${JARFILES:S,^,${JAVAJARDIR}/,}" - -do-install: - @${ECHO_MSG} -n ">> Installing JARs in ${JAVAJARDIR}/..." - @${MKDIR} ${JAVAJARDIR} -.for file in ${JARFILES} - @${ECHO_MSG} -n " ${file}" - @${INSTALL_DATA} ${WRKSRC}/${file} ${JAVAJARDIR}/ -.endfor - @${ECHO_MSG} " [ DONE ]" -.if !defined(NOPORTDOCS) - @${ECHO_MSG} -n ">> Installing samples in ${EXAMPLESDIR}/..." - @cd ${WRKSRC}/samples/ \ - && ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/{} \; \ - && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/{} \; - @${ECHO_MSG} " [ DONE ]" - @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}/..." - @cd ${WRKSRC}/doc/ \ - && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \ - && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; - @${ECHO_MSG} " [ DONE ]" -.endif - @${ECHO_MSG} -n ">> Installing scripts in ${PREFIX}/bin..." -.for scriptfile in saxon saxon-xquery - @${ECHO_MSG} -n " ${scriptfile}" - @${INSTALL_SCRIPT} ${WRKSRC}/saxon.sh ${PREFIX}/bin/${scriptfile} -.endfor - @${ECHO_MSG} " [ DONE ]" - -.if !defined(NOPORTDOCS) -post-install: - @${FIND} -s ${WRKSRC}/samples -not -type d | \ - ${SED} -ne 's,^${WRKSRC}/samples,${EXAMPLESDIR:S,${PREFIX}/,,},p' >> ${TMPPLIST} - @${FIND} -s -d ${WRKSRC}/samples -type d | \ - ${SED} -ne 's,^${WRKSRC}/samples,@dirrm ${EXAMPLESDIR:S,${PREFIX}/,,},p' >> ${TMPPLIST} -.endif - -.include <bsd.port.post.mk> diff --git a/textproc/saxon-he/distinfo b/textproc/saxon-he/distinfo deleted file mode 100644 index 67022a461f1e..000000000000 --- a/textproc/saxon-he/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (saxonb8-7j.zip) = 465771690bf10f8a596bfb697e278bce -SHA256 (saxonb8-7j.zip) = d8bb9d4fda7847fc36c873dfcbbbcad287d1e4a66e5378175da9a85056b83bd8 -SIZE (saxonb8-7j.zip) = 1318634 -MD5 (saxon-resources8-7.zip) = 4504b7c275b6c8f13daac5ae22e221c3 -SHA256 (saxon-resources8-7.zip) = b0d08185b079ed98906a3529cceb89500dbb3b424f9b3990ec8146c3a9b109a9 -SIZE (saxon-resources8-7.zip) = 8925122 diff --git a/textproc/saxon-he/files/saxon.sh.in b/textproc/saxon-he/files/saxon.sh.in deleted file mode 100644 index b849bd18e7f4..000000000000 --- a/textproc/saxon-he/files/saxon.sh.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -IAM="`basename "$0"`" - -if [ "${IAM}" = "saxon-xquery" ] -then - LAUNCHER_CLASS="net.sf.saxon.Query" -else - LAUNCHER_CLASS="net.sf.saxon.Transform" -fi - -SAXON_CLASSPATH="" -for jarfile in %%SAXON_JARS%% -do - SAXON_CLASSPATH="${SAXON_CLASSPATH}:${jarfile}" -done - -JAVA_VERSION="1.4+" exec "%%LOCALBASE%%/bin/java" -classpath "${SAXON_CLASSPATH}" "${LAUNCHER_CLASS}" "$@" diff --git a/textproc/saxon-he/pkg-descr b/textproc/saxon-he/pkg-descr deleted file mode 100644 index f1c67d88e2eb..000000000000 --- a/textproc/saxon-he/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -The Saxon 8.0 package is a collection of tools for processing XML documents. -The main components are: - -- An XSLT 2.0 processor, that can be used from the command line, or invoked - from a Java application by use of the standard JAXP API. Saxon can be - integrated with Java applications using the JAXP API, which means it is - possible for a Java application to switch between different XSLT processors - without changing the application code. As well as conforming closely with the - XSLT 2.0 specification, Saxon offers a number of powerful extensions. -- An XPath 2.0 processor accessible via an API to Java applications. -- An XQuery 1.0 processor that can be used from the command line, or invoked - from a Java application by use of an API. -- An XML Schema 1.0 processor. This can be used on its own to validate a schema - for correctness, or to validate a source document against the definitions in - a schema. It is also used to support the schema-aware functionality of the - XSLT and XQuery processors. - -So you can use Saxon to process XML by writing XSLT stylesheets, by writing -XQuery queries, by writing Java applications, or by combinations of the -approaches. - -WWW: http://www.saxonica.com/ |