summaryrefslogtreecommitdiff
path: root/japanese/jvim-wnn7
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-07-11 00:33:12 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-07-11 00:33:12 +0000
commit6fcb930953a87bfdc6e7a2aefb909cd4713c88cc (patch)
tree2524df48f76a80fd0e292a0fa018d0a7757cb485 /japanese/jvim-wnn7
parentUpdate the list of patches. (diff)
Japanized Vim (with Wnn6)
PR: ports/6029 (part of) Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Notes
Notes: svn path=/head/; revision=11817
Diffstat (limited to 'japanese/jvim-wnn7')
-rw-r--r--japanese/jvim-wnn7/Makefile12
-rw-r--r--japanese/jvim-wnn7/pkg-comment1
-rw-r--r--japanese/jvim-wnn7/pkg-descr12
3 files changed, 25 insertions, 0 deletions
diff --git a/japanese/jvim-wnn7/Makefile b/japanese/jvim-wnn7/Makefile
new file mode 100644
index 000000000000..2d665b0349a7
--- /dev/null
+++ b/japanese/jvim-wnn7/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: jvim for Wnn6
+# 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-wnn6-2.0r
+WNN6= yes
+
+.include "${.CURDIR}/../jvim/Makefile"
diff --git a/japanese/jvim-wnn7/pkg-comment b/japanese/jvim-wnn7/pkg-comment
new file mode 100644
index 000000000000..3a3fb7a6fff5
--- /dev/null
+++ b/japanese/jvim-wnn7/pkg-comment
@@ -0,0 +1 @@
+Japanized Vim (with Wnn6)
diff --git a/japanese/jvim-wnn7/pkg-descr b/japanese/jvim-wnn7/pkg-descr
new file mode 100644
index 000000000000..7d2671b8e35d
--- /dev/null
+++ b/japanese/jvim-wnn7/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 Wnn6 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>