diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-07 22:40:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-07 22:40:14 +0000 |
commit | 28cbc56325a88db64017eaee8c05dc2ad948402c (patch) | |
tree | 70f97905509ae0fcb3f49ac9fe531e2c8353a967 /textproc/xapian-omega | |
parent | a770ed68c8c4ea866932ffd528f48317b50d13a7 (diff) | |
download | pkgsrc-28cbc56325a88db64017eaee8c05dc2ad948402c.tar.gz |
Update to 1.0.10:
Omega 1.0.10 (2008-12-23):
build system:
* This release now uses newer versions of the autotools (autoconf 2.62 ->
2.63; automake 1.10.1 -> 1.10.2). The newer autoconf fixes a regression
in autoconf 2.62 (and so Omega 1.0.7) with detecting the endian-ness of some
platforms.
Omega 1.0.9 (2008-10-31):
documentation:
* docs/overview.html: Document HTML parsing a bit, including robots
meta and htdig_noindex.
omega:
* omega: Catch std::exception and report what its what() method returns.
* omega: Remove undocumented and non-functional support for numeric sorting
via CGI parameter SORT=#<slot> (SORT=<slot> works as before).
build system:
* configure: Sync warning flag handling changes from xapian-core to eliminate
many warnings from GCC 4.3.
Omega 1.0.8 (2008-09-04):
documentation:
* Fix a few typos and improve wording in a few places.
indexers:
* omindex:
+ If the character encoding is specified using <meta http-equiv=...> in an
HTML document then reparse the document if it isn't the encoding we're
already using so that any preceding <title> is converted correctly
(bug#292).
+ Convert text from meta tag parameters to UTF-8 (bug#293).
+ Handle <meta charset="..."> (new in HTML 5).
+ Fix bug in HTML tag parameter parsing which was probably just a small
performance penalty in real world cases, but could perhaps result in
parsing bogus extra parameters in carefully contrived situations.
portability:
* Add missing <signal.h>, noted on FreeBSD by Henrik Brix Andersen.
Diffstat (limited to 'textproc/xapian-omega')
-rw-r--r-- | textproc/xapian-omega/Makefile | 7 | ||||
-rw-r--r-- | textproc/xapian-omega/distinfo | 10 | ||||
-rw-r--r-- | textproc/xapian-omega/patches/patch-af | 14 |
3 files changed, 11 insertions, 20 deletions
diff --git a/textproc/xapian-omega/Makefile b/textproc/xapian-omega/Makefile index 60b8b623307..36bf2ea39c5 100644 --- a/textproc/xapian-omega/Makefile +++ b/textproc/xapian-omega/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2008/07/31 15:11:31 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2009/01/07 22:40:14 wiz Exp $ # -DISTNAME= xapian-omega-1.0.7 -PKGREVISION= 2 +DISTNAME= xapian-omega-1.0.10 CATEGORIES= textproc -MASTER_SITES= http://oligarchy.co.uk/xapian/1.0.7/ +MASTER_SITES= http://oligarchy.co.uk/xapian/1.0.10/ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://xapian.org/docs/omega/overview.html diff --git a/textproc/xapian-omega/distinfo b/textproc/xapian-omega/distinfo index 20f5c921ca0..c32945f6d28 100644 --- a/textproc/xapian-omega/distinfo +++ b/textproc/xapian-omega/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.2 2008/07/27 04:06:00 schmonz Exp $ +$NetBSD: distinfo,v 1.3 2009/01/07 22:40:14 wiz Exp $ -SHA1 (xapian-omega-1.0.7.tar.gz) = a765c1d26f82bb25f4d1844757c0dddbc25a9f0d -RMD160 (xapian-omega-1.0.7.tar.gz) = 28d3171dd426e692b85e0ee4329bb4a7c0d4879e -Size (xapian-omega-1.0.7.tar.gz) = 498784 bytes +SHA1 (xapian-omega-1.0.10.tar.gz) = 135a948efa841ca968ff676b855e834a5e9f6cd8 +RMD160 (xapian-omega-1.0.10.tar.gz) = fd7a3db0b2691b7c32b34b45ecd0e2cb413eccc5 +Size (xapian-omega-1.0.10.tar.gz) = 501840 bytes SHA1 (patch-aa) = ce457e51d62ecc8833b1f1f7b9aaeddf6f39bf98 SHA1 (patch-ab) = 6e845f6a61d7e36715b4a1bde217ff31ea0999e5 SHA1 (patch-ac) = e8c47ba1e3853f54d8fffc90d55318b7d3c2047f SHA1 (patch-ad) = 1aa0b8d7a3a78d96edd087669ff46b76d1420a19 SHA1 (patch-ae) = 1ebbce6ca463f12575baafef3a1acd3c2640bb5b -SHA1 (patch-af) = 9f7536a6f3eb4001043acf010ba600b1803480c6 +SHA1 (patch-af) = 4091131fc560c2491a613ddce11eba044adbac6c diff --git a/textproc/xapian-omega/patches/patch-af b/textproc/xapian-omega/patches/patch-af index d0371f066e3..4a35065aa2d 100644 --- a/textproc/xapian-omega/patches/patch-af +++ b/textproc/xapian-omega/patches/patch-af @@ -1,16 +1,8 @@ -$NetBSD: patch-af,v 1.1 2008/07/27 04:06:00 schmonz Exp $ +$NetBSD: patch-af,v 1.2 2009/01/07 22:40:14 wiz Exp $ ---- runfilter.cc.orig 2008-07-16 00:42:17.000000000 -0400 +--- runfilter.cc.orig 2008-12-23 08:55:31.000000000 +0100 +++ runfilter.cc -@@ -39,6 +39,7 @@ - #ifdef HAVE_SYS_SOCKET_H - # include <sys/socket.h> - #endif -+#include <signal.h> - #include "safeunistd.h" - - #include "freemem.h" -@@ -94,7 +95,9 @@ stdout_to_string(const string &cmd) +@@ -97,7 +98,9 @@ stdout_to_string(const string &cmd) if (mem > 0) { mem = (mem / 8) * 7; struct rlimit ram_limit = { mem, RLIM_INFINITY } ; |