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.15. From the chang...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cf97ad81bbf4
branches: trunk
changeset: 423757:cf97ad81bbf4
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Tue Feb 25 17:55:46 2020 +0000
description:
Update to 1.4.15. From the changelog:
documentation:
* Update documentation about how to add a new format to omindex. Patch from
Bruno Baruffaldi.
indexers:
* Check for a BOM on HTML files, which for HTML5 should determine the encoding.
omega:
* Allow $if{COND} without any actions which is useful as a way to evaluate
something but ignore the result if you just want the side effects. Indeed
we were already recommending to use it if you want to ignore the return value
of $log. Fixes bug introduced in 1.4.14, reported by tuftedocelot.
* Add OmegaScript support for $jsonbool{COND} for encoding a boolean value for
use in JSON. This is equivalent to $if{COND,true,false} but more readable.
* Add OmegaScript support for $jsonobject{} which allows producing a JSON
object from an OmegaScript map.
* Allow specifying a format to $jsonarray{} so it is no longer restricted to
producing an array of strings.
* Add $keys{MAP} OmegaScript command which gives a sorted list of the keys from
an OmegaScript map.
portability:
* Simplify probes for snprintf. The broken snprintf in libbsd in Linux libc4
is from ~25 years ago so way too ancient to matter now, and all callers
already handle the pre-ISO semantics of returning -1 for an undersize buffer
so we don't need to run a test program to probe for this at configure time,
which is more cross-compile friendly.
* Avoid deprecation warning on recent Linux. We were including sys/sysctl.h if
it existed, which it does on Linux but we don't actually use it there.
Including it now warns that it is deprecated, so skip including it under
Linux. Reported on IRC by kumaran.
diffstat:
textproc/xapian-omega/PLIST | 3 ++-
textproc/xapian-omega/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (35 lines):
diff -r 9a167fb8f984 -r cf97ad81bbf4 textproc/xapian-omega/PLIST
--- a/textproc/xapian-omega/PLIST Tue Feb 25 17:55:40 2020 +0000
+++ b/textproc/xapian-omega/PLIST Tue Feb 25 17:55:46 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2017/07/09 22:27:47 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/02/25 17:55:46 schmonz Exp $
bin/dbi2omega
bin/htdig2omega
bin/mbox2omega
@@ -16,6 +16,7 @@
share/doc/xapian-omega/cgiparams.html
share/doc/xapian-omega/encodings.html
share/doc/xapian-omega/index.html
+share/doc/xapian-omega/newformat.html
share/doc/xapian-omega/omegascript.html
share/doc/xapian-omega/overview.html
share/doc/xapian-omega/quickstart.html
diff -r 9a167fb8f984 -r cf97ad81bbf4 textproc/xapian-omega/distinfo
--- a/textproc/xapian-omega/distinfo Tue Feb 25 17:55:40 2020 +0000
+++ b/textproc/xapian-omega/distinfo Tue Feb 25 17:55:46 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.31 2019/12/17 03:54:17 schmonz Exp $
+$NetBSD: distinfo,v 1.32 2020/02/25 17:55:46 schmonz Exp $
-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 (xapian-omega-1.4.15.tar.xz) = 04f2fe3d0223368d3ce965abf9d0af30333e2348
+RMD160 (xapian-omega-1.4.15.tar.xz) = 670fc32c2cb8839445141c7fdc2608ebb3f58f3f
+SHA512 (xapian-omega-1.4.15.tar.xz) = 99ffe32c37b22db4557cae214a157d3b1bda27b2eb86f99862ca59ac326e5ba3f044fbd58a0ec9db7098700dd6a2422634c80987c9152536ec217e48d9694679
+Size (xapian-omega-1.4.15.tar.xz) = 545916 bytes
SHA1 (patch-Makefile.in) = 10275e2771cefcc96b23c5ccce0877861b2da795
SHA1 (patch-omega.conf) = f1e941dac326de7005cad0a5a4a2848e401855c4
SHA1 (patch-values.h) = b3758856f5a34c47e4247d8076fbbdc1e65305e2
Home |
Main Index |
Thread Index |
Old Index