aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/muni
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-05-10 01:44:11 +0800
committersteve <steve@FreeBSD.org>1999-05-10 01:44:11 +0800
commit0f3530badf2a7db62abde012ca0f2b6bf3e21225 (patch)
tree6de4bdce4b4aa0cc748513e63cf6407311daac2b /chinese/muni
parentb8a38842b092e351eb7ca10c34bad28850de1e05 (diff)
downloadfreebsd-ports-gnome-0f3530badf2a7db62abde012ca0f2b6bf3e21225.tar.gz
freebsd-ports-gnome-0f3530badf2a7db62abde012ca0f2b6bf3e21225.tar.zst
freebsd-ports-gnome-0f3530badf2a7db62abde012ca0f2b6bf3e21225.zip
Initial import of zh-muni version 1.0.
A program for finding Unicode values for Chinese characters. PR: 11551 Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
Diffstat (limited to 'chinese/muni')
-rw-r--r--chinese/muni/Makefile26
-rw-r--r--chinese/muni/distinfo1
-rw-r--r--chinese/muni/pkg-comment1
-rw-r--r--chinese/muni/pkg-descr24
-rw-r--r--chinese/muni/pkg-plist6
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