summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-10-18 11:18:59 +0000
committerasami <asami@FreeBSD.org>1995-10-18 11:18:59 +0000
commit3f94a66e38879565975fe0eda37e06ca7b29b1b5 (patch)
tree214a87ae5d8e7cba35beed306c31b75559ac803e /japanese
parentef50f8d136c571a081d4a4b126756977d4d9315a (diff)
downloadFreeBSD-ports-3f94a66e38879565975fe0eda37e06ca7b29b1b5.zip
FreeBSD-ports-3f94a66e38879565975fe0eda37e06ca7b29b1b5.tar.gz
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>
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 0000000..d50202c
--- /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 0000000..90cb821
--- /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 0000000..9280268
--- /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 0000000..46d0da2
--- /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 0000000..bd517e0
--- /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
OpenPOWER on IntegriCloud