diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-09-10 08:51:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-09-10 08:51:26 +0000 |
commit | e9256feffb8da1914dd396739ed42217c5291d90 (patch) | |
tree | 86191a456da2dbf92a4e185cc5ee1b4787ee9690 /korean | |
parent | a812d8d3cdb194f6e3679c4106ee11ab00a2da0b (diff) | |
download | ports-e9256feffb8da1914dd396739ed42217c5291d90.tar.gz ports-e9256feffb8da1914dd396739ed42217c5291d90.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/Makefile | 3 | ||||
-rw-r--r-- | korean/mule-freewnn/Makefile | 13 | ||||
-rw-r--r-- | korean/mule-freewnn/pkg-comment | 1 | ||||
-rw-r--r-- | korean/mule-freewnn/pkg-descr | 32 |
4 files changed, 48 insertions, 1 deletions
diff --git a/korean/Makefile b/korean/Makefile index 6ea6d65efbfa..8258edf4675a 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 1997/06/04 09:12:03 asami Exp $ +# $Id: Makefile,v 1.15 1997/06/06 07:45:13 obrien Exp $ # SUBDIR += Wnn @@ -20,6 +20,7 @@ SUBDIR += hpscat SUBDIR += johabfonts SUBDIR += linuxdoc-sgml + SUBDIR += mule-wnn4 SUBDIR += netscape3 SUBDIR += nh2ps SUBDIR += nhpf diff --git a/korean/mule-freewnn/Makefile b/korean/mule-freewnn/Makefile new file mode 100644 index 000000000000..d1d57077fa51 --- /dev/null +++ b/korean/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= kr-mule-wnn4-2.3 +CATEGORIES= korean editors +KWNN4= yes + +.include "${.CURDIR}/../../editors/mule/Makefile" diff --git a/korean/mule-freewnn/pkg-comment b/korean/mule-freewnn/pkg-comment new file mode 100644 index 000000000000..b29b02db5863 --- /dev/null +++ b/korean/mule-freewnn/pkg-comment @@ -0,0 +1 @@ +A multilingual emacs, with Wnn4 support built in (Only the executables) diff --git a/korean/mule-freewnn/pkg-descr b/korean/mule-freewnn/pkg-descr new file mode 100644 index 000000000000..14ca6e4ae3c1 --- /dev/null +++ b/korean/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 Korean(Hanja) 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 |