pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/recoll



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb  1 09:29:18 UTC 2024

Modified Files:
        pkgsrc/sysutils/recoll: Makefile PLIST distinfo
Removed Files:
        pkgsrc/sysutils/recoll/patches: patch-python_recoll_recoll_rclconfig.py
            patch-qtgui_recoll.pro.in patch-utils_pxattr.cpp

Log Message:
recoll: update to 1.37.2.

Changes in Recoll 1.37.0

    Display previews using the main HTML engine (webkit or webengine)
    instead of a QTextBrowser. This improves highlighting search
    terms while walking them with the Prev/Next buttons.

    New integration with the Jieba chinese text segmenter. This
    can optionally replace the n-gram token generator used by
    default for CJK text, and produces a smaller index and much
    better terms. See recoll-chinese.html for more details.

    New handler for the .zip.html files produced by the SingleFileZ
    browser extension.

    Powerpoint: also index the slide notes.

    GUI: Add a preference for setting the format of the dates
    displayed in the side filter.

    Add configuration option to not store term positions, yielding
    a much smaller index, but forbidding phrase/proximity searches.

Changes in Recoll 1.36

    It is now possible to run external/foreign indexers on a single
    index, with support for targeted purges (purges had been the
    reason why this was not really feasible previously). See this
    manual section for more detail. A sample indexer for indexing
    a Joplin notes database is distributed with the Recoll installation
    and described in the above chapter.

    The parameter names in the main configuration file are now
    independent of character case. This was falsely claimed for an
    earlier release, it should now be true.

    GUI: hopefully improve the font sizes consistency in the
    different windows and panels.

    Unix: installing the librecoll library in the standard $libdir
    location is now the default. Use the --disable-publiclib
    configure option if you want to install it to the recoll
    sub-directory instead.

    New index configuration parameter idxnoautopurge to disable
    the deleted files purge pass after updating index. This can be
    useful for configurations on which part of the data set is
    expected to be unavailable at times. Use the -P recollindex
    command line flag to force a purge (with all the data present).
    If the parameter is not set, you can also use the --nopurge
    recollindex command line flag to skip the purge.

    Windows: the distribution now also includes a 32 bits poppler
    binary for 32 bits systems.

    Windows: include poppler-data in the distribution for better
    processing of, e.g., Chinese texts.

    Windows: arrange for the result URL/Path translations to work
    independently of character case.

    NetBSD: small changes to support this system.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/recoll/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/recoll/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/recoll/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/sysutils/recoll/patches/patch-python_recoll_recoll_rclconfig.py \
    pkgsrc/sysutils/recoll/patches/patch-qtgui_recoll.pro.in \
    pkgsrc/sysutils/recoll/patches/patch-utils_pxattr.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/recoll/Makefile
diff -u pkgsrc/sysutils/recoll/Makefile:1.7 pkgsrc/sysutils/recoll/Makefile:1.8
--- pkgsrc/sysutils/recoll/Makefile:1.7 Tue Jan 30 14:22:34 2024
+++ pkgsrc/sysutils/recoll/Makefile     Thu Feb  1 09:29:17 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/01/30 14:22:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2024/02/01 09:29:17 wiz Exp $
 
-DISTNAME=      recoll-1.35.0
-PKGREVISION=   5
+DISTNAME=      recoll-1.37.2
 CATEGORIES=    sysutils
 MASTER_SITES=  https://www.lesbonscomptes.com/recoll/
 

Index: pkgsrc/sysutils/recoll/PLIST
diff -u pkgsrc/sysutils/recoll/PLIST:1.1 pkgsrc/sysutils/recoll/PLIST:1.2
--- pkgsrc/sysutils/recoll/PLIST:1.1    Mon Oct  2 06:05:12 2023
+++ pkgsrc/sysutils/recoll/PLIST        Thu Feb  1 09:29:17 2024
@@ -1,7 +1,30 @@
-@comment $NetBSD: PLIST,v 1.1 2023/10/02 06:05:12 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/02/01 09:29:17 wiz Exp $
 bin/recoll
 bin/recollindex
 bin/recollq
+include/recoll/Filter.h
+include/recoll/docseq.h
+include/recoll/docseqdb.h
+include/recoll/hldata.h
+include/recoll/idxstatus.h
+include/recoll/internfile.h
+include/recoll/log.h
+include/recoll/mimehandler.h
+include/recoll/pathut.h
+include/recoll/plaintorich.h
+include/recoll/qresultstore.h
+include/recoll/rclconfig.h
+include/recoll/rcldb.h
+include/recoll/rcldoc.h
+include/recoll/rclinit.h
+include/recoll/rclquery.h
+include/recoll/rclutil.h
+include/recoll/readfile.h
+include/recoll/reslistpager.h
+include/recoll/searchdata.h
+include/recoll/smallut.h
+include/recoll/wasatorcl.h
+lib/librecoll.la
 ${PYSITELIB}/Recoll-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
 ${PYSITELIB}/Recoll-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
 ${PYSITELIB}/Recoll-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
