Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2006 13:27:26 +0100 (CET)
From:      Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91706: Update port: deskutils/recoll
Message-ID:  <200601121227.k0CCRQOF018025@mouton.dockes.com>
Resent-Message-ID: <200601121230.k0CCU6ng097674@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91706
>Category:       ports
>Synopsis:       Update port: deskutils/recoll
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 12 12:30:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Francois Dockes
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD mouton 5.4-STABLE FreeBSD 5.4-STABLE #4: Mon Oct 31 14:43:51 CET 2005 dockes@mouton:/usr/obj/usr/src/sys/MOUTON i386


	
>Description:
	recoll port updated to recoll version 1.1.0
>How-To-Repeat:
	
>Fix:

# 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/Makefile
#	recoll/distinfo
#	recoll/pkg-descr
#	recoll/pkg-plist
#
echo c - recoll
mkdir -p recoll > /dev/null 2>&1
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.1.0
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
XUSE_QT_VER=	3
XMAKE_ENV=       QTDIR="${QT_PREFIX}" QMAKESPEC="freebsd-g++"
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
X
XMAN1=		recoll.1 recollindex.1
XMAN5=		recoll.conf.5
XMANCOMPRESSED=	no
X
X.include <bsd.port.mk>
END-of-recoll/Makefile
echo x - recoll/distinfo
sed 's/^X//' >recoll/distinfo << 'END-of-recoll/distinfo'
XMD5 (recoll-1.1.0.tar.gz) = d5a97505ea9d39e01967ee9657beb5e0
XSHA256 (recoll-1.1.0.tar.gz) = 0b77dd8c362102bc42b3ce921d107c2455196ea10185f7ac0ef718bb45300019
XSIZE (recoll-1.1.0.tar.gz) = 414331
END-of-recoll/distinfo
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/pkg-plist
sed 's/^X//' >recoll/pkg-plist << 'END-of-recoll/pkg-plist'
Xbin/recoll
Xbin/recollindex
X%%DATADIR%%/doc/docbook.css
X%%DATADIR%%/doc/usermanual.html
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%%/doc
X@dirrm %%DATADIR%%/examples
X@dirrm %%DATADIR%%/filters
X@dirrm %%DATADIR%%/images
X@dirrm %%DATADIR%%/translations
X@dirrm %%DATADIR%%
END-of-recoll/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601121227.k0CCRQOF018025>