pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hyperestraier Update hyperestraier to 1.4.11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7a620fea0d3
branches:  trunk
changeset: 535409:f7a620fea0d3
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Nov 16 11:52:17 2007 +0000

description:
Update hyperestraier to 1.4.11.

Changes:
2006-11-11  Mikio Hirabayashi  <mikio%users.sourceforge.net@localhost>

        * estraier.c (est_resmap_add): "method" argument was added.

        * estraier.c (est_inode): a bug related to overflow was fixed.

        * estraier.c (est_narrow_score): a bug related to attribute distinction was fixed.

        * estraier.c (est_search_union): search accuracy with trailing uni-gram was improved.

        * estmaster.c (searchlocal): a bug related to scanning with regular expressions was fixed.

        * estscout.c (realmain): "union", "score", and "idsuffix" attributes were added.

        * estsupt.c (realmain): "score" attribute was added.

        * estsupt.c (procsearch): accuracy of hint was improved.

        * estsupt.c (realmain): "logmsg" parameter was added.

        * estscout.c (realmain): "distinct" parameter was added.

        * estscout.c (showresult): cache clear at random was added.

        - Release: 1.4.11

diffstat:

 textproc/hyperestraier/Makefile.common  |   4 ++--
 textproc/hyperestraier/PLIST            |   4 ++--
 textproc/hyperestraier/distinfo         |   9 ++++-----
 textproc/hyperestraier/patches/patch-ab |  13 -------------
 4 files changed, 8 insertions(+), 22 deletions(-)

diffs (67 lines):

diff -r e1153d6fefb9 -r f7a620fea0d3 textproc/hyperestraier/Makefile.common
--- a/textproc/hyperestraier/Makefile.common    Fri Nov 16 11:50:48 2007 +0000
+++ b/textproc/hyperestraier/Makefile.common    Fri Nov 16 11:52:17 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.3 2007/04/01 01:58:38 obache Exp $
+# $NetBSD: Makefile.common,v 1.4 2007/11/16 11:52:17 obache Exp $
 
 DISTNAME=      hyperestraier-${HYPERESTRAIER_VERSION}
 CATEGORIES=    japanese textproc www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
-HYPERESTRAIER_VERSION=1.4.10
+HYPERESTRAIER_VERSION=1.4.11
 
 MAINTAINER=    obache%NetBSD.org@localhost
 HOMEPAGE=      http://hyperestraier.sourceforge.net/
diff -r e1153d6fefb9 -r f7a620fea0d3 textproc/hyperestraier/PLIST
--- a/textproc/hyperestraier/PLIST      Fri Nov 16 11:50:48 2007 +0000
+++ b/textproc/hyperestraier/PLIST      Fri Nov 16 11:52:17 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2007/03/05 15:58:19 obache Exp $
+@comment $NetBSD: PLIST,v 1.23 2007/11/16 11:52:17 obache Exp $
 bin/estbutler
 bin/estcall
 bin/estcmd
@@ -14,7 +14,7 @@
 lib/libestraier.a
 lib/libestraier.so
 lib/libestraier.so.8
-lib/libestraier.so.8.35.0
+lib/libestraier.so.8.36.0
 lib/pkgconfig/hyperestraier.pc
 libexec/estfraud.cgi
 libexec/estproxy.cgi
diff -r e1153d6fefb9 -r f7a620fea0d3 textproc/hyperestraier/distinfo
--- a/textproc/hyperestraier/distinfo   Fri Nov 16 11:50:48 2007 +0000
+++ b/textproc/hyperestraier/distinfo   Fri Nov 16 11:52:17 2007 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.23 2007/03/05 15:58:19 obache Exp $
+$NetBSD: distinfo,v 1.24 2007/11/16 11:52:17 obache Exp $
 
-SHA1 (hyperestraier-1.4.10.tar.gz) = d9e200cf237e46315df5a729bc00920e0debfc0d
-RMD160 (hyperestraier-1.4.10.tar.gz) = 56022db14947c00e5f8c01834173ae3bc5daeab8
-Size (hyperestraier-1.4.10.tar.gz) = 1011767 bytes
+SHA1 (hyperestraier-1.4.11.tar.gz) = a19ed134bdf8d78b06aa540f5ca0e637ce49913b
+RMD160 (hyperestraier-1.4.11.tar.gz) = 8f9baa41ab21feddf539cabecf0cd6621127371e
+Size (hyperestraier-1.4.11.tar.gz) = 1014592 bytes
 SHA1 (patch-aa) = 59d2e81e69a4c86d6226955b82bb17e15236c40d
-SHA1 (patch-ab) = 3e293c9d553555a97ddf42399d1366112f4e832f
 SHA1 (patch-ac) = f36aa67b501fcf614cd537f80bcedd61764056c6
 SHA1 (patch-ad) = 8ac2fdc41f9a2534bc321c262d87a619d485ea01
diff -r e1153d6fefb9 -r f7a620fea0d3 textproc/hyperestraier/patches/patch-ab
--- a/textproc/hyperestraier/patches/patch-ab   Fri Nov 16 11:50:48 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2007/03/05 15:58:20 obache Exp $
-
---- Makefile.in.orig   2007-02-27 18:10:36.000000000 +0900
-+++ Makefile.in
-@@ -60,7 +60,7 @@ CPPFLAGS = -I. -I$(MYHEADDIR) -I$(HOME)/
-   @MYCPPOPTS@ -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 \
-   -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 @MYDEFS@
- CFLAGS = @MYCFLAGS@
--LDFLAGS = -L. -L$(MYLIBDIR) -L$(HOME)/lib -L/usr/local/lib @MYLDOPTS@
-+LDFLAGS += -L. -L$(MYLIBDIR) -L$(HOME)/lib -L/usr/local/lib @MYLDOPTS@
- LIBS = @LIBS@
- MTLIBS = @MYMTLIBS@
- SKLIBS = @MYSKLIBS@



Home | Main Index | Thread Index | Old Index