freebsd-ports/japanese/elvis/pkg-descr
Masafumi Max NAKANE f39b65b750 This port now installs startup script into ${PREFIX}/etc/rc.d.
Changed the location for the documentation to be installed to
${PREFIX}/share/doc/jp-elvis.

(Closing PR #1733.)

Submitted by:	sanpei@yy.cs.keio.ac.jp
1996-10-22 12:23:39 +00:00

22 lines
738 B
Plaintext

Elvis is a clone of vi/ex, the standard UNIX editor. Elvis supports
nearly all of the vi/ex commands, in both visual mode and colon mode.
This is version 1.8pl4 with a kanji patch to display & Edit Japanese.
It understands JIS/EUC/Shift-JIS. It display Kanji character with JIS
code by default: if you want to display with EUC/Shift-JIS, add "-kdeuc"
/"-ksjis" to the command line option.
Also at startup time, jelvis read `.elvisrc', not `.exrc'. If you use
`.exrc', change config.h and recompile.
You can obtain elvis 1.8 patchlevel 4, from:
ftp://ftp.cs.pdx.edu/pub/elvis/
and patchkit for making original jelvis 1.8p4+j1.1 from:
ftp://ftp.foretune.co.jp/pub/tools/jelvis/
- Yoshiro MIHIRA
(sanpei@yy.cs.keio.ac.jp)