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: Sun Aug 26 13:26:12 UTC 2018
Modified Files:
pkgsrc/textproc/xapian-omega: Makefile distinfo
Log Message:
Update to 1.4.7. From the changelog:
omega:
* New OmegaScript $unique command. The existing $uniq only removes adjacent
entries (like the Unix uniq command) so to fully remove duplicates you need a
sorted input. Sometimes it is desirable to remove duplicates from an
unsorted list without changing the order of the entries which are left, so
add $unique to do that. If the list is sorted already, then $uniq is more
efficient.
* Fix $map to cleanly reject a single argument.
templates:
* templates/query: Merge multiple entries in the term frequency information,
which came from searching several prefixes by default. Reported by Alistair
Buxton on #xapian-discuss.
* When multiple words with the same stem are in the query string we now fully
eliminate duplicates when showing term frequency information.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/textproc/xapian-omega/Makefile
cvs rdiff -u -r1.23 -r1.24 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.38 pkgsrc/textproc/xapian-omega/Makefile:1.39
--- pkgsrc/textproc/xapian-omega/Makefile:1.38 Wed Aug 22 09:47:13 2018
+++ pkgsrc/textproc/xapian-omega/Makefile Sun Aug 26 13:26:12 2018
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.38 2018/08/22 09:47:13 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2018/08/26 13:26:12 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.23 pkgsrc/textproc/xapian-omega/distinfo:1.24
--- pkgsrc/textproc/xapian-omega/distinfo:1.23 Fri Jul 6 16:23:55 2018
+++ pkgsrc/textproc/xapian-omega/distinfo Sun Aug 26 13:26:12 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.23 2018/07/06 16:23:55 schmonz Exp $
+$NetBSD: distinfo,v 1.24 2018/08/26 13:26:12 schmonz Exp $
-SHA1 (xapian-omega-1.4.6.tar.xz) = e761db0243c921f25af74ebc77753fee20fb2daa
-RMD160 (xapian-omega-1.4.6.tar.xz) = 1d76eb237cb39b1fe400af9a2e5603c75b041d74
-SHA512 (xapian-omega-1.4.6.tar.xz) = 9376145c9c7c728bf444f5891777fe946bc574a4c91ef65779aae4cd2f40c76b33cde1231f654f23de32df8a4eea4aa0c69868d269ec79fba3abad2567ffb80d
-Size (xapian-omega-1.4.6.tar.xz) = 510012 bytes
+SHA1 (xapian-omega-1.4.7.tar.xz) = 12da93cbd19657922756b845bf523adc8ae4e923
+RMD160 (xapian-omega-1.4.7.tar.xz) = 36b65f362365949f37694ba744ae9dc0a833fc8f
+SHA512 (xapian-omega-1.4.7.tar.xz) = e7e2c7dfa3e76ccdde103b34aa1b0732033e9f218346a81f1b0b865c6e2d17c356b96a4522a3a2273fb55eb2fbd2dd57e835368771f46c9fb458c0c11329893b
+Size (xapian-omega-1.4.7.tar.xz) = 510644 bytes
SHA1 (patch-Makefile.in) = eea809d9403820e86478d939a2dad4c67358ebf5
SHA1 (patch-omega.conf) = f1e941dac326de7005cad0a5a4a2848e401855c4
Home |
Main Index |
Thread Index |
Old Index