pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/anthy Update to 7100b, provided by Yamashi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eeaa6b1ba5af
branches:  trunk
changeset: 506932:eeaa6b1ba5af
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 23 23:08:47 2006 +0000

description:
Update to 7100b, provided by Yamashiro, Jun in PR 32091.
Changelog:
* Change Japanese Kana-Kanji conversion algorithm.
* Add placename dictonary.
* Add (Japanese)Zipcode to placename converter dictionary.
* Add English README file(${PREFIX}/share/doc/anthy/README.en).
* Update Okinawa Dictionary(optional).

diffstat:

 inputmethod/anthy/Makefile        |  19 +++++++++++--------
 inputmethod/anthy/Makefile.common |   6 +++---
 inputmethod/anthy/PLIST           |  16 ++++------------
 inputmethod/anthy/distinfo        |  14 +++++++-------
 4 files changed, 25 insertions(+), 30 deletions(-)

diffs (122 lines):

diff -r 6e26f03cbe6e -r eeaa6b1ba5af inputmethod/anthy/Makefile
--- a/inputmethod/anthy/Makefile        Mon Jan 23 23:06:26 2006 +0000
+++ b/inputmethod/anthy/Makefile        Mon Jan 23 23:08:47 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/10/05 13:29:50 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2006/01/23 23:08:47 wiz Exp $
 
 .include       "../../inputmethod/anthy/Makefile.common"
 
@@ -30,20 +30,22 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mokinawa_dict)
-DISTFILES+=                    okinawa-20050607.t
-SITES_okinawa-20050607.t+=     http://www.ofug.net/~yamajun/files/
+OKIDIC_VERSION=                        okinawa-20051104
+DISTFILES+=                    ${OKIDIC_VERSION}.tar.gz
+EXTRACT_ONLY+=                 ${OKIDIC_VERSION}.tar.gz
+SITES_${OKIDIC_VERSION}.tar.gz+=       http://www.ofug.net/~yamajun/files/
 .endif
 
 post-patch:
 .if !empty(PKG_OPTIONS:M2ch_dict)
        ${CP} ${DISTDIR}/2ch.t ${WRKSRC}/mkanthydic
-       @printf '/^EXTRA_DICS\ns/$$/ 2ch.t/\nwq\n' | \
-               ed -s ${WRKSRC}/mkanthydic/Makefile.in
+       @${PRINTF} "/read @top_srcdir@\\\\/mkanthydic\\\\/placename.t\na\nread @top_srcdir@/mkanthydic/2ch.t\n.\nw\n" | \
+       ed -s ${WRKSRC}/mkanthydic/dict.args.in
 .endif
 .if !empty(PKG_OPTIONS:Mokinawa_dict)
-       ${CP} ${DISTDIR}/okinawa-20050607.t ${WRKSRC}/mkanthydic
-       @printf '/^EXTRA_DICS\ns/$$/ okinawa-20050607.t/\nwq\n' | \
-               ed -s ${WRKSRC}/mkanthydic/Makefile.in
+       ${CP} ${WRKDIR}/${OKIDIC_VERSION}/okinawa.t ${WRKSRC}/mkanthydic
+       @${PRINTF} "/read @top_srcdir@\\\\/mkanthydic\\\\/placename.t\na\nread @top_srcdir@/mkanthydic/okinawa.t\n.\nw\n" | \
+       ed -s ${WRKSRC}/mkanthydic/dict.args.in
 .endif
 
 post-install:
@@ -52,5 +54,6 @@
        ${INSTALL_DATA} ${WRKSRC}/doc/ELISP ${PREFIX}/share/doc/anthy
        ${INSTALL_DATA} ${WRKSRC}/doc/GUIDE.english ${PREFIX}/share/doc/anthy
        ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/anthy
+       ${INSTALL_DATA} ${WRKSRC}/README.en ${PREFIX}/share/doc/anthy
 
 .include "../../mk/bsd.pkg.mk"
diff -r 6e26f03cbe6e -r eeaa6b1ba5af inputmethod/anthy/Makefile.common
--- a/inputmethod/anthy/Makefile.common Mon Jan 23 23:06:26 2006 +0000
+++ b/inputmethod/anthy/Makefile.common Mon Jan 23 23:08:47 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.4 2006/01/21 12:00:20 rxg Exp $
+# $NetBSD: Makefile.common,v 1.5 2006/01/23 23:08:47 wiz Exp $
 
