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

pkgsrc/doc/guide/files/components.xml: 1.13 -> 1.14



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

pkgsrc/doc/guide/files/components.xml: 1.13 -> 1.14

> revision 1.14
> date: 2005/10/07 15:45:24;  author: rillig;  state: Exp;  lines: +10 -13
> The MAINTAINER variable is now described in complete sentences.

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

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

--- components.xml.orig	2006-10-12 23:24:47.000000000 +0900
+++ components.xml	2006-10-12 23:24:47.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: components.xml,v 1.13 2005/09/02 19:12:37 rillig Exp $ -->
+<!-- $NetBSD: components.xml,v 1.14 2005/10/07 15:45:24 rillig Exp $ -->
 <!-- Based on english version: -->
-<!-- NetBSD: components.xml,v 1.13 2005/09/02 19:12:37 rillig Exp   -->
+<!-- NetBSD: components.xml,v 1.14 2005/10/07 15:45:24 rillig Exp   -->
 
 <chapter id="components"> <?dbhtml filename="components.html"?>
   <title>パッケージコンポーネント - ファイル、ディレクトリー、およびコンテンツ</title>
@@ -146,15 +146,14 @@
       <itemizedlist>
 
       <listitem><para><varname>MAINTAINER</varname> は、
-	    当該パッケージに関する連絡先となる人の電子メールアドレスです。
-	    このパッケージに関する責任があると思っている人で、
-	    &man.send-pr.1; を使って報告された問題や質問の面倒をもっともよく見そうな人にします。
-	    パッケージに大幅な変更を加える際に、事前に連絡すべき人として適切な人です。
-	    新しいプログラムをパッケージ化する場合は、
-	    <varname>MAINTAINER</varname> をあなた自身に設定してください。
-	    そのパッケージを将来の更新に応じて保守することがどうしてもできない場合は、
-	    <email>tech-pkg@NetBSD.org</email> に設定します。</para>
-	</listitem>
+      当該パッケージの担当者であることを自覚しており、
+      &man.send-pr.1; を使って報告された問題や質問の面倒をもっともよく見そうな人の電子メールアドレスです。
+      他の開発者がパッケージに大幅な変更を加える際には、
+      事前に <varname>MAINTAINER</varname> に連絡するようにします。
+      新しいプログラムをパッケージ化する場合は、
+      <varname>MAINTAINER</varname> をあなた自身に設定してください。
+      そのパッケージを将来の更新に応じて保守することがどうしてもできない場合は、
+      <email>tech-pkg@NetBSD.org</email> に設定します。</para></listitem>
 
       <listitem><para><varname>HOMEPAGE</varname> は、当該パッケージについて、
       利用者がより詳しい情報を得られる URL です。</para></listitem>
Index: components.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/components.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- components.xml	2 Sep 2005 19:12:37 -0000	1.13
+++ components.xml	7 Oct 2005 15:45:24 -0000	1.14
@@ -1,4 +1,4 @@
-<!-- $NetBSD: components.xml,v 1.13 2005/09/02 19:12:37 rillig Exp $ -->
+<!-- $NetBSD: components.xml,v 1.14 2005/10/07 15:45:24 rillig Exp $ -->
 
 <chapter id="components"> <?dbhtml filename="components.html"?>
   <title>Package components - files, directories and contents</title>
@@ -148,18 +148,15 @@
     <para>The third section contains the following variables.
       <itemizedlist>
 
-      <listitem><para><varname>MAINTAINER</varname> is the email address of the
-	    contact person for this package.
-	    The person who feels responsible for this package, and who is most
-	    likely to look at problems or questions regarding this package
-	    which have been reported with &man.send-pr.1;. The right
-	    person to contact before making major changes to the
-	    package.
-	    When packaging a new program, set
-	    <varname>MAINTAINER</varname> to yourself.  If you really
-	    can't maintain the package for future updates, set it to
-	    <email>tech-pkg@NetBSD.org</email>.</para> 
-	</listitem>
+      <listitem><para><varname>MAINTAINER</varname> is the email address
+      of the person who feels responsible for this package, and who is
+      most likely to look at problems or questions regarding this
+      package which have been reported with &man.send-pr.1;. Other
+      developers should contact the <varname>MAINTAINER</varname> before
+      making major changes to the package. When packaging a new program,
+      set <varname>MAINTAINER</varname> to yourself. If you really can't
+      maintain the package for future updates, set it to
+      <email>tech-pkg@NetBSD.org</email>.</para></listitem>
 
       <listitem><para><varname>HOMEPAGE</varname> is a URL where users can
       find more information about the package.</para></listitem>