Port details |
- zsh+euc_hack The Z shell with EUC encoding support
- 4.3.2 shells
=4 4.3.2Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2002-05-11 21:49:18
- Last Update: 2006-09-10 22:13:54
- SVN Revision: UNKNOWN
- People watching this port, also watch:: unzip, zip, pcre
- License: not specified in port
- WWW:
- http://www.ono.org/software/zsh-euc/
- Description:
- 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.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- zsh+euc_hack>0:shells/zsh+euc_hack
- No installation instructions:
- This port has been deleted.
- PKGNAME: zsh+euc_hack
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Master port: shells/zsh
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: shells/zsh |
Commit | Credits | Log message |
4.3.2 10 Sep 2006 22:13:54
 |
knu  |
This port has served its purpose. Just use the shells/zsh port with
the multibyte option turned on. |
4.3.2 01 Sep 2006 14:21:39
 |
knu  |
This port has served its purpose. Just use the shells/zsh port with
the multibyte option turned on. |
4.3.2 02 Aug 2006 07:33:25
 |
knu  |
Update patches. |
4.2.5_1 11 Nov 2005 01:18:01
 |
linimon  |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
4.2.0 25 Mar 2004 10:57:46
 |
knu  |
Catch up with the master port's update to 4.2.0. |
4.2.0_1 25 Mar 2004 10:54:05
 |
knu  |
Rename a wrongly named patch. |
4.2.0_1 24 Mar 2004 19:48:12
 |
knu  |
Add a patch to fix a minor bug with deleting a multibyte character at
BOL. |
4.0.6 06 Mar 2003 21:01:40
 |
ade  |
More manual pkg-comment cleanups.
Approved by: portmgr (implicitly) |
4.0.6 18 Feb 2003 05:58:40
 |
knu  |
De-pkg-decomment zsh master-slave ports. Allow overriding MAINAINER
while I'm hre. |
4.0.6 10 Feb 2003 09:04:04
 |
kris  |
Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by: lioux |
4.0.4 12 May 2002 17:40:06
 |
knu  |
Add pkg-descr.
Suggested by: max |
4.0.4 11 May 2002 21:48:27
 |
knu  |
Add zsh+euc, Zsh with EUC encoding support.
This is just an experimental hack and cannot happily be merged into
the upstream. Zsh's line editor apparently needs a rewrite in order
to support multi-byte encodings because it strongly relies on the
single-byte character scheme.
These patches are mostly based on the work by ono@ono.org (Thanks!):
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.
- 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. :) |