aboutsummaryrefslogtreecommitdiff
path: root/japanese/mule-sj3+wnn6
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-08-19 09:08:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-08-19 09:08:39 +0000
commitd0ac5cdeea9fff46b7a49c0cdca74e32e91e1310 (patch)
tree413cc42bd1291a6207a4d3c00e79c472f4f3d05c /japanese/mule-sj3+wnn6
parent0190622d48249a84f611446107bf55d81525d203 (diff)
downloadports-d0ac5cdeea9fff46b7a49c0cdca74e32e91e1310.tar.gz
ports-d0ac5cdeea9fff46b7a49c0cdca74e32e91e1310.zip
Notes
Diffstat (limited to 'japanese/mule-sj3+wnn6')
-rw-r--r--japanese/mule-sj3+wnn6/Makefile21
-rw-r--r--japanese/mule-sj3+wnn6/pkg-descr40
-rw-r--r--japanese/mule-sj3+wnn6/pkg-install10
3 files changed, 0 insertions, 71 deletions
diff --git a/japanese/mule-sj3+wnn6/Makefile b/japanese/mule-sj3+wnn6/Makefile
deleted file mode 100644
index 5004213e6426..000000000000
--- a/japanese/mule-sj3+wnn6/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: mule with sj3 and Wnn6
-# Date created: 7 July 1997
-# Whom: Satoshi Taoka <taoka@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PKGNAMESUFFIX= -sj3+wnn6
-CATEGORIES= japanese
-COMMENT= Multilingual emacs, with sj3, Wnn4, and Wnn6 support built-in
-
-DEPRECATED= emacs19 and related ports are obsolete; please use a more recent version
-EXPIRATION_DATE= 2007-08-19
-
-SJ3= yes
-WNN6= yes
-
-MASTERDIR= ${.CURDIR}/../../editors/mule
-PKGDIR= ${.CURDIR}
-
-.include "${MASTERDIR}/Makefile"
diff --git a/japanese/mule-sj3+wnn6/pkg-descr b/japanese/mule-sj3+wnn6/pkg-descr
deleted file mode 100644
index a48459d761ee..000000000000
--- a/japanese/mule-sj3+wnn6/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 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-sj3+wnn6/pkg-install b/japanese/mule-sj3+wnn6/pkg-install
deleted file mode 100644
index 3a04bb08351c..000000000000
--- a/japanese/mule-sj3+wnn6/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 "####################################################################"