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

pkgsrc/doc/guide/files/devfaq.xml: 1.6 -> 1.7



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

pkgsrc/doc/guide/files/devfaq.xml: 1.6 -> 1.7

> revision 1.7
> date: 2006/10/25 14:24:54;  author: rillig;  state: Exp;  lines: +27 -1
> Moved a question from the user's FAQ to the developer's FAQ.

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

以下、訳と原文それぞれの新旧の差分です。

--- devfaq.xml.orig	2006-10-26 07:56:00.000000000 +0900
+++ devfaq.xml	2006-10-26 07:56:00.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: devfaq.xml,v 1.6 2006/10/23 14:49:28 rillig Exp $ -->
+<!-- $NetBSD: devfaq.xml,v 1.7 2006/10/25 14:24:54 rillig Exp $ -->
 <!-- Based on english version: -->
-<!-- NetBSD: devfaq.xml,v 1.6 2006/10/23 14:49:28 rillig Exp   -->
+<!-- NetBSD: devfaq.xml,v 1.7 2006/10/25 14:24:54 rillig Exp   -->
 
 <chapter id="devfaq"> <?dbhtml filename="devfaq.html"?>
 <title>よくある質問</title>
@@ -178,5 +178,29 @@
 	</answer>
 
 </qandaentry>
+
+<qandaentry id="devfaq.too-much-time">
+<question><para>少し時間があるんだけど、
+何をしたらいい?</para></question>
+
+<answer><para>これは、まだよく尋ねられてはいないのですが、
+答えてしまいます。</para>
+
+  <itemizedlist>
+    <listitem><para><command>pkg_chk -N</command> (このコマンドは
+    <filename role="pkg">pkgtools/pkg_chk</filename> パッケージにあります) を実行します。
+    こうすると、インストールしているパッケージについて、
+    もっと新しいバージョンがあるが pkgsrc では更新されていないものを教えてくれます。</para></listitem>
+
+    <listitem><para><filename>pkgsrc/doc/TODO</filename> を見ます
+    &mdash; このファイルには、提案されている新しいパッケージの一覧と、
+    実現したらよい pkgsrc の整理や拡張の一覧が載っています。</para></listitem>
+
+    <listitem><para><ulink
+    url="http://pkgsrc-wip.sourceforge.net/">pkgsrc-wip</ulink> review
+    メーリングリストでレビュー依頼が出ているパッケージをレビューします。</para></listitem>
+  </itemizedlist>
+</answer></qandaentry>
+
 </qandaset>
 </chapter>
Index: devfaq.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/devfaq.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- devfaq.xml	23 Oct 2006 14:49:28 -0000	1.6
+++ devfaq.xml	25 Oct 2006 14:24:54 -0000	1.7
@@ -1,4 +1,4 @@
-<!-- $NetBSD: devfaq.xml,v 1.6 2006/10/23 14:49:28 rillig Exp $ -->
+<!-- $NetBSD: devfaq.xml,v 1.7 2006/10/25 14:24:54 rillig Exp $ -->
 
 <chapter id="devfaq"> <?dbhtml filename="devfaq.html"?>
 <title>Frequently Asked Questions</title>
@@ -179,5 +179,31 @@
 	</answer>
 
 </qandaentry>
+
+<qandaentry id="devfaq.too-much-time">
+<question><para>I have a little time to kill.  What shall I
+do?</para></question>
+
+<answer><para>This is not really an FAQ yet, but here's the answer  
+anyway.</para>
+
+  <itemizedlist>
+    <listitem><para>Run <command>pkg_chk -N</command> (from the
+    <filename role="pkg">pkgtools/pkg_chk</filename> package).  It
+    will tell you about newer versions of installed packages that are
+    available, but not yet updated in pkgsrc.</para></listitem>
+
+    <listitem><para>Browse <filename>pkgsrc/doc/TODO</filename>
+    &mdash; it contains a list of suggested new packages and a list of
+    cleanups and enhancements for pkgsrc that would be nice to
+    have.</para></listitem>
+
+    <listitem><para>Review packages for which review was requested on
+    the <ulink
+    url="http://pkgsrc-wip.sourceforge.net/">pkgsrc-wip</ulink> review
+    mailing list.</para></listitem>
+  </itemizedlist>
+</answer></qandaentry>
+
 </qandaset>
 </chapter>