diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/jvim-freewnn/Makefile | 12 | ||||
-rw-r--r-- | japanese/jvim-freewnn/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/jvim-freewnn/pkg-descr | 12 |
3 files changed, 25 insertions, 0 deletions
diff --git a/japanese/jvim-freewnn/Makefile b/japanese/jvim-freewnn/Makefile new file mode 100644 index 0000000..986e1ca --- /dev/null +++ b/japanese/jvim-freewnn/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: jvim for Wnn4 +# Version required: jvim2.0r+onew2.2.10 +# Date created: 5 Sep 1997 +# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> +# +# $Id$ +# + +PKGNAME= ja-jvim-wnn4-2.0r +WNN4= yes + +.include "${.CURDIR}/../jvim/Makefile" diff --git a/japanese/jvim-freewnn/pkg-comment b/japanese/jvim-freewnn/pkg-comment new file mode 100644 index 0000000..2271817 --- /dev/null +++ b/japanese/jvim-freewnn/pkg-comment @@ -0,0 +1 @@ +Japanized Vim (with Wnn4) diff --git a/japanese/jvim-freewnn/pkg-descr b/japanese/jvim-freewnn/pkg-descr new file mode 100644 index 0000000..cb94ea7 --- /dev/null +++ b/japanese/jvim-freewnn/pkg-descr @@ -0,0 +1,12 @@ +JVim is a text editor that is upwards compatible to vi. It can be used +to edit any ASCII and Japanese(EUC or JIS) text. It is especially +useful for editing programs. + +This package is built with Japanese support, using Wnn4 as default. + +There are a lot of enhancements above vi: multi level undo, command +line editing, filename completion, on line help, quoting, etc.. Read +difference.doc for a summary of the differences between vi and Vim. + +-- S. Taoka +<taoka@infonets.hiroshima-u.ac.jp> |