From 5db215a5bc81725b8ce5c0be655d939523fbaf14 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Wed, 19 Jul 2000 07:20:24 +0000 Subject: Add tkhonyaku, yet another Honyaku-Damashii client with rich functionality. PR: ports/19813 Submitted by: Daichi T.GOTO --- japanese/tkhonyaku/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ japanese/tkhonyaku/distinfo | 1 + japanese/tkhonyaku/files/patch-aa | 19 +++++++++++++++++++ japanese/tkhonyaku/pkg-comment | 1 + japanese/tkhonyaku/pkg-descr | 10 ++++++++++ japanese/tkhonyaku/pkg-plist | 7 +++++++ 6 files changed, 76 insertions(+) create mode 100644 japanese/tkhonyaku/Makefile create mode 100644 japanese/tkhonyaku/distinfo create mode 100644 japanese/tkhonyaku/files/patch-aa create mode 100644 japanese/tkhonyaku/pkg-comment create mode 100644 japanese/tkhonyaku/pkg-descr create mode 100644 japanese/tkhonyaku/pkg-plist (limited to 'japanese/tkhonyaku') diff --git a/japanese/tkhonyaku/Makefile b/japanese/tkhonyaku/Makefile new file mode 100644 index 000000000000..8514490b9861 --- /dev/null +++ b/japanese/tkhonyaku/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: tkhonyaku +# Date created: 10 July 2000 +# Whom: Daichi T.GOTO +# +# $FreeBSD$ +# + +PORTNAME= tkhonyaku +PORTVERSION= 1.0 +CATEGORIES= japanese +MASTER_SITES= http://www.yk.rim.or.jp/~kawagisi/ + +MAINTAINER= daichi@ongs.net + +RUN_DEPENDS= ${LOCALBASE}/bin/wish8.0jp:${PORTSDIR}/japanese/tk80 + +NO_BUILD= yes + +PLIST_SUB= DISTNAME="${DISTNAME}" + +pre-patch: + ${MKDIR} ${WRKSRC} + @${MV} ${WRKSRC}/../colors.gif ${WRKSRC} + @${MV} ${WRKSRC}/../tkhonyaku ${WRKSRC} + @${MV} ${WRKSRC}/../tkhonyaku-readme ${WRKSRC} + @${MV} ${WRKSRC}/../tkhonyaku.gif ${WRKSRC} + @${MV} ${WRKSRC}/../tkhonyaku.xpm ${WRKSRC} + +do-install: + ${MKDIR} ${PREFIX}/share/doc/tkhonyaku + ${MKDIR} ${PREFIX}/tkhonyaku + @${CP} ${WRKSRC}/tkhonyaku-readme ${PREFIX}/share/doc/tkhonyaku/ + @${CP} ${WRKSRC}/colors.gif ${PREFIX}/tkhonyaku + @${CP} ${WRKSRC}/tkhonyaku.gif ${PREFIX}/tkhonyaku/ + @${CP} ${WRKSRC}/tkhonyaku.xpm ${PREFIX}/tkhonyaku/ + @${CP} ${WRKSRC}/tkhonyaku ${PREFIX}/bin + +.include diff --git a/japanese/tkhonyaku/distinfo b/japanese/tkhonyaku/distinfo new file mode 100644 index 000000000000..7f9ab5fdf40d --- /dev/null +++ b/japanese/tkhonyaku/distinfo @@ -0,0 +1 @@ +MD5 (tkhonyaku-1.0.tar.gz) = 929a3544de64739820b066fe40d142ec diff --git a/japanese/tkhonyaku/files/patch-aa b/japanese/tkhonyaku/files/patch-aa new file mode 100644 index 000000000000..8fef964eef06 --- /dev/null +++ b/japanese/tkhonyaku/files/patch-aa @@ -0,0 +1,19 @@ +--- tkhonyaku.orig Mon Jul 10 05:56:43 2000 ++++ tkhonyaku Mon Jul 10 05:56:47 2000 +@@ -1,6 +1,6 @@ + #!/bin/sh + # the next line restart using wish \ +-exec wish "$0" "$@" ++exec wish8.0jp "$0" "$@" + + #=========================================================================== + # 『Tk翻訳』version 1.0 +@@ -87,7 +87,7 @@ + set respdir ~/.tkhonyaku/ ;# レスポンスファイルのディレクトリ + set logdir ~/.tkhonyaku/ ;# エラーログのディレクトリ + set conf_file ~/.tkhonyaku/tkhonyaku.conf ;# 設定ファイルのフルパス +- set helpdir /usr/doc/tkhonyaku-1.0 ;# ヘルプファイルのディレクトリ ++ set helpdir /usr/local/share/doc/tkhonyaku ;# ヘルプファイルのディレクトリ + set gifdir /usr/local/tkhonyaku ;# GIF ファイルのディレクトリ + } + windows { diff --git a/japanese/tkhonyaku/pkg-comment b/japanese/tkhonyaku/pkg-comment new file mode 100644 index 000000000000..97c105bb1fe3 --- /dev/null +++ b/japanese/tkhonyaku/pkg-comment @@ -0,0 +1 @@ +Yet another Honyaku-Damashii client with rich functionality diff --git a/japanese/tkhonyaku/pkg-descr b/japanese/tkhonyaku/pkg-descr new file mode 100644 index 000000000000..ff4b474c64f8 --- /dev/null +++ b/japanese/tkhonyaku/pkg-descr @@ -0,0 +1,10 @@ +TkHonyaku is yet another Honyaku-Damashii client with rich functionality. +If you have Honyaku-Damashii and are using xhonyaku, give this a try +instead of xhonyaku. + +(Honyaku-Damashii is a Japanese <-> English translator) + +WWW: http://www.yk.rim.or.jp/~kawagisi/tkhonyaku.html + +- Daichi T.GOTO +daichi@ongs.net diff --git a/japanese/tkhonyaku/pkg-plist b/japanese/tkhonyaku/pkg-plist new file mode 100644 index 000000000000..ed369363e37a --- /dev/null +++ b/japanese/tkhonyaku/pkg-plist @@ -0,0 +1,7 @@ +share/doc/tkhonyaku/tkhonyaku-readme +tkhonyaku/colors.gif +tkhonyaku/tkhonyaku.gif +tkhonyaku/tkhonyaku.xpm +bin/tkhonyaku +@dirrm share/doc/tkhonyaku +@dirrm tkhonyaku -- cgit v1.2.3