diff options
author | madpilot <madpilot@FreeBSD.org> | 2015-11-13 04:06:15 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2015-11-13 04:06:15 +0800 |
commit | 29aea79a893135af073bb753ccd1f03be3ef5ad5 (patch) | |
tree | 83b43e285a0d4374f9a0746ca6ff574f7de3d6ec /deskutils/recoll | |
parent | b5290c058449abfeeafe8dcb5fb1dc11d9562e86 (diff) | |
download | freebsd-ports-gnome-29aea79a893135af073bb753ccd1f03be3ef5ad5.tar.gz freebsd-ports-gnome-29aea79a893135af073bb753ccd1f03be3ef5ad5.tar.zst freebsd-ports-gnome-29aea79a893135af073bb753ccd1f03be3ef5ad5.zip |
- Update to 1.21.3
- Fix some optional dependencies
- Remove commented line
- Cosmetic changes to pkg-descr
PR: 204441
Submitted by: Ports Fury
Diffstat (limited to 'deskutils/recoll')
-rw-r--r-- | deskutils/recoll/Makefile | 12 | ||||
-rw-r--r-- | deskutils/recoll/distinfo | 4 | ||||
-rw-r--r-- | deskutils/recoll/pkg-descr | 24 |
3 files changed, 19 insertions, 21 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index bb8e8932034a..735bd985b7e6 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recoll -PORTVERSION= 1.21.2 +PORTVERSION= 1.21.3 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/${PORTNAME}/ @@ -40,14 +40,13 @@ OPTIONS_SUB= yes ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell ASPELL_CONFIGURE_WITH= aspell CHM_DESC= CHM via CHMLIB -CHM_RUN_DEPENDS= pychm:${PORTSDIR}/textproc/pychm +CHM_RUN_DEPENDS= pychm>0:${PORTSDIR}/textproc/pychm DJVU_RUN_DEPENDS= djvutxt:${PORTSDIR}/graphics/djvulibre IMAGE_DESC= Store personal tags or textual descriptions in images IMAGE_RUN_DEPENDS= exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool KONQUEROR_DESC= Konqueror webarchive format with Python -KONQUEROR_RUN_DEPENDS= kwebkitpart:${PORTSDIR}/www/kwebkitpart +KONQUEROR_RUN_DEPENDS= kwebkitpart>0:${PORTSDIR}/www/kwebkitpart LATEX_USE= tex=dvipsk:run -#LATEX_RUN_DEPENDS= detex:${PORTSDIR}/print/detex PDF_RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/xpdf PS_RUN_DEPENDS= pstotext:${PORTSDIR}/print/pstotext PYTHON_USES= python @@ -75,7 +74,6 @@ PLIST_SUB+= PYDISTUTILS_EGGINFO="${PYDISTUTILS_EGGINFO}" .if ${PORT_OPTIONS:MQT4} QT_NONSTANDARD= yes CONFIGURE_ENV+= QTDIR="${QT_PREFIX}" QMAKE="${QMAKE}" -INSTALLS_ICONS= yes .endif post-patch: @@ -98,13 +96,13 @@ post-patch: post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/recoll/librecoll.so.[0-9].* -.if ${PORT_OPTIONS:MPYTHON} + +post-install-PYTHON-on: .for l in recoll rclextract @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/recoll/${l}.so .endfor @(cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -m compileall \ -d ${PYTHONPREFIX_SITELIBDIR} \ -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}) -.endif .include <bsd.port.mk> diff --git a/deskutils/recoll/distinfo b/deskutils/recoll/distinfo index 6a37d67dac6e..f49b78aae609 100644 --- a/deskutils/recoll/distinfo +++ b/deskutils/recoll/distinfo @@ -1,2 +1,2 @@ -SHA256 (recoll-1.21.2.tar.gz) = 09c4f1852b94f74c99232b6f17762771b4f3488876ffa8897493e4faf861c31d -SIZE (recoll-1.21.2.tar.gz) = 2239191 +SHA256 (recoll-1.21.3.tar.gz) = 66f039f08b149d5e4840664d4a636f6b55145b02072f87aab83282ebe0cd593a +SIZE (recoll-1.21.3.tar.gz) = 2240527 diff --git a/deskutils/recoll/pkg-descr b/deskutils/recoll/pkg-descr index ecc4f749ede5..c9a0b208e3b8 100644 --- a/deskutils/recoll/pkg-descr +++ b/deskutils/recoll/pkg-descr @@ -3,17 +3,17 @@ strong backend (Xapian), for which it provides an easy to use and feature-rich interface. Features: - * Free, GPL license. - * Easy installation, few dependancies. No database daemon, web server, - desktop environment or exotic language necessary. - * Will run on most Unix-based systems - * Qt 4 GUI, plus command line. - * Searches most common document types, emails and their attachments. - Transparently handles decompression (gzip, bzip2). - * Powerful query facilities, with boolean searches, phrases, proximity, - wildcards, filter on file types and directory tree. - * Multi-language and multi-character set with Unicode based internals. - * Extensive documentation, with a complete user manual and manual pages - for each command. + * Free, GPL license. + * Easy installation, few dependancies. No database daemon, web server, + desktop environment or exotic language necessary. + * Will run on most Unix-based systems + * Qt 4 GUI, plus command line. + * Searches most common document types, emails and their attachments. + Transparently handles decompression (gzip, bzip2). + * Powerful query facilities, with boolean searches, phrases, proximity, + wildcards, filter on file types and directory tree. + * Multi-language and multi-character set with Unicode based internals. + * Extensive documentation, with a complete user manual and manual pages + for each command. WWW: http://www.lesbonscomptes.com/recoll/ |