Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 1999 23:14:01 +0900 (JST)
From:      KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/10048: New ports: ja-jee-1.0(japanese/ee)
Message-ID:  <199902121414.XAA17525@pis.toba-cmt.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         10048
>Category:       ports
>Synopsis:       New ports: ja-jee-1.0(japanese/ee)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 12 06:20:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     KIRIYAMA Kazuhiko
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Toba National College of Maritime Technology.
	Department of Electronic Mechanical Engineering
>Environment:
>Description:
ee port has been  ported. jee is  simple, easy to use Japanese
 terminal-based screen editor.

I put the port with shar `find ee` below "Fix:"
>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ee/
#	ee/Makefile
#	ee/files/
#	ee/files/md5
#	ee/pkg/
#	ee/pkg/COMMENT
#	ee/pkg/DESCR
#	ee/pkg/PLIST
#
echo c - ee/
mkdir -p ee/ > /dev/null 2>&1
echo x - ee/Makefile
sed 's/^X//' >ee/Makefile << 'END-of-ee/Makefile'
X# New ports collection makefile for: ee
X# Version required:	1.0
X# Date created:		20 Jan 1999
X# Whom:			KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
X#
X# $Id$
X#
X
XDISTNAME=	jee-1.0
XPKGNAME=	ja-jee-1.0
XCATEGORIES=	editors japanese
XMASTER_SITES=	ftp://ftp.mogami-wire.co.jp/pub/beta/ \
X		ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/
XDISTFILES=	jee.tar.gz libncurses-3.0.tar.gz ee-3.0.tar.gz
X
XMAINTAINER=	kiri@pis.toba-cmt.ac.jp
X
XLIB_DEPENDS=	canna.1:${PORTSDIR}/japanese/Canna
X
XMANLANG=	ja
XMAN1=		jee.1
XWRKSRC=		${WRKDIR}/ee
X
Xdo-extract:
X	@${MKDIR} ${WRKSRC}
X	${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/jee.tar.gz \
X		${EXTRACT_AFTER_ARGS} -C ${WRKSRC}
X	${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/ee-3.0.tar.gz \
X		${EXTRACT_AFTER_ARGS} -C ${WRKDIR}
X	${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/libncurses-3.0.tar.gz \
X		${EXTRACT_AFTER_ARGS} -C ${WRKSRC}
X	${MV} ${WRKSRC}/libncurses ${WRKSRC}/curses 
X
Xpost-patch:
X	@${PATCH} ${PATCH_DIST_ARGS} < ${WRKSRC}/ee.patch
X	@${PATCH} ${PATCH_DIST_ARGS:S@${WRKSRC}@${WRKSRC}/curses@} \
X		< ${WRKSRC}/ncurses.patch
Xdo-build:
X	@(cd ${WRKSRC}/curses; ${MAKE} keys.tries.h; ${MAKE})
X	@(cd ${WRKSRC}; ${MAKE} -f makefile)
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/ee ${PREFIX}/bin/jee
X	@${INSTALL_MAN} ${WRKSRC}/jee.1 ${PREFIX}/man/ja/man1/
X
X.include <bsd.port.mk>
END-of-ee/Makefile
echo c - ee/files/
mkdir -p ee/files/ > /dev/null 2>&1
echo x - ee/files/md5
sed 's/^X//' >ee/files/md5 << 'END-of-ee/files/md5'
XMD5 (jee.tar.gz) = 0441b96d70d5f680a5bcb623a0b0690e
XMD5 (libncurses-3.0.tar.gz) = a96c56853ef5c9ac52b3035c26ddb548
XMD5 (ee-3.0.tar.gz) = 31e63aabc7f55601a5244098fd5290b8
END-of-ee/files/md5
echo c - ee/pkg/
mkdir -p ee/pkg/ > /dev/null 2>&1
echo x - ee/pkg/COMMENT
sed 's/^X//' >ee/pkg/COMMENT << 'END-of-ee/pkg/COMMENT'
XA simple, easy to use Japanese terminal-based screen editor.
END-of-ee/pkg/COMMENT
echo x - ee/pkg/DESCR
sed 's/^X//' >ee/pkg/DESCR << 'END-of-ee/pkg/DESCR'
XThe editor 'ee' (easy editor) is intended to be a simple, easy to use 
Xterminal-based screen oriented editor that requires no instruction to 
Xuse.  Its primary use would be for people who are new to computers, or who 
Xuse computers only for things like e-mail.
X
XThis port makes orginal `ee' to treat Japanese by Mr.HIRABAYASHI
XKouichi(kh@mogami-wire.co.jp).
X
X-KIRIYAMA Kazuhiko
X<kiri@pis.toba-cmt.ac.jp>
END-of-ee/pkg/DESCR
echo x - ee/pkg/PLIST
sed 's/^X//' >ee/pkg/PLIST << 'END-of-ee/pkg/PLIST'
Xbin/jee
END-of-ee/pkg/PLIST
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902121414.XAA17525>