diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2007-10-14 10:10:01 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2007-10-14 10:10:01 +0000 |
commit | 5e4e8ecf76647ca7dbefecd42a21cdbbef3f44de (patch) | |
tree | e0e491986a301fb6f21022def21f1f252af317c4 /japanese/mule-canna+sj3+wnn7 | |
parent | 21040c8c51120ca8546e048d9b0d2eac78f9bf56 (diff) | |
download | ports-5e4e8ecf76647ca7dbefecd42a21cdbbef3f44de.tar.gz ports-5e4e8ecf76647ca7dbefecd42a21cdbbef3f44de.zip |
Notes
Diffstat (limited to 'japanese/mule-canna+sj3+wnn7')
-rw-r--r-- | japanese/mule-canna+sj3+wnn7/Makefile | 21 | ||||
-rw-r--r-- | japanese/mule-canna+sj3+wnn7/pkg-descr | 40 | ||||
-rw-r--r-- | japanese/mule-canna+sj3+wnn7/pkg-install | 10 |
3 files changed, 0 insertions, 71 deletions
diff --git a/japanese/mule-canna+sj3+wnn7/Makefile b/japanese/mule-canna+sj3+wnn7/Makefile deleted file mode 100644 index 2a442fc7624a..000000000000 --- a/japanese/mule-canna+sj3+wnn7/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: mule with Canna, sj3 and Wnn7 -# Date created: 01/07/18 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= japanese -COMMENT= A multilingual emacs, with Canna, sj3, FreeWnn, Wnn6 and Wnn7 support built-in - -DEPRECATED= emacs19 and related ports are obsolete; please use a more recent version -EXPIRATION_DATE= 2007-08-19 - -CANNA= yes -SJ3= yes -WNN7= yes - -MASTERDIR= ${.CURDIR}/../../editors/mule -PKGDIR= ${.CURDIR} - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/mule-canna+sj3+wnn7/pkg-descr b/japanese/mule-canna+sj3+wnn7/pkg-descr deleted file mode 100644 index b3d7a60de4ab..000000000000 --- a/japanese/mule-canna+sj3+wnn7/pkg-descr +++ /dev/null @@ -1,40 +0,0 @@ -This package contains only the executables for mule-2.3, a multilingual -editor based on emacs-19.34. - -You should install the mule-common-2.3 package 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) or Wnn6. -It supports the following input methods: jeonkak, hangul for -Korean (Hanja), and quanjiao, zhuyin, erpin for Chinese (check out -${LOCALBASE}/lib/mule/site-lisp/site-start.el). - -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 info "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-19.34.patch-YYMMDD.tar.gz' and are -applied in this port. - -- S. Taoka -taoka@FreeBSD.org - ------------------------------- -(*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 deleted file mode 100644 index 3a04bb08351c..000000000000 --- a/japanese/mule-canna+sj3+wnn7/pkg-install +++ /dev/null @@ -1,10 +0,0 @@ -#!/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 "####################################################################" |