pkgsrc-WIP-changes archive

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

tc-svn: Dead upstream



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 18:26:02 2016 +0200
Changeset:	8b54735068f8f1fe66c842dab697a503f101a368

Removed Files:
	tc-svn/DESCR
	tc-svn/MESSAGE
	tc-svn/Makefile
	tc-svn/PLIST
	tc-svn/TODO
	tc-svn/distinfo
	tc-svn/options.mk
	tc-svn/patches/patch-BATCH-SORT
	tc-svn/patches/patch-bushu-util_bushu2canna
	tc-svn/patches/patch-bushu-util_where
	tc-svn/patches/patch-configure.ac
	tc-svn/patches/patch-etc_Makefile.am
	tc-svn/patches/patch-etc_Makefile.in
	tc-svn/patches/patch-etc_bushu.rev
	tc-svn/patches/patch-lisp_Makefile.am
	tc-svn/patches/patch-lisp_Makefile.in
	tc-svn/patches/patch-lisp_eelll.el
	tc-svn/patches/patch-lisp_tc-is18.el
	tc-svn/patches/patch-lisp_tc-ja-alnum.el
	tc-svn/patches/patch-lisp_tc-mazegaki.el
	tc-svn/patches/patch-lisp_tc-pre.el
	tc-svn/patches/patch-lisp_tc-sysdep.el
	tc-svn/patches/patch-lisp_tc-util.el
	tc-svn/patches/patch-lisp_tc.el
	tc-svn/patches/patch-mazegaki_Makefile.am
	tc-svn/patches/patch-mazegaki_mkcertain.pl

Log Message:
tc-svn: Dead upstream

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8b54735068f8f1fe66c842dab697a503f101a368

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tc-svn/DESCR                                |  8 ---
 tc-svn/MESSAGE                              | 14 -----
 tc-svn/Makefile                             | 82 -------------------------
 tc-svn/PLIST                                | 95 -----------------------------
 tc-svn/TODO                                 |  8 ---
 tc-svn/distinfo                             | 21 -------
 tc-svn/options.mk                           | 13 ----
 tc-svn/patches/patch-BATCH-SORT             | 53 ----------------
 tc-svn/patches/patch-bushu-util_bushu2canna | 12 ----
 tc-svn/patches/patch-bushu-util_where       | 12 ----
 tc-svn/patches/patch-configure.ac           | 33 ----------
 tc-svn/patches/patch-etc_Makefile.am        | 37 -----------
 tc-svn/patches/patch-etc_Makefile.in        | 51 ----------------
 tc-svn/patches/patch-etc_bushu.rev          | 23 -------
 tc-svn/patches/patch-lisp_Makefile.am       | 20 ------
 tc-svn/patches/patch-lisp_Makefile.in       | 23 -------
 tc-svn/patches/patch-lisp_eelll.el          | 15 -----
 tc-svn/patches/patch-lisp_tc-is18.el        | 43 -------------
 tc-svn/patches/patch-lisp_tc-ja-alnum.el    | 23 -------
 tc-svn/patches/patch-lisp_tc-mazegaki.el    | 15 -----
 tc-svn/patches/patch-lisp_tc-pre.el         | 15 -----
 tc-svn/patches/patch-lisp_tc-sysdep.el      | 77 -----------------------
 tc-svn/patches/patch-lisp_tc-util.el        | 33 ----------
 tc-svn/patches/patch-lisp_tc.el             | 82 -------------------------
 tc-svn/patches/patch-mazegaki_Makefile.am   | 21 -------
 tc-svn/patches/patch-mazegaki_mkcertain.pl  | 12 ----
 26 files changed, 841 deletions(-)

