Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

8
inputmethod/tc/DESCR Normal file
View File

@@ -0,0 +1,8 @@
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
TUT-Code -> http://www.crew.sfc.keio.ac.jp/~chk/

27
inputmethod/tc/Makefile Normal file
View File

@@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.19 2013/04/06 20:27:21 rodent Exp $
#
DISTNAME= tc-2.3.1
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
PKGREVISION= 4
CATEGORIES= japanese inputmethod
MASTER_SITES= http://openlab.ring.gr.jp/tcode/resources/soft/
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= http://openlab.ring.gr.jp/tcode/tc2/index.html
COMMENT= T-Code driver for Emacs
MAKE_JOBS_SAFE= no
.include "../../editors/emacs/modules.mk"
.if ${EMACS_FLAVOR} == "xemacs"
CONFIGURE_ARGS+=--with-emacs=xemacs
CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/tc
.endif
USE_TOOLS+= gmake
GNU_CONFIGURE= YES
INFO_FILES= yes
.include "../../mk/bsd.pkg.mk"

76
inputmethod/tc/PLIST Normal file
View File

@@ -0,0 +1,76 @@
@comment $NetBSD: PLIST,v 1.10 2009/07/17 00:40:24 uebayasi Exp $
bin/tcinput
${EMACS_INFOPREFIX}/tc.info
${EMACS_LISPPREFIX}/tc/eelll.el
${EMACS_LISPPREFIX}/tc/eelll.elc
${EMACS_LISPPREFIX}/tc/tc-bitmap.el
${EMACS_LISPPREFIX}/tc/tc-bushu.el
${EMACS_LISPPREFIX}/tc/tc-bushu.elc
${EMACS_LISPPREFIX}/tc/tc-complete.el
${EMACS_LISPPREFIX}/tc/tc-complete.elc
${EMACS_LISPPREFIX}/tc/tc-help.el
${EMACS_LISPPREFIX}/tc/tc-help.elc
${EMACS_LISPPREFIX}/tc/tc-image.el
${EMACS_LISPPREFIX}/tc/tc-inst.el
${EMACS_LISPPREFIX}/tc/tc-inst.elc
${EMACS_LISPPREFIX}/tc/tc-is18.el
${EMACS_LISPPREFIX}/tc/tc-is19.el
${EMACS_LISPPREFIX}/tc/tc-is20.el
${EMACS_LISPPREFIX}/tc/tc-is20.elc
${EMACS_LISPPREFIX}/tc/tc-ja-alnum.el
${EMACS_LISPPREFIX}/tc/tc-ja-alnum.elc
${EMACS_LISPPREFIX}/tc/tc-jiscode.el
${EMACS_LISPPREFIX}/tc/tc-jiscode.elc
${EMACS_LISPPREFIX}/tc/tc-mazegaki.el
${EMACS_LISPPREFIX}/tc/tc-mazegaki.elc
${EMACS_LISPPREFIX}/tc/tc-mkmzdic.el
${EMACS_LISPPREFIX}/tc/tc-pre.el
${EMACS_LISPPREFIX}/tc/tc-setup.el
${EMACS_LISPPREFIX}/tc/tc-setup.elc
${EMACS_LISPPREFIX}/tc/tc-stat.el
${EMACS_LISPPREFIX}/tc/tc-stat.elc
${EMACS_LISPPREFIX}/tc/tc-sysdep.el
${EMACS_LISPPREFIX}/tc/tc-tbl.el
${EMACS_LISPPREFIX}/tc/tc-tbl.elc
${EMACS_LISPPREFIX}/tc/tc-util.el
${EMACS_LISPPREFIX}/tc/tc-util.elc
${EMACS_LISPPREFIX}/tc/tc.el
${EMACS_LISPPREFIX}/tc/tc.elc
${EMACS_LISPPREFIX}/tc/tutc-tbl.el
${EMACS_LISPPREFIX}/tc/tutc-tbl.elc
share/tc/EELLLTXT
share/tc/EELLLTXT.tut
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

8
inputmethod/tc/distinfo Normal file
View File

@@ -0,0 +1,8 @@
$NetBSD: distinfo,v 1.5 2009/07/16 22:51:50 uebayasi Exp $
SHA1 (tc-2.3.1.tar.gz) = 7eb55134581b83692ea6deb10c227232d0c8df4d
RMD160 (tc-2.3.1.tar.gz) = 4364a4e14c710e68d714146da3545d928b87bf52
Size (tc-2.3.1.tar.gz) = 798831 bytes
SHA1 (patch-aa) = 016ccc19211b9b87e81a3fa743f69e607cf643fa
SHA1 (patch-ab) = 9708d7db6da3ed1b7c0c74a6e1eda288570ba0e7
SHA1 (patch-ac) = f9cb2f43a2d94b653ffd5f207290b5d9252c83bc

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.3 2009/07/16 22:51:50 uebayasi Exp $
--- acinclude.m4.orig 2002-03-25 09:15:51.000000000 +0900
+++ acinclude.m4
@@ -50,7 +50,7 @@ mule1)
ELC_FILES="tc-is18.elc"
NO_COMPILE_EL_FILES="tc-sysdep.el tc-is19.el tc-is20.el"
;;
-mule4|mule5)
+mule4|mule5|mule6)
EL_FILES="tc-is20.el"
ELC_FILES="tc-is20.elc"
NO_COMPILE_EL_FILES="tc-sysdep.el tc-is18.el tc-is19.el"

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.3 2009/07/16 22:51:50 uebayasi Exp $
--- configure.orig 2009-07-17 07:47:52.000000000 +0900
+++ configure
@@ -1227,7 +1227,7 @@ mule1)
ELC_FILES="tc-is18.elc"
NO_COMPILE_EL_FILES="tc-sysdep.el tc-is19.el tc-is20.el"
;;
-mule4|mule5)
+mule4|mule5|mule6)
EL_FILES="tc-is20.el"
ELC_FILES="tc-is20.elc"
NO_COMPILE_EL_FILES="tc-sysdep.el tc-is18.el tc-is19.el"

View File

@@ -0,0 +1,10 @@
$NetBSD: patch-ac,v 1.1 2009/07/16 22:51:50 uebayasi Exp $
--- lisp/guess.orig 2002-03-25 09:16:05.000000000 +0900
+++ lisp/guess
@@ -13,4 +13,5 @@
((string-match "^3.[0-9]" mule-version) "mule3")
((string-match "^4.[0-9]" mule-version) "mule4")
((string-match "^5.[0-9]" mule-version) "mule5")
+ ((string-match "^6.[0-9]" mule-version) "mule6")
(t "mule1"))))