Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  9 Jul 2000 14:25:50 -0700 (PDT)
From:      daichi@ongs.net
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/19813: new ports: a yet another HONYAKU-DAMASHII client: tkhonyaku
Message-ID:  <20000709212550.6E55037B51E@hub.freebsd.org>

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

>Number:         19813
>Category:       ports
>Synopsis:       new ports: a yet another HONYAKU-DAMASHII client: tkhonyaku
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 09 14:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Daichi T.GOTO
>Release:        FreeBSD 4.0-RELEASE
>Organization:
ONGS
>Environment:
>Description:
# 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:
#
#	tkhonyaku_ports
#	tkhonyaku_ports/files
#	tkhonyaku_ports/files/md5
#	tkhonyaku_ports/pkg
#	tkhonyaku_ports/pkg/COMMENT
#	tkhonyaku_ports/pkg/DESCR
#	tkhonyaku_ports/pkg/PLIST
#	tkhonyaku_ports/patches
#	tkhonyaku_ports/patches/patch-aa
#	tkhonyaku_ports/Makefile
#
echo c - tkhonyaku_ports
mkdir -p tkhonyaku_ports > /dev/null 2>&1
echo c - tkhonyaku_ports/files
mkdir -p tkhonyaku_ports/files > /dev/null 2>&1
echo x - tkhonyaku_ports/files/md5
sed 's/^X//' >tkhonyaku_ports/files/md5 << 'END-of-tkhonyaku_ports/files/md5'
XMD5 (tkhonyaku-1.0.tar.gz) = 929a3544de64739820b066fe40d142ec
END-of-tkhonyaku_ports/files/md5
echo c - tkhonyaku_ports/pkg
mkdir -p tkhonyaku_ports/pkg > /dev/null 2>&1
echo x - tkhonyaku_ports/pkg/COMMENT
sed 's/^X//' >tkhonyaku_ports/pkg/COMMENT << 'END-of-tkhonyaku_ports/pkg/COMMENT'
XA yet another HONYAKU-DAMASHII client
END-of-tkhonyaku_ports/pkg/COMMENT
echo x - tkhonyaku_ports/pkg/DESCR
sed 's/^X//' >tkhonyaku_ports/pkg/DESCR << 'END-of-tkhonyaku_ports/pkg/DESCR'
XTkHonyaku is a yet another HONYAKU-DAMASHII client that offer all
Xfacility. If you have HONYAKU-DAMASHII and use xhonyaku, tkhonyaku will
Xbe program to be good for you. 
X
XWWW: http://www.yk.rim.or.jp/~kawagisi/tkhonyaku.html
X
X- Daichi T.GOTO
Xdaichi@ongs.net
END-of-tkhonyaku_ports/pkg/DESCR
echo x - tkhonyaku_ports/pkg/PLIST
sed 's/^X//' >tkhonyaku_ports/pkg/PLIST << 'END-of-tkhonyaku_ports/pkg/PLIST'
Xshare/doc/tkhonyaku/tkhonyaku-readme
Xtkhonyaku/colors.gif
Xtkhonyaku/tkhonyaku.gif
Xtkhonyaku/tkhonyaku.xpm
Xbin/tkhonyaku
X@dirrm share/doc/tkhonyaku
X@dirrm tkhonyaku
END-of-tkhonyaku_ports/pkg/PLIST
echo c - tkhonyaku_ports/patches
mkdir -p tkhonyaku_ports/patches > /dev/null 2>&1
echo x - tkhonyaku_ports/patches/patch-aa
sed 's/^X//' >tkhonyaku_ports/patches/patch-aa << 'END-of-tkhonyaku_ports/patches/patch-aa'
X--- tkhonyaku.orig	Mon Jul 10 05:56:43 2000
X+++ tkhonyaku	Mon Jul 10 05:56:47 2000
X@@ -1,6 +1,6 @@
X #!/bin/sh
X # the next line restart using wish \
X-exec wish "$0" "$@"
X+exec wish8.0jp "$0" "$@"
X 
X #===========================================================================
X # 『Tk翻訳』version 1.0
X@@ -87,7 +87,7 @@
X       set respdir   ~/.tkhonyaku/           ;# レスポンスファイルのディレクトリ
X       set logdir    ~/.tkhonyaku/              ;# エラーログのディレクトリ
X       set conf_file ~/.tkhonyaku/tkhonyaku.conf ;# 設定ファイルのフルパス
X-      set helpdir   /usr/doc/tkhonyaku-1.0     ;# ヘルプファイルのディレクトリ
X+      set helpdir   /usr/local/share/doc/tkhonyaku     ;# ヘルプファイルのディレクトリ
X       set gifdir    /usr/local/tkhonyaku       ;# GIF ファイルのディレクトリ
X     }
X     windows {
END-of-tkhonyaku_ports/patches/patch-aa
echo x - tkhonyaku_ports/Makefile
sed 's/^X//' >tkhonyaku_ports/Makefile << 'END-of-tkhonyaku_ports/Makefile'
X# New ports collection makefile for:	yuzu
X# Date created:		10 July 2000
X# Whom:			Daichi T.GOTO
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tkhonyaku
XPORTVERSION=	1.0
XCATEGORIES=	japanese
XMASTER_SITES=	http://www.yk.rim.or.jp/~kawagisi/tkhonyaku.html
X
XMAINTAINER=	daichi@ongs.net
X
XRUN_DEPENDS=	${LOCALBASE}/bin/wish8.0jp:${PORTSDIR}/japanese/tk80
X
XNO_BUILD=	yes
X
XPLIST_SUB=	DISTNAME="${DISTNAME}"
X
Xpre-patch:
X	${MKDIR} ${WRKSRC}
X	@${MV} ${WRKSRC}/../colors.gif ${WRKSRC}
X	@${MV} ${WRKSRC}/../tkhonyaku ${WRKSRC}
X	@${MV} ${WRKSRC}/../tkhonyaku-readme ${WRKSRC}
X	@${MV} ${WRKSRC}/../tkhonyaku.gif ${WRKSRC}
X	@${MV} ${WRKSRC}/../tkhonyaku.xpm ${WRKSRC}
X
Xdo-install:
X	${MKDIR} ${PREFIX}/share/doc/tkhonyaku
X	${MKDIR} ${PREFIX}/tkhonyaku
X	@${CP} ${WRKSRC}/tkhonyaku-readme ${PREFIX}/share/doc/tkhonyaku/
X	@${CP} ${WRKSRC}/colors.gif ${PREFIX}/tkhonyaku
X	@${CP} ${WRKSRC}/tkhonyaku.gif ${PREFIX}/tkhonyaku/
X	@${CP} ${WRKSRC}/tkhonyaku.xpm ${PREFIX}/tkhonyaku/
X	@${CP} ${WRKSRC}/tkhonyaku ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-tkhonyaku_ports/Makefile
exit


>How-To-Repeat:

>Fix:


>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?20000709212550.6E55037B51E>