summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-09-10 08:51:26 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-09-10 08:51:26 +0000
commite9256feffb8da1914dd396739ed42217c5291d90 (patch)
tree86191a456da2dbf92a4e185cc5ee1b4787ee9690 /chinese
parentWnn ver 6. Files were already repository copied from japanese/Wnn. (diff)
Share files among various mule ports, both port files and within
packages. The editors/mule-common package contains the language- independent parts. Add some new ports based on input methods. They don't take up much space because of efficient sharing. PR: 4411 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Notes
Notes: svn path=/head/; revision=7845
Diffstat (limited to 'chinese')
-rw-r--r--chinese/Makefile3
-rw-r--r--chinese/mule-freewnn/Makefile13
-rw-r--r--chinese/mule-freewnn/pkg-comment1
-rw-r--r--chinese/mule-freewnn/pkg-descr32
4 files changed, 48 insertions, 1 deletions
diff --git a/chinese/Makefile b/chinese/Makefile
index d0f0f2d7b047..19b4c9cf175e 100644
--- a/chinese/Makefile
+++ b/chinese/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.9 1997/03/06 08:41:31 asami Exp $
+# $Id: Makefile,v 1.10 1997/04/09 07:07:20 asami Exp $
#
SUBDIR += Wnn
@@ -11,6 +11,7 @@
SUBDIR += gbscript
SUBDIR += hc
SUBDIR += lunar
+ SUBDIR += mule-wnn4
SUBDIR += nvi-big5
SUBDIR += nvi-euc-cn
SUBDIR += nvi-euc-tw
diff --git a/chinese/mule-freewnn/Makefile b/chinese/mule-freewnn/Makefile
new file mode 100644
index 000000000000..61f37dd45327
--- /dev/null
+++ b/chinese/mule-freewnn/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: mule with Wnn4
+# Version required: 2.3
+# Date created: 20 July 1997
+# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
+#
+# $Id$
+#
+
+PKGNAME= cn-mule-wnn4-2.3
+CATEGORIES= chinese editors
+CWNN4= yes
+
+.include "${.CURDIR}/../../editors/mule/Makefile"
diff --git a/chinese/mule-freewnn/pkg-comment b/chinese/mule-freewnn/pkg-comment
new file mode 100644
index 000000000000..b29b02db5863
--- /dev/null
+++ b/chinese/mule-freewnn/pkg-comment
@@ -0,0 +1 @@
+A multilingual emacs, with Wnn4 support built in (Only the executables)
diff --git a/chinese/mule-freewnn/pkg-descr b/chinese/mule-freewnn/pkg-descr
new file mode 100644
index 000000000000..dfb0a642323b
--- /dev/null
+++ b/chinese/mule-freewnn/pkg-descr
@@ -0,0 +1,32 @@
+This is a package containing only the executables for mule-2.3, a
+multilingual editor based on emacs-19.28.
+
+You should install a package, mule-common-2.3, containing emacs lisp
+files, info pages, and so on (except executables) for mule-2.3.
+
+This package is built with Chinese support, using Wnn4 as default. It
+is supported input methods, jeonkak, hangul for Korean(Hanja), and
+quanjiao, zhuyin, erpin for Chinese (check out
+lib/mule/site-lisp/site-start.el), using Wnn4, too.
+
+This package and the package, mule-common-2.3, *will* clobber any
+existing emacs installation. In particular, the executables and man
+pages of etags/ctags are installed, and the info pages that come with
+the original emacs get installed too.
+
+Although this shouldn't cause any problems to run both mule and emacs,
+it may cause some confusion when one of them is pkg_delete'd. If
+someone has a solution to this, please tell me.
+
+A "dir" file is supplied in the ${PORTSDIR}/editors/mule-common/files/
+subdirectory of the ports package. Copy it into your /usr/local/info
+to read mule info pages, but also make sure you also add everything
+that may have been added to that file!
+
+[Notice]
+Mr. Yoshio KATAYAMA <kate@pfu.co.jp> fixed many bugs for mule-2.3.
+Patches for those are in 'mule-2.3.patch.tar.gz' and are applied in
+this port.
+
+- S. Taoka
+taoka@infonets.hiroshima-u.ac.jp