aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2006-09-11 06:13:54 +0800
committerknu <knu@FreeBSD.org>2006-09-11 06:13:54 +0800
commit31a0e30bd35b35e1b46a475e421b2a39853da8ba (patch)
treee937f8b7144ddbe741347f07ab4dfe0914254f54 /shells
parent3af5a1a4706ca2be48e98aacc31be0caea5b72c8 (diff)
downloadfreebsd-ports-gnome-31a0e30bd35b35e1b46a475e421b2a39853da8ba.tar.gz
freebsd-ports-gnome-31a0e30bd35b35e1b46a475e421b2a39853da8ba.tar.zst
freebsd-ports-gnome-31a0e30bd35b35e1b46a475e421b2a39853da8ba.zip
This port has served its purpose. Just use the shells/zsh port with
the multibyte option turned on.
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh+euc_hack/Makefile18
-rw-r--r--shells/zsh+euc_hack/pkg-descr23
2 files changed, 0 insertions, 41 deletions
diff --git a/shells/zsh+euc_hack/Makefile b/shells/zsh+euc_hack/Makefile
deleted file mode 100644
index 4b70a6e92334..000000000000
--- a/shells/zsh+euc_hack/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# New ports collection makefile for: zsh with EUC encoding support
-# Date created: 12 May 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-MASTERDIR= ${.CURDIR}/../zsh
-
-PKGNAMESUFFIX= +euc_hack
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The Z shell with EUC encoding support
-
-EXTRA_PATCHES= ${.CURDIR}/files/patch-*
-DESCR= ${.CURDIR}/pkg-descr
-
-.include "${MASTERDIR}/Makefile"
diff --git a/shells/zsh+euc_hack/pkg-descr b/shells/zsh+euc_hack/pkg-descr
deleted file mode 100644
index 6ced08bfaab7..000000000000
--- a/shells/zsh+euc_hack/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-This is Zsh with EUC encoding support.
-
-The patches are mostly based on the work by ono@ono.org (Thanks!):
-
-WWW: http://www.ono.org/software/zsh-euc/
-
-What I did over this is disable the hack for non-EUC locales. Maybe
-the patches can be moved to shells/zsh in the future, but it's
-premature for the moment.
-
-Notes:
-- forward-char, backward-char and backward-delete-char with no numeric
- argument should work properly with this hack.
-- Completion and redisplay should work fine.
-- There can be some trivial side-effects if a line includes EUC
- characters. (cut'n'paste does not work properly, etc.)
-- JIS X0201-Roman and JIS X0208-Kanji are supported.
-- JIS X0201-Katakana and JIS X0212 Kanji are NOT supported.
-- Only tested with the EUC-JP (ja_JP.eucJP) locale. I'm not sure if
- it works for GB 2312/CNS 11643-1/KS X 1001. Any feedbacks is
- welcome, especially a patch if it does not work. :)
-- This is just a hack. Zsh's line editor apparently needs a rewrite
- in order to support multibyte encodings properly.