diffs:
diff --git a/tc-svn/DESCR b/tc-svn/DESCR
deleted file mode 100644
index 3eb11a4..0000000
--- a/tc-svn/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-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/
diff --git a/tc-svn/MESSAGE b/tc-svn/MESSAGE
deleted file mode 100644
index b46ac5c..0000000
--- a/tc-svn/MESSAGE
+++ /dev/null
@@ -1,14 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2011/05/24 01:46:51 makoto Exp $
-;; (1) README file in Japanese is at ${PREFIX}/share/tc/README.euc.
-;;     Please note the email address mentioned is obsolete now.
-;; (2) setup file may be at ~/.tc and the sample is at
-;;    ${PREFIX}/share/examples/tc/sample.tc
-;;
-;; (3) You may have following line in Emacs init file.
-   (set-language-environment 'Japanese)
-   (require 'tc-setup)
-;; (4)  use C-\ to toggle Japanese/Alphanumeric input
-;; (5) Info at M-x info RET mT-code RET
-;; (6) The personal setting may be at the value of tcode-data-directory.
-===========================================================================
diff --git a/tc-svn/Makefile b/tc-svn/Makefile
deleted file mode 100644
index 1b15b56..0000000
--- a/tc-svn/Makefile
+++ /dev/null
@@ -1,82 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2012/10/07 17:17:24 asau Exp $
-
-DISTNAME=		tc-2.99.1
-PKGNAME=		${EMACS_PKGNAME_PREFIX}${DISTNAME}
-PKGREVISION=		${_SVN_PKGVERSION:S/.//g}
-CATEGORIES=		inputmethod
-
-MAINTAINER=		makoto%ki.nu@localhost
-HOMEPAGE=		http://openlab.ring.gr.jp/tcode/index.html
-COMMENT=		2-stroke non associative direct input for Kanji
-# tc is in GPL2, kw is unknown for the moment
-LICENSE=		gnu-gpl-v2
-
-WRKSRC=			${WRKDIR}/tcode/tc
-INSTALLATION_DIRS=	${EMACS_INFOPREFIX} \
-			${EMACS_LISPPREFIX}/${DISTNAME} \
-			share/examples/tc
-
-EMACS_MODULES=		base
-
-# Instead of USE_TOOLS+=, avoid to conflict with autoconf
-USE_TOOLS=		aclocal automake autoconf gmake
-GNU_CONFIGURE=		YES
-
-CONFIGURE_ARGS+=	${CONFIGURE_ARGS.${EMACS_FLAVOR}}
-
-MAKEFLAGS+=		EMACS=${EMACS_BIN:Q}
-MESSAGE_SUBST+=		LISPDIR=${EMACS_LISPPREFIX:Q}
-INFO_FILES=		YES
-
-SVN_ROOT.tcode=		http://tcode.googlecode.com/svn/trunk/
-SVN_REPOSITORIES=	tcode
-
-CONFIGURE_ARGS.emacs=	--with-lispdir=${EMACS_LISPPREFIX}/${DISTNAME}
-CONFIGURE_ARGS.emacs+=	--datadir=${PREFIX}/share
-
-#.include "options.mk"
-PLIST_SUBST+=		DISTNAME=${DISTNAME}
-
-SUBST_CLASSES+=		tc
-SUBST_MESSAGE.tc=	Replacing Perl PATH (@PERL@) to ${PERL5:Q}
-SUBST_STAGE.tc=		post-configure
-SUBST_FILES.tc+=	bushu-util/bushu2canna
-SUBST_FILES.tc+=	bushu-util/where
-SUBST_FILES.tc+=	mazegaki/mkcertain.pl
-SUBST_SED.tc+=		-e s\|@PERL@\|${PERL5:Q}\|g
-
-# fix hardcoded PATH, interim solution, upstream fix may differ.
-# This edit should be applied before byte compile
-SUBST_CLASSES+=		tc-pre
-SUBST_MESSAGE.tc-pre=	Replacing tc-pre.el PATH /usr/loca/share to ${PREFIX}/share
-SUBST_STAGE.tc-pre=	pre-configure
-SUBST_FILES.tc-pre+=	lisp/tc-pre.el
-SUBST_SED.tc-pre+=	-e s\|/usr/local/share\|${PREFIX}/share\|g
-
-.include "options.mk"
-
-pre-configure:
-		( cd ${WRKSRC} && \
-		aclocal ;\
-		automake --add-missing; \
-		autoconf ; \
-		)
-# To avoid byte-compile error 'Invalid syntax ?', convert EUC-JP to UTF-8
-# Just one file is to be converted now,
-.if !empty(EMACS_TYPE:Memacs23) || !empty(EMACS_TYPE:Memacs24) || !empty(EMACS_TYPE:Memacs25)
-post-patch:
-	(cd ${WRKSRC}/lisp; \
-	for i in tc-bushu.el;  \
-	do ${MV} $$i $$i.bak; \
-	iconv -f euc-jp -t utf-8 < $$i.bak >$$i ; \
-	done )
-.endif
-
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/README    		${DESTDIR}${PREFIX}/share/tc/README.euc
-	${INSTALL_DATA} ${WRKSRC}/doc/manual.pdf	${DESTDIR}${PREFIX}/share/tc
-	${INSTALL_DATA} ${WRKSRC}/doc/sample.tc 	${DESTDIR}${PREFIX}/share/examples/tc
-
-.include "../../editors/emacs/modules.mk"
-.include "../../wip/mk/svn-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/tc-svn/PLIST b/tc-svn/PLIST
deleted file mode 100644
index 48bbecb..0000000
--- a/tc-svn/PLIST
+++ /dev/null
@@ -1,95 +0,0 @@
-@comment $NetBSD: PLIST,v 1.8 2012/08/06 03:58:26 makoto Exp $
-bin/tcinput
-info/tc.info
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/eelll.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/eelll.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-bitmap.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-bushu.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-bushu.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-complete.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-complete.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-help.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-help.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-image.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-image.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-inst.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-inst.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-is18.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-is18.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-is19.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-is19.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-is20.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-is20.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-is22.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-is22.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-ja-alnum.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-ja-alnum.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-jiscode.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-jiscode.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-mazegaki.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-mazegaki.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-mkmzdic.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-mkmzdic.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-pre.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-pre.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-setup.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-setup.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-stat.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-stat.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-sysdep.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-tbl.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-tbl.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-util.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-util.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/try-etbl.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/try-etbl.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/try-tbl.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/try-tbl.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/ttc-ltbl.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/ttc-ltbl.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/ttc-rtbl.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/ttc-rtbl.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/ttc-tbl.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/ttc-tbl.elc
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tutc-tbl.el
-${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tutc-tbl.elc
-share/examples/tc/sample.tc
-share/tc/EELLLTXT
-share/tc/EELLLTXT.tut
-share/tc/README.euc
-share/tc/bushu.expand
-share/tc/bushu.index2
-share/tc/bushu.rev
-share/tc/bushu2canna
-share/tc/ccdef.tcode
-share/tc/greece.maz
-share/tc/init.el
-share/tc/itaiji.maz
-share/tc/jukujiku.maz
-share/tc/load-path.el
-share/tc/manual.pdf
-share/tc/mazegaki.dic
-share/tc/mkcertain.pl
-share/tc/order.txt
-share/tc/parts.txt
-share/tc/pd_kihon.yom
-share/tc/skk-startup.el
-share/tc/symbol.rev
-share/tc/t1200.dat
-share/tc/t1353.dat
-share/tc/t225.dat
-share/tc/t300.dat
-share/tc/t400.dat
-share/tc/t450.dat
-share/tc/t575.dat
-share/tc/t675.dat
-share/tc/t900.dat
-share/tc/tc-bitmap-8x16
-share/tc/tc-ki2.el
-share/tc/tc-skki.el
-share/tc/tchars.txt
-share/tc/tcode.txt
-share/tc/want.txt
-share/tc/where
diff --git a/tc-svn/TODO b/tc-svn/TODO
deleted file mode 100644
index babf29a..0000000
--- a/tc-svn/TODO
+++ /dev/null
@@ -1,8 +0,0 @@
-- Upstream code includes only upto emacs 20 (?)
-  .. it is kind of beyond packaging 
-  .. and may ignore for the moment.
-  
-- Which tc-is??.el is byte-compiled depends on emacs version
-  (incremental search needs by-version caring).
-  So fix PLIST variation on emacsen 20/21/22/23/24
-  .. meaning that working emacs version detection is necessary.
diff --git a/tc-svn/distinfo b/tc-svn/distinfo
deleted file mode 100644
index fc287c0..0000000
--- a/tc-svn/distinfo
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: distinfo,v 1.13 2013/01/13 12:15:47 makoto Exp $
-
-SHA1 (patch-BATCH-SORT) = 64a390e3ca3b5031941b45489a155da67e4e59df
-SHA1 (patch-bushu-util_bushu2canna) = 9573de81b6f9ef7a225fc954b618f7905e648821
-SHA1 (patch-bushu-util_where) = 07bd3faf178ef57b9cc0afae20f56dbf83cc1d6d
-SHA1 (patch-configure.ac) = 4174e3674e2cc7dbb6daf5de56fa76f24273edf9
-SHA1 (patch-etc_Makefile.am) = b548b182497ad5e2460a2df7ee15f57d83dae71e
-SHA1 (patch-etc_Makefile.in) = ff9e1cb11444c9fcacf67fae01412f7269cfe73a
-SHA1 (patch-etc_bushu.rev) = 53259ef27da2b3e57ff9834957c8ee9b2fe4f833
-SHA1 (patch-lisp_Makefile.am) = 26ecf33fddd0eea5878ee29b2c3176a6617f5083
-SHA1 (patch-lisp_Makefile.in) = 3c23d9f35ada14e702351c717ff1fbe8bd5111db
-SHA1 (patch-lisp_eelll.el) = b443a434b0d21454a23d66be073c96d0fcad5324
-SHA1 (patch-lisp_tc-is18.el) = cee5ef79d00d36f756f650957101b91202cdfc89
-SHA1 (patch-lisp_tc-ja-alnum.el) = b407f45c48e2371c1266403409938e6ec4e0a340
-SHA1 (patch-lisp_tc-mazegaki.el) = 8bd88487ebb81269f564e4e71214e1f6bae8ded9
-SHA1 (patch-lisp_tc-pre.el) = 200e958583bfb162df6e57d45d06289813d4cdda
-SHA1 (patch-lisp_tc-sysdep.el) = 27d2463ad2d226891c4b45b47c98b2dee5056db3
-SHA1 (patch-lisp_tc-util.el) = fcf533f4fab44e100f8538346bd9953b3951d83b
-SHA1 (patch-lisp_tc.el) = a41b32fd25ed1f1c20e35dd225e9585d9ec4ef23
-SHA1 (patch-mazegaki_Makefile.am) = ee718aa68c9947f1a923dcad4211314ae219b0ce
-SHA1 (patch-mazegaki_mkcertain.pl) = d2b525316863aee93d2072b094adc45aba0fc55a
diff --git a/tc-svn/options.mk b/tc-svn/options.mk
deleted file mode 100644
index e865ef7..0000000
--- a/tc-svn/options.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: options.mk,v 1.1.1.1 2011/05/23 13:37:52 makoto Exp $
-
-PKG_OPTIONS_VAR=        PKG_OPTIONS.tc
-PKG_SUPPORTED_OPTIONS=  enable-symbol-rev
-PKG_SUGGESTED_OPTIONS=
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Menable-symbol-rev)
-# enable symbol.rev to be included in bushu.rev
-# This will get, for example,  upper arrow with UE(up) + YA(arrow)
-CONFIGURE_ARGS+=        --enable-symbol-rev
-.endif
diff --git a/tc-svn/patches/patch-BATCH-SORT b/tc-svn/patches/patch-BATCH-SORT
deleted file mode 100644
index dbc05af..0000000
--- a/tc-svn/patches/patch-BATCH-SORT
+++ /dev/null
@@ -1,53 +0,0 @@
-$NetBSD: patch-BATCH-SORT,v 1.4 2012/07/10 07:10:25 makoto Exp $
-
-New file for the function batch-sort-file,
-for sorting data file in Emacs internal code order
-from shell batch execution.
-
---- BATCH-SORT.orig	2012-04-12 23:11:23.000000000 +0900
-+++ BATCH-SORT	2012-04-12 23:16:56.000000000 +0900
-@@ -0,0 +1,44 @@
-+;;;  -*- emacs-lisp -*-
-+;;; BATCH-SORT --- 
-+
-+;; Copyright (C) 2010,2012  Makoto Fujiwara
-+
-+;; Author: Makoto Fujiwara <makoto%ki.nu@localhost>
-+;; Keywords: 
-+
-+;; This program is free software; you can redistribute it and/or modify
-+;; it under the terms of the GNU General Public License as published by
-+;; the Free Software Foundation, either version 3 of the License, or
-+;; (at your option) any later version.
-+
-+;; This program is distributed in the hope that it will be useful,
-+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-+;; GNU General Public License for more details.
-+
-+;; You should have received a copy of the GNU General Public License
-+;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
-+
-+;;; Commentary:
-+
-+;;; Code:
-+(provide 'batch-sort-file)
-+
-+(defun batch-sort-file ( )
-+  "Just sort file, important thing is: done by emacs internal code order"
-+   (interactive)
-+   (set 'in_file                            (car command-line-args-left))
-+   (set 'out_file                          (cadr command-line-args-left))
-+   (set 'in_file_coding_system        (car (cddr command-line-args-left)))
-+   (set 'out_file_coding_system  (car (cdr (cddr command-line-args-left))))
-+   (message (concat 
-+      " *** sorting `" in_file  " " in_file_coding_system 
-+      "' to `"         out_file " " out_file_coding_system 
-+      "' by internal code order"))
-+   (setq coding-system-for-read (coding-system-from-name in_file_coding_system))
-+   (insert-file-contents in_file)
-+   (sort-lines nil (point-min) (point-max))
-+   (setq coding-system-for-write (coding-system-from-name out_file_coding_system))
-+   (write-file out_file)
-+   )
-+;;; BATCH-SORT ends here
diff --git a/tc-svn/patches/patch-bushu-util_bushu2canna b/tc-svn/patches/patch-bushu-util_bushu2canna
deleted file mode 100644
index 2a22ac9..0000000
--- a/tc-svn/patches/patch-bushu-util_bushu2canna
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-bushu-util_bushu2canna,v 1.1.1.1 2011/05/23 13:37:52 makoto Exp $
-
-Interpreter fix
-
---- bushu-util/bushu2canna.orig	2011-04-14 13:36:56.000000000 +0000
-+++ bushu-util/bushu2canna
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl5
-+#!@PERL@
- 
- $target = "bushu.select";
- $target = shift if @ARGV;
diff --git a/tc-svn/patches/patch-bushu-util_where b/tc-svn/patches/patch-bushu-util_where
deleted file mode 100644
index dfcf110..0000000
--- a/tc-svn/patches/patch-bushu-util_where
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-bushu-util_where,v 1.1.1.1 2011/05/23 13:37:52 makoto Exp $
-
-Interpreter fix
-
---- bushu-util/where.orig	2011-04-14 13:36:56.000000000 +0000
-+++ bushu-util/where
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl5
-+#!@PERL@
- 
- require 5.000;
- 
diff --git a/tc-svn/patches/patch-configure.ac b/tc-svn/patches/patch-configure.ac
deleted file mode 100644
index 247ded1..0000000
--- a/tc-svn/patches/patch-configure.ac
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-configure.ac,v 1.1 2012/08/05 15:01:05 makoto Exp $
-
-Add --enable-symbol-rev for configure (by mef@)
-
---- configure.ac.orig	2011-04-16 11:35:11.000000000 +0900
-+++ configure.ac	2011-04-16 16:51:55.000000000 +0900
-@@ -35,6 +35,18 @@
-   --with-lispdir=DIR      Emacs Lisp files in DIR,
- lispdir=${withval})
- 
-+SYMBOLREV=no
-+AC_ARG_ENABLE(symbol-rev,
-+[AS_HELP_STRING([--enable-symbol-rev],
-+                [Includes symbol.rev in bushu.rev Default: none])],
-+if test "${enableval}" = "yes"; then
-+  SYMBOLREV=yes
-+else
-+  SYMBOLREV=no
-+fi
-+)
-+  AC_MSG_RESULT(checking symbol-rev .. ${SYMBOLREV})
-+
- dnl AC_ARG_WITH(makeinfo,dnl
- dnl   --with-makeinfo         Specify how to build info files,
- dnl  [ MAKEINFO="$withval" ])
-@@ -63,6 +75,7 @@
- AC_SUBST(EMACS_PACKAGE_DIR)
- AC_SUBST(MAKEINFO)
- AC_SUBST(EMACS)
-+AC_SUBST(SYMBOLREV)
- AC_SUBST(INSTALL)
- AC_SUBST(INSTALLINFO)
- INSTALL_SCRIPT=$INSTALL
diff --git a/tc-svn/patches/patch-etc_Makefile.am b/tc-svn/patches/patch-etc_Makefile.am
deleted file mode 100644
index 952eead..0000000
--- a/tc-svn/patches/patch-etc_Makefile.am
+++ /dev/null
@@ -1,37 +0,0 @@
-$NetBSD: patch-etc_Makefile.am,v 1.2 2012/04/12 09:18:24 makoto Exp $
-
-(1) To merge sybmol.rev (if configured with --enable-symbol-rev)
-(2) To sort bushu.exand by emacs-internal-code order
-(3) Please note beggining with # line seems to be important.
-    Don't remove the line without testing functionality, thanks.
-
---- etc/Makefile.am.orig	2011-04-24 20:50:27.000000000 +0900
-+++ etc/Makefile.am	2011-04-25 00:25:25.000000000 +0900
-@@ -4,11 +4,23 @@
- 
- pkgdata_DATA = $(DISTDATA) bushu.expand bushu.index2
- EXTRA_DIST = $(DISTDATA) mk-bdic
-+BATCH_SORT	= ../BATCH-SORT
-+RM		= ${RM}
- 
--bushu.expand bushu.index2: bushu.rev
--	@echo '*** compiling bushu dictionary ***'
--	@echo '*** this may take a few minutes ***'
-+bushu.expand bushu.index2: bushu.rev $(BATCH_SORT)
-+	@echo ' *** Taking care bushu.rev and sorting it'
-+	@if [ .${SYMBOLREV} = ."yes" ]; then \
-+	cat bushu.rev symbol.rev > bushu.rev.tmp ;\
-+	echo ' *** symbol.rev will be included in bushu.rev ***'; \
-+	else \
-+	mv bushu.rev bushu.rev.tmp ;\
-+	echo ' *** symbol.rev will NOT be included in bushu.rev ***'; \
-+	fi
-+	$(EMACS) -q -no-site-file -batch -l $(BATCH_SORT) -f batch-sort-file bushu.rev.tmp bushu.rev utf-8 utf-8 
-+	# $(EMACS) -q -no-site-file -batch -l $(BATCH_SORT) -f batch-sort-file bushu.rev.tmp bushu.rev utf-8 utf-8 
-+	@echo ' *** compiling bushu dictionary ***'
-+	@echo ' *** this may take a few minutes ***'
- 	$(EMACS) -q -no-site-file -batch -l $(srcdir)/mk-bdic
- 
- clean:
--	$(RM) bushu.expand bushu.index2
-+	$(RM) -f bushu.expand bushu.index2
diff --git a/tc-svn/patches/patch-etc_Makefile.in b/tc-svn/patches/patch-etc_Makefile.in
deleted file mode 100644
index bf7f37b..0000000
--- a/tc-svn/patches/patch-etc_Makefile.in
+++ /dev/null
@@ -1,51 +0,0 @@
-$NetBSD: patch-etc_Makefile.in,v 1.3 2013/01/13 12:15:47 makoto Exp $
-Supporting to add following argment for configure.
- --enable-symbol-rev 
-
---- etc/Makefile.in.orig	2012-04-12 09:42:33.000000000 +0900
-+++ etc/Makefile.in	2012-04-12 23:49:23.000000000 +0900
-@@ -117,6 +117,7 @@
- SET_MAKE = @SET_MAKE@
- SHELL = /bin/sh
- STRIP = @STRIP@
-+SYMBOLREV = @SYMBOLREV@
- TEXI2HTML = @TEXI2HTML@
- TEXI2HTML_FLAGS = @TEXI2HTML_FLAGS@
- VERSION = @VERSION@
-@@ -166,6 +167,8 @@
- DISTDATA = EELLLTXT EELLLTXT.tut bushu.rev symbol.rev tc-bitmap-8x16
- pkgdata_DATA = $(DISTDATA) bushu.expand bushu.index2
- EXTRA_DIST = $(DISTDATA) mk-bdic
-+BATCH_SORT = ../BATCH-SORT
-+RM = ${RM}
- all: all-am
- 
- .SUFFIXES:
-@@ -366,13 +369,23 @@
- 	uninstall-am uninstall-pkgdataDATA
- 
- 
--bushu.expand bushu.index2: bushu.rev
--	@echo '*** compiling bushu dictionary ***'
--	@echo '*** this may take a few minutes ***'
-+bushu.expand bushu.index2: bushu.rev $(BATCH_SORT)
-+	@echo ' *** Taking care bushu.rev and sorting it'
-+	@if [ .${SYMBOLREV} = ."yes" ]; then \
-+	cat bushu.rev symbol.rev > bushu.rev.tmp ;\
-+	echo ' *** symbol.rev will be included in bushu.rev ***'; \
-+	else \
-+	mv bushu.rev bushu.rev.tmp ;\
-+	echo ' *** symbol.rev will NOT be included in bushu.rev ***'; \
-+	fi
-+	$(EMACS) -q -no-site-file -batch -l $(BATCH_SORT) -f batch-sort-file bushu.rev.tmp bushu.rev euc-japan euc-japan 
-+	ls -l bushu.rev*
-+	@echo ' *** compiling bushu dictionary ***'
-+	@echo ' *** this may take a few minutes ***'
- 	$(EMACS) -q -no-site-file -batch -l $(srcdir)/mk-bdic
- 
- clean:
--	$(RM) bushu.expand bushu.index2
-+	$(RM) -f bushu.expand bushu.index2
- 
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/tc-svn/patches/patch-etc_bushu.rev b/tc-svn/patches/patch-etc_bushu.rev
deleted file mode 100644
index 0a3f499..0000000
--- a/tc-svn/patches/patch-etc_bushu.rev
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-etc_bushu.rev,v 1.1.1.1 2011/05/23 13:37:52 makoto Exp $
-
-Just adding few entries for combination.
-
---- etc/bushu.rev.orig	2011-04-24 20:50:27.000000000 +0900
-+++ etc/bushu.rev	2011-04-24 21:04:34.000000000 +0900
-@@ -594,6 +594,7 @@
- �岵Ш
- �楤����ұ
-+�ݽ�- ���� ���� �겦��-@@ -4184,7 +4185,7 @@
- ������- ��-����+���
- �ҩ��- ��й�- ����
diff --git a/tc-svn/patches/patch-lisp_Makefile.am b/tc-svn/patches/patch-lisp_Makefile.am
deleted file mode 100644
index aa0ef2a..0000000
--- a/tc-svn/patches/patch-lisp_Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-lisp_Makefile.am,v 1.5 2012/08/06 03:58:25 makoto Exp $
-
-(1) This patch is reference only, not actually used.
-(2) automake on this directory won't be run with usual make package
-    This may be used to generate Makefile.in file
-
---- lisp/Makefile.am.orig	2012-08-06 11:48:06.000000000 +0900
-+++ lisp/Makefile.am	2012-08-06 12:00:49.000000000 +0900
-@@ -10,9 +10,9 @@
- 	tc-inst.el tc-stat.el tc-ja-alnum.el \
- 	try-tbl.el try-etbl.el ttc-tbl.el ttc-rtbl.el ttc-ltbl.el
- 
--lisp_LISP = tc-sysdep.el $(COMMON_EL_FILES) tc-is18.el tc-is19.el tc-is20.el tc-is22.el \
-+lisp_LISP =              $(COMMON_EL_FILES) tc-is18.el tc-is19.el tc-is20.el tc-is22.el \
- 	tc-image.el tc-mkmzdic.el $(PREFILE)
--lisp_DATA = tc-bitmap.el
-+lisp_DATA = tc-bitmap.el tc-sysdep.el
- ELCFILES = compile.log
- noinst_LISP = make-elc guess tc-pre-base
- 
diff --git a/tc-svn/patches/patch-lisp_Makefile.in b/tc-svn/patches/patch-lisp_Makefile.in
deleted file mode 100644
index c198695..0000000
--- a/tc-svn/patches/patch-lisp_Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-lisp_Makefile.in,v 1.4 2012/08/06 03:58:25 makoto Exp $
-
-(1) lisp_LISP the list of *.el to be compiled
-(2) lisp_DATA not to be compiled
-
-Automake won't run on this directory, so not only Makefile.am
-but this Makefile.in should be patched the same way
-
---- lisp/Makefile.in.orig	2012-08-06 11:48:06.000000000 +0900
-+++ lisp/Makefile.in	2012-08-06 12:02:13.000000000 +0900
-@@ -213,10 +213,10 @@
- 	tc-inst.el tc-stat.el tc-ja-alnum.el \
- 	try-tbl.el try-etbl.el ttc-tbl.el ttc-rtbl.el ttc-ltbl.el
- 
--lisp_LISP = tc-sysdep.el $(COMMON_EL_FILES) tc-is18.el tc-is19.el tc-is20.el tc-is22.el \
-+lisp_LISP =              $(COMMON_EL_FILES) tc-is18.el tc-is19.el tc-is20.el tc-is22.el \
- 	tc-image.el tc-mkmzdic.el $(PREFILE)
- 
--lisp_DATA = tc-bitmap.el
-+lisp_DATA = tc-bitmap.el tc-sysdep.el 
- ELCFILES = compile.log
- noinst_LISP = make-elc guess tc-pre-base
- EXTRA_DIST = $(lisp_LISP) $(noinst_LISP) add-site-info
diff --git a/tc-svn/patches/patch-lisp_eelll.el b/tc-svn/patches/patch-lisp_eelll.el
deleted file mode 100644
index 2c99234..0000000
--- a/tc-svn/patches/patch-lisp_eelll.el
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-lisp_eelll.el,v 1.1 2012/07/30 13:50:31 makoto Exp $
-
-s/last-command-char/last-command-event/
-
---- lisp/eelll.el.orig	2012-07-30 22:24:44.000000000 +0900
-+++ lisp/eelll.el	2012-07-30 22:29:25.000000000 +0900
-@@ -1000,7 +1000,7 @@
-   (interactive)
-   (save-excursion
-     (set-buffer " *eelll: strokes*")
--    (insert (char-to-string last-command-char)))
-+    (insert (char-to-string last-command-event)))
-   (if eelll-move-cursor
-       (insert " ")))
- 
diff --git a/tc-svn/patches/patch-lisp_tc-is18.el b/tc-svn/patches/patch-lisp_tc-is18.el
deleted file mode 100644
index 18c33d3..0000000
--- a/tc-svn/patches/patch-lisp_tc-is18.el
+++ /dev/null
@@ -1,43 +0,0 @@
-$NetBSD: patch-lisp_tc-is18.el,v 1.1 2012/08/17 05:20:14 makoto Exp $
-
-tc-is18.el:290:33:Warning: `unread-command-char' is an obsolete variable (as of before 19.15); 
-use `unread-command-events' instead.  That variable is a list of events
-
---- lisp/tc-is18.el.orig	2012-08-17 13:57:57.000000000 +0900
-+++ lisp/tc-is18.el	2012-08-17 14:15:05.000000000 +0900
-@@ -136,7 +136,7 @@
-     (save-window-excursion
-       (catch 'search-done
- 	(while t
--	  (or (>= unread-command-char 0)
-+	  (or (>= unread-command-events 0)
- 	      (progn
- 		(or (input-pending-p)
- 		    (isearch-message))
-@@ -167,7 +167,7 @@
- 	    ;; Meta character means exit search.
- 	    (cond ((and (>= char 128)
- 			search-exit-option)
--		   (setq unread-command-char char)
-+		   (setq unread-command-events char)
- 		   (throw 'search-done t))
- 		  ((eq char search-exit-char)
- 		   ;; Esc means exit search normally.
-@@ -287,7 +287,7 @@
- 			       (/= char search-quote-char)
- 			       (or (= char ?\177)
- 				   (and (< char ? ) (/= char ?\t) (/= char ?\r))))
--			  (setq unread-command-char char)
-+			  (setq unread-command-events char)
- 			  (throw 'search-done t))
- 			 (t
- 			  ;; Any other character => add it to the
-@@ -584,7 +584,7 @@
- 	(if success
- 	    (setq other-end
- 		  (if forward (match-beginning 0) (match-end 0)))))
--    (quit (setq unread-command-char ?\C-g)
-+    (quit (setq unread-command-events ?\C-g)
- 	  (setq success nil))
-     (invalid-regexp (setq invalid-regexp (car (cdr lossage)))
- 		    (if (string-match "\\`Premature \\|\\`Unmatched \\|\\`Invalid "
diff --git a/tc-svn/patches/patch-lisp_tc-ja-alnum.el b/tc-svn/patches/patch-lisp_tc-ja-alnum.el
deleted file mode 100644
index c6fbfc4..0000000
--- a/tc-svn/patches/patch-lisp_tc-ja-alnum.el
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-lisp_tc-ja-alnum.el,v 1.1 2012/07/30 13:50:31 makoto Exp $
-
-s/last-command-char/last-command-event/
-
---- lisp/tc-ja-alnum.el.orig	2012-07-30 22:24:44.000000000 +0900
-+++ lisp/tc-ja-alnum.el	2012-07-30 22:29:20.000000000 +0900
-@@ -79,14 +79,14 @@
- (defun tcode-2byte-alnum-input-method (ch)
-   "The 2byte alnum input function for T-Code."
-   (setq last-command 'self-insert-command
--	last-command-char ch)
-+	last-command-event ch)
-   (list (tcode-1-to-2 ch)))
- 
- (unless (boundp 'input-method-function)
-   (defun tcode-2byte-alnum-self-insert-command (&optional arg)
-     "Translate character and insert."
-     (interactive "P")
--    (let ((ch (car (tcode-2byte-alnum-input-method last-command-char))))
-+    (let ((ch (car (tcode-2byte-alnum-input-method last-command-event))))
-       (insert (char-to-string ch))))
- 
-   ;; �ޥ��ʡ��⡼��diff --git a/tc-svn/patches/patch-lisp_tc-mazegaki.el b/tc-svn/patches/patch-lisp_tc-mazegaki.el
deleted file mode 100644
index 2f04d20..0000000
--- a/tc-svn/patches/patch-lisp_tc-mazegaki.el
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-lisp_tc-mazegaki.el,v 1.1 2012/07/30 13:50:31 makoto Exp $
-
-s/last-command-char/last-command-event/
-
---- lisp/tc-mazegaki.el.orig	2012-07-30 22:24:44.000000000 +0900
-+++ lisp/tc-mazegaki.el	2012-07-30 22:29:18.000000000 +0900
-@@ -1583,7 +1583,7 @@
- 		     (setq comp (append (cdr list) comp))
- 		     (rplacd list nil)))
- 		  ((or (= ch ?\t)
--		       (= ch last-command-char))
-+		       (= ch last-command-event))
- 		   ;; �Ƭ�θ��򤷤ƽ�λ
- 		   (insert (substring (car comp)
- 				      (length yomi-prefix) nil))
diff --git a/tc-svn/patches/patch-lisp_tc-pre.el b/tc-svn/patches/patch-lisp_tc-pre.el
deleted file mode 100644
index ecf9c0f..0000000
--- a/tc-svn/patches/patch-lisp_tc-pre.el
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-lisp_tc-pre.el,v 1.1 2012/08/06 14:58:41 makoto Exp $
-
-One line left as old version, fix.
-
---- lisp/tc-pre.el.orig	2012-08-06 23:22:57.000000000 +0900
-+++ lisp/tc-pre.el	2012-08-06 23:21:29.000000000 +0900
-@@ -95,7 +95,7 @@
- 
- ;;;; Version
- 
--(defconst tcode-version "2.3.1")
-+(defconst tcode-version "3.0")
- 
- (defun tcode-version ()
-   "T$B%3!<%IF~NO4D6-$N%P!<%8%g%s$rI=<($9$k!#(B"
diff --git a/tc-svn/patches/patch-lisp_tc-sysdep.el b/tc-svn/patches/patch-lisp_tc-sysdep.el
deleted file mode 100644
index 462da7c..0000000
--- a/tc-svn/patches/patch-lisp_tc-sysdep.el
+++ /dev/null
@@ -1,77 +0,0 @@
-$NetBSD: patch-lisp_tc-sysdep.el,v 1.5 2012/08/17 05:20:14 makoto Exp $
-(1)
- To work with emacs-24.2 or later
- You will get following error if C-s tried for incremental search.
- Symbol's function definition is void: isearch-last-command-char
- 
-(2) 24.2 or later
- convert inactivate-input-method to deactivate-input-method
-
---- lisp/tc-sysdep.el.orig	2012-08-17 13:57:57.000000000 +0900
-+++ lisp/tc-sysdep.el	2012-08-17 14:14:44.000000000 +0900
-@@ -228,7 +228,7 @@
- ;;;
- ;;; Fix incompatibilities between 18 and 19.
- ;;;
--(if (string-match "^\\(19\\|2[0123]\\)" emacs-version)
-+(if (string-match "^\\(19\\|2[0-9]\\)" emacs-version)
-     (progn
-       (defun tcode-redo-command (ch)
- 	"���� CH �򸽺ߤΥ����ޥåפǺƼ¹Ԥ���-@@ -240,13 +240,13 @@
-       ;; XEmacs
-       (or (fboundp 'isearch-last-command-char)
- 	  (defun isearch-last-command-char ()
--	    last-command-char))
-+	    last-command-event))
-       (or (boundp 'search-upper-case)
- 	  (setq search-upper-case 'not-yanks)))
-   ;; NEmacs
-   (defun tcode-redo-command (ch)
-     "���� CH �򸽺ߤΥ����ޥåפǺƼ¹Ԥ���--    (setq unread-command-char ch)))
-+    (setq unread-command-events ch)))
- 
- (if (not (tcode-nemacs-p))
-     (progn
-@@ -489,10 +489,10 @@
- 	(setq slot (cons input-method info))
- 	(setq input-method-alist (cons slot input-method-alist))))))
- 
--(unless (fboundp 'inactivate-input-method)
--  (defun inactivate-input-method ()
--    (if inactivate-current-input-method-function
--	(funcall inactivate-current-input-method-function))
-+(unless (fboundp 'deactivate-input-method)
-+  (defun deactivate-input-method ()
-+    (if deactivate-current-input-method-function
-+	(funcall deactivate-current-input-method-function))
-     (setq current-input-method nil)))
- 
- (unless (fboundp 'activate-input-method)
-@@ -500,13 +500,13 @@
-   (make-variable-buffer-local 'default-input-method)
-   (defvar current-input-method nil)
-   (make-variable-buffer-local 'current-input-method)
--  (defvar inactivate-current-input-method-function nil)
--  (make-variable-buffer-local 'inactivate-current-input-method-function)
-+  (defvar deactivate-current-input-method-function nil)
-+  (make-variable-buffer-local 'deactivate-current-input-method-function)
- 
-   (defun activate-input-method (input-method)
-     (if (and current-input-method
- 	     (not (string= current-input-method input-method)))
--	(inactivate-input-method))
-+	(deactivate-input-method))
-     (let* ((slot (assoc input-method input-method-alist)))
-       (apply (nth 2 slot) input-method (nthcdr 5 slot))
-       (setq current-input-method input-method))))
-@@ -518,7 +518,7 @@
-   (defun toggle-input-method (&optional arg)
-     (interactive "P")
-     (if (and current-input-method (not arg))
--	(inactivate-input-method)
-+	(deactivate-input-method)
-       (if (null default-input-method)
- 	  (let* ((completion-ignore-case t)
- 		 (im (completing-read "Input method: " 
diff --git a/tc-svn/patches/patch-lisp_tc-util.el b/tc-svn/patches/patch-lisp_tc-util.el
deleted file mode 100644
index 4aea43e..0000000
--- a/tc-svn/patches/patch-lisp_tc-util.el
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-lisp_tc-util.el,v 1.1 2012/07/30 13:50:31 makoto Exp $
-
-s/last-command-char/last-command-event/
-
---- lisp/tc-util.el.orig	2012-07-30 22:24:44.000000000 +0900
-+++ lisp/tc-util.el	2012-07-30 22:29:13.000000000 +0900
-@@ -305,7 +305,7 @@
- 					      (tcode-preceding-char))))
- 			      (string-match (regexp-quote prev-char)
- 					    tcode-no-following-space-chars)))
--		       (tcode-redo-command last-command-char)))
-+		       (tcode-redo-command last-command-event)))
- 	       (condition-case nil
- 		   (let* ((echo-keystrokes 0)
- 			  (ch (read-char)))
-@@ -398,7 +398,7 @@
- 	  (cond (elm
- 		 (let (current-prefix-arg)
- 		   (tcode-insert elm)))
--		((= ch last-command-char)
-+		((= ch last-command-event)
- 		 (tcode-insert-ya-outset (1+ level)))
- 		((= ch ? )
- 		 (self-insert-command level))
-@@ -633,7 +633,7 @@
-     (unwind-protect
- 	(let* ((echo-keystrokes 0)
- 	       (ch (read-char)))
--	  (cond ((= ch last-command-char)
-+	  (cond ((= ch last-command-event)
- 		 (tcode-katakana-preceding-chars (1+ arg)))
- 		((= ch ?\C-?)
- 		 (tcode-katakana-preceding-chars (- arg)))
diff --git a/tc-svn/patches/patch-lisp_tc.el b/tc-svn/patches/patch-lisp_tc.el
deleted file mode 100644
index 68ac223..0000000
--- a/tc-svn/patches/patch-lisp_tc.el
+++ /dev/null
@@ -1,82 +0,0 @@
-$NetBSD: patch-lisp_tc.el,v 1.2 2012/08/02 14:38:50 makoto Exp $
-
-(1) convert last-command-char       to last-command-event
- s/last-command-char/last-command-event/
-(2) convert inactivate-input-method to deactivate-input-method
-(3) define following name-of-the-function and function itself 
-  (setq deactivate-current-input-method-function 
-       'tc-deactivate-current-input-method-function)
-
---- lisp/tc.el.orig	2012-08-02 16:43:08.000000000 +0900
-+++ lisp/tc.el	2012-08-02 23:34:08.000000000 +0900
-@@ -682,7 +682,7 @@
- (defun tcode-input-method (ch)
-   "The input method function for T-Code."
-   (setq last-command 'self-insert-command
--	last-command-char ch)
-+	last-command-event ch)
-   (if input-method-verbose-flag
-       (unless tcode-input-method-verbose-flag
- 	;; push some variables' values
-@@ -1077,16 +1077,8 @@
-   (if tcode-use-isearch
-       (require tcode-isearch-type))
-   (add-hook 'minibuffer-exit-hook 'tcode-exit-minibuffer)
--  (when (and (fboundp 'inactivate-input-method)
-+  (when (and (fboundp 'deactivate-input-method)
- 	     (fboundp 'defadvice))
--    (defadvice inactivate-input-method (after
--					turn-off-current-input-method-title
--					activate)
--      "Turn off `current-input-method-title' for mode line."
--      (and (string= (car input-method-history)
--		    tcode-current-package)
--	   (setq current-input-method-title
--		 tcode-transparent-mode-indicator)))
-     (defadvice activate-input-method (after
- 				      turn-on-current-input-method-title
- 				      activate)
-@@ -1095,6 +1087,16 @@
- 		    tcode-current-package)
- 	   (tcode-mode-line-redisplay))))
-   (provide 'tcode-ready)
-+;; see required hook function, see mule-cmds.el (around 1463rd line)
-+  (setq deactivate-current-input-method-function 
-+	'tc-deactivate-current-input-method-function)
-+  (defun tc-deactivate-current-input-method-function ( )
-+     "Turn off `current-input-method-title' for mode line."
-+     (and (string= (car input-method-history)
-+		    tcode-current-package)
-+	   (setq current-input-method-title
-+		 tcode-transparent-mode-indicator)))
-+;; -------------
-   (run-hooks 'tcode-ready-hook)
-   (tcode-verbose-message
-    (tcode-substitute-command-keys
-@@ -1200,7 +1202,7 @@
- 	(setq libraries (cdr libraries)))
-       (tcode-load-table table-name))
-     (setq tcode-current-package package-name))
--  (setq inactivate-current-input-method-function 'tcode-inactivate
-+  (setq deactivate-current-input-method-function 'tcode-inactivate
- 	describe-current-input-method-function 'tcode-mode-help)
-   (setq current-input-method-title 'tcode-mode-indicator)
-   (tcode-activate))
-@@ -1233,7 +1235,7 @@
-   "Encode Tcode character and insert."
-   (interactive "P")
-   (tcode-cancel-undo-boundary)
--  (let ((events (tcode-input-method last-command-char)))
-+  (let ((events (tcode-input-method last-command-event)))
-     (while events
-       (let* ((ch (car events))
- 	     (command (tcode-default-key-binding (char-to-string ch))))
-@@ -1244,7 +1246,7 @@
- 	      (setq command 'self-insert-command))
- 	  (setq prefix-arg current-prefix-arg
- 		this-command command
--		last-command-char ch) ; for self-insert-command
-+		last-command-event ch) ; for self-insert-command
- 	  (command-execute command)))
-       (setq events (cdr events)))))
- 
diff --git a/tc-svn/patches/patch-mazegaki_Makefile.am b/tc-svn/patches/patch-mazegaki_Makefile.am
deleted file mode 100644
index d72647a..0000000
--- a/tc-svn/patches/patch-mazegaki_Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-mazegaki_Makefile.am,v 1.2 2012/04/12 09:18:24 makoto Exp $
-
-To sort mazegaki.dic in emacs-internal-code order
-
---- mazegaki/Makefile.am.orig	2011-04-16 11:35:10.000000000 +0900
-+++ mazegaki/Makefile.am	2011-04-16 21:34:16.000000000 +0900
-@@ -14,11 +14,14 @@
-              $(DISTDATA)
- 
- DICS = greece.maz jukujiku.maz itaiji.maz
-+BATCH_SORT       = ../BATCH-SORT
- RM = /bin/rm
- 
- mazegaki.dic: $(DICS)
- 	$(RM) -f $@
- 	$(EMACS) -q -no-site-file -batch -l $(srcdir)/mk-mzdic
-+	mv mazegaki.dic mazegaki.dic.tmp
-+	$(EMACS) -q -no-site-file -batch -l $(BATCH_SORT) -f batch-sort-file mazegaki.dic.tmp mazegaki.dic euc-japan euc-japan
- 
- # pd_kihon.yom: step1
- # 	./step2.pl
diff --git a/tc-svn/patches/patch-mazegaki_mkcertain.pl b/tc-svn/patches/patch-mazegaki_mkcertain.pl
deleted file mode 100644
index 938e584..0000000
--- a/tc-svn/patches/patch-mazegaki_mkcertain.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-mazegaki_mkcertain.pl,v 1.1.1.1 2011/05/23 13:37:52 makoto Exp $
-
-Interpreter fix
-
---- mazegaki/mkcertain.pl.orig	2011-04-14 14:10:06.000000000 +0000
-+++ mazegaki/mkcertain.pl
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl5
-+#!@PERL@
- use Term::Cap;
- use Term::Complete;
- 



Home | Main Index | Thread Index | Old Index