diff options
author | wiz <wiz@pkgsrc.org> | 2006-04-27 19:39:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-04-27 19:39:11 +0000 |
commit | 8210590a66151612a113ab0baa904cd52b50cc53 (patch) | |
tree | 142293fa366eb270fe8159616bfa109e157db6cf /textproc | |
parent | c0d13609503672755f45b4702c6bbbe79db15c9d (diff) | |
download | pkgsrc-8210590a66151612a113ab0baa904cd52b50cc53.tar.gz |
Update to 1.2.3, provided by OBATA Akio in PR 33252:
2006-04-20 Mikio Hirabayashi
* estraier.c (est_db_edit_doc): a bug of ID assignment was fixed.
* estraier.c (est_db_get_doc_attr): attribute indexes were to be used.
* estraier.c (est_regex_new): case insensitive mode was added.
* estnode.c (est_url_shuttle): a bug when "resbody" was null was fixed.
* estwaver.c: new file.
* wavermod.c: new file.
* Makefile.in: a bug about compilation on Mac OS X was fixed.
- Release: 1.2.3
2006-04-15 Mikio Hirabayashi
* estraier.c (est_check_strand, est_check_stror): checking rules
were changed.
* estraier.c (est_search_union): a bug about memory allocation with
regex was fixed.
* estraier.c (est_check_stroreq): new function.
* estmaster.c (startup): "attrindex" attribute was added.
* mastermod.c (log_rotate): new function.
* estcmd.c (runcreate, runput, rungather): "-tr" option was added.
- Release: 1.2.2
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hyperestraier/Makefile | 6 | ||||
-rw-r--r-- | textproc/hyperestraier/PLIST | 4 | ||||
-rw-r--r-- | textproc/hyperestraier/distinfo | 10 | ||||
-rw-r--r-- | textproc/hyperestraier/patches/patch-ab | 6 |
4 files changed, 13 insertions, 13 deletions
diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile index 7cd9597cffd..b3e4bd8c0d9 100644 --- a/textproc/hyperestraier/Makefile +++ b/textproc/hyperestraier/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2006/04/11 21:27:57 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2006/04/27 19:39:11 wiz Exp $ -DISTNAME= hyperestraier-1.2.1 +DISTNAME= hyperestraier-1.2.3 CATEGORIES= japanese textproc www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/} @@ -13,7 +13,7 @@ USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE= hyperestraier.pc.in TEST_TARGET= check -BUILDLINK_API_DEPENDS.qdbm+= qdbm>=1.8.48 +BUILDLINK_API_DEPENDS.qdbm+= qdbm>=1.8.49 .include "../../archivers/bzip2/buildlink3.mk" .include "../../archivers/lzo/buildlink3.mk" diff --git a/textproc/hyperestraier/PLIST b/textproc/hyperestraier/PLIST index 34802fabb43..3989a2b6421 100644 --- a/textproc/hyperestraier/PLIST +++ b/textproc/hyperestraier/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2006/04/11 21:27:57 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/04/27 19:39:11 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.6.0 +lib/libestraier.so.8.8.0 lib/pkgconfig/hyperestraier.pc libexec/estseek.cgi man/man1/estcall.1 diff --git a/textproc/hyperestraier/distinfo b/textproc/hyperestraier/distinfo index 0e0758aefca..f759929351d 100644 --- a/textproc/hyperestraier/distinfo +++ b/textproc/hyperestraier/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2006/04/11 21:27:57 wiz Exp $ +$NetBSD: distinfo,v 1.8 2006/04/27 19:39:11 wiz Exp $ -SHA1 (hyperestraier-1.2.1.tar.gz) = e1aad3d5c1bdd758c2f118fa54450e8eccfa6129 -RMD160 (hyperestraier-1.2.1.tar.gz) = 2a157a685b1df8e4e8d1c9f093c447e3a188951c -Size (hyperestraier-1.2.1.tar.gz) = 775636 bytes +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 (patch-aa) = 87dbcfd75617d7fcf6d7c66644bb09dd7abc4c72 -SHA1 (patch-ab) = 6c862f34f0cc0343877ddc44464f5e3bb1892785 +SHA1 (patch-ab) = 0202379ccca5f7fff4b74e745c560a204b9be3fe diff --git a/textproc/hyperestraier/patches/patch-ab b/textproc/hyperestraier/patches/patch-ab index 93f5a58d3db..35589cedf8b 100644 --- a/textproc/hyperestraier/patches/patch-ab +++ b/textproc/hyperestraier/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.1.1.1 2005/10/23 19:13:44 minskim Exp $ +$NetBSD: patch-ab,v 1.2 2006/04/27 19:39:11 wiz Exp $ ---- Makefile.in.orig 2005-10-20 23:22:27.000000000 -0700 +--- Makefile.in.orig 2006-04-21 02:23:49.000000000 +0900 +++ Makefile.in -@@ -59,7 +59,7 @@ CPPFLAGS = -I. -I$(HOME)/include -I/usr/ +@@ -58,7 +58,7 @@ CPPFLAGS = -I. -I$(HOME)/include -I/usr/ -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 \ -DPIC=1 -D_REENTRANT=1 @MYDEFS@ CFLAGS = @MYCFLAGS@ |