./inputmethod/canna, Kana-Kanji conversion system (meta-package)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.7pl3, Package name: Canna-3.7pl3, Maintainer: tsutsui

Canna is a Japanese input method server/client. Canna supports
Emacs/Mule (Multi-lingual extension Emacs), kinput2 X11 input methods,
cannum front end, and some others.


Required to run:
[inputmethod/canna-server] [inputmethod/canna-dict]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 1233.462 KB

Version history: (Expand)


CVS history: (Expand)


   2025-11-27 08:00:58 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message: canna: update HOMEPAGE 
   2021-10-26 12:49:47 by Nia Alarie | Files touched by this commit (147)
Log message: inputmethod: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (possibly fetched conditionally?): ./inputmethod/anthy/distinfo 2ch.t ./inputmethod/anthy/distinfo okinawa-20090801.t 
   2021-10-07 16:19:53 by Nia Alarie | Files touched by this commit (148)
Log message: inputmethod: Remove SHA1 hashes for distfiles 
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message: all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually. 
   2018-03-23 05:43:36 by Rin Okuyama | Files touched by this commit (3)
Log message: Fix buffer over run in mkdic, found by stack protector. Bump PKGREVISION for Canna-server. 
   2017-08-08 07:47:25 by Johnny C. Lam | Files touched by this commit (1)
Log message: The Canna-* packages require the "makedepend" tool to configure. 
   2017-07-22 19:53:16 by Maya Rashish | Files touched by this commit (2)
Log message: Don't include machine/ansi.h on fbsd and os x which removed it. do include sys/_types.h on freebsd because gcc does in the identical fragment of code that it contains. 
   2017-07-22 19:44:40 by Maya Rashish | Files touched by this commit (2)
Log message: Don't provide a declaration of fgets and gets in a function. stdio.h is enough. fixes build failure with ssp/fortify