aboutsummaryrefslogtreecommitdiff
path: root/chinese/jis2gb
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-12-09 09:54:01 +0000
committerClive Lin <clive@FreeBSD.org>2001-12-09 09:54:01 +0000
commitdc52e60e8b2c54873f4e072b2fdabcfdec40f9f1 (patch)
tree6dad4ac37e05fa26d6732659e3ad811f92b9d484 /chinese/jis2gb
parent888d029226608366c75f2c7719444a76fbcc1a1c (diff)
downloadports-dc52e60e8b2c54873f4e072b2fdabcfdec40f9f1.tar.gz
ports-dc52e60e8b2c54873f4e072b2fdabcfdec40f9f1.zip
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>
Notes
Notes: svn path=/head/; revision=51286
Diffstat (limited to 'chinese/jis2gb')
-rw-r--r--chinese/jis2gb/Makefile26
-rw-r--r--chinese/jis2gb/distinfo1
-rw-r--r--chinese/jis2gb/files/patch-aa12
-rw-r--r--chinese/jis2gb/pkg-comment1
-rw-r--r--chinese/jis2gb/pkg-descr8
-rw-r--r--chinese/jis2gb/pkg-plist2
6 files changed, 50 insertions, 0 deletions
diff --git a/chinese/jis2gb/Makefile b/chinese/jis2gb/Makefile
new file mode 100644
index 000000000000..115555be0be8
--- /dev/null
+++ b/chinese/jis2gb/Makefile
@@ -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>
diff --git a/chinese/jis2gb/distinfo b/chinese/jis2gb/distinfo
new file mode 100644
index 000000000000..a1e4341769fb
--- /dev/null
+++ b/chinese/jis2gb/distinfo
@@ -0,0 +1 @@
+MD5 (jis2gb.tar.Z) = 0524c41489c1a9ddd97473f3a8ab018a
diff --git a/chinese/jis2gb/files/patch-aa b/chinese/jis2gb/files/patch-aa
new file mode 100644
index 000000000000..d2a7c88a16c6
--- /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:
diff --git a/chinese/jis2gb/pkg-comment b/chinese/jis2gb/pkg-comment
new file mode 100644
index 000000000000..f548ca400ef7
--- /dev/null
+++ b/chinese/jis2gb/pkg-comment
@@ -0,0 +1 @@
+Convert JIS Kanji to GuoBiao Hanzi
diff --git a/chinese/jis2gb/pkg-descr b/chinese/jis2gb/pkg-descr
new file mode 100644
index 000000000000..841873268b81
--- /dev/null
+++ b/chinese/jis2gb/pkg-descr
@@ -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>
diff --git a/chinese/jis2gb/pkg-plist b/chinese/jis2gb/pkg-plist
new file mode 100644
index 000000000000..28389ba6d67b
--- /dev/null
+++ b/chinese/jis2gb/pkg-plist
@@ -0,0 +1,2 @@
+bin/jis2gb
+share/emacs/site-lisp/jis2gb.el