pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xapian-omega Update to 1.4.14. From the chang...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f38e2b6bf04f
branches:  trunk
changeset: 345763:f38e2b6bf04f
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Dec 17 03:54:17 2019 +0000

description:
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:

 textproc/xapian-omega/Makefile |   3 +--
 textproc/xapian-omega/distinfo |  10 +++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 1129d5384a58 -r f38e2b6bf04f textproc/xapian-omega/Makefile
--- a/textproc/xapian-omega/Makefile    Tue Dec 17 03:53:47 2019 +0000
+++ b/textproc/xapian-omega/Makefile    Tue Dec 17 03:54:17 2019 +0000
@@ -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 -r 1129d5384a58 -r f38e2b6bf04f textproc/xapian-omega/distinfo
--- a/textproc/xapian-omega/distinfo    Tue Dec 17 03:53:47 2019 +0000
+++ b/textproc/xapian-omega/distinfo    Tue Dec 17 03:54:17 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index