[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Documentation/compat.xml: 1.12 -> 1.13



以下のページの更新をしました。ツッコミをお願いします。

Documentation/compat.xml: 1.12 -> 1.13

月曜日までに異議がなければ、 commit します。

以下、訳と原文の差分です。

--- Documentation/compat.xml.orig	2006-03-05 20:44:17.000000000 +0900
+++ Documentation/compat.xml	2006-03-05 20:44:17.000000000 +0900
@@ -5,13 +5,13 @@
 
 <webpage id="ja-Documentation-compat">
 <config param="desc" value="NetBSD バイナリーエミュレーション"/>
-<config param="cvstag" value="$NetBSD: compat.xml,v 1.12 2006/03/02 04:55:38 tv Exp $"/>
+<config param="cvstag" value="$NetBSD: compat.xml,v 1.13 2006/03/04 20:32:18 jschauma Exp $"/>
 <!-- Based on english version: -->
-<!-- NetBSD: compat.xml,v 1.12 2006/03/02 04:55:38 tv Exp   -->
-<config param="rcsdate" value="$Date: 2006/03/02 04:55:38 $"/>
+<!-- NetBSD: compat.xml,v 1.13 2006/03/04 20:32:18 jschauma Exp   -->
+<config param="rcsdate" value="$Date: 2006/03/04 20:32:18 $"/>
 <head>
 
-<!-- Copyright (c) 2000-2005
+<!-- Copyright (c) 2000-2006
         The NetBSD Foundation, Inc.  ALL RIGHTS RESERVED. -->
 
 <title>NetBSD バイナリーエミュレーション</title>
@@ -636,7 +636,7 @@
             url="http://www.spg.tu-darmstadt.de/~hf/notes/matlab-on-netbsd.html"/>
             および <ulink url="http://mail-index.NetBSD.org/port-i386/2005/10/07/0002.html"/> にあります。</para>
         </listitem>
-	<listitem>Maple 6.1, 7, 8 および 9.5 - RedHat Linux(x86)<para>
+	<listitem>Maple 6.1, 7, 8, 9.5 および 10 - RedHat Linux(x86)<para>
 
 	    Maple には SuSE 用と RedHat Linux 用のバイナリーが附属しますが、
 	    たとえ SuSE 互換パッケージを使ったとしても、 RedHat 用しか
@@ -645,13 +645,13 @@
 	<programlisting><html:pre>--- maple.system.type.orig      Mon Apr 30 17:26:11 2001
 +++ maple.system.type   Mon Apr 30 17:40:49 2001
 @@ -84,6 +84,11 @@
-                MAPLE_BIN="bin.IBM_INTEL_LINUX_REDHAT"
+                MAPLE_BIN="bin.IBM_INTEL_LINUX"
         fi
          ;;
 +    "NetBSD")
 +       # NetBSD uses SuSE compat per default, but maple works
 +       # (only) with the RedHat compat. 
-+       MAPLE_BIN="bin.IBM_INTEL_LINUX_REDHAT"
++       MAPLE_BIN="bin.IBM_INTEL_LINUX"
 +       ;;
      *)
          # currently do not support any other platforms
Index: Documentation/compat.xml
===================================================================
RCS file: /cvsroot/htdocs/Documentation/compat.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Documentation/compat.xml	2 Mar 2006 04:55:38 -0000	1.12
+++ Documentation/compat.xml	4 Mar 2006 20:32:18 -0000	1.13
@@ -5,11 +5,11 @@
 
 <webpage id="Documentation-compat">
 <config param="desc" value="NetBSD Binary Emulation"/>
-<config param="cvstag" value="$NetBSD: compat.xml,v 1.12 2006/03/02 04:55:38 tv Exp $"/>
-<config param="rcsdate" value="$Date: 2006/03/02 04:55:38 $"/>
+<config param="cvstag" value="$NetBSD: compat.xml,v 1.13 2006/03/04 20:32:18 jschauma Exp $"/>
+<config param="rcsdate" value="$Date: 2006/03/04 20:32:18 $"/>
 <head>
 
-<!-- Copyright (c) 2000-2005
+<!-- Copyright (c) 2000-2006
         The NetBSD Foundation, Inc.  ALL RIGHTS RESERVED. -->
 
 <title>NetBSD Binary Emulation</title>
@@ -628,7 +628,7 @@
             url="http://www.spg.tu-darmstadt.de/~hf/notes/matlab-on-netbsd.html"/>
             and <ulink url="http://mail-index.NetBSD.org/port-i386/2005/10/07/0002.html"/>.</para>
         </listitem>
-	<listitem>Maple 6.1, 7, 8, 9.5 - RedHat Linux(x86)<para>
+	<listitem>Maple 6.1, 7, 8, 9.5, 10 - RedHat Linux(x86)<para>
 
 	    Maple ships with binaries for SuSE and RedHat Linux, but even
 	    with our SuSE compat pkgs, (only) the RedHat version works.
@@ -637,13 +637,13 @@
 	<programlisting><html:pre>--- maple.system.type.orig      Mon Apr 30 17:26:11 2001
 +++ maple.system.type   Mon Apr 30 17:40:49 2001
 @@ -84,6 +84,11 @@
-                MAPLE_BIN="bin.IBM_INTEL_LINUX_REDHAT"
+                MAPLE_BIN="bin.IBM_INTEL_LINUX"
         fi
          ;;
 +    "NetBSD")
 +       # NetBSD uses SuSE compat per default, but maple works
 +       # (only) with the RedHat compat. 
-+       MAPLE_BIN="bin.IBM_INTEL_LINUX_REDHAT"
++       MAPLE_BIN="bin.IBM_INTEL_LINUX"
 +       ;;
      *)
          # currently do not support any other platforms