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

pkgsrc/doc/guide/files/build.xml: 1.24 -> 1.25 ほか



以下のページの更新をしました。

pkgsrc/doc/guide/files/build.xml: 1.24 -> 1.25
pkgsrc/doc/guide/files/components.xml: 1.20 -> 1.21

> After the 2006Q1 branch, SITES_${file} should be replaced with
> SITES.${file}.

コメントの追加と、
改行位置の変更がおこなわれたのみです。

原文の変更をそのまま適用しています。
すぐに commit します。

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

--- build.xml.orig	2006-11-01 19:48:57.000000000 +0900
+++ build.xml	2006-11-01 19:48:58.000000000 +0900
@@ -1,6 +1,10 @@
-<!-- $NetBSD: build.xml,v 1.24 2006/02/17 20:38:17 rillig Exp $ -->
+<!-- $NetBSD: build.xml,v 1.25 2006/02/18 17:11:50 rillig Exp $ -->
 <!-- Based on english version: -->
-<!-- NetBSD: build.xml,v 1.24 2006/02/17 20:38:17 rillig Exp   -->
+<!-- NetBSD: build.xml,v 1.25 2006/02/18 17:11:50 rillig Exp   -->
+
+<!--
+	TODO: after 2006Q1, "SITES_" should be replaced with "SITES.".
+-->
 
 <chapter id="build">
 <title>構築の手順</title>
--- components.xml.orig	2006-11-01 19:48:59.000000000 +0900
+++ components.xml	2006-11-01 19:48:59.000000000 +0900
@@ -1,6 +1,11 @@
-<!-- $NetBSD: components.xml,v 1.20 2006/02/12 14:44:59 rillig Exp $ -->
+<!-- $NetBSD: components.xml,v 1.21 2006/02/18 17:11:50 rillig Exp $ -->
 <!-- Based on english version: -->
-<!-- NetBSD: components.xml,v 1.20 2006/02/12 14:44:59 rillig Exp   -->
+<!-- NetBSD: components.xml,v 1.21 2006/02/18 17:11:50 rillig Exp   -->
+
+<!--
+	TODO: after 2006Q1, "SITES_" should be replaced with "SITES.".
+	(2 times)
+-->
 
 <chapter id="components"> <?dbhtml filename="components.html"?>
   <title>パッケージコンポーネント - ファイル、ディレクトリー、およびコンテンツ</title>
@@ -109,7 +114,8 @@
 <programlisting>
     DISTFILES=      ${DISTNAME}${EXTRACT_SUFX}
     DISTFILES+=     foo-file.tar.gz
-    SITES_foo-file.tar.gz=http://www.somewhere.com/somehow/ \
+    SITES_foo-file.tar.gz= \
+            http://www.somewhere.com/somehow/ \
             http://www.somewhereelse.com/mirror/somehow/
 </programlisting>
 	</listitem>
Index: build.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/build.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- build.xml	17 Feb 2006 20:38:17 -0000	1.24
+++ build.xml	18 Feb 2006 17:11:50 -0000	1.25
@@ -1,4 +1,8 @@
-<!-- $NetBSD: build.xml,v 1.24 2006/02/17 20:38:17 rillig Exp $ -->
+<!-- $NetBSD: build.xml,v 1.25 2006/02/18 17:11:50 rillig Exp $ -->
+
+<!--
+	TODO: after 2006Q1, "SITES_" should be replaced with "SITES.".
+-->
 
 <chapter id="build">
 <title>The build process</title>
Index: components.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/components.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- components.xml	12 Feb 2006 14:44:59 -0000	1.20
+++ components.xml	18 Feb 2006 17:11:50 -0000	1.21
@@ -1,4 +1,9 @@
-<!-- $NetBSD: components.xml,v 1.20 2006/02/12 14:44:59 rillig Exp $ -->
+<!-- $NetBSD: components.xml,v 1.21 2006/02/18 17:11:50 rillig Exp $ -->
+
+<!--
+	TODO: after 2006Q1, "SITES_" should be replaced with "SITES.".
+	(2 times)
+-->
 
 <chapter id="components"> <?dbhtml filename="components.html"?>
   <title>Package components - files, directories and contents</title>
@@ -109,7 +114,8 @@
 <programlisting>
     DISTFILES=      ${DISTNAME}${EXTRACT_SUFX}
     DISTFILES+=     foo-file.tar.gz
-    SITES_foo-file.tar.gz=http://www.somewhere.com/somehow/ \
+    SITES_foo-file.tar.gz= \
+            http://www.somewhere.com/somehow/ \
             http://www.somewhereelse.com/mirror/somehow/
 </programlisting>
 	</listitem>