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 6300.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cadd8ea477c3
branches: trunk
changeset: 490132:cadd8ea477c3
user: taya <taya%pkgsrc.org@localhost>
date: Thu Mar 03 15:34:08 2005 +0000
description:
Update anthy to 6300.
ChangeLog:
* cannadic/ update to cannadic-0.95c
* src/splitter/commit.c fix mis-computation of segment length which
can cause out of array bound access
* use Hidden Markov Model to find segment boundary.
diffstat:
inputmethod/anthy/Makefile | 5 +++--
inputmethod/anthy/Makefile.common | 6 +++---
inputmethod/anthy/PLIST | 3 ++-
inputmethod/anthy/buildlink3.mk | 18 ++++++++++++++++++
inputmethod/anthy/distinfo | 11 +++++++----
5 files changed, 33 insertions(+), 10 deletions(-)
diffs (97 lines):
diff -r 5e2763a34a7f -r cadd8ea477c3 inputmethod/anthy/Makefile
--- a/inputmethod/anthy/Makefile Thu Mar 03 15:33:22 2005 +0000
+++ b/inputmethod/anthy/Makefile Thu Mar 03 15:34:08 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/12/28 05:35:29 taya Exp $
+# $NetBSD: Makefile,v 1.3 2005/03/03 15:34:08 taya Exp $
.include "../../inputmethod/anthy/Makefile.common"
-PKGREVISION= 1
EXTRACT_ONLY= ${DISTNAME}.tar.gz
MAINTAINER= taya%NetBSD.org@localhost
@@ -15,6 +14,8 @@
CONFIGURE_ENV+= EMACS=no
+PKGCONFIG_OVERRIDE+= anthy.pc.in
+
# Global and legacy options
.if defined(USE_2CH_DICT) && !empty(USE_2CH_DICT:M[Yy][Ee][Ss])
PKG_DEFAULT_OPTIONS+= 2ch_dict
diff -r 5e2763a34a7f -r cadd8ea477c3 inputmethod/anthy/Makefile.common
--- a/inputmethod/anthy/Makefile.common Thu Mar 03 15:33:22 2005 +0000
+++ b/inputmethod/anthy/Makefile.common Thu Mar 03 15:34:08 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.1 2004/12/28 05:40:23 taya Exp $
+# $NetBSD: Makefile.common,v 1.2 2005/03/03 15:34:08 taya Exp $
-ANTHY_VERSION= 5900
+ANTHY_VERSION= 6300
DISTNAME= anthy-${ANTHY_VERSION}
CATEGORIES= inputmethod
-MASTER_SITES= http://downloads.sourceforge.jp/anthy/12071/
+MASTER_SITES= http://downloads.sourceforge.jp/anthy/13543/
DISTFILES= ${DISTNAME}.tar.gz
DISTINFO_FILE= ${.CURDIR}/../../inputmethod/anthy/distinfo
diff -r 5e2763a34a7f -r cadd8ea477c3 inputmethod/anthy/PLIST
--- a/inputmethod/anthy/PLIST Thu Mar 03 15:33:22 2005 +0000
+++ b/inputmethod/anthy/PLIST Thu Mar 03 15:34:08 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/12/28 05:35:29 taya Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/03/03 15:34:08 taya Exp $
bin/anthy-agent
bin/anthy-dic-tool
etc/anthy-conf
@@ -8,6 +8,7 @@
lib/libanthy.la
lib/libanthydic.la
lib/libanthyinput.la
+lib/pkgconfig/anthy.pc
share/anthy/a.depword
share/anthy/ajv.depword
share/anthy/anthy.dic
diff -r 5e2763a34a7f -r cadd8ea477c3 inputmethod/anthy/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/anthy/buildlink3.mk Thu Mar 03 15:34:08 2005 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2005/03/03 15:34:08 taya Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+ANTHY_BUILDLINK3_MK:= ${ANTHY_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= anthy
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nanthy}
+BUILDLINK_PACKAGES+= anthy
+
+.if !empty(ANTHY_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.anthy+= anthy>=6300
+BUILDLINK_PKGSRCDIR.anthy?= ../../inputmethod/anthy
+.endif # ANTHY_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r 5e2763a34a7f -r cadd8ea477c3 inputmethod/anthy/distinfo
--- a/inputmethod/anthy/distinfo Thu Mar 03 15:33:22 2005 +0000
+++ b/inputmethod/anthy/distinfo Thu Mar 03 15:34:08 2005 +0000
@@ -1,9 +1,12 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 21:00:35 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/03/03 15:34:08 taya Exp $
-SHA1 (anthy-5900.tar.gz) = 2f7cc9d4077d733d88859fc643203b68d35b7308
-RMD160 (anthy-5900.tar.gz) = b4d0377885edef41358dcd34b1a753187ccfc379
-Size (anthy-5900.tar.gz) = 1566783 bytes
+SHA1 (anthy-6300.tar.gz) = bce93631d3249aa551f708bcb9b4724b26f71a70
+RMD160 (anthy-6300.tar.gz) = d6bdad88e15ef4edb0ead94dd65c14295dd9e53e
+Size (anthy-6300.tar.gz) = 2020760 bytes
SHA1 (2ch.t) = 2160d7b0079e2c1a14093da968f34e7f8dbc07c2
+RMD160 (2ch.t) = b05902485829eebb4e09c554f095275f5278dd8b
Size (2ch.t) = 142157 bytes
SHA1 (okinawa-20041220.t) = 2dc67628363dfe087dae4a70ef5517c989ed7644
+RMD160 (okinawa-20041220.t) = dedf4d4725cf31114ff68524a9df63f357cb45a8
Size (okinawa-20041220.t) = 145992 bytes
+SHA1 (patch-aa) = 79816563a3d1ff853bc1edcbfee7e22ae2e26991
Home |
Main Index |
Thread Index |
Old Index