Index: head/textproc/xmlto/Makefile =================================================================== --- head/textproc/xmlto/Makefile (revision 404069) +++ head/textproc/xmlto/Makefile (revision 404070) @@ -1,89 +1,88 @@ # Created by: Sergei Kolobov # $FreeBSD$ PORTNAME= xmlto -PORTVERSION= 0.0.26 -PORTREVISION= 2 +PORTVERSION= 0.0.28 CATEGORIES= textproc MASTER_SITES= https://fedorahosted.org/releases/x/m/xmlto/:xmlto \ LOCAL/mandree/:xmlto \ http://www.antennahouse.com/XSLsample/sample-xsl-xhtml2fo/:xsl \ LOCAL/mandree/:xsl DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:xmlto \ xhtml2fo.xsl:xsl DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= mandree@FreeBSD.org COMMENT= Front-end to an XSL toolchain LICENSE= GPLv2 BUILD_DEPENDS= ${BASH_CMD}:${PORTSDIR}/shells/bash \ ${GETOPT_CMD}:${PORTSDIR}/misc/getopt \ xmllint:${PORTSDIR}/textproc/libxml2 \ xsltproc:${PORTSDIR}/textproc/libxslt \ docbook-xsl>0:${PORTSDIR}/textproc/docbook-xsl \ paperconf:${PORTSDIR}/print/libpaper \ w3m:${PORTSDIR}/www/w3m \ docbook-xml>0:${PORTSDIR}/textproc/docbook-xml RUN_DEPENDS:= ${BUILD_DEPENDS} SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS OPTIONS_GROUP= BACKEND OPTIONS_GROUP_BACKEND= DBLATEX FOP PASSIVETEX BACKEND_DESC= Postprocessor backends to enable DBLATEX_DESC= Add dependency on DBlatex (DB for DocBook) FOP_DESC= Add dependency on FOP (requires Java) PASSIVETEX_DESC= Add dependency on XMLTeX/PassiveTeX USES= tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= BASH=${BASH_CMD} GETOPT=${GETOPT_CMD} PDFXMLTEX=${PDFXMLTEX_CMD} MAKE_ENV+= HOME=/dev/null BASH_CMD= ${LOCALBASE}/bin/bash GETOPT_CMD= ${LOCALBASE}/bin/getopt XSL_DIR= ${LOCALBASE}/share/xsl/docbook PDFXMLTEX_CMD= ${LOCALBASE}/bin/pdftex PORTDOCS= AUTHORS ChangeLog NEWS THANKS # these documentation files do not convey information useful for # the FreeBSD port at this time, or are provided by the ports framework: # PORTDOCS+= COPYING FAQ README .include .if ${PORT_OPTIONS:MPASSIVETEX} USE_TEX+= xmltex .endif .if ${PORT_OPTIONS:MFOP} RUN_DEPENDS+= fop>=0.90:${PORTSDIR}/textproc/fop CONFIGURE_ARGS+= --with-backend=fop .endif .if ${PORT_OPTIONS:MDBLATEX} RUN_DEPENDS+= ${LOCALBASE}/bin/dblatex:${PORTSDIR}/textproc/dblatex .if ! ${PORT_OPTIONS:MFOP} CONFIGURE_ARGS+= --with-backend=dblatex .endif .endif post-patch: @# get rid of nonstandard "type" option -t: cd ${WRKSRC} && ${FIND} . -type f -exec ${REINPLACE_CMD} -i '' -e 's/type -t/which/;' '{}' '+' @# get rid of GNU-make-ism (BSD make defines $< only in suffix rules) ${REINPLACE_CMD} -e '/^GEN_MANPAGE/{s/\$$/;}' ${WRKSRC}/Makefile.in post-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/xhtml2fo.xsl ${STAGEDIR}${DATADIR}/ .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif .include Index: head/textproc/xmlto/distinfo =================================================================== --- head/textproc/xmlto/distinfo (revision 404069) +++ head/textproc/xmlto/distinfo (revision 404070) @@ -1,4 +1,4 @@ -SHA256 (xmlto/xmlto-0.0.26.tar.bz2) = efb49b2fb3bc27c1a1e24fe34abf19b6bf6cbb40844e6fd58034cdf21c54b5ec -SIZE (xmlto/xmlto-0.0.26.tar.bz2) = 119819 +SHA256 (xmlto/xmlto-0.0.28.tar.bz2) = 1130df3a7957eb9f6f0d29e4aa1c75732a7dfb6d639be013859b5c7ec5421276 +SIZE (xmlto/xmlto-0.0.28.tar.bz2) = 127921 SHA256 (xmlto/xhtml2fo.xsl) = 51984c86eda98fc70c2c0fa887626f44311634c5e3d1053cd2ada8cd2543ebd6 SIZE (xmlto/xhtml2fo.xsl) = 63786