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.0.10:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2166341e1417
branches:  trunk
changeset: 552698:2166341e1417
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 07 22:40:14 2009 +0000

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

 textproc/xapian-omega/Makefile         |   7 +++----
 textproc/xapian-omega/distinfo         |  10 +++++-----
 textproc/xapian-omega/patches/patch-af |  14 +++-----------
 3 files changed, 11 insertions(+), 20 deletions(-)

diffs (60 lines):

diff -r 72e85ec14b85 -r 2166341e1417 textproc/xapian-omega/Makefile
--- a/textproc/xapian-omega/Makefile    Wed Jan 07 22:39:49 2009 +0000
+++ b/textproc/xapian-omega/Makefile    Wed Jan 07 22:40:14 2009 +0000
@@ -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@localhost
 HOMEPAGE=              http://xapian.org/docs/omega/overview.html
diff -r 72e85ec14b85 -r 2166341e1417 textproc/xapian-omega/distinfo
--- a/textproc/xapian-omega/distinfo    Wed Jan 07 22:39:49 2009 +0000
+++ b/textproc/xapian-omega/distinfo    Wed Jan 07 22:40:14 2009 +0000
@@ -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 -r 72e85ec14b85 -r 2166341e1417 textproc/xapian-omega/patches/patch-af
--- a/textproc/xapian-omega/patches/patch-af    Wed Jan 07 22:39:49 2009 +0000
+++ b/textproc/xapian-omega/patches/patch-af    Wed Jan 07 22:40:14 2009 +0000
@@ -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 } ;



Home | Main Index | Thread Index | Old Index