aboutsummaryrefslogtreecommitdiff
path: root/japanese/mule-sj3+wnn7
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/mule-sj3+wnn7')
-rw-r--r--japanese/mule-sj3+wnn7/Makefile18
-rw-r--r--japanese/mule-sj3+wnn7/pkg-comment1
-rw-r--r--japanese/mule-sj3+wnn7/pkg-descr40
-rw-r--r--japanese/mule-sj3+wnn7/pkg-install10
4 files changed, 0 insertions, 69 deletions
diff --git a/japanese/mule-sj3+wnn7/Makefile b/japanese/mule-sj3+wnn7/Makefile
deleted file mode 100644
index ae6c34eb00b2..000000000000
--- a/japanese/mule-sj3+wnn7/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# New ports collection makefile for: mule 2.3@19.34 with sj3 and Wnn6
-# Version required: 2.3@19.34
-# Date created: 7 July 1997
-# Whom: Satoshi Taoka <taoka@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PKGNAME= ja-mule-sj3+wnn6-2.3
-CATEGORIES= japanese editors
-
-SJ3= yes
-WNN6= yes
-
-MASTERDIR= ${.CURDIR}/../../editors/mule
-PKGDIR= ${.CURDIR}/pkg
-
-.include "${MASTERDIR}/Makefile"
diff --git a/japanese/mule-sj3+wnn7/pkg-comment b/japanese/mule-sj3+wnn7/pkg-comment
deleted file mode 100644
index 1fe39129b64a..000000000000
--- a/japanese/mule-sj3+wnn7/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Multilingual emacs, with sj3, Wnn4, and Wnn6 support built-in
diff --git a/japanese/mule-sj3+wnn7/pkg-descr b/japanese/mule-sj3+wnn7/pkg-descr
deleted file mode 100644
index 1c9065cdd650..000000000000
--- a/japanese/mule-sj3+wnn7/pkg-descr
+++ /dev/null
@@ -1,40 +0,0 @@
-This is a package containing only the executables for mule-2.3, a
-multilingual editor based on emacs-19.34.
-
-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 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-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-sj3+wnn7/pkg-install b/japanese/mule-sj3+wnn7/pkg-install
deleted file mode 100644
index 3a04bb08351c..000000000000
--- a/japanese/mule-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 "####################################################################"