diff options
author | clive <clive@FreeBSD.org> | 2001-12-09 09:54:01 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-12-09 09:54:01 +0000 |
commit | 5a5fb00aa1d53bb195199af0db3dcf6d98702274 (patch) | |
tree | 1f2319b735ff8c630d6a26c556187042f0cab651 /chinese/jis2gb/files | |
parent | 074b68b8dc38e15a659cfde4c2043d97ba6bbcb8 (diff) | |
download | FreeBSD-ports-5a5fb00aa1d53bb195199af0db3dcf6d98702274.zip FreeBSD-ports-5a5fb00aa1d53bb195199af0db3dcf6d98702274.tar.gz |
New port: jis2gb
jis2gb converts JISX0208-1983 and JISX0212-1990 characters
to GB2312-80 and GB8565-88 characters. JISX0208-1983
(^[$B), JISX0208-1990 (^[&@^[$B), JISX0212-1990 (^[$(D),
JISC6226-1978 (^[$@), and Japanese-EUC are available for
Kanji code.
PR: ports/31868
Submitted by: Zhang Shu <jo-c@is.aist-nara.ac.jp>
Diffstat (limited to 'chinese/jis2gb/files')
-rw-r--r-- | chinese/jis2gb/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chinese/jis2gb/files/patch-aa b/chinese/jis2gb/files/patch-aa new file mode 100644 index 0000000..d2a7c88 --- /dev/null +++ b/chinese/jis2gb/files/patch-aa @@ -0,0 +1,12 @@ +*** Makefile Thu Oct 5 17:21:32 1995 +--- Makefile.new Thu Nov 8 17:38:38 2001 +*************** +*** 26,31 **** +--- 26,32 ---- + install: jis2gb jis2gb.1 + cp jis2gb /usr/local/bin/jis2gb + cp jis2gb.1 /usr/local/man/man1/jis2gb.1 ++ cp jis2gb.el /usr/local/share/emacs/site-lisp/jis2gb.el + # nroff -man jis2gb.1 > /usr/local/catman/C/u_man/cat1/jis2gb.1 + + clean: |