pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-Search-Indexer
Module Name: pkgsrc
Committed By: wen
Date: Mon Jun 12 11:13:01 UTC 2023
Modified Files:
pkgsrc/textproc/p5-Search-Indexer: Makefile distinfo
Log Message:
Update to 1.01
Add missing DEPENDS
Upstream changes:
1.01 01.07.2021
- bug fix : CORE::fc did not compile with perl versions < 5.016
1.0 29.06.2021
- new algorithm (Okapi bm25) for relevancy scores, like ElasticSearch or SQLite FTS5
- default tokenizer now relies on unicode \p{Word}
- use BerkeleyDB "partials" for more efficient indexing
- general revision of the source code and documentation
- upgrade tests to use Test2::V0
INDEXES ARE NOT COMPATIBLE WITH PREVIOUS VERSION, you need to reindex your docs.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/p5-Search-Indexer/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/p5-Search-Indexer/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-Search-Indexer/Makefile
diff -u pkgsrc/textproc/p5-Search-Indexer/Makefile:1.19 pkgsrc/textproc/p5-Search-Indexer/Makefile:1.20
--- pkgsrc/textproc/p5-Search-Indexer/Makefile:1.19 Tue Jun 28 11:36:24 2022
+++ pkgsrc/textproc/p5-Search-Indexer/Makefile Mon Jun 12 11:13:00 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2022/06/28 11:36:24 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2023/06/12 11:13:00 wen Exp $
-DISTNAME= Search-Indexer-0.79
+DISTNAME= Search-Indexer-1.01
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 5
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/}
@@ -17,6 +16,7 @@ PERL5_PACKLIST= auto/Search/Indexer/.pac
DEPENDS+= p5-BerkeleyDB>=0.22:../../databases/p5-BerkeleyDB
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Search-QueryParser>=0.91:../../databases/p5-Search-QueryParser
+DEPENDS+= p5-Text-Transliterator-[0-9]*:../../print/p5-Text-Transliterator
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/p5-Search-Indexer/distinfo
diff -u pkgsrc/textproc/p5-Search-Indexer/distinfo:1.7 pkgsrc/textproc/p5-Search-Indexer/distinfo:1.8
--- pkgsrc/textproc/p5-Search-Indexer/distinfo:1.7 Tue Oct 26 11:22:35 2021
+++ pkgsrc/textproc/p5-Search-Indexer/distinfo Mon Jun 12 11:13:00 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:22:35 nia Exp $
+$NetBSD: distinfo,v 1.8 2023/06/12 11:13:00 wen Exp $
-BLAKE2s (Search-Indexer-0.79.tar.gz) = 6647a7d2f1dba58fe255ea203546258da35f9298ce0194ad164806ad41b1d762
-SHA512 (Search-Indexer-0.79.tar.gz) = 935bc1df4dd708673c8b0e51777504ee27410d03157c780e6426e63c754455cf5beba9260749c417bceec33f9b087e0b716ca03013307ce186cec61ee1cf1481
-Size (Search-Indexer-0.79.tar.gz) = 291249 bytes
+BLAKE2s (Search-Indexer-1.01.tar.gz) = 2e4adc8d81b95749f8c0bb17dd047d67b8bedb9209fdf209e1b793b50d4b0cc1
+SHA512 (Search-Indexer-1.01.tar.gz) = c116832c9b6c65ae416034e8fa6f9b970f3e45ef387ae65d4f7054cd4411b8e1324da98bcd54756bad8aab50cd552fab7c23f1ad0240b3efc657a09a1d90fd5b
+Size (Search-Indexer-1.01.tar.gz) = 297295 bytes
Home |
Main Index |
Thread Index |
Old Index