diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-09 17:44:11 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-09 17:44:11 +0000 |
commit | c26b98c5b3bf5e658f670c7bd55d77c7b3d67ead (patch) | |
tree | 2308a47f419518c10c0eb7c083e35cb8715a0c0b /chinese | |
parent | 4b8051d1e81245b755b8bd6c7bf47dc3e7b1e10d (diff) | |
download | ports-c26b98c5b3bf5e658f670c7bd55d77c7b3d67ead.tar.gz ports-c26b98c5b3bf5e658f670c7bd55d77c7b3d67ead.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/muni/Makefile | 26 | ||||
-rw-r--r-- | chinese/muni/distinfo | 1 | ||||
-rw-r--r-- | chinese/muni/pkg-comment | 1 | ||||
-rw-r--r-- | chinese/muni/pkg-descr | 24 | ||||
-rw-r--r-- | chinese/muni/pkg-plist | 6 |
5 files changed, 58 insertions, 0 deletions
diff --git a/chinese/muni/Makefile b/chinese/muni/Makefile new file mode 100644 index 000000000000..7df1e6aba11c --- /dev/null +++ b/chinese/muni/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: muni +# Version required: 1.0 +# Date created: 6 May 1999 +# Whom: G. Adam Stanislav <adam@whizkidtech.net> +# +# $Id$ +# + +DISTNAME= muni-1.0 +PKGNAME= zh-${DISTNAME} +CATEGORIES= chinese +MASTER_SITES= http://www.whizkidtech.net/i18n/muni/ + +MAINTAINER= adam@whizkidtech.net + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/muni ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/m7773 ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/muni + ${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/doc/muni + ${INSTALL_DATA} ${WRKSRC}/yung.gif ${PREFIX}/share/doc/muni + ${INSTALL_DATA} ${WRKSRC}/kang.gif ${PREFIX}/share/doc/muni +.endif + +.include <bsd.port.mk> diff --git a/chinese/muni/distinfo b/chinese/muni/distinfo new file mode 100644 index 000000000000..5551479776aa --- /dev/null +++ b/chinese/muni/distinfo @@ -0,0 +1 @@ +MD5 (muni-1.0.tar.gz) = 0d607df3ac85c63976baeb9cf70dfcf4 diff --git a/chinese/muni/pkg-comment b/chinese/muni/pkg-comment new file mode 100644 index 000000000000..a0912d9a1eb3 --- /dev/null +++ b/chinese/muni/pkg-comment @@ -0,0 +1 @@ +Find Unicode values for Chinese characters diff --git a/chinese/muni/pkg-descr b/chinese/muni/pkg-descr new file mode 100644 index 000000000000..1308377b9082 --- /dev/null +++ b/chinese/muni/pkg-descr @@ -0,0 +1,24 @@ +Muni finds the Unicode value of the 7773 Chinese characters listed in Matthews' +Chinese-English Dictionary. + +You enter the character number found in the dictionary, and it will give +you the corresponding Unicode mapping, or tell you when no such mapping has +been defined. + +Rather than just entering the number, you can type in a query, for example: + + % muni + : What is Unicode mapping for "Yung", listed in Matthews' Dictionary + : as character 7589? + - Matthews(7589) = U+6C38 + : Thank you. How about 3268, Matthews' number for "Kang"? + - Matthews(3268) = U+525B + : Thank you, Mr. Computer. + : ^D + % + +WWW: http://www.whizkidtech.net/i18n/muni/ + +G. Adam Stanislav (a.k.a. Yung Kang) +adam@whizkidtech.net +http://www.whizkidtech.net/ diff --git a/chinese/muni/pkg-plist b/chinese/muni/pkg-plist new file mode 100644 index 000000000000..cf91b07b7cbe --- /dev/null +++ b/chinese/muni/pkg-plist @@ -0,0 +1,6 @@ +bin/m7773 +bin/muni +share/doc/muni/index.html +share/doc/muni/kang.gif +share/doc/muni/yung.gif +@dirrm share/doc/muni |