pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/xapian-omega



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue Dec 17 03:54:18 UTC 2019

Modified Files:
        pkgsrc/textproc/xapian-omega: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/textproc/xapian-omega/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/xapian-omega/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/xapian-omega/Makefile
diff -u pkgsrc/textproc/xapian-omega/Makefile:1.41 pkgsrc/textproc/xapian-omega/Makefile:1.42
--- pkgsrc/textproc/xapian-omega/Makefile:1.41  Sun Aug 11 13:24:02 2019
+++ pkgsrc/textproc/xapian-omega/Makefile       Tue Dec 17 03:54:17 2019
@@ -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}

Index: pkgsrc/textproc/xapian-omega/distinfo
diff -u pkgsrc/textproc/xapian-omega/distinfo:1.30 pkgsrc/textproc/xapian-omega/distinfo:1.31
--- pkgsrc/textproc/xapian-omega/distinfo:1.30  Fri Aug  2 21:29:11 2019
+++ pkgsrc/textproc/xapian-omega/distinfo       Tue Dec 17 03:54:17 2019
@@ -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