Bug 90037 - New port deskutils/recoll a desktop full-text search program
Summary: New port deskutils/recoll a desktop full-text search program
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-06 17:40 UTC by Jean-Francois Dockes
Modified: 2005-12-07 17:32 UTC (History)
0 users

See Also:


Attachments
file.shar (3.53 KB, text/plain)
2005-12-06 17:40 UTC, Jean-Francois Dockes
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Francois Dockes 2005-12-06 17:40:02 UTC
	Recoll is a qt-based full text indexing/search program (see pkg-descr)
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2005-12-06 18:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Grabbed.
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2005-12-07 09:50:53 UTC
Here is the actual version of the port. I made some changes to make it
portlint complaint and add qmake as a dependency.

But it is not building fine yet, like you can see here:

http://srvmix.galle.com.br/tb/errors/4-STABLE/recoll-1.0.13.log
http://srvmix.galle.com.br/tb/errors/5-STABLE/recoll-1.0.13.log
http://srvmix.galle.com.br/tb/errors/6-STABLE/recoll-1.0.13.log

Could you please take a look and send me a patch based on this version i'm
sending?

Thanks

--- recoll.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	recoll
#	recoll/pkg-plist
#	recoll/pkg-descr
#	recoll/distinfo
#	recoll/Makefile
#
echo c - recoll
mkdir -p recoll > /dev/null 2>&1
echo x - recoll/pkg-plist
sed 's/^X//' >recoll/pkg-plist << 'END-of-recoll/pkg-plist'
Xbin/recoll
Xbin/recollindex
X%%DATADIR%%/examples/mimeconf
X%%DATADIR%%/examples/mimemap
X%%DATADIR%%/examples/recoll.conf
X%%DATADIR%%/filters/rcldoc
X%%DATADIR%%/filters/rclgaim
X%%DATADIR%%/filters/rclpdf
X%%DATADIR%%/filters/rclps
X%%DATADIR%%/filters/rclrtf
X%%DATADIR%%/filters/rclsoff
X%%DATADIR%%/filters/rcluncomp
X%%DATADIR%%/images/document.png
X%%DATADIR%%/images/drawing.png
X%%DATADIR%%/images/html.png
X%%DATADIR%%/images/message.png
X%%DATADIR%%/images/mozilla_doc.png
X%%DATADIR%%/images/pdf.png
X%%DATADIR%%/images/postscript.png
X%%DATADIR%%/images/presentation.png
X%%DATADIR%%/images/soffice.png
X%%DATADIR%%/images/spreadsheet.png
X%%DATADIR%%/images/txt.png
X%%DATADIR%%/images/wordprocessing.png
X%%DATADIR%%/translations/recoll_fr.qm
X@dirrm %%DATADIR%%/examples
X@dirrm %%DATADIR%%/filters
X@dirrm %%DATADIR%%/images
X@dirrm %%DATADIR%%/translations
X@dirrm %%DATADIR%%
END-of-recoll/pkg-plist
echo x - recoll/pkg-descr
sed 's/^X//' >recoll/pkg-descr << 'END-of-recoll/pkg-descr'
XRecoll is a personal full text search package with a QT graphical
Xinterface. It is based on a very strong backend (Xapian), for which it
Xprovides an easy to use and feature-rich interface.
X
XFeatures:
X    * Free, GPL license.
X    * QT-based GUI.
X    * Supports the following document types (and their compressed versions): 
X      - Natively: text, html, OpenOffice files, maildir and mailbox 
X        (Mozilla and Thunderbird mail ok), gaim log files.
X      - With external helpers:  pdf (pdftotext), postscript (ghostscript),
X        msword (antiword), rtf (unrtf).
X    * Powerful query facilities, with boolean searches, phrases, filter on
X      file types and directory tree. 
X    * Support for multiple charsets. Internal processing and storage uses
X      Unicode UTF-8. 
X    * Stemming performed at query time (can switch stemming language after
X      indexing) 
X    * Easy installation. No database daemon, web server or exotic language
X      necessary. 
X    * An indexer which runs either as a thread inside the GUI or as an
X      external, cron'able program. 
X
XWWW:	http://www.lesbonscomptes.com/recoll/
END-of-recoll/pkg-descr
echo x - recoll/distinfo
sed 's/^X//' >recoll/distinfo << 'END-of-recoll/distinfo'
XMD5 (recoll-1.0.13.tar.gz) = b4fd87b467e25e8f6ec96e86a8196181
XSHA256 (recoll-1.0.13.tar.gz) = d8407c5090a35e6196f4cef6b9f787f94e89a2746f995010b3b7ac6af9cb6bd7
XSIZE (recoll-1.0.13.tar.gz) = 328105
END-of-recoll/distinfo
echo x - recoll/Makefile
sed 's/^X//' >recoll/Makefile << 'END-of-recoll/Makefile'
X# New ports collection makefile for:   recoll
X# Date created:        5 December 2005
X# Whom:                J.F. Dockes
X#
X# $FreeBSD$
X#
X
XPORTNAME=	recoll
XPORTVERSION=	1.0.13
XCATEGORIES=	deskutils
XMASTER_SITES=	http://www.lesbonscomptes.com/recoll/
X
XMAINTAINER=	jean-francois.dockes@wanadoo.fr
XCOMMENT=	A personal full text search package, based on QT and Xapian
X
XBUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
XLIB_DEPENDS=	xapian.8:${PORTSDIR}/databases/xapian-core \
X		qt-mt.3:${PORTSDIR}/x11-toolkits/qt33
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
X
X.include <bsd.port.mk>
END-of-recoll/Makefile
exit

--- recoll.shar ends here ---
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2005-12-07 10:05:45 UTC
State Changed
From-To: open->feedback

Ask for maintainer fix.
Comment 4 Renato Botelho freebsd_committer freebsd_triage 2005-12-07 17:32:15 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!