From 71a1405218ab2b49a603a98c3b30c3528f7a8f46 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 5 Jun 2002 21:43:14 +0000 Subject: Rename monstrously long patch filenames that were causing tar to exceed length limitations (100 characters) and fail. --- ...ch-..::ext::plugin::build::solaris::GNUmakefile | 14 -- ...::oji-plugin::src::motif::jvm_natives::native.c | 31 --- ...:src::motif::resources::ja::sunw_java_plugin.po | 25 --- ...motif::resources::ko.UTF-8::sunw_java_plugin.po | 25 --- ...:src::motif::resources::ko::sunw_java_plugin.po | 25 --- ...::motif::resources::zh.GBK::sunw_java_plugin.po | 25 --- ...:src::motif::resources::zh::sunw_java_plugin.po | 25 --- ...tif::resources::zh_TW.BIG5::sunw_java_plugin.po | 25 --- ...c::motif::resources::zh_TW::sunw_java_plugin.po | 25 --- ...ses::sun::awt::motif::font.properties.zh_TW.bsd | 240 --------------------- ...com::sun::media::sound::engine::HAE_API_BSDOS.c | 16 -- ...::media::sound::engine::HAE_API_BSDOS_Capture.c | 16 -- java/jdk13/files/patch-GNUmakefile | 14 ++ java/jdk13/files/patch-HAE_API_BSDOS.c | 16 ++ java/jdk13/files/patch-HAE_API_BSDOS_Capture.c | 16 ++ java/jdk13/files/patch-font.properties.zh_TW.bsd | 240 +++++++++++++++++++++ java/jdk13/files/patch-ja::sunw_java_plugin.po | 25 +++ .../files/patch-ko.UTF-8::sunw_java_plugin.po | 25 +++ java/jdk13/files/patch-ko::sunw_java_plugin.po | 25 +++ java/jdk13/files/patch-native.c | 31 +++ java/jdk13/files/patch-zb.GBK::sunw_java_plugin.po | 25 +++ java/jdk13/files/patch-zh::sunw_java_plugin.po | 25 +++ .../files/patch-zh_TW.BIG5::sunw_java_plugin.po | 25 +++ java/jdk13/files/patch-zh_TW::sunw_java_plugin.po | 25 +++ 24 files changed, 492 insertions(+), 492 deletions(-) delete mode 100644 java/jdk13/files/patch-..::ext::plugin::build::solaris::GNUmakefile delete mode 100644 java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c delete mode 100644 java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::ja::sunw_java_plugin.po delete mode 100644 java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::ko.UTF-8::sunw_java_plugin.po delete mode 100644 java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::ko::sunw_java_plugin.po delete mode 100644 java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh.GBK::sunw_java_plugin.po delete mode 100644 java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh::sunw_java_plugin.po delete mode 100644 java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh_TW.BIG5::sunw_java_plugin.po delete mode 100644 java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh_TW::sunw_java_plugin.po delete mode 100644 java/jdk13/files/patch-..::src::solaris::classes::sun::awt::motif::font.properties.zh_TW.bsd delete mode 100644 java/jdk13/files/patch-..::src::solaris::native::com::sun::media::sound::engine::HAE_API_BSDOS.c delete mode 100644 java/jdk13/files/patch-..::src::solaris::native::com::sun::media::sound::engine::HAE_API_BSDOS_Capture.c create mode 100644 java/jdk13/files/patch-GNUmakefile create mode 100644 java/jdk13/files/patch-HAE_API_BSDOS.c create mode 100644 java/jdk13/files/patch-HAE_API_BSDOS_Capture.c create mode 100644 java/jdk13/files/patch-font.properties.zh_TW.bsd create mode 100644 java/jdk13/files/patch-ja::sunw_java_plugin.po create mode 100644 java/jdk13/files/patch-ko.UTF-8::sunw_java_plugin.po create mode 100644 java/jdk13/files/patch-ko::sunw_java_plugin.po create mode 100644 java/jdk13/files/patch-native.c create mode 100644 java/jdk13/files/patch-zb.GBK::sunw_java_plugin.po create mode 100644 java/jdk13/files/patch-zh::sunw_java_plugin.po create mode 100644 java/jdk13/files/patch-zh_TW.BIG5::sunw_java_plugin.po create mode 100644 java/jdk13/files/patch-zh_TW::sunw_java_plugin.po (limited to 'java/jdk13') diff --git a/java/jdk13/files/patch-..::ext::plugin::build::solaris::GNUmakefile b/java/jdk13/files/patch-..::ext::plugin::build::solaris::GNUmakefile deleted file mode 100644 index 3f6876b..0000000 --- a/java/jdk13/files/patch-..::ext::plugin::build::solaris::GNUmakefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- ../ext/plugin/build/solaris/GNUmakefile 2002/03/13 13:35:23 1.1 -+++ ../ext/plugin/build/solaris/GNUmakefile 2002/03/13 13:36:33 -@@ -645,7 +645,7 @@ - $(PLUGIN_OJI): $(NAVIG5_OFILES) $(COMMON_OFILES_GNU) - export LD_LIBRARY_PATH; LD_LIBRARY_PATH=$(X11_LIB); \ - $(GCC) $(GCCPIC) $(GCCLD_SHARELIB_FLAG) $(LDFLAGS) -o $(@) \ -- $(NAVIG5_OFILES) $(COMMON_OFILES_GNU) -+ $(NAVIG5_OFILES) $(COMMON_OFILES_GNU) -L$(X11_LIB) -lXt - - clean clobber:: - /bin/rm -f -r $(TMP_DIR) $(OUTPUT_DIR)/plugin diff --git a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c b/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c deleted file mode 100644 index 9717547..0000000 --- a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c +++ /dev/null @@ -1,31 +0,0 @@ -$FreeBSD$ - ---- ../ext/plugin/oji-plugin/src/motif/jvm_natives/native.c 22 Jan 2002 19:56:49 -0000 1.5 -+++ ../ext/plugin/oji-plugin/src/motif/jvm_natives/native.c 13 Apr 2002 05:11:05 -0000 -@@ -590,7 +590,7 @@ - jclass clz = (*env)->FindClass(env, "sun/plugin/navig/motif/Worker"); - jmethodID meth = (*env)->GetStaticMethodID(env, clz, "readHttpsURL", - "(Ljava/lang/Object;[BII)I"); -- return (jint)(*env)->CallStaticObjectMethod(env, clz, meth, this, buf, offset, len); -+ return (jint)(*env)->CallStaticIntMethod(env, clz, meth, this, buf, offset, len); - } - - /* -@@ -605,7 +605,7 @@ - jclass clz = (*env)->FindClass(env, "sun/plugin/navig/motif/Worker"); - jmethodID meth = (*env)->GetStaticMethodID(env, clz, "bytesAvailable", - "(Ljava/lang/Object;)I"); -- return (jint)(*env)->CallStaticObjectMethod(env, clz, meth, this); -+ return (jint)(*env)->CallStaticIntMethod(env, clz, meth, this); - } - - /* -@@ -623,7 +623,7 @@ - "(Ljava/lang/Object;)V"); - jfieldID nativeConnID = (*env)->GetFieldID(env, isClass, "nativeConnection", "J"); - -- (*env)->CallStaticObjectMethod(env, clz, meth, is); -+ (*env)->CallStaticVoidMethod(env, clz, meth, is); - - /* - It is extremely important to unset the nativeConnection field in diff --git a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::ja::sunw_java_plugin.po b/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::ja::sunw_java_plugin.po deleted file mode 100644 index 893ca8f..0000000 --- a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::ja::sunw_java_plugin.po +++ /dev/null @@ -1,25 +0,0 @@ -$FreeBSD$ - ---- ../ext/plugin/oji-plugin/src/motif/resources/ja/sunw_java_plugin.po.orig Sun May 6 15:15:35 2001 -+++ ../ext/plugin/oji-plugin/src/motif/resources/ja/sunw_java_plugin.po Sat Apr 27 01:05:41 2002 -@@ -21,20 +21,12 @@ - msgstr "Plugin: Netscape プロキシ設定の読み込みに失敗しました。URL \n" - msgid "Plugin: couldn't read directory" - msgstr "Plugin: ディレクトリを読み取れません。" --msgid "plugin: java process exited with status" --msgstr "plugin: java プロセスが終了状態付きで終了しました。" - msgid "plugin: java process died due to signal" - msgstr "plugin: java プロセスがシグナルのために終了しました。" - msgid " a core file was generated" - msgstr " コアファイルが生成されました。" --msgid "Plugin: trouble with work request from child" --msgstr "Plugin: 子からの処理要求に失敗しました。" - msgid "Plugin: can't find IP address for current host" - msgstr "Plugin: 現ホストの IP アドレスが見つかりません。" --msgid "Plugin: trouble reading Netscape proxy configuration URL from\n" --msgstr "Plugin: Netscape プロキシ設定の読み込みに失敗しました。URL \n" --msgid "Plugin: can't find plugins/../java directory" --msgstr "Plugin: ディレクトリ plugins/../java が見つかりません。" - msgid "Plugin: unexpected work request from child" - msgstr "Plugin: 子からの予期しない処理要求です。" - msgid "Plugin: Java VM process has died." diff --git a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::ko.UTF-8::sunw_java_plugin.po b/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::ko.UTF-8::sunw_java_plugin.po deleted file mode 100644 index 4e57bcc..0000000 --- a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::ko.UTF-8::sunw_java_plugin.po +++ /dev/null @@ -1,25 +0,0 @@ -$FreeBSD$ - ---- ../ext/plugin/oji-plugin/src/motif/resources/ko.UTF-8/sunw_java_plugin.po.orig Sun May 6 15:15:35 2001 -+++ ../ext/plugin/oji-plugin/src/motif/resources/ko.UTF-8/sunw_java_plugin.po Sat Apr 27 01:06:46 2002 -@@ -21,20 +21,12 @@ - msgstr "蠏語: れ朱覿 Netscape 曙 蟲 URL 曙 給.\n" - msgid "Plugin: couldn't read directory" - msgstr "蠏語: 襴襯 曙 給." --msgid "plugin: java process exited with status" --msgstr "蠏語: 襦 覦 襦語るゼ 譬襭." - msgid "plugin: java process died due to signal" - msgstr "蠏語: 碁 誤 覦 襦語り 譴給." - msgid " a core file was generated" - msgstr " 貊 殊 焔給." --msgid "Plugin: trouble with work request from child" --msgstr "蠏語: 襦覿一 豌 覓語螳 覦給." - msgid "Plugin: can't find IP address for current host" - msgstr "蠏語: 語ろ語 IP 譯殊襯 谿場 給." --msgid "Plugin: trouble reading Netscape proxy configuration URL from\n" --msgstr "蠏語: れ朱覿 Netscape 曙 蟲 URL 曙 給.\n" --msgid "Plugin: can't find plugins/../java directory" --msgstr "蠏語: plugins/../java 襴襯 谿場 給." - msgid "Plugin: unexpected work request from child" - msgstr "蠏語: 襦覿一 豺 覈詩 豌." - msgid "Plugin: Java VM process has died." diff --git a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::ko::sunw_java_plugin.po b/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::ko::sunw_java_plugin.po deleted file mode 100644 index 7c0bef5..0000000 --- a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::ko::sunw_java_plugin.po +++ /dev/null @@ -1,25 +0,0 @@ -$FreeBSD$ - ---- ../ext/plugin/oji-plugin/src/motif/resources/ko/sunw_java_plugin.po.orig Sun May 6 15:15:35 2001 -+++ ../ext/plugin/oji-plugin/src/motif/resources/ko/sunw_java_plugin.po Sat Apr 27 01:06:37 2002 -@@ -21,20 +21,12 @@ - msgstr "巴君益昔: 陥製生稽採斗 Netscape 覗喰獣 姥失 URL聖 石聖 呪 蒸柔艦陥.\n" - msgid "Plugin: couldn't read directory" - msgstr "巴君益昔: 巨刑塘軒研 石聖 呪 蒸柔艦陥." --msgid "plugin: java process exited with status" --msgstr "巴君益昔: 薄仙 雌殿稽 切郊 覗稽室什研 曽戟杯艦陥." - msgid "plugin: java process died due to signal" - msgstr "巴君益昔: 重硲稽 昔背 切郊 覗稽室什亜 掻舘鞠醸柔艦陥." - msgid " a core file was generated" - msgstr " 坪嬢 督析戚 持失鞠醸柔艦陥." --msgid "Plugin: trouble with work request from child" --msgstr "巴君益昔: 馬是稽採斗税 拙穣 推短拭 庚薦亜 降持梅柔艦陥." - msgid "Plugin: can't find IP address for current host" - msgstr "巴君益昔: 薄仙 硲什闘税 IP 爽社研 達聖 呪 蒸柔艦陥." --msgid "Plugin: trouble reading Netscape proxy configuration URL from\n" --msgstr "巴君益昔: 陥製生稽採斗 Netscape 覗喰獣 姥失 URL聖 石聖 呪 蒸柔艦陥.\n" --msgid "Plugin: can't find plugins/../java directory" --msgstr "巴君益昔: plugins/../java 巨刑塘軒研 達聖 呪 蒸柔艦陥." - msgid "Plugin: unexpected work request from child" - msgstr "巴君益昔: 馬是稽採斗税 森雌帖 公廃 拙穣 推短脊艦陥." - msgid "Plugin: Java VM process has died." diff --git a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh.GBK::sunw_java_plugin.po b/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh.GBK::sunw_java_plugin.po deleted file mode 100644 index b562ec3..0000000 --- a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh.GBK::sunw_java_plugin.po +++ /dev/null @@ -1,25 +0,0 @@ -$FreeBSD$ - ---- ../ext/plugin/oji-plugin/src/motif/resources/zh.GBK/sunw_java_plugin.po.orig Sun May 6 15:15:35 2001 -+++ ../ext/plugin/oji-plugin/src/motif/resources/zh.GBK/sunw_java_plugin.po Sat Apr 27 01:07:14 2002 -@@ -21,20 +21,12 @@ - msgstr "峨周佐嗜汰仞還感組 Netscape 旗尖捲暦匂塘崔 URL 嗤諒籾\n" - msgid "Plugin: couldn't read directory" - msgstr "峨周採涎╋組…紳" --msgid "plugin: java process exited with status" --msgstr "峨周java 厮揮彜蓑曜竃" - msgid "plugin: java process died due to signal" - msgstr "峨周java 序殻厮咀佚催遇棒" - msgid " a core file was generated" - msgstr " 伏撹阻匯倖坪宰猟周" --msgid "Plugin: trouble with work request from child" --msgstr "峨周佐尖栖徭徨窃議垢恬萩箔嗤諒籾" - msgid "Plugin: can't find IP address for current host" - msgstr "峨周砕匆撒週映慰字議 IP 仇峽" --msgid "Plugin: trouble reading Netscape proxy configuration URL from\n" --msgstr "峨周佐嗜汰仞還感組 Netscape 旗尖捲暦匂塘崔 URL 嗤諒籾\n" --msgid "Plugin: can't find plugins/../java directory" --msgstr "峨周砕匆撒 plugins/../java 朕村" - msgid "Plugin: unexpected work request from child" - msgstr "峨周裟閑墸喟犁漬睛盖長ぷ萩箔" - msgid "Plugin: Java VM process has died." diff --git a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh::sunw_java_plugin.po b/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh::sunw_java_plugin.po deleted file mode 100644 index e2e3af7..0000000 --- a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh::sunw_java_plugin.po +++ /dev/null @@ -1,25 +0,0 @@ -$FreeBSD$ - ---- ../ext/plugin/oji-plugin/src/motif/resources/zh/sunw_java_plugin.po.orig Sun May 6 15:15:35 2001 -+++ ../ext/plugin/oji-plugin/src/motif/resources/zh/sunw_java_plugin.po Sat Apr 27 01:06:57 2002 -@@ -21,20 +21,12 @@ - msgstr "峨周佐嗜汰仞還感組 Netscape 旗尖捲暦匂塘崔 URL 嗤諒籾\n" - msgid "Plugin: couldn't read directory" - msgstr "峨周採涎╋組…紳" --msgid "plugin: java process exited with status" --msgstr "峨周java 厮揮彜蓑曜竃" - msgid "plugin: java process died due to signal" - msgstr "峨周java 序殻厮咀佚催遇棒" - msgid " a core file was generated" - msgstr " 伏撹阻匯倖坪宰猟周" --msgid "Plugin: trouble with work request from child" --msgstr "峨周佐尖栖徭徨窃議垢恬萩箔嗤諒籾" - msgid "Plugin: can't find IP address for current host" - msgstr "峨周砕匆撒週映慰字議 IP 仇峽" --msgid "Plugin: trouble reading Netscape proxy configuration URL from\n" --msgstr "峨周佐嗜汰仞還感組 Netscape 旗尖捲暦匂塘崔 URL 嗤諒籾\n" --msgid "Plugin: can't find plugins/../java directory" --msgstr "峨周砕匆撒 plugins/../java 朕村" - msgid "Plugin: unexpected work request from child" - msgstr "峨周裟閑墸喟犁漬睛盖長ぷ萩箔" - msgid "Plugin: Java VM process has died." diff --git a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh_TW.BIG5::sunw_java_plugin.po b/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh_TW.BIG5::sunw_java_plugin.po deleted file mode 100644 index 0dddf7d..0000000 --- a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh_TW.BIG5::sunw_java_plugin.po +++ /dev/null @@ -1,25 +0,0 @@ -$FreeBSD$ - ---- ../ext/plugin/oji-plugin/src/motif/resources/zh_TW.BIG5/sunw_java_plugin.po.orig Sun May 6 15:15:35 2001 -+++ ../ext/plugin/oji-plugin/src/motif/resources/zh_TW.BIG5/sunw_java_plugin.po Sat Apr 27 01:07:46 2002 -@@ -21,20 +21,12 @@ - msgstr "Plugin: 的 Netscape Nz]w URL 謬oネ維D\n" - msgid "Plugin: couldn't read directory" - msgstr "Plugin: Lk的ヘ雀" --msgid "plugin: java process exited with status" --msgstr "plugin: java {農HAhX" - msgid "plugin: java process died due to signal" - msgstr "plugin: java {任w]T弦τ郡" - msgid " a core file was generated" - msgstr " w横ネ屬濱筆" --msgid "Plugin: trouble with work request from child" --msgstr "Plugin: l寵O勠nD困u@oネ維D" - msgid "Plugin: can't find IP address for current host" - msgstr "Plugin: тぃ譽惓eD穣 IP 讌}" --msgid "Plugin: trouble reading Netscape proxy configuration URL from\n" --msgstr "Plugin: 的 Netscape Nztm URL 謬oネ維D\n" --msgid "Plugin: can't find plugins/../java directory" --msgstr "Plugin: тぃ plugins/../java ヘ雀" - msgid "Plugin: unexpected work request from child" - msgstr "Plugin: l寵OnDFDw漢困u@" - msgid "Plugin: Java VM process has died." diff --git a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh_TW::sunw_java_plugin.po b/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh_TW::sunw_java_plugin.po deleted file mode 100644 index b6bd168..0000000 --- a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh_TW::sunw_java_plugin.po +++ /dev/null @@ -1,25 +0,0 @@ -$FreeBSD$ - ---- ../ext/plugin/oji-plugin/src/motif/resources/zh_TW/sunw_java_plugin.po.orig Sun May 6 15:15:35 2001 -+++ ../ext/plugin/oji-plugin/src/motif/resources/zh_TW/sunw_java_plugin.po Sat Apr 27 01:07:31 2002 -@@ -21,20 +21,12 @@ - msgstr "Plugin: 冥 Netscape 梼棔歟薮 URL 寞瑪畷拌\n" - msgid "Plugin: couldn't read directory" - msgstr "Plugin: 獎領冥賑鱧" --msgid "plugin: java process exited with status" --msgstr "plugin: java 瓧仏鴆零蓙慷祷" - msgid "plugin: java process died due to signal" - msgstr "plugin: java 瓧仏椿媒惺羸挽籀" - msgid " a core file was generated" - msgstr " 椿棣畷尨点齟尸" --msgid "Plugin: trouble with work request from child" --msgstr "Plugin: 塚防瑛墫冓緡綴柊瑪畷拌" - msgid "Plugin: can't find IP address for current host" - msgstr "Plugin: 米亭妙賑乂塘顴煉 IP 罷敷" --msgid "Plugin: trouble reading Netscape proxy configuration URL from\n" --msgstr "Plugin: 冥 Netscape 梼棔慵續 URL 寞瑪畷拌\n" --msgid "Plugin: can't find plugins/../java directory" --msgstr "Plugin: 米亭妙 plugins/../java 賑鱧" - msgid "Plugin: unexpected work request from child" - msgstr "Plugin: 塚防詠冓緜肄烝耄綴柊" - msgid "Plugin: Java VM process has died." diff --git a/java/jdk13/files/patch-..::src::solaris::classes::sun::awt::motif::font.properties.zh_TW.bsd b/java/jdk13/files/patch-..::src::solaris::classes::sun::awt::motif::font.properties.zh_TW.bsd deleted file mode 100644 index 9a9f2e9..0000000 --- a/java/jdk13/files/patch-..::src::solaris::classes::sun::awt::motif::font.properties.zh_TW.bsd +++ /dev/null @@ -1,240 +0,0 @@ -$FreeBSD$ - ---- ../src/solaris/classes/sun/awt/motif/font.properties.zh_TW.bsd 1 Jan 1970 00:00:00 -0000 -+++ ../src/solaris/classes/sun/awt/motif/font.properties.zh_TW.bsd 13 Apr 2002 05:09:42 -0000 -@@ -0,0 +1,235 @@ -+# -+# @(#)font.properties.zh 1.0 00/06/20 -+# -+# Copyright 2000 by Sun Microsystems, Inc., -+# 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. -+# All rights reserved. -+# -+# This software is the confidential and proprietary information -+# of Sun Microsystems, Inc. ("Confidential Information"). You -+# shall not disclose such Confidential Information and shall use -+# it only in accordance with the terms of the license agreement -+# you entered into with Sun. -+# -+ -+# -+# AWT Font default Properties for Simplified Chinese TurboLinux 6.0 and higher -+# -+ -+# Serif font definition -+# -+serif.0=-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1 -+serif.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+serif.italic.0=-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1 -+serif.italic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+serif.bold.0=-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1 -+serif.bold.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+serif.bolditalic.0=-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1 -+serif.bolditalic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+# SansSerif font definition -+# -+sansserif.0=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 -+sansserif.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+sansserif.italic.0=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 -+sansserif.italic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+sansserif.bold.0=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 -+sansserif.bold.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+sansserif.bolditalic.0=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 -+sansserif.bolditalic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+# Monospaced font definition -+# -+monospaced.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 -+monospaced.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+monospaced.italic.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 -+monospaced.italic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+monospaced.bold.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 -+monospaced.bold.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+monospaced.bolditalic.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 -+monospaced.bolditalic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+# Dialog font definition -+# -+dialog.0=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 -+dialog.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+dialog.italic.0=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 -+dialog.italic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+dialog.bold.0=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 -+dialog.bold.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+dialog.bolditalic.0=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 -+dialog.bolditalic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+# DialogInput font definition -+# -+dialoginput.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 -+dialoginput.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+dialoginput.italic.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 -+dialoginput.italic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+dialoginput.bold.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 -+dialoginput.bold.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+dialoginput.bolditalic.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 -+dialoginput.bolditalic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+ -+# Default font definition -+# -+default.char=274f -+ -+# name aliases -+# -+# alias.timesroman=serif -+# alias.helvetica=sansserif -+# alias.courier=monospaced -+ -+# for backward compatibility -+# -+#zapfdingbats.0=-monotype-monotype sorts-regular-r---*-%d-*-*-p-*-adobe-dingbats -+ -+# Static FontCharset info. -+# -+# This information is used by the font which is not indexed by Unicode. -+# Such fonts can use their own subclass of FontCharset. -+# -+# This information can be overriden by describing more specific style. -+# For example -+# -+# fontcharset.serif.plain.3=SpecialSymbols -+# means serif.plain.3 font's index can be retrieved with the convert() method -+# of instance of SpecialSymbols and what kind of characters serif.plain.3 font -+# has can be judged with the isCovered() method of instance of SpecialSymbols. -+# -+fontcharset.serif.0=sun.io.CharToByteISO8859_1 -+fontcharset.serif.1=sun.io.CharToByteMS950 -+ -+fontcharset.sansserif.0=sun.io.CharToByteISO8859_1 -+fontcharset.sansserif.1=sun.io.CharToByteMS950 -+ -+fontcharset.monospaced.0=sun.io.CharToByteISO8859_1 -+fontcharset.monospaced.1=sun.io.CharToByteMS950 -+ -+fontcharset.dialog.0=sun.io.CharToByteISO8859_1 -+fontcharset.dialog.1=sun.io.CharToByteMS950 -+ -+fontcharset.dialoginput.0=sun.io.CharToByteISO8859_1 -+fontcharset.dialoginput.1=sun.io.CharToByteMS950 -+ -+# exclusion info. -+# -+# This information describe exclusion ranges for each fonts. -+# -+# 'exclusion.serif.plain.0' overrides 'exclusion.serif.0', and -+# 'exclusion.serif.0' overrides exclusion.0, and so on. -+# -+ -+# XFontSet string -+# X11 only properties -+# -+fontset.serif.plain=\ -+-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+fontset.serif.italic=\ -+-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+fontset.serif.bold=\ -+-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+fontset.serif.bolditalic=\ -+-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+# SansSerif font definition -+# -+ -+fontset.sansserif.plain=\ -+-b&h-lucida-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+fontset.sansserif.italic=\ -+-b&h-lucida-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+fontset.sansserif.bold=\ -+-b&h-lucida-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+fontset.sansserif.bolditalic=\ -+-b&h-lucida-bold-i-normal-snas-*-%d-*-*-p-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+# Monospaced font definition -+# -+fontset.monospaced.plain=\ -+-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+fontset.monospaced.italic=\ -+-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+fontset.monospaced.bold=\ -+-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-,1\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+fontset.monospaced.bolditalic=\ -+-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+# Dialog font definition -+# -+fontset.dialog.italic=\ -+-b&h-lucida-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+fontset.dialog.bold=\ -+-b&h-lucida-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+fontset.dialog.bolditalic=\ -+-b&h-lucida-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+fontset.dialog.plain=\ -+-b&h-lucida-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+# DialogInput font definition -+# -+fontset.dialoginput.italic=\ -+-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+fontset.dialoginput.bold=\ -+-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+fontset.dialoginput.bolditalic=\ -+-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+fontset.dialoginput.plain=\ -+-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+# -+fontset.default=\ -+-b&h-lucida-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ -+-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 diff --git a/java/jdk13/files/patch-..::src::solaris::native::com::sun::media::sound::engine::HAE_API_BSDOS.c b/java/jdk13/files/patch-..::src::solaris::native::com::sun::media::sound::engine::HAE_API_BSDOS.c deleted file mode 100644 index 5adab09..0000000 --- a/java/jdk13/files/patch-..::src::solaris::native::com::sun::media::sound::engine::HAE_API_BSDOS.c +++ /dev/null @@ -1,16 +0,0 @@ -$FreeBSD$ - ---- ../src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS.c Thu Apr 11 14:58:48 2002 -+++ ../src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS.c Thu Apr 11 15:14:18 2002 -@@ -58,7 +58,11 @@ - #include - #include - #ifdef __FreeBSD__ -+#if __FreeBSD__ > 3 -+#include -+#else - #include -+#endif - #endif - #ifdef __NetBSD__ - #include diff --git a/java/jdk13/files/patch-..::src::solaris::native::com::sun::media::sound::engine::HAE_API_BSDOS_Capture.c b/java/jdk13/files/patch-..::src::solaris::native::com::sun::media::sound::engine::HAE_API_BSDOS_Capture.c deleted file mode 100644 index 2a97fec..0000000 --- a/java/jdk13/files/patch-..::src::solaris::native::com::sun::media::sound::engine::HAE_API_BSDOS_Capture.c +++ /dev/null @@ -1,16 +0,0 @@ -$FreeBSD$ - ---- ../src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS_Capture.c Thu Apr 11 14:58:48 2002 -+++ ../src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS_Capture.c Thu Apr 11 15:15:16 2002 -@@ -45,7 +45,11 @@ - #include - #include - #ifdef __FreeBSD__ -+#if __FreeBSD__ > 3 -+#include -+#else - #include -+#endif - #endif - #ifdef __NetBSD__ - #include diff --git a/java/jdk13/files/patch-GNUmakefile b/java/jdk13/files/patch-GNUmakefile new file mode 100644 index 0000000..3f6876b --- /dev/null +++ b/java/jdk13/files/patch-GNUmakefile @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- ../ext/plugin/build/solaris/GNUmakefile 2002/03/13 13:35:23 1.1 ++++ ../ext/plugin/build/solaris/GNUmakefile 2002/03/13 13:36:33 +@@ -645,7 +645,7 @@ + $(PLUGIN_OJI): $(NAVIG5_OFILES) $(COMMON_OFILES_GNU) + export LD_LIBRARY_PATH; LD_LIBRARY_PATH=$(X11_LIB); \ + $(GCC) $(GCCPIC) $(GCCLD_SHARELIB_FLAG) $(LDFLAGS) -o $(@) \ +- $(NAVIG5_OFILES) $(COMMON_OFILES_GNU) ++ $(NAVIG5_OFILES) $(COMMON_OFILES_GNU) -L$(X11_LIB) -lXt + + clean clobber:: + /bin/rm -f -r $(TMP_DIR) $(OUTPUT_DIR)/plugin diff --git a/java/jdk13/files/patch-HAE_API_BSDOS.c b/java/jdk13/files/patch-HAE_API_BSDOS.c new file mode 100644 index 0000000..a36fb15 --- /dev/null +++ b/java/jdk13/files/patch-HAE_API_BSDOS.c @@ -0,0 +1,16 @@ +$FreeBSD: /tmp/pcvs/ports/java/jdk13/files/Attic/patch-HAE_API_BSDOS.c,v 1.1 2002-06-05 21:43:14 kris Exp $ + +--- ../src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS.c Thu Apr 11 14:58:48 2002 ++++ ../src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS.c Thu Apr 11 15:14:18 2002 +@@ -58,7 +58,11 @@ + #include + #include + #ifdef __FreeBSD__ ++#if __FreeBSD__ > 3 ++#include ++#else + #include ++#endif + #endif + #ifdef __NetBSD__ + #include diff --git a/java/jdk13/files/patch-HAE_API_BSDOS_Capture.c b/java/jdk13/files/patch-HAE_API_BSDOS_Capture.c new file mode 100644 index 0000000..961d522 --- /dev/null +++ b/java/jdk13/files/patch-HAE_API_BSDOS_Capture.c @@ -0,0 +1,16 @@ +$FreeBSD: /tmp/pcvs/ports/java/jdk13/files/Attic/patch-HAE_API_BSDOS_Capture.c,v 1.1 2002-06-05 21:43:14 kris Exp $ + +--- ../src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS_Capture.c Thu Apr 11 14:58:48 2002 ++++ ../src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS_Capture.c Thu Apr 11 15:15:16 2002 +@@ -45,7 +45,11 @@ + #include + #include + #ifdef __FreeBSD__ ++#if __FreeBSD__ > 3 ++#include ++#else + #include ++#endif + #endif + #ifdef __NetBSD__ + #include diff --git a/java/jdk13/files/patch-font.properties.zh_TW.bsd b/java/jdk13/files/patch-font.properties.zh_TW.bsd new file mode 100644 index 0000000..bc66261 --- /dev/null +++ b/java/jdk13/files/patch-font.properties.zh_TW.bsd @@ -0,0 +1,240 @@ +$FreeBSD: /tmp/pcvs/ports/java/jdk13/files/Attic/patch-font.properties.zh_TW.bsd,v 1.1 2002-06-05 21:43:14 kris Exp $ + +--- ../src/solaris/classes/sun/awt/motif/font.properties.zh_TW.bsd 1 Jan 1970 00:00:00 -0000 ++++ ../src/solaris/classes/sun/awt/motif/font.properties.zh_TW.bsd 13 Apr 2002 05:09:42 -0000 +@@ -0,0 +1,235 @@ ++# ++# @(#)font.properties.zh 1.0 00/06/20 ++# ++# Copyright 2000 by Sun Microsystems, Inc., ++# 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. ++# All rights reserved. ++# ++# This software is the confidential and proprietary information ++# of Sun Microsystems, Inc. ("Confidential Information"). You ++# shall not disclose such Confidential Information and shall use ++# it only in accordance with the terms of the license agreement ++# you entered into with Sun. ++# ++ ++# ++# AWT Font default Properties for Simplified Chinese TurboLinux 6.0 and higher ++# ++ ++# Serif font definition ++# ++serif.0=-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1 ++serif.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++serif.italic.0=-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1 ++serif.italic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++serif.bold.0=-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1 ++serif.bold.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++serif.bolditalic.0=-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1 ++serif.bolditalic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++# SansSerif font definition ++# ++sansserif.0=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 ++sansserif.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++sansserif.italic.0=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 ++sansserif.italic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++sansserif.bold.0=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 ++sansserif.bold.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++sansserif.bolditalic.0=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 ++sansserif.bolditalic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++# Monospaced font definition ++# ++monospaced.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 ++monospaced.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++monospaced.italic.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 ++monospaced.italic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++monospaced.bold.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 ++monospaced.bold.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++monospaced.bolditalic.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 ++monospaced.bolditalic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++# Dialog font definition ++# ++dialog.0=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 ++dialog.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++dialog.italic.0=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 ++dialog.italic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++dialog.bold.0=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 ++dialog.bold.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++dialog.bolditalic.0=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 ++dialog.bolditalic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++# DialogInput font definition ++# ++dialoginput.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 ++dialoginput.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++dialoginput.italic.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 ++dialoginput.italic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++dialoginput.bold.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 ++dialoginput.bold.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++dialoginput.bolditalic.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 ++dialoginput.bolditalic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++ ++# Default font definition ++# ++default.char=274f ++ ++# name aliases ++# ++# alias.timesroman=serif ++# alias.helvetica=sansserif ++# alias.courier=monospaced ++ ++# for backward compatibility ++# ++#zapfdingbats.0=-monotype-monotype sorts-regular-r---*-%d-*-*-p-*-adobe-dingbats ++ ++# Static FontCharset info. ++# ++# This information is used by the font which is not indexed by Unicode. ++# Such fonts can use their own subclass of FontCharset. ++# ++# This information can be overriden by describing more specific style. ++# For example ++# ++# fontcharset.serif.plain.3=SpecialSymbols ++# means serif.plain.3 font's index can be retrieved with the convert() method ++# of instance of SpecialSymbols and what kind of characters serif.plain.3 font ++# has can be judged with the isCovered() method of instance of SpecialSymbols. ++# ++fontcharset.serif.0=sun.io.CharToByteISO8859_1 ++fontcharset.serif.1=sun.io.CharToByteMS950 ++ ++fontcharset.sansserif.0=sun.io.CharToByteISO8859_1 ++fontcharset.sansserif.1=sun.io.CharToByteMS950 ++ ++fontcharset.monospaced.0=sun.io.CharToByteISO8859_1 ++fontcharset.monospaced.1=sun.io.CharToByteMS950 ++ ++fontcharset.dialog.0=sun.io.CharToByteISO8859_1 ++fontcharset.dialog.1=sun.io.CharToByteMS950 ++ ++fontcharset.dialoginput.0=sun.io.CharToByteISO8859_1 ++fontcharset.dialoginput.1=sun.io.CharToByteMS950 ++ ++# exclusion info. ++# ++# This information describe exclusion ranges for each fonts. ++# ++# 'exclusion.serif.plain.0' overrides 'exclusion.serif.0', and ++# 'exclusion.serif.0' overrides exclusion.0, and so on. ++# ++ ++# XFontSet string ++# X11 only properties ++# ++fontset.serif.plain=\ ++-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++fontset.serif.italic=\ ++-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++fontset.serif.bold=\ ++-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++fontset.serif.bolditalic=\ ++-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++# SansSerif font definition ++# ++ ++fontset.sansserif.plain=\ ++-b&h-lucida-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++fontset.sansserif.italic=\ ++-b&h-lucida-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++fontset.sansserif.bold=\ ++-b&h-lucida-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++fontset.sansserif.bolditalic=\ ++-b&h-lucida-bold-i-normal-snas-*-%d-*-*-p-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++# Monospaced font definition ++# ++fontset.monospaced.plain=\ ++-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++fontset.monospaced.italic=\ ++-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++fontset.monospaced.bold=\ ++-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-,1\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++fontset.monospaced.bolditalic=\ ++-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++# Dialog font definition ++# ++fontset.dialog.italic=\ ++-b&h-lucida-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++fontset.dialog.bold=\ ++-b&h-lucida-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++fontset.dialog.bolditalic=\ ++-b&h-lucida-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++fontset.dialog.plain=\ ++-b&h-lucida-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++# DialogInput font definition ++# ++fontset.dialoginput.italic=\ ++-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++fontset.dialoginput.bold=\ ++-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++fontset.dialoginput.bolditalic=\ ++-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++fontset.dialoginput.plain=\ ++-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 ++ ++# ++fontset.default=\ ++-b&h-lucida-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ ++-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 diff --git a/java/jdk13/files/patch-ja::sunw_java_plugin.po b/java/jdk13/files/patch-ja::sunw_java_plugin.po new file mode 100644 index 0000000..f5dacb6 --- /dev/null +++ b/java/jdk13/files/patch-ja::sunw_java_plugin.po @@ -0,0 +1,25 @@ +$FreeBSD: /tmp/pcvs/ports/java/jdk13/files/Attic/patch-ja::sunw_java_plugin.po,v 1.1 2002-06-05 21:43:14 kris Exp $ + +--- ../ext/plugin/oji-plugin/src/motif/resources/ja/sunw_java_plugin.po.orig Sun May 6 15:15:35 2001 ++++ ../ext/plugin/oji-plugin/src/motif/resources/ja/sunw_java_plugin.po Sat Apr 27 01:05:41 2002 +@@ -21,20 +21,12 @@ + msgstr "Plugin: Netscape プロキシ設定の読み込みに失敗しました。URL \n" + msgid "Plugin: couldn't read directory" + msgstr "Plugin: ディレクトリを読み取れません。" +-msgid "plugin: java process exited with status" +-msgstr "plugin: java プロセスが終了状態付きで終了しました。" + msgid "plugin: java process died due to signal" + msgstr "plugin: java プロセスがシグナルのために終了しました。" + msgid " a core file was generated" + msgstr " コアファイルが生成されました。" +-msgid "Plugin: trouble with work request from child" +-msgstr "Plugin: 子からの処理要求に失敗しました。" + msgid "Plugin: can't find IP address for current host" + msgstr "Plugin: 現ホストの IP アドレスが見つかりません。" +-msgid "Plugin: trouble reading Netscape proxy configuration URL from\n" +-msgstr "Plugin: Netscape プロキシ設定の読み込みに失敗しました。URL \n" +-msgid "Plugin: can't find plugins/../java directory" +-msgstr "Plugin: ディレクトリ plugins/../java が見つかりません。" + msgid "Plugin: unexpected work request from child" + msgstr "Plugin: 子からの予期しない処理要求です。" + msgid "Plugin: Java VM process has died." diff --git a/java/jdk13/files/patch-ko.UTF-8::sunw_java_plugin.po b/java/jdk13/files/patch-ko.UTF-8::sunw_java_plugin.po new file mode 100644 index 0000000..05241df --- /dev/null +++ b/java/jdk13/files/patch-ko.UTF-8::sunw_java_plugin.po @@ -0,0 +1,25 @@ +$FreeBSD: /tmp/pcvs/ports/java/jdk13/files/Attic/patch-ko.UTF-8::sunw_java_plugin.po,v 1.1 2002-06-05 21:43:14 kris Exp $ + +--- ../ext/plugin/oji-plugin/src/motif/resources/ko.UTF-8/sunw_java_plugin.po.orig Sun May 6 15:15:35 2001 ++++ ../ext/plugin/oji-plugin/src/motif/resources/ko.UTF-8/sunw_java_plugin.po Sat Apr 27 01:06:46 2002 +@@ -21,20 +21,12 @@ + msgstr "蠏語: れ朱覿 Netscape 曙 蟲 URL 曙 給.\n" + msgid "Plugin: couldn't read directory" + msgstr "蠏語: 襴襯 曙 給." +-msgid "plugin: java process exited with status" +-msgstr "蠏語: 襦 覦 襦語るゼ 譬襭." + msgid "plugin: java process died due to signal" + msgstr "蠏語: 碁 誤 覦 襦語り 譴給." + msgid " a core file was generated" + msgstr " 貊 殊 焔給." +-msgid "Plugin: trouble with work request from child" +-msgstr "蠏語: 襦覿一 豌 覓語螳 覦給." + msgid "Plugin: can't find IP address for current host" + msgstr "蠏語: 語ろ語 IP 譯殊襯 谿場 給." +-msgid "Plugin: trouble reading Netscape proxy configuration URL from\n" +-msgstr "蠏語: れ朱覿 Netscape 曙 蟲 URL 曙 給.\n" +-msgid "Plugin: can't find plugins/../java directory" +-msgstr "蠏語: plugins/../java 襴襯 谿場 給." + msgid "Plugin: unexpected work request from child" + msgstr "蠏語: 襦覿一 豺 覈詩 豌." + msgid "Plugin: Java VM process has died." diff --git a/java/jdk13/files/patch-ko::sunw_java_plugin.po b/java/jdk13/files/patch-ko::sunw_java_plugin.po new file mode 100644 index 0000000..e8394eb --- /dev/null +++ b/java/jdk13/files/patch-ko::sunw_java_plugin.po @@ -0,0 +1,25 @@ +$FreeBSD: /tmp/pcvs/ports/java/jdk13/files/Attic/patch-ko::sunw_java_plugin.po,v 1.1 2002-06-05 21:43:14 kris Exp $ + +--- ../ext/plugin/oji-plugin/src/motif/resources/ko/sunw_java_plugin.po.orig Sun May 6 15:15:35 2001 ++++ ../ext/plugin/oji-plugin/src/motif/resources/ko/sunw_java_plugin.po Sat Apr 27 01:06:37 2002 +@@ -21,20 +21,12 @@ + msgstr "巴君益昔: 陥製生稽採斗 Netscape 覗喰獣 姥失 URL聖 石聖 呪 蒸柔艦陥.\n" + msgid "Plugin: couldn't read directory" + msgstr "巴君益昔: 巨刑塘軒研 石聖 呪 蒸柔艦陥." +-msgid "plugin: java process exited with status" +-msgstr "巴君益昔: 薄仙 雌殿稽 切郊 覗稽室什研 曽戟杯艦陥." + msgid "plugin: java process died due to signal" + msgstr "巴君益昔: 重硲稽 昔背 切郊 覗稽室什亜 掻舘鞠醸柔艦陥." + msgid " a core file was generated" + msgstr " 坪嬢 督析戚 持失鞠醸柔艦陥." +-msgid "Plugin: trouble with work request from child" +-msgstr "巴君益昔: 馬是稽採斗税 拙穣 推短拭 庚薦亜 降持梅柔艦陥." + msgid "Plugin: can't find IP address for current host" + msgstr "巴君益昔: 薄仙 硲什闘税 IP 爽社研 達聖 呪 蒸柔艦陥." +-msgid "Plugin: trouble reading Netscape proxy configuration URL from\n" +-msgstr "巴君益昔: 陥製生稽採斗 Netscape 覗喰獣 姥失 URL聖 石聖 呪 蒸柔艦陥.\n" +-msgid "Plugin: can't find plugins/../java directory" +-msgstr "巴君益昔: plugins/../java 巨刑塘軒研 達聖 呪 蒸柔艦陥." + msgid "Plugin: unexpected work request from child" + msgstr "巴君益昔: 馬是稽採斗税 森雌帖 公廃 拙穣 推短脊艦陥." + msgid "Plugin: Java VM process has died." diff --git a/java/jdk13/files/patch-native.c b/java/jdk13/files/patch-native.c new file mode 100644 index 0000000..6ea781d --- /dev/null +++ b/java/jdk13/files/patch-native.c @@ -0,0 +1,31 @@ +$FreeBSD: /tmp/pcvs/ports/java/jdk13/files/Attic/patch-native.c,v 1.1 2002-06-05 21:43:14 kris Exp $ + +--- ../ext/plugin/oji-plugin/src/motif/jvm_natives/native.c 22 Jan 2002 19:56:49 -0000 1.5 ++++ ../ext/plugin/oji-plugin/src/motif/jvm_natives/native.c 13 Apr 2002 05:11:05 -0000 +@@ -590,7 +590,7 @@ + jclass clz = (*env)->FindClass(env, "sun/plugin/navig/motif/Worker"); + jmethodID meth = (*env)->GetStaticMethodID(env, clz, "readHttpsURL", + "(Ljava/lang/Object;[BII)I"); +- return (jint)(*env)->CallStaticObjectMethod(env, clz, meth, this, buf, offset, len); ++ return (jint)(*env)->CallStaticIntMethod(env, clz, meth, this, buf, offset, len); + } + + /* +@@ -605,7 +605,7 @@ + jclass clz = (*env)->FindClass(env, "sun/plugin/navig/motif/Worker"); + jmethodID meth = (*env)->GetStaticMethodID(env, clz, "bytesAvailable", + "(Ljava/lang/Object;)I"); +- return (jint)(*env)->CallStaticObjectMethod(env, clz, meth, this); ++ return (jint)(*env)->CallStaticIntMethod(env, clz, meth, this); + } + + /* +@@ -623,7 +623,7 @@ + "(Ljava/lang/Object;)V"); + jfieldID nativeConnID = (*env)->GetFieldID(env, isClass, "nativeConnection", "J"); + +- (*env)->CallStaticObjectMethod(env, clz, meth, is); ++ (*env)->CallStaticVoidMethod(env, clz, meth, is); + + /* + It is extremely important to unset the nativeConnection field in diff --git a/java/jdk13/files/patch-zb.GBK::sunw_java_plugin.po b/java/jdk13/files/patch-zb.GBK::sunw_java_plugin.po new file mode 100644 index 0000000..1ff693f --- /dev/null +++ b/java/jdk13/files/patch-zb.GBK::sunw_java_plugin.po @@ -0,0 +1,25 @@ +$FreeBSD: /tmp/pcvs/ports/java/jdk13/files/Attic/patch-zb.GBK::sunw_java_plugin.po,v 1.1 2002-06-05 21:43:14 kris Exp $ + +--- ../ext/plugin/oji-plugin/src/motif/resources/zh.GBK/sunw_java_plugin.po.orig Sun May 6 15:15:35 2001 ++++ ../ext/plugin/oji-plugin/src/motif/resources/zh.GBK/sunw_java_plugin.po Sat Apr 27 01:07:14 2002 +@@ -21,20 +21,12 @@ + msgstr "峨周佐嗜汰仞還感組 Netscape 旗尖捲暦匂塘崔 URL 嗤諒籾\n" + msgid "Plugin: couldn't read directory" + msgstr "峨周採涎╋組…紳" +-msgid "plugin: java process exited with status" +-msgstr "峨周java 厮揮彜蓑曜竃" + msgid "plugin: java process died due to signal" + msgstr "峨周java 序殻厮咀佚催遇棒" + msgid " a core file was generated" + msgstr " 伏撹阻匯倖坪宰猟周" +-msgid "Plugin: trouble with work request from child" +-msgstr "峨周佐尖栖徭徨窃議垢恬萩箔嗤諒籾" + msgid "Plugin: can't find IP address for current host" + msgstr "峨周砕匆撒週映慰字議 IP 仇峽" +-msgid "Plugin: trouble reading Netscape proxy configuration URL from\n" +-msgstr "峨周佐嗜汰仞還感組 Netscape 旗尖捲暦匂塘崔 URL 嗤諒籾\n" +-msgid "Plugin: can't find plugins/../java directory" +-msgstr "峨周砕匆撒 plugins/../java 朕村" + msgid "Plugin: unexpected work request from child" + msgstr "峨周裟閑墸喟犁漬睛盖長ぷ萩箔" + msgid "Plugin: Java VM process has died." diff --git a/java/jdk13/files/patch-zh::sunw_java_plugin.po b/java/jdk13/files/patch-zh::sunw_java_plugin.po new file mode 100644 index 0000000..fb71866 --- /dev/null +++ b/java/jdk13/files/patch-zh::sunw_java_plugin.po @@ -0,0 +1,25 @@ +$FreeBSD: /tmp/pcvs/ports/java/jdk13/files/Attic/patch-zh::sunw_java_plugin.po,v 1.1 2002-06-05 21:43:14 kris Exp $ + +--- ../ext/plugin/oji-plugin/src/motif/resources/zh/sunw_java_plugin.po.orig Sun May 6 15:15:35 2001 ++++ ../ext/plugin/oji-plugin/src/motif/resources/zh/sunw_java_plugin.po Sat Apr 27 01:06:57 2002 +@@ -21,20 +21,12 @@ + msgstr "峨周佐嗜汰仞還感組 Netscape 旗尖捲暦匂塘崔 URL 嗤諒籾\n" + msgid "Plugin: couldn't read directory" + msgstr "峨周採涎╋組…紳" +-msgid "plugin: java process exited with status" +-msgstr "峨周java 厮揮彜蓑曜竃" + msgid "plugin: java process died due to signal" + msgstr "峨周java 序殻厮咀佚催遇棒" + msgid " a core file was generated" + msgstr " 伏撹阻匯倖坪宰猟周" +-msgid "Plugin: trouble with work request from child" +-msgstr "峨周佐尖栖徭徨窃議垢恬萩箔嗤諒籾" + msgid "Plugin: can't find IP address for current host" + msgstr "峨周砕匆撒週映慰字議 IP 仇峽" +-msgid "Plugin: trouble reading Netscape proxy configuration URL from\n" +-msgstr "峨周佐嗜汰仞還感組 Netscape 旗尖捲暦匂塘崔 URL 嗤諒籾\n" +-msgid "Plugin: can't find plugins/../java directory" +-msgstr "峨周砕匆撒 plugins/../java 朕村" + msgid "Plugin: unexpected work request from child" + msgstr "峨周裟閑墸喟犁漬睛盖長ぷ萩箔" + msgid "Plugin: Java VM process has died." diff --git a/java/jdk13/files/patch-zh_TW.BIG5::sunw_java_plugin.po b/java/jdk13/files/patch-zh_TW.BIG5::sunw_java_plugin.po new file mode 100644 index 0000000..342bd25 --- /dev/null +++ b/java/jdk13/files/patch-zh_TW.BIG5::sunw_java_plugin.po @@ -0,0 +1,25 @@ +$FreeBSD: /tmp/pcvs/ports/java/jdk13/files/Attic/patch-zh_TW.BIG5::sunw_java_plugin.po,v 1.1 2002-06-05 21:43:14 kris Exp $ + +--- ../ext/plugin/oji-plugin/src/motif/resources/zh_TW.BIG5/sunw_java_plugin.po.orig Sun May 6 15:15:35 2001 ++++ ../ext/plugin/oji-plugin/src/motif/resources/zh_TW.BIG5/sunw_java_plugin.po Sat Apr 27 01:07:46 2002 +@@ -21,20 +21,12 @@ + msgstr "Plugin: 的 Netscape Nz]w URL 謬oネ維D\n" + msgid "Plugin: couldn't read directory" + msgstr "Plugin: Lk的ヘ雀" +-msgid "plugin: java process exited with status" +-msgstr "plugin: java {農HAhX" + msgid "plugin: java process died due to signal" + msgstr "plugin: java {任w]T弦τ郡" + msgid " a core file was generated" + msgstr " w横ネ屬濱筆" +-msgid "Plugin: trouble with work request from child" +-msgstr "Plugin: l寵O勠nD困u@oネ維D" + msgid "Plugin: can't find IP address for current host" + msgstr "Plugin: тぃ譽惓eD穣 IP 讌}" +-msgid "Plugin: trouble reading Netscape proxy configuration URL from\n" +-msgstr "Plugin: 的 Netscape Nztm URL 謬oネ維D\n" +-msgid "Plugin: can't find plugins/../java directory" +-msgstr "Plugin: тぃ plugins/../java ヘ雀" + msgid "Plugin: unexpected work request from child" + msgstr "Plugin: l寵OnDFDw漢困u@" + msgid "Plugin: Java VM process has died." diff --git a/java/jdk13/files/patch-zh_TW::sunw_java_plugin.po b/java/jdk13/files/patch-zh_TW::sunw_java_plugin.po new file mode 100644 index 0000000..661fd1d --- /dev/null +++ b/java/jdk13/files/patch-zh_TW::sunw_java_plugin.po @@ -0,0 +1,25 @@ +$FreeBSD: /tmp/pcvs/ports/java/jdk13/files/Attic/patch-zh_TW::sunw_java_plugin.po,v 1.1 2002-06-05 21:43:14 kris Exp $ + +--- ../ext/plugin/oji-plugin/src/motif/resources/zh_TW/sunw_java_plugin.po.orig Sun May 6 15:15:35 2001 ++++ ../ext/plugin/oji-plugin/src/motif/resources/zh_TW/sunw_java_plugin.po Sat Apr 27 01:07:31 2002 +@@ -21,20 +21,12 @@ + msgstr "Plugin: 冥 Netscape 梼棔歟薮 URL 寞瑪畷拌\n" + msgid "Plugin: couldn't read directory" + msgstr "Plugin: 獎領冥賑鱧" +-msgid "plugin: java process exited with status" +-msgstr "plugin: java 瓧仏鴆零蓙慷祷" + msgid "plugin: java process died due to signal" + msgstr "plugin: java 瓧仏椿媒惺羸挽籀" + msgid " a core file was generated" + msgstr " 椿棣畷尨点齟尸" +-msgid "Plugin: trouble with work request from child" +-msgstr "Plugin: 塚防瑛墫冓緡綴柊瑪畷拌" + msgid "Plugin: can't find IP address for current host" + msgstr "Plugin: 米亭妙賑乂塘顴煉 IP 罷敷" +-msgid "Plugin: trouble reading Netscape proxy configuration URL from\n" +-msgstr "Plugin: 冥 Netscape 梼棔慵續 URL 寞瑪畷拌\n" +-msgid "Plugin: can't find plugins/../java directory" +-msgstr "Plugin: 米亭妙 plugins/../java 賑鱧" + msgid "Plugin: unexpected work request from child" + msgstr "Plugin: 塚防詠冓緜肄烝耄綴柊" + msgid "Plugin: Java VM process has died." -- cgit v1.1