diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-10 19:48:14 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-10 19:48:14 +0800 |
commit | 3fe0d5892c1ae832e45ee59aae2686db0d18644f (patch) | |
tree | 224f73e93d24821587227198529299fce2075fac /deskutils/recoll | |
parent | d26f304a4b6ca9b8d2c00bbe785c16c88dad7825 (diff) | |
download | freebsd-ports-gnome-3fe0d5892c1ae832e45ee59aae2686db0d18644f.tar.gz freebsd-ports-gnome-3fe0d5892c1ae832e45ee59aae2686db0d18644f.tar.zst freebsd-ports-gnome-3fe0d5892c1ae832e45ee59aae2686db0d18644f.zip |
- update to 1.7.3
- adjust pkg-message
PR: ports/107709
Submitted by: Jean-Francois Dockes (maintainer)
Diffstat (limited to 'deskutils/recoll')
-rw-r--r-- | deskutils/recoll/Makefile | 4 | ||||
-rw-r--r-- | deskutils/recoll/distinfo | 6 | ||||
-rw-r--r-- | deskutils/recoll/pkg-descr | 4 | ||||
-rw-r--r-- | deskutils/recoll/pkg-plist | 2 |
4 files changed, 10 insertions, 6 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index b337282d297b..63a502798e14 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -6,7 +6,7 @@ # PORTNAME= recoll -PORTVERSION= 1.6.3 +PORTVERSION= 1.7.3 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/recoll/ @@ -24,6 +24,8 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_ICONV= yes +USE_XLIB= yes +INSTALLS_ICONS= yes MAN1= recoll.1 recollindex.1 MAN5= recoll.conf.5 diff --git a/deskutils/recoll/distinfo b/deskutils/recoll/distinfo index eb029ee722ad..ce8dabc2714a 100644 --- a/deskutils/recoll/distinfo +++ b/deskutils/recoll/distinfo @@ -1,3 +1,3 @@ -MD5 (recoll-1.6.3.tar.gz) = 655ec89a42d5541a91e451fccc52906c -SHA256 (recoll-1.6.3.tar.gz) = 7ad91b31ac0f9517e77eafc7f7f982065042dd357612dd3ac24cb37ac26e2ec9 -SIZE (recoll-1.6.3.tar.gz) = 662582 +MD5 (recoll-1.7.3.tar.gz) = 455dcca6dd51df033e8e8815f830faff +SHA256 (recoll-1.7.3.tar.gz) = 567fede1b89d4377ffff31ec3cc24faa14db0c353111ed161c31b776831f3140 +SIZE (recoll-1.7.3.tar.gz) = 722699 diff --git a/deskutils/recoll/pkg-descr b/deskutils/recoll/pkg-descr index 673453005320..353ef6bc97d0 100644 --- a/deskutils/recoll/pkg-descr +++ b/deskutils/recoll/pkg-descr @@ -7,9 +7,9 @@ Features: * QT-based GUI. * Supports the following document types (and their compressed versions): - Natively: text, html, OpenOffice files, maildir and mailbox - (Mozilla and Thunderbird mail ok), gaim log files. + (Mozilla and Thunderbird mail ok) with attachments, gaim log files. - With external helpers: pdf (pdftotext), postscript (ghostscript), - msword (antiword), rtf (unrtf) + msword (antiword), excel, ppt (catdoc), rtf (unrtf), * Powerful query facilities, with boolean searches, phrases, filter on file types and directory tree. * Support for multiple charsets. Internal processing and storage uses diff --git a/deskutils/recoll/pkg-plist b/deskutils/recoll/pkg-plist index b8a72b6d8646..00f0dedfd501 100644 --- a/deskutils/recoll/pkg-plist +++ b/deskutils/recoll/pkg-plist @@ -6,6 +6,7 @@ share/icons/hicolor/48x48/apps/recoll.png %%DATADIR%%/doc/usermanual.html %%DATADIR%%/examples/mimeconf %%DATADIR%%/examples/mimemap +%%DATADIR%%/examples/mimeview %%DATADIR%%/examples/rclmon.sh %%DATADIR%%/examples/recoll.conf %%DATADIR%%/filters/rcldjvu @@ -22,6 +23,7 @@ share/icons/hicolor/48x48/apps/recoll.png %%DATADIR%%/filters/rclxls %%DATADIR%%/images/document.png %%DATADIR%%/images/drawing.png +%%DATADIR%%/images/folder.png %%DATADIR%%/images/html.png %%DATADIR%%/images/image.png %%DATADIR%%/images/message.png |