From owner-freebsd-ports Sat Sep 16 0:20: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A9DE37B42C for ; Sat, 16 Sep 2000 00:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA61693; Sat, 16 Sep 2000 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sheriff.aist-nara.ac.jp (sheriff.aist-nara.ac.jp [163.221.52.45]) by hub.freebsd.org (Postfix) with ESMTP id EEB5F37B422 for ; Sat, 16 Sep 2000 00:12:23 -0700 (PDT) Received: (from root@localhost) by sheriff.aist-nara.ac.jp (8.11.0/8.9.3) id e8G7CMs37874; Sat, 16 Sep 2000 16:12:22 +0900 (JST) (envelope-from zhang) Message-Id: <200009160712.e8G7CMs37874@sheriff.aist-nara.ac.jp> Date: Sat, 16 Sep 2000 16:12:22 +0900 (JST) From: jo-c@is.aist-nara.ac.jp Reply-To: jo-c@is.aist-nara.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21306: New ports: GB2JIS, a tool to convert GB to JIS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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