diff options
author | schmonz <schmonz@pkgsrc.org> | 2019-12-17 03:54:17 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2019-12-17 03:54:17 +0000 |
commit | d6471118e337182b7be4df4296d28e86b9db7b42 (patch) | |
tree | 75cf7981d249e3a7af32d5817a53dd09e27c1a3b /textproc | |
parent | 6e4abf451c395c37220205a8c8607e8d9bdb6b22 (diff) | |
download | pkgsrc-d6471118e337182b7be4df4296d28e86b9db7b42.tar.gz |
Update to 1.4.14. From the changelog:
documentation:
* Improve omindex --help docs for --duplicates.
* Document that $log will start to return an error message in 1.5.0, and that
one can wrap it using a $if with no action now to be future-proof.
indexers:
* Add built-in support for iso-8859-15 so we can handle it without iconv.
This charset is a variant of iso-8859-1 with 8 characters changed, most
notably including the euro currency symbol. It's the most commonly seen
charset we didn't have built-in support for.
* Optimise converting us-ascii to UTF-8 to do nothing, like we already do when
converting UTF-8 to UTF-8.
* scriptindex:
+ Add new 'gap' action which provides a way to leave a gap in the term
positions between fields to prevent phrases and positional operators from
matching across fields.
omega:
* Fix error handling in $lookup. We now check for errors from cdb_init()
and cdb_get(). We've never checked for errors from cdb_init(), while
for cdb_get() this bug was introduced by a warning fix in 1.2.20.
templates:
* Future-proof use of $log against changes in 1.5.0.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xapian-omega/Makefile | 3 | ||||
-rw-r--r-- | textproc/xapian-omega/distinfo | 10 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/xapian-omega/Makefile b/textproc/xapian-omega/Makefile index 81d9602f490..17c636a42f9 100644 --- a/textproc/xapian-omega/Makefile +++ b/textproc/xapian-omega/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.41 2019/08/11 13:24:02 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2019/12/17 03:54:17 schmonz Exp $ -PKGREVISION= 1 .include "../../textproc/xapian/Makefile.common" DISTNAME= xapian-omega-${VERSION} diff --git a/textproc/xapian-omega/distinfo b/textproc/xapian-omega/distinfo index e273492f50e..2c29bef68d6 100644 --- a/textproc/xapian-omega/distinfo +++ b/textproc/xapian-omega/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.30 2019/08/02 21:29:11 schmonz Exp $ +$NetBSD: distinfo,v 1.31 2019/12/17 03:54:17 schmonz Exp $ -SHA1 (xapian-omega-1.4.12.tar.xz) = 6f91fb536c50598597227038113aab893f421c42 -RMD160 (xapian-omega-1.4.12.tar.xz) = 54b7d52a38b094bb2ebb10578d6458959d6c4c47 -SHA512 (xapian-omega-1.4.12.tar.xz) = 2d2c48646f4f06fc4b2666e0901e4f73b2c5da93c4a8e8a5ea6d32e9076a2f18c15c14c7dd2ae2d421a501119ea19b52fe324ad98f9f0bfd6b80f4286721aa2e -Size (xapian-omega-1.4.12.tar.xz) = 539324 bytes +SHA1 (xapian-omega-1.4.14.tar.xz) = 2e55e0b9f61862329fc936329731e2590326fa74 +RMD160 (xapian-omega-1.4.14.tar.xz) = b4ab9c0d8e78c921e0dc2f7c5147ff7be71145ed +SHA512 (xapian-omega-1.4.14.tar.xz) = 27059d13bbdfc2ee9e8f4f6e74479bac0885cabab97d7eb1ebdc57eacbff1724b2684ba72efdf6d35f608e2e8f0891d47c626aaa100c713f4c2f66f923d841b7 +Size (xapian-omega-1.4.14.tar.xz) = 540532 bytes SHA1 (patch-Makefile.in) = 10275e2771cefcc96b23c5ccce0877861b2da795 SHA1 (patch-omega.conf) = f1e941dac326de7005cad0a5a4a2848e401855c4 SHA1 (patch-values.h) = b3758856f5a34c47e4247d8076fbbdc1e65305e2 |