Date: Thu, 6 May 1999 18:40:22 -0500 (CDT) From: adam@whizkidtech.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11551: New port - muni Message-ID: <199905062340.SAA10621@whizkidtech.net>
next in thread | raw e-mail | index | archive | help
>Number: 11551 >Category: ports >Synopsis: Find Unicode mapping for Chinese characters. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 6 16:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: G. Adam Stanislav >Release: FreeBSD 3.1-RELEASE i386 >Organization: Whiz Kid Technomagic >Environment: >Description: Muni is an interactive query system which allows you to enter the character number for any of the 7773 characters listed in Matthews' Chinese-English Dictionary. It will tell you the Unicode mapping for that character, or tell you that no such mapping has been defined. >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: # # muni # muni/Makefile # muni/pkg # muni/pkg/PLIST # muni/pkg/COMMENT # muni/pkg/DESCR # muni/files # muni/files/md5 # echo c - muni mkdir -p muni > /dev/null 2>&1 echo x - muni/Makefile sed 's/^X//' >muni/Makefile << 'END-of-muni/Makefile' X# New ports collection makefile for: muni X# Version required: 1.0 X# Date created: 6 May 1999 X# Whom: G. Adam Stanislav <adam@whizkidtech.net> X# X# $Id$ X# X XDISTNAME= muni-1.0 XCATEGORIES= chinese XMASTER_SITES= http://www.whizkidtech.net/i18n/muni/ X XMAINTAINER= adam@whizkidtech.net X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/muni ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/m7773 ${PREFIX}/bin X ${MKDIR} ${PREFIX}/share/doc/muni X ${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/doc/muni X ${INSTALL_DATA} ${WRKSRC}/yung.gif ${PREFIX}/share/doc/muni X ${INSTALL_DATA} ${WRKSRC}/kang.gif ${PREFIX}/share/doc/muni X X.include <bsd.port.mk> END-of-muni/Makefile echo c - muni/pkg mkdir -p muni/pkg > /dev/null 2>&1 echo x - muni/pkg/PLIST sed 's/^X//' >muni/pkg/PLIST << 'END-of-muni/pkg/PLIST' Xbin/muni Xbin/m7773 Xshare/doc/muni/index.html Xshare/doc/muni/yung.gif Xshare/doc/muni/kang.gif X@dirrm share/doc/muni END-of-muni/pkg/PLIST echo x - muni/pkg/COMMENT sed 's/^X//' >muni/pkg/COMMENT << 'END-of-muni/pkg/COMMENT' XFind Unicode values for Chinese characters. END-of-muni/pkg/COMMENT echo x - muni/pkg/DESCR sed 's/^X//' >muni/pkg/DESCR << 'END-of-muni/pkg/DESCR' XMuni finds the Unicode value of the 7773 Chinese characters listed in Matthews' XChinese-English Dictionary. X XYou enter the character number found in the dictionary, and it will give Xyou the corresponding Unicode mapping, or tell you when no such mapping has Xbeen defined. X XRather than just entering the number, you can type in a query, for example: X X % muni X : What is Unicode mapping for "Yung", listed in Matthews' Dictionary X : as character 7589? X - Matthews(7589) = U+6C38 X : Thank you. How about 3268, Matthews' number for "Kang"? X - Matthews(3268) = U+525B X : Thank you, Mr. Computer. X : ^D X % X XSee also: http://www.whizkidtech.net/i18n/muni/ X XG. Adam Stanislav (a.k.a. Yung Kang) Xadam@whizkidtech.net Xhttp://www.whizkidtech.net/ END-of-muni/pkg/DESCR echo c - muni/files mkdir -p muni/files > /dev/null 2>&1 echo x - muni/files/md5 sed 's/^X//' >muni/files/md5 << 'END-of-muni/files/md5' XMD5 (muni-1.0.tar.gz) = 0d607df3ac85c63976baeb9cf70dfcf4 END-of-muni/files/md5 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?199905062340.SAA10621>