aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/mule-canna+sj3+wnn7
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-09-10 16:51:26 +0800
committerasami <asami@FreeBSD.org>1997-09-10 16:51:26 +0800
commitc029c33dbb5d1c39da97daa805398ca0cb091520 (patch)
treeb3a0a9be353bbf4779bba0a041af78d4cc214547 /japanese/mule-canna+sj3+wnn7
parent02c0ffba94bd5778f648e41f8add84eea77c48ef (diff)
downloadfreebsd-ports-graphics-c029c33dbb5d1c39da97daa805398ca0cb091520.tar.gz
freebsd-ports-graphics-c029c33dbb5d1c39da97daa805398ca0cb091520.tar.zst
freebsd-ports-graphics-c029c33dbb5d1c39da97daa805398ca0cb091520.zip
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>
Diffstat (limited to 'japanese/mule-canna+sj3+wnn7')
-rw-r--r--japanese/mule-canna+sj3+wnn7/Makefile16
-rw-r--r--japanese/mule-canna+sj3+wnn7/pkg-comment1
-rw-r--r--japanese/mule-canna+sj3+wnn7/pkg-descr40
-rw-r--r--japanese/mule-canna+sj3+wnn7/pkg-install10
4 files changed, 67 insertions, 0 deletions
diff --git a/japanese/mule-canna+sj3+wnn7/Makefile b/japanese/mule-canna+sj3+wnn7/Makefile
new file mode 100644
index 00000000000..d48889a87ab
--- /dev/null
+++ b/japanese/mule-canna+sj3+wnn7/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: mule with Canna, sj3 and Wnn6
+# Version required: 2.3
+# Date created: 7 July 1997
+# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
+#
+# $Id$
+#
+
+PKGNAME= jp-mule-canna+sj3+wnn6-2.3
+CATEGORIES= japanese editors
+
+CANNA= yes
+SJ3= yes
+WNN6= yes
+
+.include "${.CURDIR}/../../editors/mule/Makefile"
diff --git a/japanese/mule-canna+sj3+wnn7/pkg-comment b/japanese/mule-canna+sj3+wnn7/pkg-comment
new file mode 100644
index 00000000000..6a40bf4bcb7
--- /dev/null
+++ b/japanese/mule-canna+sj3+wnn7/pkg-comment
@@ -0,0 +1 @@
+A multilingual emacs, with Canna, sj3, Wnn4 and Wnn6 support built in (Only the executables)
diff --git a/japanese/mule-canna+sj3+wnn7/pkg-descr b/japanese/mule-canna+sj3+wnn7/pkg-descr
new file mode 100644
index 00000000000..dc0415e0200
--- /dev/null
+++ b/japanese/mule-canna+sj3+wnn7/pkg-descr
@@ -0,0 +1,40 @@
+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 Japanese support, using Canna, sj3(*1),
+Wnn4 or Wnn6. 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
+
+------------------------------
+(*1)
+If you want to use 'sj3' as a Japanese input method, then you should
+insert the following two lines into ~/.emacs.
+
+(load "sj3-egg")
+(setq egg-default-startup-file "eggrc-sj3")
diff --git a/japanese/mule-canna+sj3+wnn7/pkg-install b/japanese/mule-canna+sj3+wnn7/pkg-install
new file mode 100644
index 00000000000..3a04bb08351
--- /dev/null
+++ b/japanese/mule-canna+sj3+wnn7/pkg-install
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
+echo "####################################################################"
+echo "If you want to use 'SJ3' as a japanese input method, then you should"
+echo "insert the following two lines into ~/.emacs"
+echo ""
+echo "(load \"sj3-egg\")"
+echo "(setq egg-default-startup-file \"eggrc-sj3\")"
+echo "####################################################################"