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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42a437f1347d
branches:  trunk
changeset: 511943:42a437f1347d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 27 19:39:11 2006 +0000

description:
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:

 textproc/hyperestraier/Makefile         |   6 +++---
 textproc/hyperestraier/PLIST            |   4 ++--
 textproc/hyperestraier/distinfo         |  10 +++++-----
 textproc/hyperestraier/patches/patch-ab |   6 +++---
 4 files changed, 13 insertions(+), 13 deletions(-)

diffs (70 lines):

diff -r 9664afbd6573 -r 42a437f1347d textproc/hyperestraier/Makefile
--- a/textproc/hyperestraier/Makefile   Thu Apr 27 19:27:43 2006 +0000
+++ b/textproc/hyperestraier/Makefile   Thu Apr 27 19:39:11 2006 +0000
@@ -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 @@
 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 -r 9664afbd6573 -r 42a437f1347d textproc/hyperestraier/PLIST
--- a/textproc/hyperestraier/PLIST      Thu Apr 27 19:27:43 2006 +0000
+++ b/textproc/hyperestraier/PLIST      Thu Apr 27 19:39:11 2006 +0000
@@ -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 @@
 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 -r 9664afbd6573 -r 42a437f1347d textproc/hyperestraier/distinfo
--- a/textproc/hyperestraier/distinfo   Thu Apr 27 19:27:43 2006 +0000
+++ b/textproc/hyperestraier/distinfo   Thu Apr 27 19:39:11 2006 +0000
@@ -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 -r 9664afbd6573 -r 42a437f1347d textproc/hyperestraier/patches/patch-ab
--- a/textproc/hyperestraier/patches/patch-ab   Thu Apr 27 19:27:43 2006 +0000
+++ b/textproc/hyperestraier/patches/patch-ab   Thu Apr 27 19:39:11 2006 +0000
@@ -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@



Home | Main Index | Thread Index | Old Index