Date: Sat, 16 Sep 2000 16:12:22 +0900 (JST) From: jo-c@is.aist-nara.ac.jp To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21306: New ports: GB2JIS, a tool to convert GB to JIS Message-ID: <200009160712.e8G7CMs37874@sheriff.aist-nara.ac.jp>
next in thread | raw e-mail | index | archive | help
>Number: 21306 >Category: ports >Synopsis: New ports: GB2JIS, a tool to convert GB to JIS >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 16 00:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Zhang Shu >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gb2jis # gb2jis/pkg # gb2jis/pkg/COMMENT # gb2jis/pkg/DESCR # gb2jis/pkg/PLIST # gb2jis/files # gb2jis/files/md5 # gb2jis/Makefile # gb2jis/patches # gb2jis/patches/patch-aa # echo c - gb2jis mkdir -p gb2jis > /dev/null 2>&1 echo c - gb2jis/pkg mkdir -p gb2jis/pkg > /dev/null 2>&1 echo x - gb2jis/pkg/COMMENT sed 's/^X//' >gb2jis/pkg/COMMENT << 'END-of-gb2jis/pkg/COMMENT' XConvert GuoBiao Hanzi to JIS Kanji END-of-gb2jis/pkg/COMMENT echo x - gb2jis/pkg/DESCR sed 's/^X//' >gb2jis/pkg/DESCR << 'END-of-gb2jis/pkg/DESCR' XGB2JIS converts GB2312-80 and GB8565-88 characters to XJISX0208-1983 and JISX0212-1990 characters. GB2312-80 X(^[$A), GB2312-80 + GB8565-88 (^[$(E), and Chinese-EUC X(8-bit GuoBiao) are available for Hanzi code. END-of-gb2jis/pkg/DESCR echo x - gb2jis/pkg/PLIST sed 's/^X//' >gb2jis/pkg/PLIST << 'END-of-gb2jis/pkg/PLIST' Xbin/gb2jis Xshare/emacs/site-lisp/gb2jis.el END-of-gb2jis/pkg/PLIST echo c - gb2jis/files mkdir -p gb2jis/files > /dev/null 2>&1 echo x - gb2jis/files/md5 sed 's/^X//' >gb2jis/files/md5 << 'END-of-gb2jis/files/md5' XMD5 (gb2jis.tar.gz) = b779db46bc4ded9b5ea291cfcf726a75 END-of-gb2jis/files/md5 echo x - gb2jis/Makefile sed 's/^X//' >gb2jis/Makefile << 'END-of-gb2jis/Makefile' X# New ports collection makefile for: gb2jis X# Date created: 16 September 2000 X# Whom: Zhang Shu X# X# $FreeBSD$ X# X XPORTNAME= gb2jis XPORTVERSION= 1.5 XCATEGORIES= chinese XMASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/convert/ XDISTNAME= gb2jis X XMAINTAINER= jo-c@is.aist-nara.ac.jp X XWRKSRC= ${WRKDIR}/gb2jis XALL_TARGET= X XMAN1= gb2jis.1 X X.include <bsd.port.mk> END-of-gb2jis/Makefile echo c - gb2jis/patches mkdir -p gb2jis/patches > /dev/null 2>&1 echo x - gb2jis/patches/patch-aa sed 's/^X//' >gb2jis/patches/patch-aa << 'END-of-gb2jis/patches/patch-aa' X*** Makefile.orig Sat Sep 16 14:28:25 2000 X--- Makefile Sat Sep 16 14:28:48 2000 X*************** X*** 24,29 **** X--- 24,30 ---- X install: gb2jis gb2jis.1 X cp gb2jis /usr/local/bin/gb2jis X cp gb2jis.1 /usr/local/man/man1/gb2jis.1 X+ cp gb2jis.el /usr/local/share/emacs/site-lisp/gb2jis.el X # nroff -man gb2jis.1 > /usr/local/catman/C/u_man/cat1/gb2jis.1 X X clean: END-of-gb2jis/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009160712.e8G7CMs37874>