diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 08:38:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 08:38:46 +0000 |
commit | 4210f39df86bf7b56f6087e8e5b5fd289e112024 (patch) | |
tree | f5dbc64ae27e0cb412a84015287253c4aba5a00e /editors/nvi-perl/pkg-descr | |
parent | 8d8b8f04f28df517e7bbc7d09152261133cecae6 (diff) |
Attempt to import 8 ports at once. I sure hope this will work.
editors/nvi is a multi-byte extension of nvi-1.79; the rest are pretty
much skeletons (even more so than regular ports) that use most files
from editors/nvi and support for a particular encoding scheme.
These ports were submitted by the author of multilingual nvi patches.
Closes PR ports/2824.
Submitted by: Jun-ichiro Itoh <itojun@csl.sony.co.jp>
Notes
Notes:
svn path=/head/; revision=5883
Diffstat (limited to 'editors/nvi-perl/pkg-descr')
-rw-r--r-- | editors/nvi-perl/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/editors/nvi-perl/pkg-descr b/editors/nvi-perl/pkg-descr new file mode 100644 index 000000000000..da3026c825dd --- /dev/null +++ b/editors/nvi-perl/pkg-descr @@ -0,0 +1,24 @@ +This ports contains multilingualized nex/nvi. + +nex/nvi is a freely redistributable implementation of ex/vi text +editors originally distributed as part of the Fourth Berkeley +Software Distribution (4BSD), by the University of California, +Berkeley. + +Multilingual patch enables you to use the following multilingual +encoding methods, such as: + none euc-jp-old euc-jp euc-cn euc-kr latin1 latin2 iso-2022-cn + iso-2022-jp iso-2022-kr iso-2022-7-1 iso-2022-7-2 iso-2022-8-2 + sjis big5 hz +Multilingual support has been set up to use some of the above (guess from +the name of the ports/packages) as default value. +You can change encoding style on the fly, or by setting up ~/.exrc. +With configurations, for Japanese encodings, you can also enjoy the +embedded canna support. +See /usr/local/share/vi/README.* for details of multilingual patch. + +Default encoding is set by /usr/local/etc/vi.exrc. + +original distribution site: + ftp://ftp.cs.berkeley.edu/ucb/4bsd/nvi-1.79.tar.gz + ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/nvi-1.79.m17n-970306.diff.gz |