summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-18 11:18:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-18 11:18:59 +0000
commitb0fad5314cc57601f7649bf819a28004fe6f40e8 (patch)
tree719a5b0bf0d0223309049e045764b4b0ac373d8a /japanese
parentBack out the two latest changes. The -current branch is now equal to (diff)
Japanese version of elvis. I was supposed to import this a long time
ago, and simply FORGOT. Shame on me. Submitted by: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
Notes
Notes: svn path=/head/; revision=2345
Diffstat (limited to 'japanese')
-rw-r--r--japanese/elvis/Makefile34
-rw-r--r--japanese/elvis/distinfo2
-rw-r--r--japanese/elvis/pkg-comment1
-rw-r--r--japanese/elvis/pkg-descr18
-rw-r--r--japanese/elvis/pkg-plist15
5 files changed, 70 insertions, 0 deletions
diff --git a/japanese/elvis/Makefile b/japanese/elvis/Makefile
new file mode 100644
index 000000000000..d50202cca4f2
--- /dev/null
+++ b/japanese/elvis/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: elvis + japanese patch
+# Version required: 1.8 pl 4 + j 1.1
+# Date created: 5 October 1995
+# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= elv18src
+PKGNAME= jp-elvis-1.8.4
+CATEGORIES+= japanese
+MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/
+EXTRACT_SUFX= .tgz
+
+PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/jelvis/
+PATCHFILES= jelvis1.8p4-j1.1.tar.Z
+PATCH_DIST_STRIP= -p1
+
+MAINTAINER= sanpei@yy.cs.keio.ac.jp
+
+LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna
+
+NO_WRKSUBDIR= yes
+
+post-patch:
+ cp ${WRKSRC}/Makefile.mix ${WRKSRC}/Makefile
+
+post-install:
+ if [ ! -d ${PREFIX}/share/jp-elvis ]; then \
+ mkdir -p ${PREFIX}/share/jp-elvis; \
+ fi
+ cp ${WRKSRC}/README.j18 ${PREFIX}/share/jp-elvis
+
+.include <bsd.port.mk>
diff --git a/japanese/elvis/distinfo b/japanese/elvis/distinfo
new file mode 100644
index 000000000000..90cb82167348
--- /dev/null
+++ b/japanese/elvis/distinfo
@@ -0,0 +1,2 @@
+MD5 (elv18src.tgz) = 95fdc01bb3946bca6a4d3a8aeba69416
+MD5 (jelvis1.8p4-j1.1.tar.Z) = bbe5ccb4063770eaf9f5c670ff8c4480
diff --git a/japanese/elvis/pkg-comment b/japanese/elvis/pkg-comment
new file mode 100644
index 000000000000..92802683398e
--- /dev/null
+++ b/japanese/elvis/pkg-comment
@@ -0,0 +1 @@
+elvis - a clone of vi/ex, the standard UNIX editor. Version 1.8p4+j1.1
diff --git a/japanese/elvis/pkg-descr b/japanese/elvis/pkg-descr
new file mode 100644
index 000000000000..46d0da253366
--- /dev/null
+++ b/japanese/elvis/pkg-descr
@@ -0,0 +1,18 @@
+Elvis is a clone of vi/ex, the standard UNIX editor. Elvis supports
+nearly all of the vi/ex commands, in both visual mode and colon mode.
+
+This is version 1.8pl4 with a kanji patch to display & Edit Japanese.
+It understands JIS/EUC/Shift-JIS. It display Kanji character with JIS
+code by default: if you want to display with EUC/Shift-JIS, add "-kdeuc"
+/"-ksjis" to the command line option.
+
+ You can obtain elvis 1.8 patchlevel 4, from:
+
+ftp://ftp.cs.pdx.edu/pub/elvis/
+
+ and patchkit for making original jelvis 1.8p4+j1.1 from:
+
+ftp://ftp.foretune.co.jp/pub/tools/jelvis/
+
+- Yoshiro MIHIRA
+(sanpei@yy.cs.keio.ac.jp)
diff --git a/japanese/elvis/pkg-plist b/japanese/elvis/pkg-plist
new file mode 100644
index 000000000000..bd517e02ec6e
--- /dev/null
+++ b/japanese/elvis/pkg-plist
@@ -0,0 +1,15 @@
+bin/elvis
+bin/ctags
+bin/ref
+bin/elvrec
+bin/elvprsv
+bin/vi
+bin/ex
+bin/view
+bin/input
+man/man1/elvis.1.gz
+man/man1/ctags.1.gz
+man/man1/ref.1.gz
+man/man1/elvrec.1.gz
+man/man1/elvprsv.1.gz
+share/jp-elvis/README.j18