diff options
Diffstat (limited to 'editors/nvi-m17n/pkg')
-rw-r--r-- | editors/nvi-m17n/pkg/COMMENT | 1 | ||||
-rw-r--r-- | editors/nvi-m17n/pkg/DESCR | 24 | ||||
-rw-r--r-- | editors/nvi-m17n/pkg/PLIST | 30 | ||||
-rw-r--r-- | editors/nvi-m17n/pkg/REQ | 9 |
4 files changed, 64 insertions, 0 deletions
diff --git a/editors/nvi-m17n/pkg/COMMENT b/editors/nvi-m17n/pkg/COMMENT new file mode 100644 index 00000000000..22a9e99dedf --- /dev/null +++ b/editors/nvi-m17n/pkg/COMMENT @@ -0,0 +1 @@ +A clone of vi/ex, with multilingual patch, no default settings diff --git a/editors/nvi-m17n/pkg/DESCR b/editors/nvi-m17n/pkg/DESCR new file mode 100644 index 00000000000..c37c20cf106 --- /dev/null +++ b/editors/nvi-m17n/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 iso-8859-[1234789] latin1 latin2 + euc-jp-1978 euc-jp euc-jp-1983 euc-jp-1990 euc-cn euc-kr + iso-2022-cn iso-2022-jp iso-2022-kr + iso-2022-7-1 iso-2022-7-2 iso-2022-8-2 + sjis big5 hz euc-tw +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. + +original distribution site: + ftp://ftp.cs.berkeley.edu/ucb/4bsd/nvi-1.79.tar.gz + ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ diff --git a/editors/nvi-m17n/pkg/PLIST b/editors/nvi-m17n/pkg/PLIST new file mode 100644 index 00000000000..19d97e4a073 --- /dev/null +++ b/editors/nvi-m17n/pkg/PLIST @@ -0,0 +1,30 @@ +bin/nvi +bin/nex +bin/nview +bin/regular +bin/qregular +man/man1/nvi.1 +man/man1/nex.1 +man/man1/nview.1 +share/vi/README.english +share/vi/README.japanese +share/vi/recover +share/vi/catalog/dutch +share/vi/catalog/english +share/vi/catalog/french +share/vi/catalog/german +share/vi/catalog/ru_SU.KOI8-R +share/vi/catalog/spanish +share/vi/catalog/swedish +share/vi/perl/forall.pl +share/vi/perl/make.pl +share/vi/perl/tk.pl +share/vi/perl/wc.pl +share/vi/tcl/errors.tcl +share/vi/tcl/gnats.tcl +share/vi/tcl/mailprocs.tcl +share/vi/tcl/wc.tcl +@dirrm share/vi/catalog +@dirrm share/vi/perl +@dirrm share/vi/tcl +@dirrm share/vi diff --git a/editors/nvi-m17n/pkg/REQ b/editors/nvi-m17n/pkg/REQ new file mode 100644 index 00000000000..e108ec466a2 --- /dev/null +++ b/editors/nvi-m17n/pkg/REQ @@ -0,0 +1,9 @@ +#!/bin/sh +if [ "$2" != "INSTALL" ]; then + exit 0 +fi +echo "********************************************************" +echo "* W a r n i n g *" +echo "* Read /usr/local/share/vi/README.* for controlling *" +echo "* multilingual functionalities. *" +echo "********************************************************" |