-ANTHY_VERSION= 6700b
+ANTHY_VERSION= 7100b
 DISTNAME=      anthy-${ANTHY_VERSION}
 CATEGORIES=    inputmethod
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE_JP:=anthy/15414/}
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE_JP:=anthy/17231/}
 DISTFILES=     ${DISTNAME}.tar.gz
 
 DISTINFO_FILE= ${.CURDIR}/../../inputmethod/anthy/distinfo
diff -r 6e26f03cbe6e -r eeaa6b1ba5af inputmethod/anthy/PLIST
--- a/inputmethod/anthy/PLIST   Mon Jan 23 23:06:26 2006 +0000
+++ b/inputmethod/anthy/PLIST   Mon Jan 23 23:08:47 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2005/03/03 15:34:08 taya Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/01/23 23:08:47 wiz Exp $
 bin/anthy-agent
 bin/anthy-dic-tool
 etc/anthy-conf
@@ -9,24 +9,16 @@
 lib/libanthydic.la
 lib/libanthyinput.la
 lib/pkgconfig/anthy.pc
-share/anthy/a.depword
-share/anthy/ajv.depword
+share/anthy/anthy.dep
 share/anthy/anthy.dic
-share/anthy/av.depword
-share/anthy/conjugate.depword
-share/anthy/conjugate.table
 share/anthy/dic-tool-usage.txt
-share/anthy/fix.depword
-share/anthy/indepword.txt
-share/anthy/master.depword
-share/anthy/noun-variant.depword
-share/anthy/noun.depword
 share/anthy/typetab
-share/anthy/v.depword
+share/anthy/zipcode.t
 share/doc/anthy/DICUTIL
 share/doc/anthy/ELISP
 share/doc/anthy/GUIDE.english
 share/doc/anthy/README
+share/doc/anthy/README.en
 @dirrm share/doc/anthy
 @dirrm share/anthy
 @dirrm include/anthy
diff -r 6e26f03cbe6e -r eeaa6b1ba5af inputmethod/anthy/distinfo
--- a/inputmethod/anthy/distinfo        Mon Jan 23 23:06:26 2006 +0000
+++ b/inputmethod/anthy/distinfo        Mon Jan 23 23:08:47 2006 +0000
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.7 2005/09/05 15:00:09 taya Exp $
+$NetBSD: distinfo,v 1.8 2006/01/23 23:08:47 wiz Exp $
 
-SHA1 (anthy-6700b.tar.gz) = 19e53a9c41497ef2949e23851999ed72fd211e83
-RMD160 (anthy-6700b.tar.gz) = 02815a1ec441b46e75cf34c1effb2a967b0b8331
-Size (anthy-6700b.tar.gz) = 2218622 bytes
+SHA1 (anthy-7100b.tar.gz) = c7aad6ea0e6dc462be3926052a538b88ac2e4aee
+RMD160 (anthy-7100b.tar.gz) = 62de300bf50f727672f63109fd409b7cbdbb5572
+Size (anthy-7100b.tar.gz) = 3359606 bytes
 SHA1 (2ch.t) = 2160d7b0079e2c1a14093da968f34e7f8dbc07c2
 RMD160 (2ch.t) = b05902485829eebb4e09c554f095275f5278dd8b
 Size (2ch.t) = 142157 bytes
-SHA1 (okinawa-20050607.t) = 50f9524e5f11240cbc486c32eb86fcc1a3075e6f
-RMD160 (okinawa-20050607.t) = 6ee9adeaddb0c62c6a4741761d14932603ee7a81
-Size (okinawa-20050607.t) = 150145 bytes
+SHA1 (okinawa-20051104.tar.gz) = cb42ef43b36680661cd90cb39c1ccde13ec0a115
+RMD160 (okinawa-20051104.tar.gz) = 6abaea3d0508d376d09628b483a609f32bf694eb
+Size (okinawa-20051104.tar.gz) = 52191 bytes
 SHA1 (patch-aa) = 79816563a3d1ff853bc1edcbfee7e22ae2e26991



Home | Main Index | Thread Index | Old Index