diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-05-12 17:40:05 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-05-12 17:40:05 +0000 |
commit | 09bc82b7a032b6b317ef43428c5c238520fe711d (patch) | |
tree | e4dcbd2873f331fe531457fb758cc33617c0b940 /shells | |
parent | e4088e18865613cd3e35a0bf6244b2f3b59d7074 (diff) | |
download | ports-09bc82b7a032b6b317ef43428c5c238520fe711d.tar.gz ports-09bc82b7a032b6b317ef43428c5c238520fe711d.zip |
Add pkg-descr.
Suggested by: max
Notes
Notes:
svn path=/head/; revision=58967
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh+euc_hack/Makefile | 1 | ||||
-rw-r--r-- | shells/zsh+euc_hack/pkg-descr | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/shells/zsh+euc_hack/Makefile b/shells/zsh+euc_hack/Makefile index 1be9d36dde4a..a6a6a5bf1890 100644 --- a/shells/zsh+euc_hack/Makefile +++ b/shells/zsh+euc_hack/Makefile @@ -14,5 +14,6 @@ MAINTAINER= knu@FreeBSD.org EXTRA_PATCHES= ${.CURDIR}/files/patch-* COMMENT= ${.CURDIR}/pkg-comment +DESCR= ${.CURDIR}/pkg-descr .include "${MASTERDIR}/Makefile" diff --git a/shells/zsh+euc_hack/pkg-descr b/shells/zsh+euc_hack/pkg-descr new file mode 100644 index 000000000000..6ced08bfaab7 --- /dev/null +++ b/shells/zsh+euc_hack/pkg-descr @@ -0,0 +1,23 @@ +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. |