diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hyperestraier/Makefile | 4 | ||||
-rw-r--r-- | textproc/hyperestraier/PLIST | 7 | ||||
-rw-r--r-- | textproc/hyperestraier/distinfo | 10 | ||||
-rw-r--r-- | textproc/hyperestraier/patches/patch-aa | 8 |
4 files changed, 15 insertions, 14 deletions
diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile index 4d3e2cd5c80..ea459cf0bf0 100644 --- a/textproc/hyperestraier/Makefile +++ b/textproc/hyperestraier/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2005/11/02 04:15:10 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2006/01/11 18:26:59 wiz Exp $ -DISTNAME= hyperestraier-1.0.3 +DISTNAME= hyperestraier-1.1.2 CATEGORIES= japanese textproc www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/} diff --git a/textproc/hyperestraier/PLIST b/textproc/hyperestraier/PLIST index 0475b62aef0..0bb6aad1cd0 100644 --- a/textproc/hyperestraier/PLIST +++ b/textproc/hyperestraier/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/11/02 04:15:10 minskim Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/01/11 18:26:59 wiz Exp $ bin/estcall bin/estcmd bin/estconfig @@ -11,8 +11,8 @@ include/estnode.h include/estraier.h lib/libestraier.a lib/libestraier.so -lib/libestraier.so.6 -lib/libestraier.so.6.3.0 +lib/libestraier.so.8 +lib/libestraier.so.8.1.0 lib/pkgconfig/hyperestraier.pc libexec/estseek.cgi share/hyperestraier/COPYING @@ -207,6 +207,7 @@ share/hyperestraier/filter/estfxasis share/hyperestraier/filter/estfxmantotxt share/hyperestraier/filter/estfxmsotohtml share/hyperestraier/filter/estfxpdftohtml +share/hyperestraier/filter/estwnetxpnd share/hyperestraier/increm/estseek-form.html share/hyperestraier/increm/estseek-frame.html share/hyperestraier/locale/ja/estseek.conf diff --git a/textproc/hyperestraier/distinfo b/textproc/hyperestraier/distinfo index 2f23889e18e..4e2430c1d85 100644 --- a/textproc/hyperestraier/distinfo +++ b/textproc/hyperestraier/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2005/11/02 04:15:10 minskim Exp $ +$NetBSD: distinfo,v 1.3 2006/01/11 18:26:59 wiz Exp $ -SHA1 (hyperestraier-1.0.3.tar.gz) = 471f669e0c17f79a37e2734d07e2a04ddcb07ba8 -RMD160 (hyperestraier-1.0.3.tar.gz) = 8c6c2d239bfca474a8a0597324188ce58720e55b -Size (hyperestraier-1.0.3.tar.gz) = 699328 bytes -SHA1 (patch-aa) = ddc07c7acc2a18110772aa24e6e60b4d494594d1 +SHA1 (hyperestraier-1.1.2.tar.gz) = 9c49418ff1c5d6fba4e6286297df3d4540219041 +RMD160 (hyperestraier-1.1.2.tar.gz) = 2133f6191e86b2a37fe4fde7a62d94b7e4df5ba4 +Size (hyperestraier-1.1.2.tar.gz) = 735801 bytes +SHA1 (patch-aa) = 4505be918c6ee0c59c7331a09adbe5dc320d76c3 SHA1 (patch-ab) = 6c862f34f0cc0343877ddc44464f5e3bb1892785 diff --git a/textproc/hyperestraier/patches/patch-aa b/textproc/hyperestraier/patches/patch-aa index 93d5273e97b..7ed34fb7efb 100644 --- a/textproc/hyperestraier/patches/patch-aa +++ b/textproc/hyperestraier/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/10/23 19:13:44 minskim Exp $ +$NetBSD: patch-aa,v 1.2 2006/01/11 18:26:59 wiz Exp $ ---- configure.orig 2005-10-21 15:21:58.000000000 +0900 +--- configure.orig 2005-12-16 11:48:26.000000000 +0900 +++ configure -@@ -2660,7 +2660,7 @@ if test "${ac_cv_lib_pthread_main+set}" +@@ -2743,7 +2743,7 @@ if test "${ac_cv_lib_pthread_main+set}" echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/10/23 19:13:44 minskim Exp $ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -2713,7 +2713,9 @@ fi +@@ -2796,7 +2796,9 @@ fi echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_main" >&5 echo "${ECHO_T}$ac_cv_lib_pthread_main" >&6 if test $ac_cv_lib_pthread_main = yes; then |