pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/hyperestraier Update to 1.1.6, provided by OB...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bc7ffe0d1753
branches: trunk
changeset: 510717:bc7ffe0d1753
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Apr 02 20:18:37 2006 +0000
description:
Update to 1.1.6, provided by OBATA Akio in PR 33168:
>From ChangeLog:
2006-03-12 Mikio Hirabayashi
* 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
pkgsrc changes:
>From 1.1.3, compression with LZO and BZIP2 was added and
auto detected from configure, so add those libraries.
Also add libraries used directly.
diffstat:
textproc/hyperestraier/Makefile | 9 +++++++--
textproc/hyperestraier/PLIST | 17 +++++++++++------
textproc/hyperestraier/distinfo | 8 ++++----
3 files changed, 22 insertions(+), 12 deletions(-)
diffs (114 lines):
diff -r 440b4f8bcec3 -r bc7ffe0d1753 textproc/hyperestraier/Makefile
--- a/textproc/hyperestraier/Makefile Sun Apr 02 20:14:15 2006 +0000
+++ b/textproc/hyperestraier/Makefile Sun Apr 02 20:18:37 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2006/03/15 07:13:51 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2006/04/02 20:18:37 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"
diff -r 440b4f8bcec3 -r bc7ffe0d1753 textproc/hyperestraier/PLIST
--- a/textproc/hyperestraier/PLIST Sun Apr 02 20:14:15 2006 +0000
+++ b/textproc/hyperestraier/PLIST Sun Apr 02 20:18:37 2006 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.5 2006/03/15 07:13:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2006/04/02 20:18:37 wiz Exp $
bin/estcall
bin/estcmd
bin/estconfig
bin/estload
bin/estmaster
bin/estmttest
+bin/estwaver
bin/estwolefind
include/estmtdb.h
include/estnode.h
@@ -12,13 +13,14 @@
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
man/man1/estcmd.1
man/man1/estconfig.1
man/man1/estmaster.1
+man/man1/estwaver.1
man/man3/estnode.3
man/man3/estraier.3
share/hyperestraier/COPYING
@@ -79,13 +81,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 +114,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 +124,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
diff -r 440b4f8bcec3 -r bc7ffe0d1753 textproc/hyperestraier/distinfo
--- a/textproc/hyperestraier/distinfo Sun Apr 02 20:14:15 2006 +0000
+++ b/textproc/hyperestraier/distinfo Sun Apr 02 20:18:37 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2006/03/15 07:13:51 wiz Exp $
+$NetBSD: distinfo,v 1.6 2006/04/02 20:18:37 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
Home |
Main Index |
Thread Index |
Old Index