diff -ruN /usr/ports/graphics/scantailor/Makefile ./Makefile --- /usr/ports/graphics/scantailor/Makefile 2013-06-02 18:53:19.000000000 +0200 +++ ./Makefile 2013-06-06 03:50:11.000000000 +0200 @@ -2,13 +2,12 @@ # $FreeBSD: head/graphics/scantailor/Makefile 318189 2013-05-14 19:13:10Z rakuco $ PORTNAME= scantailor -PORTVERSION= 0.9.11 -PORTREVISION= 1 +PORTVERSION= 0.9.11.1 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= g.veniamin@googlemail.com -COMMENT= Scan Tailor is an interactive post-processing tool for scanned pages +COMMENT= Interactive post-processing tool for scanned pages LICENSE= GPLv3 @@ -23,7 +22,42 @@ linguist_build MAKE_JOBS_SAFE= yes -DESKTOP_ENTRIES="Scan Tailor" "Interactive post-processing tool for scanned pages" \ - "" "${PORTNAME}" "Graphics;Scanning;" false +DESKTOP_ENTRIES="Scan Tailor" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Graphics;Scanning;" false + +OPTIONS_GROUP= DOXYGEN + +OPTIONS_GROUP_DOXYGEN= HTML LATEX + +OPTIONS_DEFAULT= + +HTML_DESC= Install HTML Doxygen files +LATEX_DESC= Install LaTeX Doxygen files + +.include + +.if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MLATEX} +PORTDOCS= * +.endif + +.if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MLATEX} +BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen +.endif + +post-install: + ${INSTALL_DATA} ${WRKSRC}/resources/icons/appicon-about.png \ + ${PREFIX}/share/pixmaps/${PORTNAME}.png + +.if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MLATEX} + @cd ${WRKSRC} && doxygen . +.endif + +.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MHTML} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} html ${DOCSDIR}) +.endif + +.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MLATEX} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} latex ${DOCSDIR}) +.endif .include diff -ruN /usr/ports/graphics/scantailor/distinfo ./distinfo --- /usr/ports/graphics/scantailor/distinfo 2013-06-02 18:53:19.000000000 +0200 +++ ./distinfo 2013-06-05 23:13:54.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (scantailor-0.9.11.tar.gz) = e158fa5c38b1c34dec47e611e27d74a0508bc2b6818b84f0d05f98ba184c9c11 -SIZE (scantailor-0.9.11.tar.gz) = 1175866 +SHA256 (scantailor-0.9.11.1.tar.gz) = 881647a4172c55a067a7b6687965441cf21176d79d93075b22a373ea9accd8d3 +SIZE (scantailor-0.9.11.1.tar.gz) = 1190198 diff -ruN /usr/ports/graphics/scantailor/pkg-plist ./pkg-plist --- /usr/ports/graphics/scantailor/pkg-plist 2013-06-02 18:53:19.000000000 +0200 +++ ./pkg-plist 2013-04-10 10:05:10.000000000 +0200 @@ -1,5 +1,6 @@ bin/scantailor bin/scantailor-cli +share/pixmaps/scantailor.png %%DATADIR%%/translations/scantailor_bg.qm %%DATADIR%%/translations/scantailor_cs.qm %%DATADIR%%/translations/scantailor_de.qm @@ -8,6 +9,7 @@ %%DATADIR%%/translations/scantailor_it.qm %%DATADIR%%/translations/scantailor_ja.qm %%DATADIR%%/translations/scantailor_pl.qm +%%DATADIR%%/translations/scantailor_pt_BR.qm %%DATADIR%%/translations/scantailor_ru.qm %%DATADIR%%/translations/scantailor_sk.qm %%DATADIR%%/translations/scantailor_uk.qm