Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/deskutils/recoll/Makefile 392317 2015-07-16 20:10:25Z arved $ |
2 |
# $FreeBSD: head/deskutils/recoll/Makefile 392317 2015-07-16 20:10:25Z arved $ |
3 |
|
3 |
|
4 |
PORTNAME= recoll |
4 |
PORTNAME= recoll |
5 |
PORTVERSION= 1.21.0 |
5 |
PORTVERSION= 1.21.1 |
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 10-27
Link Here
|
10 |
COMMENT= Personal full text search package, based on Xapian |
10 |
COMMENT= Personal full text search package, based on Xapian |
11 |
|
11 |
|
12 |
LICENSE= GPLv2 |
12 |
LICENSE= GPLv2 |
|
|
13 |
#LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
|
14 |
|
14 |
BUILD_DEPENDS= xapian-core>=0:${PORTSDIR}/databases/xapian-core |
15 |
BUILD_DEPENDS= xapian-core>0:${PORTSDIR}/databases/xapian-core |
15 |
RUN_DEPENDS:= ${BUILD_DEPENDS} \ |
16 |
RUN_DEPENDS:= unrar:${PORTSDIR}/archivers/unrar \ |
16 |
antiword:${PORTSDIR}/textproc/antiword \ |
17 |
antiword:${PORTSDIR}/textproc/antiword \ |
17 |
catdoc:${PORTSDIR}/textproc/catdoc \ |
18 |
catdoc:${PORTSDIR}/textproc/catdoc \ |
18 |
wpd2html:${PORTSDIR}/textproc/libwpd010 \ |
19 |
wpd2html:${PORTSDIR}/textproc/libwpd010 \ |
19 |
xsltproc:${PORTSDIR}/textproc/libxslt \ |
20 |
unrtf:${PORTSDIR}/textproc/unrtf \ |
20 |
unrar:${PORTSDIR}/archivers/unrar \ |
21 |
${BUILD_DEPENDS} |
21 |
unrtf:${PORTSDIR}/textproc/unrtf |
|
|
22 |
|
22 |
|
23 |
USES= bison gmake iconv shebangfix |
23 |
USES= bison gmake iconv shebangfix |
24 |
SHEBANG_FILES= filters/rclimg desktop/hotrecoll.py |
24 |
SHEBANG_FILES= filters/rclimg desktop/hotrecoll.py |
|
|
25 |
USE_GNOME= libxslt:run |
25 |
GNU_CONFIGURE= yes |
26 |
GNU_CONFIGURE= yes |
26 |
CONFIGURE_ARGS= --enable-pic |
27 |
CONFIGURE_ARGS= --enable-pic |
27 |
|
28 |
|
Lines 38-51
Link Here
|
38 |
ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell |
39 |
ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell |
39 |
ASPELL_CONFIGURE_WITH= aspell |
40 |
ASPELL_CONFIGURE_WITH= aspell |
40 |
CHM_DESC= CHM via CHMLIB |
41 |
CHM_DESC= CHM via CHMLIB |
41 |
CHM_RUN_DEPENDS= pychm:${PORTSDIR}/textproc/pychm |
42 |
CHM_RUN_DEPENDS= pychm>0:${PORTSDIR}/textproc/pychm |
42 |
DJVU_RUN_DEPENDS= djvutxt:${PORTSDIR}/graphics/djvulibre |
43 |
DJVU_RUN_DEPENDS= djvutxt:${PORTSDIR}/graphics/djvulibre |
43 |
IMAGE_DESC= Store personal tags or textual descriptions in images |
44 |
IMAGE_DESC= Store personal tags or textual descriptions in images |
44 |
IMAGE_RUN_DEPENDS= exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool-devel |
45 |
IMAGE_RUN_DEPENDS= exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool |
45 |
KONQUEROR_DESC= Konqueror webarchive format with Python |
46 |
KONQUEROR_DESC= Konqueror webarchive format with Python |
46 |
KONQUEROR_RUN_DEPENDS= kwebkitpart:${PORTSDIR}/www/kwebkitpart |
47 |
KONQUEROR_RUN_DEPENDS= kwebkitpart>0:${PORTSDIR}/www/kwebkitpart |
47 |
LATEX_RUN_DEPENDS= detex:${PORTSDIR}/print/detex \ |
48 |
LATEX_USE= tex=dvipsk:run |
48 |
dvips:${PORTSDIR}/print/tex-dvipsk |
49 |
#LATEX_RUN_DEPENDS= detex:${PORTSDIR}/print/detex |
49 |
PDF_RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/xpdf |
50 |
PDF_RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/xpdf |
50 |
PS_RUN_DEPENDS= pstotext:${PORTSDIR}/print/pstotext |
51 |
PS_RUN_DEPENDS= pstotext:${PORTSDIR}/print/pstotext |
51 |
PYTHON_USES= python |
52 |
PYTHON_USES= python |