diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-10-20 15:52:55 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-10-20 15:52:55 +0000 |
commit | 155a96306a3d969ab6c19d72a3d684c7c2d4eb33 (patch) | |
tree | 854a9c8bf1775ce517e04e0f0187fe665d6b0d52 /japanese/jvim3-freewnn | |
parent | f87e1788cea765678db474fa8af914e36814d046 (diff) | |
download | FreeBSD-ports-155a96306a3d969ab6c19d72a3d684c7c2d4eb33.zip FreeBSD-ports-155a96306a3d969ab6c19d72a3d684c7c2d4eb33.tar.gz |
Japanized Vim-3.0 with {Canna, Canna+Wnn4, Canna+Wnn6, Wnn4, Wnn6 and
direct connection to Canna}.
PKGNAME of japanese/jvim3-direct_canna has 2 dashes like
"ja-jvim--direct_canna-3.0.1.3d", but "-direct_canna" is used for
specifying compiler option automagically.
PR: ports/8115
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Diffstat (limited to 'japanese/jvim3-freewnn')
-rw-r--r-- | japanese/jvim3-freewnn/Makefile | 13 | ||||
-rw-r--r-- | japanese/jvim3-freewnn/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/jvim3-freewnn/pkg-descr | 12 |
3 files changed, 26 insertions, 0 deletions
diff --git a/japanese/jvim3-freewnn/Makefile b/japanese/jvim3-freewnn/Makefile new file mode 100644 index 0000000..3dc8174 --- /dev/null +++ b/japanese/jvim3-freewnn/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: jvim3 for Wnn4 +# Version required: 3.0-j1.3d +# Date created: 97/10/30 +# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> +# +# $Id$ +# + +PKGNAME= ja-jvim-wnn4-3.0.1.3d + +WNN4= yes + +.include "${.CURDIR}/../jvim3/Makefile" diff --git a/japanese/jvim3-freewnn/pkg-comment b/japanese/jvim3-freewnn/pkg-comment new file mode 100644 index 0000000..0d85af7 --- /dev/null +++ b/japanese/jvim3-freewnn/pkg-comment @@ -0,0 +1 @@ +Japanized Vim-3.0 (with Wnn4) diff --git a/japanese/jvim3-freewnn/pkg-descr b/japanese/jvim3-freewnn/pkg-descr new file mode 100644 index 0000000..33382f5 --- /dev/null +++ b/japanese/jvim3-freewnn/pkg-descr @@ -0,0 +1,12 @@ +JVim 3.0 is a text editor that is upwards compatible to vi. It can be +used to edit any ASCII and Japanese(SJIS/JIS/EUC/Unicode) text. It is +especially useful for editing programs. + +This package is built with Japanese support, using Wnn4. + +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> |