36 lines
1.2 KiB
Tcl
36 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
# $Id$
|
|
|
|
PortSystem 1.0
|
|
|
|
name recoll
|
|
version 1.15.9
|
|
categories textproc
|
|
platforms darwin
|
|
license GPL
|
|
maintainers recoll.org:jfd
|
|
description Desktop full text search
|
|
long_description Recoll is a desktop search tool based on Xapian
|
|
homepage http://www.recoll.org
|
|
master_sites http://www.recoll.org
|
|
|
|
checksums md5 93755266553f4a403d1b9293212aae16 \
|
|
sha1 0281286c2fc6a00dcade3eb1d4abb16e478f5d6e \
|
|
rmd160 aa5421a242505ecd7e8b3324713adc397eec7a09
|
|
|
|
depends_lib port:xapian-core \
|
|
port:qt4-mac \
|
|
port:aspell \
|
|
port:libiconv \
|
|
port:zlib
|
|
|
|
depends_run port:antiword \
|
|
port:catdoc \
|
|
port:libxslt \
|
|
port:poppler \
|
|
port:unrtf \
|
|
port:unzip
|
|
|
|
patchfiles patch-configure.diff patch-sampleconf-mimeview.diff
|
|
configure.args --without-x --disable-x11mon
|