aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>1998-07-11 22:02:12 +0800
committerkuriyama <kuriyama@FreeBSD.org>1998-07-11 22:02:12 +0800
commit044e9021458f659416353cbf87496019d7237af1 (patch)
tree544856aa9f056536e295b8323adfbe96d38d1ace
parentd3775d0ac9d8aee012a55af15a273cd9efcf93c8 (diff)
downloadfreebsd-ports-gnome-044e9021458f659416353cbf87496019d7237af1.tar.gz
freebsd-ports-gnome-044e9021458f659416353cbf87496019d7237af1.tar.zst
freebsd-ports-gnome-044e9021458f659416353cbf87496019d7237af1.zip
Japanized Vim (with Canna)
PR: ports/6029 (part of) Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
-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>