View | Details | Raw Unified | Return to bug 203797
Collapse All | Expand All

(-)deskutils/recoll/Makefile (-6 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/deskutils/recoll/Makefile 398213 2015-09-30 11:55:21Z amdmi3 $
2
# $FreeBSD: head/deskutils/recoll/Makefile 398213 2015-09-30 11:55:21Z amdmi3 $
3
3
4
PORTNAME=	recoll
4
PORTNAME=	recoll
5
PORTVERSION=	1.21.1
5
PORTVERSION=	1.21.2
6
CATEGORIES=	deskutils
6
CATEGORIES=	deskutils
7
MASTER_SITES=	http://www.lesbonscomptes.com/${PORTNAME}/
7
MASTER_SITES=	http://www.lesbonscomptes.com/${PORTNAME}/
8
8
Lines 12-25 Link Here
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
BUILD_DEPENDS=	xapian-core>=0:${PORTSDIR}/databases/xapian-core
15
BUILD_DEPENDS=	xapian-core>0:${PORTSDIR}/databases/xapian-core
16
RUN_DEPENDS:=	${BUILD_DEPENDS} \
16
RUN_DEPENDS:=	unrar:${PORTSDIR}/archivers/unrar \
17
		antiword:${PORTSDIR}/textproc/antiword \
17
		antiword:${PORTSDIR}/textproc/antiword \
18
		catdoc:${PORTSDIR}/textproc/catdoc \
18
		catdoc:${PORTSDIR}/textproc/catdoc \
19
		wpd2html:${PORTSDIR}/textproc/libwpd010 \
19
		wpd2html:${PORTSDIR}/textproc/libwpd010 \
20
		xsltproc:${PORTSDIR}/textproc/libxslt \
20
		unrtf:${PORTSDIR}/textproc/unrtf \
21
		unrar:${PORTSDIR}/archivers/unrar \
21
		${BUILD_DEPENDS}
22
		unrtf:${PORTSDIR}/textproc/unrtf
23
22
24
USES=		bison gmake iconv shebangfix
23
USES=		bison gmake iconv shebangfix
25
SHEBANG_FILES=	filters/rclimg filters/rclpdf desktop/hotrecoll.py
24
SHEBANG_FILES=	filters/rclimg filters/rclpdf desktop/hotrecoll.py
(-)deskutils/recoll/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (recoll-1.21.1.tar.gz) = 74d09fabe7b53a7b6bc8bb3b5d8428d64e092c0cc2a7ea0559be681c9a26f1a9
1
SHA256 (recoll-1.21.2.tar.gz) = 09c4f1852b94f74c99232b6f17762771b4f3488876ffa8897493e4faf861c31d
2
SIZE (recoll-1.21.1.tar.gz) = 2236877
2
SIZE (recoll-1.21.2.tar.gz) = 2239191
(-)deskutils/recoll/pkg-descr (-12 / +12 lines)
Lines 3-19 Link Here
3
feature-rich interface.
3
feature-rich interface.
4
4
5
Features:
5
Features:
6
    * Free, GPL license.
6
 * Free, GPL license.
7
    * Easy installation, few dependancies. No database daemon, web server,
7
 * Easy installation, few dependancies. No database daemon, web server,
8
      desktop environment or exotic language necessary.
8
   desktop environment or exotic language necessary.
9
    * Will run on most Unix-based systems
9
 * Will run on most Unix-based systems
10
    * Qt 4 GUI, plus command line.
10
 * Qt 4 GUI, plus command line.
11
    * Searches most common document types, emails and their attachments.
11
 * Searches most common document types, emails and their attachments.
12
      Transparently handles decompression (gzip, bzip2).
12
   Transparently handles decompression (gzip, bzip2).
13
    * Powerful query facilities, with boolean searches, phrases, proximity,
13
 * Powerful query facilities, with boolean searches, phrases, proximity,
14
      wildcards, filter on file types and directory tree.
14
   wildcards, filter on file types and directory tree.
15
    * Multi-language and multi-character set with Unicode based internals.
15
 * Multi-language and multi-character set with Unicode based internals.
16
    * Extensive documentation, with a complete user manual and manual pages
16
 * Extensive documentation, with a complete user manual and manual pages
17
      for each command.
17
   for each command.
18
18
19
WWW: http://www.lesbonscomptes.com/recoll/
19
WWW: http://www.lesbonscomptes.com/recoll/

Return to bug 203797