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>
This commit is contained in:
Clive Lin 2001-12-09 09:54:01 +00:00
parent 888d029226
commit dc52e60e8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51286
7 changed files with 51 additions and 0 deletions

View File

@ -44,6 +44,7 @@
SUBDIR += hc
SUBDIR += hztty
SUBDIR += irssi
SUBDIR += jis2gb
SUBDIR += joe
SUBDIR += kcfonts
SUBDIR += kde2-i18n

26
chinese/jis2gb/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: gb2jis
# Date created: 8 November 2001
# Whom: Zhang Shu
#
# $FreeBSD$
#
PORTNAME= jis2gb
PORTVERSION= 1.5
CATEGORIES= chinese
MASTER_SITES= http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/ftp/program/
DISTFILES= jis2gb.tar.Z
MAINTAINER= jo-c@is.aist-nara.ac.jp
WRKSRC= ${WRKDIR}/jis2gb
ALL_TARGET=
MAN1= jis2gb.1
MANCOMPRESSED= yes
post-install:
# install manual
@${GZIP_CMD} ${PREFIX}/man/man1/jis2gb.1
.include <bsd.port.mk>

1
chinese/jis2gb/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (jis2gb.tar.Z) = 0524c41489c1a9ddd97473f3a8ab018a

View File

@ -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:

View File

@ -0,0 +1 @@
Convert JIS Kanji to GuoBiao Hanzi

8
chinese/jis2gb/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
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.
--
Maintainer: Zhang Shu <jo-c@is.aist-nara.ac.jp>

2
chinese/jis2gb/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/jis2gb
share/emacs/site-lisp/jis2gb.el