*** empty log message ***
This commit is contained in:
parent
c8e18ccc81
commit
2c2cba6796
@ -1,20 +1,22 @@
|
|||||||
# New ports collection makefile for: recoll
|
# New ports collection makefile for: recoll
|
||||||
# Date created: 5 November 2005
|
# Date created: 5 December 2005
|
||||||
# Whom: J.F. Dockes
|
# Whom: J.F. Dockes
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= recoll
|
PORTNAME= recoll
|
||||||
PORTVERSION= 1.0.5
|
PORTVERSION= 1.0.12
|
||||||
CATEGORIES= deskutils
|
CATEGORIES= deskutils
|
||||||
MASTER_SITES= http://www.lesbonscomptes.com/recoll/
|
MASTER_SITES= http://www.lesbonscomptes.com/recoll/
|
||||||
|
|
||||||
MAINTAINER= jean-francois.dockes@wanadoo.fr
|
MAINTAINER= jean-francois.dockes@wanadoo.fr
|
||||||
COMMENT= A personal xapian-based text search utility, with a qt GUI
|
COMMENT= A personal full text search package, based on QT and Xapian
|
||||||
|
|
||||||
USE_GMAKE= yes
|
|
||||||
LIB_DEPENDS= xapian.8:${PORTSDIR}/databases/xapian-core \
|
LIB_DEPENDS= xapian.8:${PORTSDIR}/databases/xapian-core \
|
||||||
qt-mt.3:${PORTSDIR}/x11-toolkits/qt33
|
qt-mt.3:${PORTSDIR}/x11-toolkits/qt33
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
USE_GMAKE= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|||||||
@ -1,2 +1,3 @@
|
|||||||
MD5 (recoll-1.0.5.tar.gz) = cded4e6a36cd9ef3a148cedb58f4af91
|
MD5 (recoll-1.0.12.tar.gz) = 512d18fdf03016876570dbcd37088bc6
|
||||||
SIZE (recoll-1.0.5.tar.gz) = 259473
|
SHA256 (recoll-1.0.12.tar.gz) = b950093df1c7523c17796ed3e78313e1b06e37a01767b85b51f554b871a0a382
|
||||||
|
SIZE (recoll-1.0.12.tar.gz) = 328398
|
||||||
|
|||||||
@ -1,26 +1,24 @@
|
|||||||
Recoll is a personal full text search tool for Linux, FreeBSD and other Unix
|
Recoll is a personal full text search package with a QT graphical
|
||||||
systems.
|
interface. It is based on a very strong backend (Xapian), for which it
|
||||||
|
provides an easy to use and feature-rich interface.
|
||||||
Recoll is based on a very strong backend (Xapian), for which it provides an
|
|
||||||
easy to use, feature-rich, zero-administration interface.
|
|
||||||
|
|
||||||
Recoll is free and copyrighted under the GPL license, see COPYING inside
|
Recoll is free and copyrighted under the GPL license, see COPYING inside
|
||||||
the distribution. A lot of the code is imported from other packages, see
|
the distribution.
|
||||||
the Credits. Features:
|
|
||||||
|
|
||||||
* Document types: text, html, pdf (with pdftotext), postscript (with
|
Features:
|
||||||
ghostscript's pstotext), msword (with antiword), openoffice files,
|
* QT-based GUI.
|
||||||
maildir and mailbox mail folders (Mozilla and thunderbird mail
|
* Supports the following document types: text, html, OpenOffice files,
|
||||||
ok). Deals with compressed versions of same.
|
maildir and mailbox mail folders (Mozilla and Thunderbird mail ok),
|
||||||
* Relatively powerful query facilities, with boolean searches, phrases,
|
pdf (with pdftotext), postscript (with ghostscript's pstotext),
|
||||||
filter on file types and directory tree.
|
msword (with antiword), rtf text (with unrtf), gaim log files, along
|
||||||
|
with their compressed versions.
|
||||||
|
* Powerful query facilities, with boolean searches, phrases, filter on
|
||||||
|
file types and directory tree.
|
||||||
* Support for multiple charsets. Internal processing and storage uses
|
* Support for multiple charsets. Internal processing and storage uses
|
||||||
Unicode UTF-8.
|
Unicode UTF-8.
|
||||||
* Stemming performed at query time (can switch stemming language after
|
* Stemming performed at query time (can switch stemming language after
|
||||||
indexing)
|
indexing)
|
||||||
* Easy installation. No database daemon, web server or exotic language
|
* Easy installation. No database daemon, web server or exotic language
|
||||||
necessary. The idea is that everybody should index their files
|
necessary.
|
||||||
because it makes life easier.
|
|
||||||
* GUI based on qt, written with qt Designer.
|
|
||||||
* An indexer which runs either as a thread inside the GUI or as an
|
* An indexer which runs either as a thread inside the GUI or as an
|
||||||
external, cron'able program.
|
external, cron'able program.
|
||||||
|
|||||||
@ -1,12 +1,31 @@
|
|||||||
bin/recoll
|
bin/recoll
|
||||||
bin/recollindex
|
bin/recollindex
|
||||||
bin/recollinstall
|
bin/recollinstall
|
||||||
share/examples/recoll/rcldoc
|
share/recoll/examples/mimeconf
|
||||||
share/examples/recoll/rclpdf
|
share/recoll/examples/mimemap
|
||||||
share/examples/recoll/rclps
|
share/recoll/examples/recoll.conf
|
||||||
share/examples/recoll/rclsoff
|
share/recoll/filters/rcldoc
|
||||||
share/examples/recoll/rcluncomp
|
share/recoll/filters/rclgaim
|
||||||
share/examples/recoll/recoll.conf
|
share/recoll/filters/rclpdf
|
||||||
share/examples/recoll/mimeconf
|
share/recoll/filters/rclps
|
||||||
share/examples/recoll/mimemap
|
share/recoll/filters/rclrtf
|
||||||
@dirrm share/examples/recoll
|
share/recoll/filters/rclsoff
|
||||||
|
share/recoll/filters/rcluncomp
|
||||||
|
share/recoll/images/document.png
|
||||||
|
share/recoll/images/drawing.png
|
||||||
|
share/recoll/images/html.png
|
||||||
|
share/recoll/images/message.png
|
||||||
|
share/recoll/images/mozilla_doc.png
|
||||||
|
share/recoll/images/pdf.png
|
||||||
|
share/recoll/images/postscript.png
|
||||||
|
share/recoll/images/presentation.png
|
||||||
|
share/recoll/images/soffice.png
|
||||||
|
share/recoll/images/spreadsheet.png
|
||||||
|
share/recoll/images/txt.png
|
||||||
|
share/recoll/images/wordprocessing.png
|
||||||
|
share/recoll/translations/recoll_fr.qm
|
||||||
|
@dirrm share/recoll/examples
|
||||||
|
@dirrm share/recoll/filters
|
||||||
|
@dirrm share/recoll/images
|
||||||
|
@dirrm share/recoll/translations
|
||||||
|
@dirrm share/recoll
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user