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

Documentation/pkgsrc/submit/chapter.xml: 1.3 -> 1.4



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

Documentation/pkgsrc/submit/chapter.xml: 1.3 -> 1.4

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

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

--- Documentation/pkgsrc/submit/chapter.xml.orig	2006-03-29 01:16:08.000000000 +0900
+++ Documentation/pkgsrc/submit/chapter.xml	2006-03-29 01:16:08.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: chapter.xml,v 1.3 2003/06/19 13:31:50 grant Exp $ -->
+<!-- $NetBSD: chapter.xml,v 1.4 2003/06/23 07:03:05 grant Exp $ -->
 <!-- Based on english version: -->
-<!-- NetBSD: chapter.xml,v 1.3 2003/06/19 13:31:50 grant Exp   -->
+<!-- NetBSD: chapter.xml,v 1.4 2003/06/23 07:03:05 grant Exp   -->
 
 <chapter id="submit"> <?dbhtml filename="submit.html"?>
 <title>提出およびコミット</title>
@@ -63,8 +63,9 @@
   グでインポートしてください。例えば:
 </para>
 
-<screen><![CDATA[% cd .../pkgsrc/<category>/<pkgname>
-% cvs import pkgsrc/<category>/<pkgname> TNF pkgsrc-base]]></screen>
+<screen><prompt>%</prompt> <userinput>cd
+.../pkgsrc/&lt;category&gt;/&lt;pkgname&gt;</userinput>
+<prompt>%</prompt> <userinput>cvs import pkgsrc/&lt;category&gt;/&lt;pkgname&gt; TNF pkgsrc-base</userinput></screen>
 
 <para>
   また、インポートに使ったディレクトリーは、忘れずに邪魔にならないところに移
@@ -149,7 +150,7 @@
 <para>
   手順1,2は、以下のようにすることもできますので、今後の作業にはこちらを使ってください:
 </para>
-<screen>% cvs -d user@cvs.NetBSD.org:/cvsroot export -D today pkgsrc/category/package</screen>
+<screen><prompt>%</prompt> <userinput>cvs -d user@cvs.NetBSD.org:/cvsroot export -D today pkgsrc/category/package</userinput></screen>
 </listitem>
 
 <listitem><varname>CATEGORIES</varname>を修正します。また、<quote>../../category/package</quote>のかわりに単に
@@ -159,9 +160,10 @@
 <listitem>新しい場所で、修正後のパッケージを<command>cvs import</command>
 します。</listitem>
 
-<listitem><para>このパッケージに依存しているパッケージを調べます:</para>
-<screen>% cd /usr/pkgsrc
-% grep /package */*/Makefile* */*/buildlink*</screen>
+<listitem><para>このパッケージに依存しているパッケージを調べます:
+<screen><prompt>%</prompt> <userinput>cd /usr/pkgsrc</userinput>
+<prompt>%</prompt> <userinput>grep /package */*/Makefile* */*/buildlink*</userinput></screen>
+</para>
 </listitem>
 
 <listitem>手順5で見つかったものに対して、このパッケージへのパスを、新しい場所を指すように修正します。</listitem>
@@ -172,7 +174,7 @@
 
 <listitem><filename>newcategory/Makefile</filename>にこのパッケージを追加します。</listitem>
 <listitem><para>変更および削除されたファイルを commit します:</para>
-<screen>% cvs commit oldcategory/package oldcategory/Makefile newcategory/Makefile</screen>
+<screen><prompt>%</prompt> <userinput>cvs commit oldcategory/package oldcategory/Makefile newcategory/Makefile</userinput></screen>
 <para>
   (もちろん、手順5の各パッケージもです)。
 </para>
Index: Documentation/pkgsrc/submit/chapter.xml
===================================================================
RCS file: /cvsroot/htdocs/Documentation/pkgsrc/submit/Attic/chapter.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Documentation/pkgsrc/submit/chapter.xml	19 Jun 2003 13:31:50 -0000	1.3
+++ Documentation/pkgsrc/submit/chapter.xml	23 Jun 2003 07:03:05 -0000	1.4
@@ -1,4 +1,4 @@
-<!-- $NetBSD: chapter.xml,v 1.3 2003/06/19 13:31:50 grant Exp $ -->
+<!-- $NetBSD: chapter.xml,v 1.4 2003/06/23 07:03:05 grant Exp $ -->
 
 <chapter id="submit"> <?dbhtml filename="submit.html"?>
 <title>Submitting and Committing</title>
@@ -63,8 +63,9 @@
   <quote>pkgsrc-base</quote>, e.g:
 </para>
 
-<screen><![CDATA[% cd .../pkgsrc/<category>/<pkgname>
-% cvs import pkgsrc/<category>/<pkgname> TNF pkgsrc-base]]></screen>
+<screen><prompt>%</prompt> <userinput>cd
+.../pkgsrc/&lt;category&gt;/&lt;pkgname&gt;</userinput>
+<prompt>%</prompt> <userinput>cvs import pkgsrc/&lt;category&gt;/&lt;pkgname&gt; TNF pkgsrc-base</userinput></screen>
 
 <para>
   Remember to move the directory from which you imported out of
@@ -150,7 +151,7 @@
 <para>
   Alternatively to the first two steps you can also do:
 </para>
-<screen>% cvs -d user@cvs.NetBSD.org:/cvsroot export -D today pkgsrc/category/package</screen>
+<screen><prompt>%</prompt> <userinput>cvs -d user@cvs.NetBSD.org:/cvsroot export -D today pkgsrc/category/package</userinput></screen>
 <para>
   and use that for further work.
 </para>
@@ -164,9 +165,10 @@
 <listitem><command>cvs import</command> the modified package in the new
 place.</listitem>
 
-<listitem><para>Check if any package depends on it:</para>
-<screen>% cd /usr/pkgsrc
-% grep /package */*/Makefile* */*/buildlink*</screen>
+<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>
 </listitem>
 
 <listitem>Fix paths in packages from step 5 to point to new location.</listitem>
@@ -178,7 +180,7 @@
 <listitem>Add to <filename>newcategory/Makefile</filename>.</listitem>
 
 <listitem><para>Commit the changed and removed files:</para>
-<screen>% cvs commit oldcategory/package oldcategory/Makefile newcategory/Makefile</screen>
+<screen><prompt>%</prompt> <userinput>cvs commit oldcategory/package oldcategory/Makefile newcategory/Makefile</userinput></screen>
 <para>
   (and any packages from step 5, of course).
 </para>