NOTICE: This package has been removed from pkgsrc

./wip/tc-svn, 2-stroke non associative direct input for Kanji

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.99.1nb20160924, Package name: tc-2.99.1nb20160924, Maintainer: makoto

TC2 provides T-Code and TUT-Code input methods for Emacs users. T-Code
and TUT-Code are called "Kanji Direct Input Method", and designed to be
more efficient Japanese input method than Kana-Kanji translation.

For more infomation, please look into these web sites.
T-Code -> http://openlab.ring.gr.jp/tcode/index.html
-> http://groups.google.com/group/tcode
TUT-Code -> http://www.crew.sfc.keio.ac.jp/~chk/


Required to run:
[editors/emacs24]

Required to build:
[devel/subversion-base]

Version history: (Expand)


CVS history: (Expand)


   2013-01-13 13:15:47 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Fix typo on comment line in patch file.

   2012-10-07 19:17:20 by Aleksej Saushev | Files touched by this commit (44)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-09-25 09:47:49 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Not only emacs24, but also emacs23 (and 25) need conversion of char set of \ 
bushu.el (see recent bulkbuild on 09/25).

   2012-08-17 07:20:14 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
Fix obsolete function (unread-command-char) -> unread-command-events problem.

   2012-08-07 03:15:22 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Add (was missing) SUBST_MESSAGE, re-order some assignment lines

   2012-08-06 16:58:41 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
One line left as old version, fix.

   2012-08-06 05:58:25 by Makoto Fujiwara | Files touched by this commit (4)
Log message:
The part of previous commit, excluding tc-pre.el from byte-compile list,
has side effect resulting 'Table corrupted at line 1' type problem.
Revert to include tc-pre.el in byte-compiled list
(This make funny result 'tcode-version' is saying 2.3.1, but it is 
not harmfull for the functioning).
   2012-08-05 17:01:05 by Makoto Fujiwara | Files touched by this commit (7)
Log message:
Upstream bumped the version 2.3.1 to 3.0, 
but it is really 3.0pre. So we set PKGVERSION as 2.99.1.
(1) Makefile
      Bump version 2.3.1 to 2.99.1
(2) PLIST
      Have ${PKGVERSION} in PLIST
(3) patch-configure.{in,.ac}
      Rename patch-configure.in to patch-configure.ac
      to follow upstream change (actually delete and add).
(4) patches/patch-lisp_Makefile.{am,in}
     In tc-pre.el, following line set the version name.
      (defconst tcode-version "3.0")
     But at byte-compile, if older version like 2.3.1 
     is installed already, the old constant is honored
     and tc-pre.elc has 2.3.1 for tcode-version.
    As a work around, tc-pre is excluded for byte compile list.