diff options
author | taya <taya@pkgsrc.org> | 2009-08-03 23:30:06 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2009-08-03 23:30:06 +0000 |
commit | 8bc12d30c38b76463096d67b3fe6121a8f0496a9 (patch) | |
tree | 02b727431e3802f1b8c51f75c544ec4c99c2162c /inputmethod | |
parent | 234da360b76331c3835736e9674f1729e9838b5a (diff) | |
download | pkgsrc-8bc12d30c38b76463096d67b3fe6121a8f0496a9.tar.gz |
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 (limited to 'inputmethod')
-rw-r--r-- | inputmethod/anthy/Makefile.common | 8 | ||||
-rw-r--r-- | inputmethod/anthy/distinfo | 14 | ||||
-rw-r--r-- | inputmethod/anthy/options.mk | 6 |
3 files changed, 15 insertions, 13 deletions
diff --git a/inputmethod/anthy/Makefile.common b/inputmethod/anthy/Makefile.common index 15ecfdfc4ff..97dbfdc9531 100644 --- a/inputmethod/anthy/Makefile.common +++ b/inputmethod/anthy/Makefile.common @@ -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 --git a/inputmethod/anthy/distinfo b/inputmethod/anthy/distinfo index a81567b8fa0..edebedaa73e 100644 --- a/inputmethod/anthy/distinfo +++ b/inputmethod/anthy/distinfo @@ -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 --git a/inputmethod/anthy/options.mk b/inputmethod/anthy/options.mk index 77fdcf62384..ca97ca21725 100644 --- a/inputmethod/anthy/options.mk +++ b/inputmethod/anthy/options.mk @@ -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 @@ SITES.2ch.t+= http://omaemona.sourceforge.net/packages/Zisyo/ .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 |