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.3.3, provided by OB...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a6b08d21093
branches:  trunk
changeset: 516254:3a6b08d21093
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 17 18:12:01 2006 +0000

description:
Update to 1.3.3, provided by OBATA Akio in PR 33486:

2006-07-13  Mikio Hirabayashi

        * estraier.c (est_db_search): a but about union of natural scores was fixed.

        * estraier.c (est_cond_set_mask, est_cond_mask): new functions.

        * estnode.c (est_node_admins, est_node_users, est_node_links): new functions.

        * estmaster.c (getnodeoptions): new function.

        * estmaster.c (syncnodes): a trying lock was replaced by a usual lock.

        * estmaster.c (communicate): a CSRF vulnerability was cleared.

        * estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added.

        * estcall.c (runsearch, procsearch): "-mask" option was added.

        - Release: 1.3.3

2006-07-07  Mikio Hirabayashi

        * estraier.c (est_db_repair): new function.

        * estnode.c (est_node_sync, est_node_optimize): new functions.

        * estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions.

        * estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared.

        * estcmd.c (runrepair, procrepair): new functions.

        * estcall.c (procsync, procoptimize): new functions.

        * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved.

        - Release: 1.3.2

2006-06-30  Mikio Hirabayashi

        * estraier.c (est_db_search_meta): new function.

        * estseek.c (realmain): a bug about the file separator was fixed.

        * estmttest.c (runregression, procregression): new functions.

        - Release: 1.3.1

2006-06-25  Mikio Hirabayashi

        * estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added.

        * estraier.c (est_db_open): database format was modified.

        * estraier.c (est_inodes_delete_informer): new function.

        * estraier.c (est_doc_set_score): new function.

        * estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added.

        * estraier.c (est_db_merge): new function.

        * estcmd.c (runcreate, proccreate): "-sv" option and so on were added.

        * estcmd.c (rungather, procgather): "-ss" option was added.

        * estcmd.c (runmerge, procmerge): new functions.

        - Release: 1.3.0

2006-06-03  Mikio Hirabayashi

        * estraier.c (est_db_set_informer): arguments of the callback were increased.

        * estraier.c (est_db_flush): frequency of disk access was reduced.

        * estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added.

        - The Java binding and the Ruby binding were to support callback for database events.

        - Perl binding using XS (not SWIG) was added.

        - Release: 1.2.9

2006-05-20  Mikio Hirabayashi

        * estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later.

        * estraier.c (est_db_close): the order of flushing was optimized for no-lock mode.

        * estraier.c (est_idx_memsync): new function.

        * estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added.

        * estseek.c (realmain): "lockdb" attribute was added.

        * wavermod.c (waver_current_node_load): new function.

        - Release: 1.2.8

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): databases were 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

2006-05-10  Mikio Hirabayashi

        * estraier.c (est_cond_set_eclipse): option constants were added.

        * estraier.c (est_url_sameness): new function.

        * estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added.

        * estcmd.c (runextkeys, proxectkeys): "-ws" option was added.

        * estseek.c (showform): options to clip documents by URL were added.

        * estseek.c (main, showform): "perpage" attribute was deleted.

        * estwaver.c (seedurldocs): new function.

        * estwaver.c (geturldoc): checking mass visit was added.

        * wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia.

        * estmaster.c (startup, communicate): "recvmax" attribute was added.

        - The Java binding and the Ruby binding were to support wild card configuration.

        - Release: 1.2.6

diffstat:

 textproc/hyperestraier/Makefile |    6 +-
 textproc/hyperestraier/PLIST    |  109 ++++++++++++++++++++++++---------------
 textproc/hyperestraier/distinfo |    8 +-
 3 files changed, 73 insertions(+), 50 deletions(-)

diffs (247 lines):

diff -r b8980364689f -r 3a6b08d21093 textproc/hyperestraier/Makefile
--- a/textproc/hyperestraier/Makefile   Mon Jul 17 18:08:40 2006 +0000
+++ b/textproc/hyperestraier/Makefile   Mon Jul 17 18:12:01 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2006/05/12 17:46:37 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2006/07/17 18:12:01 wiz Exp $
 
-DISTNAME=      hyperestraier-1.2.5
+DISTNAME=      hyperestraier-1.3.3
 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.60
 
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../archivers/lzo/buildlink3.mk"
diff -r b8980364689f -r 3a6b08d21093 textproc/hyperestraier/PLIST
--- a/textproc/hyperestraier/PLIST      Mon Jul 17 18:08:40 2006 +0000
+++ b/textproc/hyperestraier/PLIST      Mon Jul 17 18:12:01 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2006/05/12 17:46:37 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2006/07/17 18:12:01 wiz Exp $
 bin/estcall
 bin/estcmd
 bin/estconfig
@@ -13,7 +13,7 @@
 lib/libestraier.a
 lib/libestraier.so
 lib/libestraier.so.8
