summaryrefslogtreecommitdiff
path: root/japanese/jvim-freewnn
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-07-10 14:07:36 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-07-10 14:07:36 +0000
commit9a83aa2d86295d271e950260ecb8ef337dfa9d01 (patch)
tree6eef28957d38e875c79745e57a374f462b8684b4 /japanese/jvim-freewnn
parentJapanized Vim (diff)
Japanized Vim (with Wnn4)
PR: ports/6029 (part of) Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Notes
Notes: svn path=/head/; revision=11811
Diffstat (limited to 'japanese/jvim-freewnn')
-rw-r--r--japanese/jvim-freewnn/Makefile12
-rw-r--r--japanese/jvim-freewnn/pkg-comment1
-rw-r--r--japanese/jvim-freewnn/pkg-descr12
3 files changed, 25 insertions, 0 deletions
diff --git a/japanese/jvim-freewnn/Makefile b/japanese/jvim-freewnn/Makefile
new file mode 100644
index 000000000000..986e1ca17ca3
--- /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 000000000000..227181714372
--- /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 000000000000..cb94ea7e2d1e
--- /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>