summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-02-12 16:41:50 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-02-12 16:41:50 +0000
commit575bc1ca368df820f12cdc34156321c7de6075ba (patch)
tree319449d07da124e9a271b09dde5cd96458773a08 /japanese
parentUpdate big5con to 0.92e. Fixed building error for 3.0-19990209-STABLE. (diff)
PR: ports/10048
Submitted by: kiri@pis.toba-cmt.ac.jp A simple, easy to use Japanese terminal-based screen editor.
Notes
Notes: svn path=/head/; revision=16685
Diffstat (limited to 'japanese')
-rw-r--r--japanese/ee/Makefile50
-rw-r--r--japanese/ee/distinfo3
-rw-r--r--japanese/ee/pkg-comment1
-rw-r--r--japanese/ee/pkg-descr10
-rw-r--r--japanese/ee/pkg-plist1
5 files changed, 65 insertions, 0 deletions
diff --git a/japanese/ee/Makefile b/japanese/ee/Makefile
new file mode 100644
index 000000000000..06a903c4f858
--- /dev/null
+++ b/japanese/ee/Makefile
@@ -0,0 +1,50 @@
+# New ports collection makefile for: ee
+# Version required: 1.0
+# Date created: 20 Jan 1999
+# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= jee-1.0
+PKGNAME= ja-jee-1.0
+CATEGORIES= editors japanese
+MASTER_SITES= ftp://ftp.mogami-wire.co.jp/pub/beta/ \
+ ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ \
+ ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/LOCAL_PORTS/ \
+ ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/incoming/japanese/
+DISTFILES= jee.tar.gz \
+ libncurses-3.0.tar.gz \
+ ee-3.0.tar.gz
+
+MAINTAINER= kiri@pis.toba-cmt.ac.jp
+
+LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna
+
+MANLANG= ja
+MAN1= jee.1
+WRKSRC= ${WRKDIR}/ee
+
+do-extract:
+ @${MKDIR} ${WRKSRC}
+ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/jee.tar.gz \
+ ${EXTRACT_AFTER_ARGS} -C ${WRKSRC}
+ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/ee-3.0.tar.gz \
+ ${EXTRACT_AFTER_ARGS} -C ${WRKDIR}
+ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/libncurses-3.0.tar.gz \
+ ${EXTRACT_AFTER_ARGS} -C ${WRKSRC}
+ ${MV} ${WRKSRC}/libncurses ${WRKSRC}/curses
+
+post-patch:
+ @${PATCH} ${PATCH_DIST_ARGS} < ${WRKSRC}/ee.patch
+ @${PATCH} ${PATCH_DIST_ARGS:S@${WRKSRC}@${WRKSRC}/curses@} \
+ < ${WRKSRC}/ncurses.patch
+do-build:
+ @(cd ${WRKSRC}/curses; ${MAKE} keys.tries.h; ${MAKE})
+ @(cd ${WRKSRC}; ${MAKE} -f makefile)
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/ee ${PREFIX}/bin/jee
+ @${INSTALL_MAN} ${WRKSRC}/jee.1 ${PREFIX}/man/ja/man1/
+
+.include <bsd.port.mk>
diff --git a/japanese/ee/distinfo b/japanese/ee/distinfo
new file mode 100644
index 000000000000..46b9507c35af
--- /dev/null
+++ b/japanese/ee/distinfo
@@ -0,0 +1,3 @@
+MD5 (jee.tar.gz) = 0441b96d70d5f680a5bcb623a0b0690e
+MD5 (libncurses-3.0.tar.gz) = a96c56853ef5c9ac52b3035c26ddb548
+MD5 (ee-3.0.tar.gz) = 31e63aabc7f55601a5244098fd5290b8
diff --git a/japanese/ee/pkg-comment b/japanese/ee/pkg-comment
new file mode 100644
index 000000000000..abd57b9a00da
--- /dev/null
+++ b/japanese/ee/pkg-comment
@@ -0,0 +1 @@
+A simple, easy to use Japanese terminal-based screen editor.
diff --git a/japanese/ee/pkg-descr b/japanese/ee/pkg-descr
new file mode 100644
index 000000000000..464dee8a1190
--- /dev/null
+++ b/japanese/ee/pkg-descr
@@ -0,0 +1,10 @@
+The editor 'ee' (easy editor) is intended to be a simple, easy to use
+terminal-based screen oriented editor that requires no instruction to
+use. Its primary use would be for people who are new to computers, or who
+use computers only for things like e-mail.
+
+This port makes orginal `ee' to treat Japanese by Mr.HIRABAYASHI
+Kouichi(kh@mogami-wire.co.jp).
+
+-KIRIYAMA Kazuhiko
+<kiri@pis.toba-cmt.ac.jp>
diff --git a/japanese/ee/pkg-plist b/japanese/ee/pkg-plist
new file mode 100644
index 000000000000..bc3dc121c27c
--- /dev/null
+++ b/japanese/ee/pkg-plist
@@ -0,0 +1 @@
+bin/jee