-lib/libestraier.so.8.10.0
+lib/libestraier.so.8.18.0
 lib/pkgconfig/hyperestraier.pc
 libexec/estseek.cgi
 man/man1/estcall.1
@@ -26,6 +26,8 @@
 share/hyperestraier/COPYING
 share/hyperestraier/ChangeLog
 share/hyperestraier/THANKS
+share/hyperestraier/doc/cguide-en.html
+share/hyperestraier/doc/cguide-ja.html
 share/hyperestraier/doc/common.css
 share/hyperestraier/doc/coreframe.png
 share/hyperestraier/doc/icon16.png
@@ -39,6 +41,7 @@
 share/hyperestraier/doc/javanativeapi/estraier/Cmd.html
 share/hyperestraier/doc/javanativeapi/estraier/Condition.html
 share/hyperestraier/doc/javanativeapi/estraier/Database.html
+share/hyperestraier/doc/javanativeapi/estraier/DatabaseInformer.html
 share/hyperestraier/doc/javanativeapi/estraier/Document.html
 share/hyperestraier/doc/javanativeapi/estraier/Result.html
 share/hyperestraier/doc/javanativeapi/estraier/package-frame.html
@@ -51,6 +54,7 @@
 share/hyperestraier/doc/javanativeapi/package-list
 share/hyperestraier/doc/javanativeapi/packages.html
 share/hyperestraier/doc/javanativeapi/resources/inherit.gif
+share/hyperestraier/doc/javanativeapi/serialized-form.html
 share/hyperestraier/doc/javanativeapi/stylesheet.css
 share/hyperestraier/doc/javapureapi/allclasses-frame.html
 share/hyperestraier/doc/javapureapi/allclasses-noframe.html
@@ -77,19 +81,21 @@
 share/hyperestraier/doc/nguide-en.html
 share/hyperestraier/doc/nguide-ja.html
 share/hyperestraier/doc/nodeframe.png
+share/hyperestraier/doc/perlnativeapi/index.html
 share/hyperestraier/doc/pguide-en.html
 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
-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/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/Condition.src/M000041.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000042.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000043.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000044.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000045.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,13 +120,11 @@
 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/Database.src/M000025.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000026.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000027.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
-share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000044.html
-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
@@ -128,14 +132,22 @@
 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/Document.src/M000054.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000055.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000056.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000057.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000058.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000059.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/classes/Estraier/Result.src/M000032.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000033.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000034.html
+share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000035.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,12 +156,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
-share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000041.html
-share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000042.html
 share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000043.html
 share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000044.html
 share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000045.html
@@ -157,19 +163,29 @@
 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/Condition.src/M000053.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000054.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000055.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000056.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000057.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000058.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000059.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
-share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000056.html
-share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000057.html
-share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000058.html
-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/Document.src/M000065.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000066.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000067.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000068.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000069.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000070.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000071.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 +213,24 @@
 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/Node.src/M000028.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000029.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000030.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000031.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000032.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/M000033.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/NodeResult.src/M000034.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/NodeResult.src/M000035.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/NodeResult.src/M000036.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/classes/EstraierPure/ResultDocument.src/M000038.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src/M000039.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src/M000040.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src/M000041.html
+share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src/M000042.html
 share/hyperestraier/doc/rubypureapi/created.rid
 share/hyperestraier/doc/rubypureapi/files/estraierpure_rb.html
 share/hyperestraier/doc/rubypureapi/fr_class_index.html
@@ -255,6 +277,7 @@
 @dirrm share/hyperestraier/doc/rubynativeapi/classes/Estraier
 @dirrm share/hyperestraier/doc/rubynativeapi/classes
 @dirrm share/hyperestraier/doc/rubynativeapi
+@dirrm share/hyperestraier/doc/perlnativeapi
 @dirrm share/hyperestraier/doc/javapureapi/resources
 @dirrm share/hyperestraier/doc/javapureapi/estraier/pure
 @dirrm share/hyperestraier/doc/javapureapi/estraier
diff -r b8980364689f -r 3a6b08d21093 textproc/hyperestraier/distinfo
--- a/textproc/hyperestraier/distinfo   Mon Jul 17 18:08:40 2006 +0000
+++ b/textproc/hyperestraier/distinfo   Mon Jul 17 18:12:01 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2006/05/12 17:46:37 wiz Exp $
+$NetBSD: distinfo,v 1.11 2006/07/17 18:12:01 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.3.3.tar.gz) = 857dba712fd30be7e8d0fbec5ea0a150664522e6
+RMD160 (hyperestraier-1.3.3.tar.gz) = 834f401f02231a5f48c7b8354d8ab8599d82155b
+Size (hyperestraier-1.3.3.tar.gz) = 899649 bytes
 SHA1 (patch-aa) = 87dbcfd75617d7fcf6d7c66644bb09dd7abc4c72
 SHA1 (patch-ab) = 0202379ccca5f7fff4b74e745c560a204b9be3fe



Home | Main Index | Thread Index | Old Index