[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
pkgsrc/doc/guide/files/platforms.xml: 1.40 -> 1.41 ほか
以下のページの更新をしました。
pkgsrc/doc/guide/files/platforms.xml: 1.40 -> 1.41
> revision 1.41
> date: 2006/09/13 23:33:18; author: wiz; state: Exp; lines: +3 -3
> Use &rprompt;
pkgsrc/doc/guide/files/submit.xml: 1.14 -> 1.15
> revision 1.15
> date: 2006/09/13 23:34:05; author: wiz; state: Exp; lines: +5 -5
> Use &cprompt;
commit log にあるとおり、実体参照への変更のみです。
すぐに commit します。
以下、訳と原文それぞれの新旧の差分です。
--- platforms.xml.orig 2006-12-26 22:50:15.000000000 +0900
+++ platforms.xml 2006-12-26 22:50:15.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: platforms.xml,v 1.40 2006/09/10 19:51:49 wiz Exp $ -->
+<!-- $NetBSD: platforms.xml,v 1.41 2006/09/13 23:33:18 wiz Exp $ -->
<!-- Based on english version: -->
-<!-- NetBSD: platforms.xml,v 1.40 2006/09/10 19:51:49 wiz Exp -->
+<!-- NetBSD: platforms.xml,v 1.41 2006/09/13 23:33:18 wiz Exp -->
<chapter id="platforms">
<title>&os; 以外のシステムで pkgsrc を使う</title>
@@ -196,8 +196,8 @@
<filename>/</filename> に展開するだけです。たとえば以下のようにします。
</para>
-<screen><prompt>#</prompt> <userinput>cd /</userinput>
-<prompt>#</prompt> <userinput>gzip -c -d /tmp/bootstrap-pkgsrc-SunOS-5.9-sparc-20031023.tar.gz \
+<screen>&rprompt; <userinput>cd /</userinput>
+&rprompt; <userinput>gzip -c -d /tmp/bootstrap-pkgsrc-SunOS-5.9-sparc-20031023.tar.gz \
| tar -xpf -</userinput></screen>
<para>
--- submit.xml.orig 2006-12-26 22:50:16.000000000 +0900
+++ submit.xml 2006-12-26 22:50:16.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: submit.xml,v 1.14 2006/09/10 19:32:22 wiz Exp $ -->
+<!-- $NetBSD: submit.xml,v 1.15 2006/09/13 23:34:05 wiz Exp $ -->
<!-- Based on english version: -->
-<!-- NetBSD: submit.xml,v 1.14 2006/09/10 19:32:22 wiz Exp -->
+<!-- NetBSD: submit.xml,v 1.15 2006/09/13 23:34:05 wiz Exp -->
<chapter id="submit"> <?dbhtml filename="submit.html"?>
<title>提出およびコミット</title>
@@ -154,7 +154,7 @@
<listitem><para>コピーしたものからCVSディレクトリーをすべて削除します。</para>
<para>手順1,2は、以下のようにすることもできますので、今後の作業にはこちらを使ってください:</para>
-<screen><prompt>%</prompt> <userinput>cvs -d user@cvs.NetBSD.org:/cvsroot export -D today pkgsrc/category/package</userinput></screen>
+<screen>&cprompt; <userinput>cvs -d user@cvs.NetBSD.org:/cvsroot export -D today pkgsrc/category/package</userinput></screen>
</listitem>
<listitem><para><varname>CATEGORIES</varname>を修正します。また、<quote>../../category/package</quote>のかわりに単に
@@ -165,8 +165,8 @@
します。</para></listitem>
<listitem><para>このパッケージに依存しているパッケージを調べます:
-<screen><prompt>%</prompt> <userinput>cd /usr/pkgsrc</userinput>
-<prompt>%</prompt> <userinput>grep /package */*/Makefile* */*/buildlink*</userinput></screen></para>
+<screen>&cprompt; <userinput>cd /usr/pkgsrc</userinput>
+&cprompt; <userinput>grep /package */*/Makefile* */*/buildlink*</userinput></screen></para>
</listitem>
<listitem><para>手順5で見つかったものに対して、このパッケージへのパスを、新しい場所を指すように修正します。</para></listitem>
@@ -178,7 +178,7 @@
<listitem><para><filename>newcategory/Makefile</filename> にこのパッケージを追加します。</para></listitem>
<listitem><para>変更および削除されたファイルを commit します:</para>
-<screen><prompt>%</prompt> <userinput>cvs commit oldcategory/package oldcategory/Makefile newcategory/Makefile</userinput></screen>
+<screen>&cprompt; <userinput>cvs commit oldcategory/package oldcategory/Makefile newcategory/Makefile</userinput></screen>
<para>(もちろん、手順5の各パッケージもです)。</para>
</listitem>
</orderedlist>
Index: platforms.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/platforms.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- platforms.xml 10 Sep 2006 19:51:49 -0000 1.40
+++ platforms.xml 13 Sep 2006 23:33:18 -0000 1.41
@@ -1,4 +1,4 @@
-<!-- $NetBSD: platforms.xml,v 1.40 2006/09/10 19:51:49 wiz Exp $ -->
+<!-- $NetBSD: platforms.xml,v 1.41 2006/09/13 23:33:18 wiz Exp $ -->
<chapter id="platforms">
<title>Using pkgsrc on systems other than &os;</title>
@@ -194,8 +194,8 @@
<filename>/</filename> e.g.
</para>
-<screen><prompt>#</prompt> <userinput>cd /</userinput>
-<prompt>#</prompt> <userinput>gzip -c -d /tmp/bootstrap-pkgsrc-SunOS-5.9-sparc-20031023.tar.gz \
+<screen>&rprompt; <userinput>cd /</userinput>
+&rprompt; <userinput>gzip -c -d /tmp/bootstrap-pkgsrc-SunOS-5.9-sparc-20031023.tar.gz \
| tar -xpf -</userinput></screen>
<para>
Index: submit.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/submit.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- submit.xml 10 Sep 2006 19:32:22 -0000 1.14
+++ submit.xml 13 Sep 2006 23:34:05 -0000 1.15
@@ -1,4 +1,4 @@
-<!-- $NetBSD: submit.xml,v 1.14 2006/09/10 19:32:22 wiz Exp $ -->
+<!-- $NetBSD: submit.xml,v 1.15 2006/09/13 23:34:05 wiz Exp $ -->
<chapter id="submit"> <?dbhtml filename="submit.html"?>
<title>Submitting and Committing</title>
@@ -157,7 +157,7 @@
<listitem><para>Remove all CVS dirs.</para>
<para>Alternatively to the first two steps you can also do:</para>
-<screen><prompt>%</prompt> <userinput>cvs -d user@cvs.NetBSD.org:/cvsroot export -D today pkgsrc/category/package</userinput></screen>
+<screen>&cprompt; <userinput>cvs -d user@cvs.NetBSD.org:/cvsroot export -D today pkgsrc/category/package</userinput></screen>
<para>and use that for further work.</para>
</listitem>
@@ -170,8 +170,8 @@
place.</para></listitem>
<listitem><para>Check if any package depends on it:
-<screen><prompt>%</prompt> <userinput>cd /usr/pkgsrc</userinput>
-<prompt>%</prompt> <userinput>grep /package */*/Makefile* */*/buildlink*</userinput></screen></para>
+<screen>&cprompt; <userinput>cd /usr/pkgsrc</userinput>
+&cprompt; <userinput>grep /package */*/Makefile* */*/buildlink*</userinput></screen></para>
</listitem>
<listitem><para>Fix paths in packages from step 5 to point to new location.</para></listitem>
@@ -183,7 +183,7 @@
<listitem><para>Add to <filename>newcategory/Makefile</filename>.</para></listitem>
<listitem><para>Commit the changed and removed files:</para>
-<screen><prompt>%</prompt> <userinput>cvs commit oldcategory/package oldcategory/Makefile newcategory/Makefile</userinput></screen>
+<screen>&cprompt; <userinput>cvs commit oldcategory/package oldcategory/Makefile newcategory/Makefile</userinput></screen>
<para>(and any packages from step 5, of course).</para>
</listitem>
</orderedlist>