diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-10-20 15:52:55 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-10-20 15:52:55 +0000 |
commit | ea8e7984fadd76d03e63c4436669a2a337e16ef7 (patch) | |
tree | 042e256f259cbc5c7f60e0b78b57259068d2438e /japanese/jvim3-canna | |
parent | 7e57577e048c6cd3c9dada54a3a27e921352ab21 (diff) | |
download | ports-ea8e7984fadd76d03e63c4436669a2a337e16ef7.tar.gz ports-ea8e7984fadd76d03e63c4436669a2a337e16ef7.zip |
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>
Notes
Notes:
svn path=/head/; revision=14127
Diffstat (limited to 'japanese/jvim3-canna')
-rw-r--r-- | japanese/jvim3-canna/Makefile | 13 | ||||
-rw-r--r-- | japanese/jvim3-canna/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/jvim3-canna/pkg-descr | 12 |
3 files changed, 26 insertions, 0 deletions
diff --git a/japanese/jvim3-canna/Makefile b/japanese/jvim3-canna/Makefile new file mode 100644 index 000000000000..c3fe83c78970 --- /dev/null +++ b/japanese/jvim3-canna/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: jvim3 for Canna +# Version required: 3.0-j1.3d +# Date created: 97/10/30 +# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> +# +# $Id$ +# + +PKGNAME= ja-jvim-canna-3.0.1.3d + +CANNA= yes + +.include "${.CURDIR}/../jvim3/Makefile" diff --git a/japanese/jvim3-canna/pkg-comment b/japanese/jvim3-canna/pkg-comment new file mode 100644 index 000000000000..2c576bd18bbf --- /dev/null +++ b/japanese/jvim3-canna/pkg-comment @@ -0,0 +1 @@ +Japanized Vim-3.0 (with Canna) diff --git a/japanese/jvim3-canna/pkg-descr b/japanese/jvim3-canna/pkg-descr new file mode 100644 index 000000000000..7e4e20da08ac --- /dev/null +++ b/japanese/jvim3-canna/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 Canna. + +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> |