Subject: Re: pkg/33486: Update textproc/hyperestraier 1.2.5 to 1.2.7
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: OBATA Akio <obata@lins.jp>
List: pkgsrc-bugs
Date: 05/28/2006 09:25:02
The following reply was made to PR pkg/33486; it has been noted by GNATS.

From: OBATA Akio <obata@lins.jp>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/33486: Update textproc/hyperestraier 1.2.5 to 1.2.7
Date: Sun, 28 May 2006 18:22:00 +0900

 Already 1.2.7 out.
 
 Note: 1.2.7 need qdbm>=1.8.56 so apply pkg/33485 before this.
 
 Changes:
 2006-05-16  Mikio Hirabayashi
 
 	* estraier.c (est_proc_env_reset): new function.
 
 	* estraier.c (est_db_flush): a flag to be under flushing was added.
 
 	* estraier.c (est_db_open): database was tuned to curb ballooning.
 
 	* estnode.c (est_node_cache_usage): new function.
 
 	* estnode.c (est_noderes_mdate): new function.
 
 	* estmaster.c (startup): "bindaddr" attribute was added.
 
 	* estmaster.c (sendnodecmdcacheusage): new function.
 
 	* estmaster.c (sendnodecmdsearch): a bug of race condition was fixed.
 
 	* estmaster.c (die): dying messages was to be written into the log file.
 
 	* estcmd.c (runsearch, procsearch): "-aux" option was added.
 
 	* estcall.c (procsearch): a bug about "-max" option was fixed.
 
 	* estcall.c (runsearch, procsearch): "-aux" option was added.
 
 	* wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added.
 
 	* wavermod.c (waver_set_current_node, waver_node_put_doc): new functions.
 
 	* estwaver.c (geturldoc): saving files and postprocessor calling were added.
 
 	- The Java binding and the Ruby binding were to support setting auxiliary permission.
 
 	- Release: 1.2.7
 
 Here is a patch for update from 1.2.5 to 1.2.7:
 
 Index: textproc/hyperestraier/Makefile
 ===================================================================
 RCS file: /home/cvsroot/NetBSD/pkgsrc/textproc/hyperestraier/Makefile,v
 retrieving revision 1.10
 diff -u -r1.10 Makefile
 --- textproc/hyperestraier/Makefile	12 May 2006 17:46:37 -0000	1.10
 +++ textproc/hyperestraier/Makefile	28 May 2006 09:08:03 -0000
 @@ -1,6 +1,6 @@
  # $NetBSD: Makefile,v 1.10 2006/05/12 17:46:37 wiz Exp $
 
 -DISTNAME=	hyperestraier-1.2.5
 +DISTNAME=	hyperestraier-1.2.7
  CATEGORIES=	japanese textproc www
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
 
 @@ -13,7 +13,7 @@
  PKGCONFIG_OVERRIDE=	hyperestraier.pc.in
  TEST_TARGET=		check
 
 -BUILDLINK_API_DEPENDS.qdbm+=	qdbm>=1.8.49
 +BUILDLINK_API_DEPENDS.qdbm+=	qdbm>=1.8.56
 
  .include "../../archivers/bzip2/buildlink3.mk"
  .include "../../archivers/lzo/buildlink3.mk"
 Index: textproc/hyperestraier/PLIST
 ===================================================================
 RCS file: /home/cvsroot/NetBSD/pkgsrc/textproc/hyperestraier/PLIST,v
 retrieving revision 1.10
 diff -u -r1.10 PLIST
 --- textproc/hyperestraier/PLIST	12 May 2006 17:46:37 -0000	1.10
 +++ textproc/hyperestraier/PLIST	28 May 2006 09:04:57 -0000
 @@ -13,7 +13,7 @@
  lib/libestraier.a
  lib/libestraier.so
  lib/libestraier.so.8
 -lib/libestraier.so.8.10.0
 +lib/libestraier.so.8.12.0
  lib/pkgconfig/hyperestraier.pc
  libexec/estseek.cgi
  man/man1/estcall.1
 @@ -28,6 +28,8 @@
  share/hyperestraier/THANKS
  share/hyperestraier/doc/common.css
  share/hyperestraier/doc/coreframe.png
 +share/hyperestraier/doc/cguide-en.html
 +share/hyperestraier/doc/cguide-ja.html
  share/hyperestraier/doc/icon16.png
  share/hyperestraier/doc/index.html
  share/hyperestraier/doc/index.ja.html
 @@ -81,7 +83,6 @@
  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/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
 @@ -90,6 +91,7 @@
  share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000037.html
  share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000038.html
  share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000039.html
 +share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000040.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
 @@ -114,8 +116,8 @@
  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/Database.src/M000023.html
 +share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000024.html
  share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.html
 -share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000040.html
  share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000041.html
  share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000042.html
  share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000043.html
 @@ -128,14 +130,15 @@
  share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000050.html
  share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000051.html
  share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000052.html
 +share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000053.html
  share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.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/classes/Estraier/Result.src/M000029.html
  share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000030.html
 +share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000031.html
  share/hyperestraier/doc/rubynativeapi/created.rid
  share/hyperestraier/doc/rubynativeapi/files/estraier-doc_rb.html
  share/hyperestraier/doc/rubynativeapi/fr_class_index.html
 @@ -144,7 +147,6 @@
  share/hyperestraier/doc/rubynativeapi/index.html
  share/hyperestraier/doc/rubynativeapi/rdoc-style.css
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.html
 -share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000037.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000038.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000039.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000040.html
 @@ -157,10 +159,10 @@
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000047.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000048.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000049.html
 +share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000050.html
 +share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000051.html
 +share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000052.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.html
 -share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000050.html
 -share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000051.html
 -share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000052.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000053.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000054.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000055.html
 @@ -170,6 +172,9 @@
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000059.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000060.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000061.html
 +share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000062.html
 +share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000063.html
 +share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000064.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000001.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000002.html
 @@ -197,18 +202,19 @@
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000024.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000025.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000026.html
 +share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000027.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/NodeResult.html
 -share/hyperestraier/doc/rubypureapi/classes/EstraierPure/NodeResult.src/M000027.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/NodeResult.src/M000028.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/NodeResult.src/M000029.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/NodeResult.src/M000030.html
 +share/hyperestraier/doc/rubypureapi/classes/EstraierPure/NodeResult.src/M000031.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.html
 -share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src/M000031.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src/M000032.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src/M000033.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src/M000034.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src/M000035.html
  share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src/M000036.html
 +share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src/M000037.html
  share/hyperestraier/doc/rubypureapi/created.rid
  share/hyperestraier/doc/rubypureapi/files/estraierpure_rb.html
  share/hyperestraier/doc/rubypureapi/fr_class_index.html
 Index: textproc/hyperestraier/distinfo
 ===================================================================
 RCS file: /home/cvsroot/NetBSD/pkgsrc/textproc/hyperestraier/distinfo,v
 retrieving revision 1.10
 diff -u -r1.10 distinfo
 --- textproc/hyperestraier/distinfo	12 May 2006 17:46:37 -0000	1.10
 +++ textproc/hyperestraier/distinfo	28 May 2006 08:46:22 -0000
 @@ -1,7 +1,7 @@
  $NetBSD: distinfo,v 1.10 2006/05/12 17:46:37 wiz Exp $
 
 -SHA1 (hyperestraier-1.2.5.tar.gz) = d7b80db45357becdcc5840da70b46e5e239ae978
 -RMD160 (hyperestraier-1.2.5.tar.gz) = e27b3e86addfba7b090c69cab33eecc91b2b692d
 -Size (hyperestraier-1.2.5.tar.gz) = 799633 bytes
 +SHA1 (hyperestraier-1.2.7.tar.gz) = 3754922bb2ba5be0e7cf3d014528680974d92612
 +RMD160 (hyperestraier-1.2.7.tar.gz) = 7ef95096e14f435fc15a7ea92283418473a2df72
 +Size (hyperestraier-1.2.7.tar.gz) = 820116 bytes
  SHA1 (patch-aa) = 87dbcfd75617d7fcf6d7c66644bb09dd7abc4c72
  SHA1 (patch-ab) = 0202379ccca5f7fff4b74e745c560a204b9be3fe