mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
New port: gb2jis
GB2JIS converts GB2312-80 and GB8565-88 characters to JISX0208-1983 and JISX0212-1990 characters. GB2312-80 (^[$A), GB2312-80 + GB8565-88 (^[$(E), and Chinese-EUC (8-bit GuoBiao) are available for Hanzi code. PR: ports/31849 Submitted by: Zhang Shu <jo-c@is.aist-nara.ac.jp>
This commit is contained in:
parent
65a45d673b
commit
888d029226
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51284
@ -34,6 +34,7 @@
|
||||
SUBDIR += eterm
|
||||
SUBDIR += firebird
|
||||
SUBDIR += fortunetw
|
||||
SUBDIR += gb2jis
|
||||
SUBDIR += gb2ps
|
||||
SUBDIR += gbscript
|
||||
SUBDIR += ghostscript6
|
||||
|
26
chinese/gb2jis/Makefile
Normal file
26
chinese/gb2jis/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: gb2jis
|
||||
# Date created: 16 September 2000
|
||||
# Whom: Zhang Shu
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gb2jis
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/ftp/program/
|
||||
DISTFILES= gb2jis.tar.Z
|
||||
|
||||
MAINTAINER= jo-c@is.aist-nara.ac.jp
|
||||
|
||||
WRKSRC= ${WRKDIR}/gb2jis
|
||||
ALL_TARGET=
|
||||
|
||||
MAN1= gb2jis.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
post-install:
|
||||
# install manual
|
||||
@${GZIP_CMD} ${PREFIX}/man/man1/gb2jis.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
chinese/gb2jis/distinfo
Normal file
1
chinese/gb2jis/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gb2jis.tar.Z) = c3fc65ea54e9ab85a34d4db54c2e5bbe
|
12
chinese/gb2jis/files/patch-aa
Normal file
12
chinese/gb2jis/files/patch-aa
Normal file
@ -0,0 +1,12 @@
|
||||
*** Makefile.orig Sat Sep 16 14:28:25 2000
|
||||
--- Makefile Sat Sep 16 14:28:48 2000
|
||||
***************
|
||||
*** 24,29 ****
|
||||
--- 24,30 ----
|
||||
install: gb2jis gb2jis.1
|
||||
cp gb2jis /usr/local/bin/gb2jis
|
||||
cp gb2jis.1 /usr/local/man/man1/gb2jis.1
|
||||
+ cp gb2jis.el /usr/local/share/emacs/site-lisp/gb2jis.el
|
||||
# nroff -man gb2jis.1 > /usr/local/catman/C/u_man/cat1/gb2jis.1
|
||||
|
||||
clean:
|
1
chinese/gb2jis/pkg-comment
Normal file
1
chinese/gb2jis/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Convert GuoBiao Hanzi to JIS Kanji
|
7
chinese/gb2jis/pkg-descr
Normal file
7
chinese/gb2jis/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
GB2JIS converts GB2312-80 and GB8565-88 characters to
|
||||
JISX0208-1983 and JISX0212-1990 characters. GB2312-80
|
||||
(^[$A), GB2312-80 + GB8565-88 (^[$(E), and Chinese-EUC
|
||||
(8-bit GuoBiao) are available for Hanzi code.
|
||||
|
||||
--
|
||||
Maintainer: Zhang Shu <jo-c@is.aist-nara.ac.jp>
|
2
chinese/gb2jis/pkg-plist
Normal file
2
chinese/gb2jis/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/gb2jis
|
||||
share/emacs/site-lisp/gb2jis.el
|
Loading…
Reference in New Issue
Block a user