diff options
author | wiz <wiz> | 2006-05-07 13:04:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-05-07 13:04:25 +0000 |
commit | 9fc8b93bc1c78588038c7b3287c1d43cecb13c9a (patch) | |
tree | 97140516478f1c562dba0af36fe99faea56f149d /textproc | |
parent | 54b6d28e050ae89b6fa1209c5b895d843f5bc613 (diff) | |
download | pkgsrc-9fc8b93bc1c78588038c7b3287c1d43cecb13c9a.tar.gz |
Update to 1.2.4, provided by OBATA Akio in PR 33407:
Changes:
2006-04-25 Mikio Hirabayashi
* estnode.c (est_get_host_addr): a bug about race confition of
threads was fixed.
* wavermod.c (fetch_document): a bug about checking
"content-type" header was fixed.
* wavermod.c (make_doc_from_html): "frame" and "link" elements
were to be followed.
* wavermod.c (make_doc_from_draft, make_doc_from_mime,
make_doc_with_xcmd): new functions.
* wavermod.c (waver_open): "allowrx" and "denyrx" were to be
able to be more than once.
* estwaver.c (runcrawl, proccrawl): "-restart" and "-revisit"
options were added.
* estcmd.c (doputdoc): "_lpath", "_lreal", and "_lfile" were not to be overwritten.
* estwolefind (outputlist): WWWOFFLE 2.9a was to be supported.
- Release: 1.2.4
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hyperestraier/Makefile | 8 | ||||
-rw-r--r-- | textproc/hyperestraier/PLIST | 4 | ||||
-rw-r--r-- | textproc/hyperestraier/distinfo | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile index b3e4bd8c0d9..4e10b8edad6 100644 --- a/textproc/hyperestraier/Makefile +++ b/textproc/hyperestraier/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2006/04/27 19:39:11 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/05/07 13:04:25 wiz Exp $ -DISTNAME= hyperestraier-1.2.3 +DISTNAME= hyperestraier-1.2.4 CATEGORIES= japanese textproc www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/} @@ -9,9 +9,9 @@ HOMEPAGE= http://hyperestraier.sourceforge.net/ COMMENT= Full-text search system for communities GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE= hyperestraier.pc.in -TEST_TARGET= check +TEST_TARGET= check BUILDLINK_API_DEPENDS.qdbm+= qdbm>=1.8.49 diff --git a/textproc/hyperestraier/PLIST b/textproc/hyperestraier/PLIST index 3989a2b6421..788d29a88c5 100644 --- a/textproc/hyperestraier/PLIST +++ b/textproc/hyperestraier/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2006/04/27 19:39:11 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2006/05/07 13:04:25 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.8.0 +lib/libestraier.so.8.9.0 lib/pkgconfig/hyperestraier.pc libexec/estseek.cgi man/man1/estcall.1 diff --git a/textproc/hyperestraier/distinfo b/textproc/hyperestraier/distinfo index f759929351d..d57a029a428 100644 --- a/textproc/hyperestraier/distinfo +++ b/textproc/hyperestraier/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2006/04/27 19:39:11 wiz Exp $ +$NetBSD: distinfo,v 1.9 2006/05/07 13:04:25 wiz Exp $ -SHA1 (hyperestraier-1.2.3.tar.gz) = fa9a455404b020721c046ca1caccea7681519502 -RMD160 (hyperestraier-1.2.3.tar.gz) = 9fbb830fb5837df37b0059964495918896535012 -Size (hyperestraier-1.2.3.tar.gz) = 790162 bytes +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 (patch-aa) = 87dbcfd75617d7fcf6d7c66644bb09dd7abc4c72 SHA1 (patch-ab) = 0202379ccca5f7fff4b74e745c560a204b9be3fe |