@@ -34,7 +57,6 @@ ${PYSITELIB}/recollchm/chm.pyc
 ${PYSITELIB}/recollchm/chmlib.py
 ${PYSITELIB}/recollchm/chmlib.pyc
 ${PYSITELIB}/recollchm/extra.so
-lib/recoll/librecoll.la
 man/man1/recoll.1
 man/man1/recollindex.1
 man/man1/recollq.1
@@ -45,6 +67,7 @@ share/metainfo/recoll.appdata.xml
 share/pixmaps/recoll.png
 share/recoll/doc/docbook-xsl.css
 share/recoll/doc/usermanual.html
+share/recoll/examples/backends
 share/recoll/examples/fields
 share/recoll/examples/fragment-buttons.xml
 share/recoll/examples/mimeconf
@@ -61,7 +84,9 @@ share/recoll/examples/recollindex.deskto
 share/recoll/examples/recollindex.service
 share/recoll/examples/recollindex@.service
 share/recoll/filters/abiword.xsl
+share/recoll/filters/archivextract.py
 share/recoll/filters/cmdtalk.py
+share/recoll/filters/cnsplitter.py
 share/recoll/filters/conftree.py
 share/recoll/filters/fb2.xsl
 share/recoll/filters/gnumeric.xsl
@@ -102,6 +127,7 @@ share/recoll/filters/rclimg
 share/recoll/filters/rclimg.py
 share/recoll/filters/rclinfo.py
 share/recoll/filters/rclipynb.py
+share/recoll/filters/rcljoplin.py
 share/recoll/filters/rclkar.py
 share/recoll/filters/rclkwd
 share/recoll/filters/rcllatinclass.py
@@ -109,6 +135,7 @@ share/recoll/filters/rcllatinstops.zip
 share/recoll/filters/rcllyx
 share/recoll/filters/rclman
 share/recoll/filters/rclmidi.py
+share/recoll/filters/rclnamefilter.py
 share/recoll/filters/rclocr.py
 share/recoll/filters/rclocrabbyy.py
 share/recoll/filters/rclocrcache.py
@@ -124,6 +151,7 @@ share/recoll/filters/rclpython.py
 share/recoll/filters/rclrar.py
 share/recoll/filters/rclrtf.py
 share/recoll/filters/rclscribus
+share/recoll/filters/rclsfz.py
 share/recoll/filters/rclshowinfo
 share/recoll/filters/rcltar.py
 share/recoll/filters/rcltex

Index: pkgsrc/sysutils/recoll/distinfo
diff -u pkgsrc/sysutils/recoll/distinfo:1.2 pkgsrc/sysutils/recoll/distinfo:1.3
--- pkgsrc/sysutils/recoll/distinfo:1.2 Sat Oct  7 06:21:32 2023
+++ pkgsrc/sysutils/recoll/distinfo     Thu Feb  1 09:29:17 2024
@@ -1,8 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/10/07 06:21:32 wiz Exp $
+$NetBSD: distinfo,v 1.3 2024/02/01 09:29:17 wiz Exp $
 
-BLAKE2s (recoll-1.35.0.tar.gz) = ea04fb056b3b0d8d3f0cc1d64932f842268d19d246952d9947bf2516fc2395ae
-SHA512 (recoll-1.35.0.tar.gz) = 35dcbfb650251b00f2c7654dc7617bf24f7e480955121821c55e0d31c6ec4fa041f8f99e64afa12ad4ead725c366084d7d727dbdcee875b93bbc858a6229d236
-Size (recoll-1.35.0.tar.gz) = 3121862 bytes
-SHA1 (patch-python_recoll_recoll_rclconfig.py) = 99aac68fbcf36e8bdc653ab7211f2e744a49d770
-SHA1 (patch-qtgui_recoll.pro.in) = e13244b57a7eebfb8978b9848a570d8a01a6f915
-SHA1 (patch-utils_pxattr.cpp) = dd0b60ae48891b455c23190ed2d85d852b8a5700
+BLAKE2s (recoll-1.37.2.tar.gz) = e84f0309537d9af17973d788fa0b198e8418fcd187cbbfdf38683077d8df0502
+SHA512 (recoll-1.37.2.tar.gz) = 88e381ba657614701e95e6923a984f65e3ebdf8341899cf6aea8d62665334372fa0edcde5f7a672f4ebc07a8be52564e06bfca656e720d3bdc6bffef720ea3b1
+Size (recoll-1.37.2.tar.gz) = 3134742 bytes



Home | Main Index | Thread Index | Old Index