diff options
Diffstat (limited to 'japanese/tkhonyaku')
-rw-r--r-- | japanese/tkhonyaku/Makefile | 38 | ||||
-rw-r--r-- | japanese/tkhonyaku/distinfo | 1 | ||||
-rw-r--r-- | japanese/tkhonyaku/files/patch-aa | 19 | ||||
-rw-r--r-- | japanese/tkhonyaku/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/tkhonyaku/pkg-descr | 10 | ||||
-rw-r--r-- | japanese/tkhonyaku/pkg-plist | 7 |
6 files changed, 76 insertions, 0 deletions
diff --git a/japanese/tkhonyaku/Makefile b/japanese/tkhonyaku/Makefile new file mode 100644 index 0000000..8514490 --- /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 <bsd.port.mk> diff --git a/japanese/tkhonyaku/distinfo b/japanese/tkhonyaku/distinfo new file mode 100644 index 0000000..7f9ab5f --- /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 0000000..8fef964 --- /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 0000000..97c105b --- /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 0000000..ff4b474 --- /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 0000000..ed36936 --- /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 |