Subject: pkg/33168: Update textproc/hyperestraier from 1.1.5 to 1.1.6
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <obata@lins.jp>
List: pkgsrc-bugs
Date: 03/30/2006 03:05:01
>Number:         33168
>Category:       pkg
>Synopsis:       Update textproc/hyperestraier from 1.1.5 to 1.1.6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Mar 30 03:05:00 +0000 2006
>Originator:     OBATA Akio
>Release:        NetBSD 3.0.0_STABLE
>Organization:
	LINS, Japan.
>Environment:
System: NetBSD miki.lins.jp 3.0.0_STABLE NetBSD 3.0.0_STABLE (MIKI) #16: Sun Mar 12 21:01:46 JST 2006 obata@miki.lins.jp:/usr/src/sys/arch/i386/compile/MIKI i386
Architecture: i386
Machine: i386
>Description:
	Hyperestraier 1.1.6 out.
	From 1.1.3, compression with LZO and BZIP2 was added and
	auto detected from configure, so add thoes libraries.
	Also add libraries uesed directly. 

	from ChangeLog:
	2006-03-12  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	        * estraier.c (est_weight_keywords): weighting algorithm was enhanced.

	        * estraier.c (est_db_set_wildmax): new function.

	        * estraier.c (est_narrow_scores): disjunction of attribute conditions was added.

	        * estraier.c (est_doc_dup, est_cond_dup): new functions.

	        * estcmd.c (rungather, doputfile): default value of "-lf" options was changed.

	        * estseek.c (realmain): "wildmax" parameter was added.

	        * estmaster.c (main): "wildmax" parameter was added.

	        - A bug about the skip parameter in the pure Java API was fixed.

	        - The Java binding and the Ruby binding was to support similarity eclipse.

	        - Release: 1.1.6


>How-To-Repeat:
	N/A
>Fix:
	Here is a patch for update


Index: Makefile
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/textproc/hyperestraier/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	15 Mar 2006 07:13:51 -0000	1.5
+++ Makefile	26 Mar 2006 13:00:52 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.5 2006/03/15 07:13:51 wiz Exp $
 
-DISTNAME=	hyperestraier-1.1.5
+DISTNAME=	hyperestraier-1.1.6
 CATEGORIES=	japanese textproc www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
 
@@ -13,5 +13,10 @@
 PKGCONFIG_OVERRIDE=	hyperestraier.pc.in
 TEST_TARGET=            check
 
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../archivers/lzo/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../databases/qdbm/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: PLIST
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/textproc/hyperestraier/PLIST,v
retrieving revision 1.5
diff -u -r1.5 PLIST
--- PLIST	15 Mar 2006 07:13:51 -0000	1.5
+++ PLIST	25 Mar 2006 12:04:06 -0000
@@ -12,7 +12,7 @@
 lib/libestraier.a
 lib/libestraier.so
 lib/libestraier.so.8
-lib/libestraier.so.8.4.0
+lib/libestraier.so.8.5.0
 lib/pkgconfig/hyperestraier.pc
 libexec/estseek.cgi
 man/man1/estcall.1
@@ -79,13 +79,15 @@
 share/hyperestraier/doc/pguide-ja.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.html
-share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000028.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000029.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000030.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000031.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000032.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000033.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000034.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000035.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000036.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000037.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000001.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000002.html
@@ -110,9 +112,6 @@
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000021.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000022.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.html
-share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000035.html
-share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000036.html
-share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000037.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000038.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000039.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000040.html
@@ -123,12 +122,16 @@
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000045.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000046.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000047.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000048.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000049.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000050.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000023.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000024.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000025.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000026.html
 share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000027.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000028.html
 share/hyperestraier/doc/rubynativeapi/created.rid
 share/hyperestraier/doc/rubynativeapi/files/estraier-doc_rb.html
 share/hyperestraier/doc/rubynativeapi/fr_class_index.html
Index: distinfo
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/textproc/hyperestraier/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	15 Mar 2006 07:13:51 -0000	1.5
+++ distinfo	26 Mar 2006 12:52:51 -0000
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.5 2006/03/15 07:13:51 wiz Exp $
 
-SHA1 (hyperestraier-1.1.5.tar.gz) = 5f9469cf5f3c17e709e1fe0d57a20a0a21f69414
-RMD160 (hyperestraier-1.1.5.tar.gz) = a5159dbe03b08df91eaf42a86fb4cb155fe9b23d
-Size (hyperestraier-1.1.5.tar.gz) = 754128 bytes
+SHA1 (hyperestraier-1.1.6.tar.gz) = 3c0e2e3d46b1301e6bf1dc0c5d75a6474c925e54
+RMD160 (hyperestraier-1.1.6.tar.gz) = 6812098c80463f4eb548de8e248d6c71c8030dce
+Size (hyperestraier-1.1.6.tar.gz) = 760220 bytes
 SHA1 (patch-aa) = 87dbcfd75617d7fcf6d7c66644bb09dd7abc4c72
 SHA1 (patch-ab) = 6c862f34f0cc0343877ddc44464f5e3bb1892785