Update to 1.2.5, provided by OBATA Akio in PR 33447:
2006-05-01 Mikio Hirabayashi <mikio@users.sourceforge.net> * estmaster.c (sendnodecmdsearchui): robot exclusion control was added. * estwaver.c (runcrawl, proccrawl): "-revcont" option was added. * estwaver.c (enqueuelinks): "strategy" option was added. * estwaver.c (enqueuelinks): similarity was to be inherited. * wavermod.c (queue_slim): new function. * estraier.c (est_db_put_doc): an option to use "@weight" attribute was added. * estcmd.c (runput, procput, rungather, procgather): "-ws" option was added. - Release: 1.2.5
This commit is contained in:
parent
26aea2326d
commit
4a20affe00
3 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.9 2006/05/07 13:04:25 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2006/05/12 17:46:37 wiz Exp $
|
||||
|
||||
DISTNAME= hyperestraier-1.2.4
|
||||
DISTNAME= hyperestraier-1.2.5
|
||||
CATEGORIES= japanese textproc www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2006/05/07 13:04:25 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2006/05/12 17:46:37 wiz Exp $
|
||||
bin/estcall
|
||||
bin/estcmd
|
||||
bin/estconfig
|
||||
|
@ -13,7 +13,7 @@ include/estraier.h
|
|||
lib/libestraier.a
|
||||
lib/libestraier.so
|
||||
lib/libestraier.so.8
|
||||
lib/libestraier.so.8.9.0
|
||||
lib/libestraier.so.8.10.0
|
||||
lib/pkgconfig/hyperestraier.pc
|
||||
libexec/estseek.cgi
|
||||
man/man1/estcall.1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.9 2006/05/07 13:04:25 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.10 2006/05/12 17:46:37 wiz Exp $
|
||||
|
||||
SHA1 (hyperestraier-1.2.4.tar.gz) = d3ff003f4b504309679101ede0a9a527b0480ca0
|
||||
RMD160 (hyperestraier-1.2.4.tar.gz) = e00b73db88910d45e6aedc4036000248488d43a8
|
||||
Size (hyperestraier-1.2.4.tar.gz) = 795827 bytes
|
||||
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 (patch-aa) = 87dbcfd75617d7fcf6d7c66644bb09dd7abc4c72
|
||||
SHA1 (patch-ab) = 0202379ccca5f7fff4b74e745c560a204b9be3fe
|
||||
|
|
Loading…
Reference in a new issue