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

pkgsrc/doc/guide/files/components.xml: 1.22 -> 1.23



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

pkgsrc/doc/guide/files/components.xml: 1.22 -> 1.23

> revision 1.23
> date: 2006/04/21 07:55:16;  author: rillig;  state: Exp;  lines: +3 -8
> Replaced SITES_* with SITES.*.

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

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

--- components.xml.orig	2006-11-10 22:32:59.000000000 +0900
+++ components.xml	2006-11-10 22:32:59.000000000 +0900
@@ -1,11 +1,6 @@
-<!-- $NetBSD: components.xml,v 1.22 2006/03/17 19:45:30 wiz Exp $ -->
+<!-- $NetBSD: components.xml,v 1.23 2006/04/21 07:55:16 rillig Exp $ -->
 <!-- Based on english version: -->
-<!-- NetBSD: components.xml,v 1.22 2006/03/17 19:45:30 wiz Exp   -->
-
-<!--
-	TODO: after 2006Q1, "SITES_" should be replaced with "SITES.".
-	(2 times)
--->
+<!-- NetBSD: components.xml,v 1.23 2006/04/21 07:55:16 rillig Exp   -->
 
 <chapter id="components"> <?dbhtml filename="components.html"?>
   <title>パッケージコンポーネント - ファイル、ディレクトリー、およびコンテンツ</title>
@@ -107,14 +102,14 @@
 	  <para>パッケージに複数の
 	    <varname>DISTFILES</varname>または複数の
 	    <varname>PATCHFILES</varname>があって、それらの配布元サ
-	    イトが異なる場合は、<varname>SITES_foo</varname>を、ファイル
+	    イトが異なる場合は、<varname>SITES.foo</varname>を、ファイル
 	    <quote>foo</quote>があるURIを列挙したものに設定
 	    します。<quote>foo</quote>にはサフィックスを含めます。たとえば以下のようにします。</para>
 
 <programlisting>
     DISTFILES=      ${DISTNAME}${EXTRACT_SUFX}
     DISTFILES+=     foo-file.tar.gz
-    SITES_foo-file.tar.gz= \
+    SITES.foo-file.tar.gz= \
             http://www.somewhere.com/somehow/ \
             http://www.somewhereelse.com/mirror/somehow/
 </programlisting>
Index: components.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/components.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- components.xml	17 Mar 2006 19:45:30 -0000	1.22
+++ components.xml	21 Apr 2006 07:55:16 -0000	1.23
@@ -1,9 +1,4 @@
-<!-- $NetBSD: components.xml,v 1.22 2006/03/17 19:45:30 wiz Exp $ -->
-
-<!--
-	TODO: after 2006Q1, "SITES_" should be replaced with "SITES.".
-	(2 times)
--->
+<!-- $NetBSD: components.xml,v 1.23 2006/04/21 07:55:16 rillig Exp $ -->
 
 <chapter id="components"> <?dbhtml filename="components.html"?>
   <title>Package components - files, directories and contents</title>
@@ -107,14 +102,14 @@
 	  <para>If the package has multiple
 	    <varname>DISTFILES</varname> or multiple
 	    <varname>PATCHFILES</varname> from different
-	    sites, set <varname>SITES_foo</varname> to a list of URIs
+	    sites, set <varname>SITES.foo</varname> to a list of URIs
 	    where file <quote>foo</quote> may be
 	    found. <quote>foo</quote> includes the suffix, e.g.:</para>
 
 <programlisting>
     DISTFILES=      ${DISTNAME}${EXTRACT_SUFX}
     DISTFILES+=     foo-file.tar.gz
-    SITES_foo-file.tar.gz= \
+    SITES.foo-file.tar.gz= \
             http://www.somewhere.com/somehow/ \
             http://www.somewhereelse.com/mirror/somehow/
 </programlisting>