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

(-)./Makefile (-11 / +9 lines)
Lines 1-24 Link Here
1
# New ports collection makefile for:   recoll
1
# Created by: J.F. Dockes <jean-francois.dockes@wanadoo.fr>
2
# Date created:        5 December 2005
3
# Whom:                J.F. Dockes <jean-francois.dockes@wanadoo.fr>
4
#
5
# $FreeBSD: head/deskutils/recoll/Makefile 316654 2013-04-27 08:50:46Z mva $
2
# $FreeBSD: head/deskutils/recoll/Makefile 316654 2013-04-27 08:50:46Z mva $
6
#
7
3
8
PORTNAME=	recoll
4
PORTNAME=	recoll
9
PORTVERSION=	1.18.1
5
PORTVERSION=	1.18.2
10
PORTREVISION=	1
11
CATEGORIES=	deskutils
6
CATEGORIES=	deskutils
12
MASTER_SITES=	http://www.lesbonscomptes.com/recoll/
7
MASTER_SITES=	http://www.lesbonscomptes.com/${PORTNAME}/
13
8
14
MAINTAINER=	nemysis@gmx.ch
9
MAINTAINER=	nemysis@gmx.ch
15
COMMENT=	Personal full text search package, based on Xapian
10
COMMENT=	Personal full text search package, based on Xapian
16
11
17
LICENSE=	GPLv2
12
LICENSE=	GPLv2
18
13
19
LIB_DEPENDS=	xapian:${PORTSDIR}/databases/xapian-core
14
BUILD_DEPENDS=	xapian-core>=0:${PORTSDIR}/databases/xapian-core
20
15
21
USES=		iconv
16
USE_ICONV=	yes
22
USE_GMAKE=	yes
17
USE_GMAKE=	yes
23
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
24
MAKE_JOBS_SAFE=	yes
19
MAKE_JOBS_SAFE=	yes
Lines 30-37 Link Here
30
MAN5=		recoll.conf.5
25
MAN5=		recoll.conf.5
31
26
32
OPTIONS_DEFINE=	QT4 ASPELL PYTHON X11MON
27
OPTIONS_DEFINE=	QT4 ASPELL PYTHON X11MON
33
OPTIONS_DEFAULT=QT4 ASPELL PYTHON X11MON
34
X11MON_DESC=	X11 session monitoring support
28
X11MON_DESC=	X11 session monitoring support
29
OPTIONS_DEFAULT=QT4 ASPELL PYTHON X11MON
30
31
# Wrong versioning upstream
32
PORTSCOUT=	skipv:1.19
35
33
36
.include <bsd.port.options.mk>
34
.include <bsd.port.options.mk>
37
35
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (recoll-1.18.1.tar.gz) = 8ea01dc64002b594b7ca08cf40c5581963bd98617d8ab5554164a8af4a9fd933
1
SHA256 (recoll-1.18.2.tar.gz) = 4729785354bd0d465c92e7d2a6fced688d8c08f1342a9bef2f040e7b10b1f510
2
SIZE (recoll-1.18.1.tar.gz) = 2026276
2
SIZE (recoll-1.18.2.tar.gz) = 1969421
(-)./pkg-plist (-5 / +2 lines)
Lines 86-91 Link Here
86
%%DATADIR%%/images/spreadsheet.png
86
%%DATADIR%%/images/spreadsheet.png
87
%%DATADIR%%/images/text-x-python.png
87
%%DATADIR%%/images/text-x-python.png
88
%%DATADIR%%/images/txt.png
88
%%DATADIR%%/images/txt.png
89
%%DATADIR%%/images/video.png
89
%%DATADIR%%/images/wordprocessing.png
90
%%DATADIR%%/images/wordprocessing.png
90
%%DATADIR%%/translations/recoll_cs.qm
91
%%DATADIR%%/translations/recoll_cs.qm
91
%%DATADIR%%/translations/recoll_de.qm
92
%%DATADIR%%/translations/recoll_de.qm
Lines 106-113 Link Here
106
@dirrm %%DATADIR%%/examples
107
@dirrm %%DATADIR%%/examples
107
@dirrm %%DATADIR%%/doc
108
@dirrm %%DATADIR%%/doc
108
@dirrm %%DATADIR%%
109
@dirrm %%DATADIR%%
109
@dirrmtry share/icons/hicolor/48x48/apps
110
%%QT%%@dirrmtry share/applications
110
@dirrmtry share/icons/hicolor/48x48
111
@dirrmtry share/icons/hicolor
112
@dirrmtry share/icons
113
@dirrmtry share/applications

Return to bug 178843