pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/32365: Update textproc/hyperestraier from 1.0.3 to 1.1.2
>Number: 32365
>Category: pkg
>Synopsis: Update textproc/hyperestraier from 1.0.3 to 1.1.2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Fri Dec 23 12:15:00 +0000 2005
>Originator: OBATA Akio
>Release: NetBSD 2.1.0_STABLE
>Organization:
LINS, Japan.
>Environment:
System: NetBSD miki.lins.jp 2.1.0_STABLE NetBSD 2.1.0_STABLE (MIKI) #5: Thu Nov
3 11:46:27 JST 2005
obata%miki.lins.jp@localhost:/usr/src/sys/arch/i386/compile/MIKI i386
Architecture: i386
Machine: i386
>Description:
from ChangeLog:
2005-12-15 Mikio Hirabayashi <mikio%users.sourceforge.net@localhost>
* estraier.c (est_db_open): "ESTDBHUGE" was added.
* estraier.c (est_regex_replace): "&" was to be handled.
* estraier.c (est_cond_set_expander): new function.
* estcmd.c (runput, rungather): "-lg" was renamed to "-xl", and "-xh"
was added.
* estseek.c (showdoc): a bug about calculating similarity was fixed.
* estseek.c (realmain): "qxpndcmd" was added.
* estseek.c (expandquery): new function.
* estmaster.c (realmain, startup): "-ro" option was added.
* estmaster.c (sendnodecmdsearchui): the output format modified for
OpenSearch 1.1.
- Release: 1.1.2
2005-12-04 Mikio Hirabayashi <mikio%users.sourceforge.net@localhost>
* estraier.c (est_keyword_num, est_keyword_rec_size): new functions.
* estraier.c (est_keyword_iter_init, est_keyword_iter_next): new
functions.
* estraier.c (est_search_union): scoring was to use standard deviation.
* estraier.c (est_expand_keyword_bw, est_expand_keyword_ew): new
functions.
* estraier.c (est_db_open): "ESTDBLARGE" was added.
* estseek.c (realmain, setsimilarphrase): "smlrtune" was added.
* estseek.c (realmain, showpage): "relkeynum" was added.
* estmaster.c (startup, setsimilarphrase): "uismlrtune" was added.
* estmaster.c (sendnodecmdsearchatom, nodecmdopensearch): conformed to
draft 2.
- Release: 1.1.1
2005-11-11 Mikio Hirabayashi <mikio%users.sourceforge.net@localhost>
* estraier.c (est_eclipse_scores): accuracy was improved.
* estraier.c (est_narrow_scores): a bug of segmentation fault was fixed.
* estraier.c (est_regex_new, est_regex_delete, est_regex_match): new
functions.
* estraier.c (est_expand_word_rx): new function.
* estreier.c (est_db_put_keywords, est_db_get_keywords): new functions.
* estraier.c (est_db_measure_doc): new function.
* estraier.c (est_db_set_vectorizer): abolished.
* estcmd.c (runextkeys, procextkeys): "-no" was added.
* estcmd.c (runpurge, procpurge, runextkeys, procextkeys): "-attr" was
added.
* estcmd.c (rundraft, procdraft): "-kn" was added.
* estcmd.c (procgather): a bug of handling drive characters on Windows
was fixed.
* estseek.c (realmain, makeshownuri): "lprefix" and so on were
abolished.
* estmaster.c (startup, makeshownuri): "uilprefix" and so on were
abolished.
* estmaster.c (startup, sendnodecmdputdoc): "lateextkeys" was added.
* estmaster.c (searchlocal): a bug of segmentation fault was fixed.
- Release: 1.0.6
2005-11-08 Mikio Hirabayashi <mikio%users.sourceforge.net@localhost>
* estraier.c (est_narrow_scores): speed of attribute search was
improved.
* estcmd.c (doputdoc, procpurge, procextkeys): local paths was to be
printed.
* estcmd.c (doputdoc): "@size" was to be added even with "-fo" option.
* estcmd.c (procsearch): "_lfile" was to be printed when human readable
mode.
* estcmd.c (procout, procedit, procget, procuriid): retrieving by local
path was added.
* estcmd.c (procpurge): retrieving by local path was added.
* estcmd.c (runiconv, prociconv): new functions.
* estcmd.c (procedit): "-pc" was to convert the encoding of the
attribute value.
* estseek.c (realmain, showform): "clipview" attribute was added.
- Release: 1.0.5
2005-11-02 Mikio Hirabayashi <mikio%users.sourceforge.net@localhost>
* estraier.c (est_vector_cosine): new function.
* estraier.c (est_eclipse_scores): new function.
* estcmd.c (runsearch, procsearch): "-ec" option was added.
* estcmd.c (procgather, procpurge): "-no" option was added.
* estcmd.c (urltopath): a bug about drive letter was fixed.
* estcmd.c (runlist, proclist): "-lp" option was added.
* estseek.cgi (showresult): similar eclipse was implemented.
* estmaster.c (startup, searchlocal): "rateuri" attribute was added.
* estmaster.c (sendmenudata): new function.
- Release: 1.0.4
>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.2
diff -u -r1.2 Makefile
--- Makefile 2 Nov 2005 04:15:10 -0000 1.2
+++ Makefile 23 Dec 2005 11:39:27 -0000
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2005/11/02 04:15:10 minskim Exp $
-DISTNAME= hyperestraier-1.0.3
+DISTNAME= hyperestraier-1.1.2
CATEGORIES= japanese textproc www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
Index: PLIST
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/textproc/hyperestraier/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- PLIST 2 Nov 2005 04:15:10 -0000 1.2
+++ PLIST 23 Dec 2005 11:52:44 -0000
@@ -11,8 +11,8 @@
include/estraier.h
lib/libestraier.a
lib/libestraier.so
-lib/libestraier.so.6
-lib/libestraier.so.6.3.0
+lib/libestraier.so.8
+lib/libestraier.so.8.1.0
lib/pkgconfig/hyperestraier.pc
libexec/estseek.cgi
share/hyperestraier/COPYING
@@ -207,6 +207,7 @@
share/hyperestraier/filter/estfxmantotxt
share/hyperestraier/filter/estfxmsotohtml
share/hyperestraier/filter/estfxpdftohtml
+share/hyperestraier/filter/estwnetxpnd
share/hyperestraier/increm/estseek-form.html
share/hyperestraier/increm/estseek-frame.html
share/hyperestraier/locale/ja/estseek.conf
Index: distinfo
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/textproc/hyperestraier/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 2 Nov 2005 04:15:10 -0000 1.2
+++ distinfo 23 Dec 2005 12:06:58 -0000
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.2 2005/11/02 04:15:10 minskim Exp $
-SHA1 (hyperestraier-1.0.3.tar.gz) = 471f669e0c17f79a37e2734d07e2a04ddcb07ba8
-RMD160 (hyperestraier-1.0.3.tar.gz) = 8c6c2d239bfca474a8a0597324188ce58720e55b
-Size (hyperestraier-1.0.3.tar.gz) = 699328 bytes
-SHA1 (patch-aa) = ddc07c7acc2a18110772aa24e6e60b4d494594d1
+SHA1 (hyperestraier-1.1.2.tar.gz) = 9c49418ff1c5d6fba4e6286297df3d4540219041
+RMD160 (hyperestraier-1.1.2.tar.gz) = 2133f6191e86b2a37fe4fde7a62d94b7e4df5ba4
+Size (hyperestraier-1.1.2.tar.gz) = 735801 bytes
+SHA1 (patch-aa) = 4505be918c6ee0c59c7331a09adbe5dc320d76c3
SHA1 (patch-ab) = 6c862f34f0cc0343877ddc44464f5e3bb1892785
Index: patches/patch-aa
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/textproc/hyperestraier/patches/patch-aa,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-aa
--- patches/patch-aa 23 Oct 2005 19:13:44 -0000 1.1.1.1
+++ patches/patch-aa 23 Dec 2005 11:43:37 -0000
@@ -1,8 +1,8 @@
$NetBSD: patch-aa,v 1.1.1.1 2005/10/23 19:13:44 minskim Exp $
---- configure.orig 2005-10-21 15:21:58.000000000 +0900
+--- configure.orig 2005-12-16 11:48:26.000000000 +0900
+++ configure
-@@ -2660,7 +2660,7 @@ if test "${ac_cv_lib_pthread_main+set}"
+@@ -2743,7 +2743,7 @@ if test "${ac_cv_lib_pthread_main+set}"
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
@@ -11,7 +11,7 @@
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
-@@ -2713,7 +2713,9 @@ fi
+@@ -2796,7 +2796,9 @@ fi
echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_main" >&5
echo "${ECHO_T}$ac_cv_lib_pthread_main" >&6
if test $ac_cv_lib_pthread_main = yes; then
Home |
Main Index |
Thread Index |
Old Index