Index: head/textproc/nux/Makefile =================================================================== --- head/textproc/nux/Makefile (revision 405012) +++ head/textproc/nux/Makefile (revision 405013) @@ -1,58 +1,56 @@ # Created by: Herve Quiroz # $FreeBSD$ PORTNAME= nux PORTVERSION= 1.6 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= textproc java -MASTER_SITES= http://dsd.lbl.gov/nux-download/releases/ +MASTER_SITES= http://dst.lbl.gov/ACSSoftware/nux/nux-download/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Small open-source XQuery extension of the XOM library - -BROKEN= unfetchable RUN_DEPENDS= ${JAVALIBDIR}/xom.jar:${PORTSDIR}/textproc/xom \ ${JAVALIBDIR}/saxon9.jar:${PORTSDIR}/textproc/saxon-devel OPTIONS_DEFINE= XQUERY_TOOL DOCS XQUERY_TOOL_DESC= Install the XQuery command-line tool OPTIONS_DEFAULT= XQUERY_TOOL USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} .include .if ${PORT_OPTIONS:MXQUERY_TOOL} RUN_DEPENDS+= ${JAVALIBDIR}/java-getopt.jar:${PORTSDIR}/java/java-getopt .endif PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar .if ${PORT_OPTIONS:MXQUERY_TOOL} PLIST_FILES+= bin/fire-xquery .endif PORTDOCS= api changelog.html cvs.html dependencies.html \ gettingstarted.html images index.html license.html licenses \ mailing.html readme.html related.html style.css todo.html .if ${PORT_OPTIONS:MXQUERY_TOOL} SUB_FILES= fire-xquery.sh .endif do-install: @${MKDIR} ${STAGEDIR}${JAVAJARDIR} ${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME}.jar ${STAGEDIR}${JAVAJARDIR} .if ${PORT_OPTIONS:MXQUERY_TOOL} ${INSTALL_SCRIPT} ${WRKDIR}/fire-xquery.sh ${STAGEDIR}${PREFIX}/bin/fire-xquery .endif .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR} .endif .include Index: head/textproc/nux/pkg-descr =================================================================== --- head/textproc/nux/pkg-descr (revision 405012) +++ head/textproc/nux/pkg-descr (revision 405013) @@ -1,20 +1,20 @@ Nux is a small, straightforward, and surprisingly effective open-source extension of the XOM XML library. Nux is geared towards versatile embedded integration and interchange, in particular for high-throughput server container environments (e.g. large-scale Peer-to-Peer messaging network infrastructures over high-bandwidth networks, scalable MOMs, etc). But its simplicity also makes it useful for client side XML query/transformation workflow pipelines. Features include: - Seamless W3C XQuery support for XOM. - Efficient and flexible pools and factories for XQueries, XSL Transforms, as well as Builders that validate against various schema languages, including W3C XML Schemas, DTDs, RELAX NG, Schematron, etc. - For simple and complex continuous queries and/or transformations over very large or infinitely long XML input, a convenient streaming path filter API combines full XQuery support with straightforward filtering. - Glue for integration with JAXB and for queries over ill-formed HTML. - All this is rock-solid, dependable, well documented, and ships in a jar file that weighs just 60 KB. -WWW: http://dsd.lbl.gov/nux/ +WWW: http://dst.lbl.gov/ACSSoftware/nux/