pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/anthy Update anthy to 9100h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ae06037874c
branches:  trunk
changeset: 396811:3ae06037874c
user:      taya <taya%pkgsrc.org@localhost>
date:      Mon Aug 03 23:30:06 2009 +0000

description:
Update anthy to 9100h.
Patch provided by YAMASHIRO Jun in PR 41805.

Changelog for Anthy:
* Update kana-kanji dictionary(9100b, 9100d, 9100e, 9100g).
* Improbed for stability(9100g).
* Bugfixes

Changelog for pkgsrc
* Update optional dictionary: okinawa-20090801.t

diffstat:

 inputmethod/anthy/Makefile.common |   8 +++++---
 inputmethod/anthy/distinfo        |  14 +++++++-------
 inputmethod/anthy/options.mk      |   6 +++---
 3 files changed, 15 insertions(+), 13 deletions(-)

diffs (59 lines):

diff -r b4de5dac3a93 -r 3ae06037874c inputmethod/anthy/Makefile.common
--- a/inputmethod/anthy/Makefile.common Mon Aug 03 22:35:45 2009 +0000
+++ b/inputmethod/anthy/Makefile.common Mon Aug 03 23:30:06 2009 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile.common,v 1.7 2007/08/30 20:19:45 wiz Exp $
+# $NetBSD: Makefile.common,v 1.8 2009/08/03 23:30:06 taya Exp $
+# used by inputmethod/anthy/Makefile
+# used by inputmethod/anthy-elisp/Makefile
 
-ANTHY_VERSION= 9100
+ANTHY_VERSION= 9100h
 DISTNAME=      anthy-${ANTHY_VERSION}
 CATEGORIES=    inputmethod
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE_JP:=anthy/26131/}
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE_JP:=anthy/37536/}
 DISTFILES=     ${DISTNAME}.tar.gz
 
 DISTINFO_FILE= ${.CURDIR}/../../inputmethod/anthy/distinfo
diff -r b4de5dac3a93 -r 3ae06037874c inputmethod/anthy/distinfo
--- a/inputmethod/anthy/distinfo        Mon Aug 03 22:35:45 2009 +0000
+++ b/inputmethod/anthy/distinfo        Mon Aug 03 23:30:06 2009 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.10 2007/08/30 20:19:45 wiz Exp $
+$NetBSD: distinfo,v 1.11 2009/08/03 23:30:06 taya Exp $
 
 SHA1 (2ch.t) = 2160d7b0079e2c1a14093da968f34e7f8dbc07c2
 RMD160 (2ch.t) = b05902485829eebb4e09c554f095275f5278dd8b
 Size (2ch.t) = 142157 bytes
-SHA1 (anthy-9100.tar.gz) = 2e49613de5f85a42e15d8281ee47668d85d8a2a1
-RMD160 (anthy-9100.tar.gz) = 0ef5c84429cb5a9641f1a0a6e88c065f2ab25688
-Size (anthy-9100.tar.gz) = 4069385 bytes
-SHA1 (okinawa-20070717.t) = 4f90271591fc97a069c971997a91e3b87b6bb828
-RMD160 (okinawa-20070717.t) = 52da8e7e68f213190d6395de6181229d513328bb
-Size (okinawa-20070717.t) = 158199 bytes
+SHA1 (anthy-9100h.tar.gz) = bfea9e74e208c4b976b6bd7ac6784cd290c636fd
+RMD160 (anthy-9100h.tar.gz) = 6ddb26c0a47daf2f765b2973817cfbe84fa85606
+Size (anthy-9100h.tar.gz) = 4446148 bytes
+SHA1 (okinawa-20090801.t) = 60026d16c85e35053169f40175b504cee749e7d9
+RMD160 (okinawa-20090801.t) = 6def11412277a1fadefa74ddbc98058e5c13540b
+Size (okinawa-20090801.t) = 165520 bytes
diff -r b4de5dac3a93 -r 3ae06037874c inputmethod/anthy/options.mk
--- a/inputmethod/anthy/options.mk      Mon Aug 03 22:35:45 2009 +0000
+++ b/inputmethod/anthy/options.mk      Mon Aug 03 23:30:06 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2007/08/30 20:19:45 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2009/08/03 23:30:06 taya Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.anthy
 PKG_SUPPORTED_OPTIONS= anthy-2ch-dict anthy-okinawa-dict
@@ -16,7 +16,7 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Manthy-okinawa-dict)
-OKIDIC_VERSION=                        okinawa-20070717
+OKIDIC_VERSION=                        okinawa-20090801
 DISTFILES+=                    ${OKIDIC_VERSION}.t
-SITES.${OKIDIC_VERSION}.t+=    http://www.ofug.net/~yamajun/files/
+SITES.${OKIDIC_VERSION}.t+=    http://www.ofug.net/~yamajun/files/o-dic/
 .endif



Home | Main Index | Thread Index | Old Index