summaryrefslogtreecommitdiff
path: root/japanese/jvim-canna
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-07-11 14:02:12 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-07-11 14:02:12 +0000
commit08998433c9fedcb38b3988f2f4a144667ff7aedf (patch)
tree0aa99890afa7a216aafefc12f00c88f25dba69df /japanese/jvim-canna
parentAdd jam. (diff)
Japanized Vim (with Canna)
PR: ports/6029 (part of) Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Notes
Notes: svn path=/head/; revision=11822
Diffstat (limited to 'japanese/jvim-canna')
-rw-r--r--japanese/jvim-canna/Makefile12
-rw-r--r--japanese/jvim-canna/pkg-comment1
-rw-r--r--japanese/jvim-canna/pkg-descr12
3 files changed, 25 insertions, 0 deletions
diff --git a/japanese/jvim-canna/Makefile b/japanese/jvim-canna/Makefile
new file mode 100644
index 000000000000..b4fd9b9f0e04
--- /dev/null
+++ b/japanese/jvim-canna/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: jvim for Canna
+# 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-canna-2.0r
+CANNA= yes
+
+.include "${.CURDIR}/../jvim/Makefile"
diff --git a/japanese/jvim-canna/pkg-comment b/japanese/jvim-canna/pkg-comment
new file mode 100644
index 000000000000..d4fbea21a5fa
--- /dev/null
+++ b/japanese/jvim-canna/pkg-comment
@@ -0,0 +1 @@
+Japanized Vim (with Canna)
diff --git a/japanese/jvim-canna/pkg-descr b/japanese/jvim-canna/pkg-descr
new file mode 100644
index 000000000000..729e10e69308
--- /dev/null
+++ b/japanese/jvim-canna/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 Canna 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>