Path to this page:
./
wip/tc-git,
2-stroke non associative direct input for Kanji
Branch: CURRENT,
Version: 2.99.3,
Package name: tc-2.99.3,
Maintainer: makotoTC2 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/emacs26]
Required to build:[
print/web2c] [
devel/git-base] [
pkgtools/cwrappers]
Master sites:
Filesize: 1089.646 KB
Version history: (Expand)
- (2024-07-05) Updated to version: tc-2.99.3
- (2023-02-13) Updated to version: tc-2.99.3nb20230213
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Updated to version: tc-2.99.3nb20200929
- (2020-09-29) Package deleted from pkgsrc
CVS history: (Expand)
2014-10-08 05:57:37 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Putting @ ahead of command (like @echo) is only valid when it is single
line Makefile recipe. If it is inside of shell script (of Makefile recipe),
we will get '@echo not found'. Sorry, it's long been a problem. Now fixed.
|
2014-02-24 11:00:02 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add note for LANG=ja_JP.UTF-8 for recent emacs.
|
2014-02-23 16:34:48 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(1) Convert one SUBST_CLASS to REPLACE_PERL
(2) Add another SUBST_CLASS in the hope to solve following problem,
/usr/pkg/bin/emacs -q -no-site-file -batch -l texinfmt -f \
batch-texinfo-format -I .;)
>> /export/CHROOT/usr/pkgsrc/wip/tc-git/work/tc/doc/-I does not exist!
But this problem doesn not always happen.
|
2014-02-21 03:05:02 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(1) patches/patch-etc_Makefile.in
This was NOT really necessary
(2) patches/patch-etc_Makefile.am
Make patch size smaller (or make it easy to figure out).
Add one line comment to indicate bushu.rev compilation
(3) Makefile
This packages some times stalls with
... Saving file /WRKOBJDIR/wip/tc-git/work/tc/etc/bushu.rev...
Put following line
+MAKE_JOBS_SAFE= no
|
2013-12-23 04:13:49 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(kill-emacs) is not necessay (or even harmfull).
|
2013-12-21 04:20:16 by Makoto Fujiwara | Files touched by this commit (4) |
Log message:
(1) Add web2c for BUILD_DEPENDS (texinfo processing)
(2) Add patches/patch-etc_mk-bdic to modify mk-bdic elisp
to be function shape (otherwise it stalls after completion)
(3) to call mk-bdic correctly, etc/Makefile.am also modified
|
2013-12-15 15:21:09 by Makoto Fujiwara | Files touched by this commit (5) |
Log message:
(pkgsrc)
Makefile
Bump version 2.99.2 to 2.99.3
patches/patch-lisp_tc-recover.el
New file. Only for building on Emacs21-22 to provide the function
coding-system-from-name
patches/patch-BATCH-SORT
load above created new function
patches/patch-lisp_eelll.el
Fix char width
- (insert " ") <--- two byte char whited out
+ (insert " ") <--- two byte char whited out
Fix for obsolete function:
- (insert (char-to-string last-command-char)))
+ (insert (char-to-string last-command-event)))
patches/patch-etc_Makefile.am
Fix typo on comment line
|
2013-11-22 09:30:18 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(1) Add makeinfo to USE_TOOLS
(2) correct patch to avoid following message:
etc/Makefile.am:20: error: '#' comment at start of rule is unportable
|