diff options
author | SADA Kenji <sada@FreeBSD.org> | 2001-04-16 17:53:25 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2001-04-16 17:53:25 +0000 |
commit | a069a657eb700a54cc883e5f219ff86c8b37a3f1 (patch) | |
tree | 36b4caa249cdc20112fd289858b05d96af55170b /japanese/tkhonyaku | |
parent | d3e7d1511bcf45d3629079d2305fb088c5774807 (diff) |
Notes
Diffstat (limited to 'japanese/tkhonyaku')
-rw-r--r-- | japanese/tkhonyaku/Makefile | 4 | ||||
-rw-r--r-- | japanese/tkhonyaku/distinfo | 2 | ||||
-rw-r--r-- | japanese/tkhonyaku/files/patch-aa | 26 |
3 files changed, 6 insertions, 26 deletions
diff --git a/japanese/tkhonyaku/Makefile b/japanese/tkhonyaku/Makefile index c1deacb95548..7d62bb17c5d2 100644 --- a/japanese/tkhonyaku/Makefile +++ b/japanese/tkhonyaku/Makefile @@ -6,11 +6,11 @@ # PORTNAME= tkhonyaku -PORTVERSION= 1.4 +PORTVERSION= 1.6 CATEGORIES= japanese MASTER_SITES= http://www.yk.rim.or.jp/~kawagisi/ -MAINTAINER= daichi@ongs.net +MAINTAINER= daichi@ongs.gr.jp RUN_DEPENDS= ${LOCALBASE}/bin/wish8.0jp:${PORTSDIR}/japanese/tk80 diff --git a/japanese/tkhonyaku/distinfo b/japanese/tkhonyaku/distinfo index fcb2037cc0be..3215ab007925 100644 --- a/japanese/tkhonyaku/distinfo +++ b/japanese/tkhonyaku/distinfo @@ -1 +1 @@ -MD5 (tkhonyaku-1.4.tar.gz) = b51c2029683cc58fd937f3f862693c1c +MD5 (tkhonyaku-1.6.tar.gz) = 9d01b8f8d9e239809dcd5385d181bfc9 diff --git a/japanese/tkhonyaku/files/patch-aa b/japanese/tkhonyaku/files/patch-aa index 2330b7596bc0..25f29ff9b5b1 100644 --- a/japanese/tkhonyaku/files/patch-aa +++ b/japanese/tkhonyaku/files/patch-aa @@ -1,5 +1,5 @@ ---- tkhonyaku.orig Sat Aug 19 21:40:31 2000 -+++ tkhonyaku Sun Aug 20 01:00:28 2000 +--- tkhonyaku.orig Sun Apr 15 13:47:31 2001 ++++ tkhonyaku Sun Apr 15 13:47:41 2001 @@ -1,6 +1,6 @@ #!/bin/sh # the next line restart using wish \ @@ -7,24 +7,4 @@ +exec wish8.0jp "$0" "$@" #============================================================================= - # 『Tk翻訳』version 1.4 for Unix/Windows/Macintosh -@@ -27,7 +27,7 @@ - global disp_debug - global tcl_platform env username server port - global txtin_bg txtin_fg txtout_bg txtout_fg -- global style ximstyle win_dir ejmode jemode my_osk my_omk -+ global style ximstyle win_dir ejmode jemode mode my_osk my_omk - - set disp_debug no ;# デバッグ用ウィンドウを表示しない - switch $tcl_platform(platform) { -@@ -95,8 +95,8 @@ - set respdir ~/.tkhonyaku/ ;# レスポンスファイルのディレクトリ - set logdir ~/.tkhonyaku/ ;# エラーログのディレクトリ - set conf_file ~/.tkhonyaku/tkhonyaku.conf ;# 設定ファイルのフルパス -- set helpdir /usr/doc/tkhonyaku-1.4 ;# ヘルプファイルのディレクトリ -- set gifdir /usr/local/tkhonyaku ;# GIF ファイルのディレクトリ -+ set helpdir /usr/local/share/doc/tkhonyaku ;# ヘルプファイルのディレクトリ -+ set gifdir /usr/local/share/tkhonyaku;# GIF ファイルのディレクトリ - if { ! [file exists $helpdir] } { - if { [file type $argv0] == "link" } { - set helpdir [file dirname [file readlink $argv0] ] + # 『Tk翻訳』version 1.6 for Unix/Windows/Macintosh |