Mon Jun 12 11:13:01 2023 UTC ()
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.


(wen)
diff -r1.19 -r1.20 pkgsrc/textproc/p5-Search-Indexer/Makefile
diff -r1.7 -r1.8 pkgsrc/textproc/p5-Search-Indexer/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/textproc/p5-Search-Indexer/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Search-Indexer/Makefile 2022/06/28 11:36:24 1.19
+++ pkgsrc/textproc/p5-Search-Indexer/Makefile 2023/06/12 11:13:00 1.20
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.19 2022/06/28 11:36:24 wiz Exp $ 1# $NetBSD: Makefile,v 1.20 2023/06/12 11:13:00 wen Exp $
2 2
3DISTNAME= Search-Indexer-0.79 3DISTNAME= Search-Indexer-1.01
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 5 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Search-Indexer 9HOMEPAGE= https://metacpan.org/release/Search-Indexer
11COMMENT= Perl 5 module providing a full-text indexer 10COMMENT= Perl 5 module providing a full-text indexer
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
15PERL5_PACKLIST= auto/Search/Indexer/.packlist 14PERL5_PACKLIST= auto/Search/Indexer/.packlist
16 15
17DEPENDS+= p5-BerkeleyDB>=0.22:../../databases/p5-BerkeleyDB 16DEPENDS+= p5-BerkeleyDB>=0.22:../../databases/p5-BerkeleyDB
18DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils 17DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
19DEPENDS+= p5-Search-QueryParser>=0.91:../../databases/p5-Search-QueryParser 18DEPENDS+= p5-Search-QueryParser>=0.91:../../databases/p5-Search-QueryParser
 19DEPENDS+= p5-Text-Transliterator-[0-9]*:../../print/p5-Text-Transliterator
20 20
21.include "../../lang/perl5/module.mk" 21.include "../../lang/perl5/module.mk"
22.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/textproc/p5-Search-Indexer/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Search-Indexer/distinfo 2021/10/26 11:22:35 1.7
+++ pkgsrc/textproc/p5-Search-Indexer/distinfo 2023/06/12 11:13:00 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2021/10/26 11:22:35 nia Exp $ 1$NetBSD: distinfo,v 1.8 2023/06/12 11:13:00 wen Exp $
2 2
3BLAKE2s (Search-Indexer-0.79.tar.gz) = 6647a7d2f1dba58fe255ea203546258da35f9298ce0194ad164806ad41b1d762 3BLAKE2s (Search-Indexer-1.01.tar.gz) = 2e4adc8d81b95749f8c0bb17dd047d67b8bedb9209fdf209e1b793b50d4b0cc1
4SHA512 (Search-Indexer-0.79.tar.gz) = 935bc1df4dd708673c8b0e51777504ee27410d03157c780e6426e63c754455cf5beba9260749c417bceec33f9b087e0b716ca03013307ce186cec61ee1cf1481 4SHA512 (Search-Indexer-1.01.tar.gz) = c116832c9b6c65ae416034e8fa6f9b970f3e45ef387ae65d4f7054cd4411b8e1324da98bcd54756bad8aab50cd552fab7c23f1ad0240b3efc657a09a1d90fd5b
5Size (Search-Indexer-0.79.tar.gz) = 291249 bytes 5Size (Search-Indexer-1.01.tar.gz) = 297295 bytes