[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Documentation/pkgsrc/features.xml: 1.2 -> 1.4
以下のページの更新をしました。ツッコミをお願いします。
Documentation/pkgsrc/features.xml: 1.2 -> 1.4
> revision 1.4
> date: 2004/09/28 14:13:35; author: grant; state: Exp; lines: +3 -3
> fix thinko
> ----------------------------
> revision 1.3
> date: 2004/09/28 14:12:53; author: grant; state: Exp; lines: +5 -5
> get rid of buildlink2 chapter, replace references to it with
> buildlink3. buildlink3 chapter still needs to be written.
buildlink2 が buildlink3 になっただけです。
金曜日までに異議がなければ、 commit します。
以下、訳と原文それぞれの新旧の差分です。
--- Documentation/pkgsrc/features.xml.orig 2006-07-13 22:03:24.000000000 +0900
+++ Documentation/pkgsrc/features.xml 2006-07-13 22:03:24.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: features.xml,v 1.2 2004/09/28 09:58:20 grant Exp $ -->
+<!-- $NetBSD: features.xml,v 1.4 2004/09/28 14:13:35 grant Exp $ -->
<!-- Based on english version: -->
-<!-- NetBSD: features.xml,v 1.2 2004/09/28 09:58:20 grant Exp -->
+<!-- NetBSD: features.xml,v 1.4 2004/09/28 14:13:35 grant Exp -->
<chapter id="features"> <?dbhtml filename="features.html"?>
<title>FAQとパッケージシステムの特徴</title>
@@ -254,8 +254,10 @@
<para>
パッケージは他のパッケージに依存するかもしれません。そして、この依存性を定
-義するためのいろいろな方法があります。NetBSD は、<filename>buildlink2.mk</filename>を使った依存関
-係(<xref linkend="buildlink2"/>参照)のほか、
+義するためのいろいろな方法があります。NetBSD は、<filename>buildlink3.mk</filename>を使った依存関
+係 <!-- (<xref linkend="buildlink3"/>参照)
+-->
+のほか、
<varname>BUILD_DEPENDS</varname>、<varname>DEPENDS</varname>定義をサポートしています。
</para>
@@ -580,7 +582,7 @@
<para>
パッケージの<filename>Makefile</filename>で
-<filename>../../devel/ncurses/buildlink2.mk</filename>をインクルードすると、
+<filename>../../devel/ncurses/buildlink3.mk</filename>をインクルードすると、
pre-configure時に、cursesライブラリーとncurses機能用のヘッダーが
<varname>${BUILDLINK_DIR}</varname>内にリンクされます。ncursesが本当に必要な場合は、パッケージ
の<filename>Makefile</filename>で
@@ -992,7 +994,7 @@
が必要に応じて修正され、適切なロケールディレクトリー(OSにより異なることがあ
ります)を使うようになります。<varname>PKGLOCALEDIR</varname>に関して詳しくは、<xref
linkend="plist.misc"/>を参照し
-てください。この機能はbuildlink2限定です。
+てください。この機能はbuildlink3限定です。
</para>
</sect1>
@@ -1221,4 +1223,3 @@
</sect1>
</chapter>
-
Index: Documentation/pkgsrc/features.xml
===================================================================
RCS file: /cvsroot/htdocs/Documentation/pkgsrc/Attic/features.xml,v
retrieving revision 1.2
retrieving revision 1.4
diff -u -r1.2 -r1.4
--- Documentation/pkgsrc/features.xml 28 Sep 2004 09:58:20 -0000 1.2
+++ Documentation/pkgsrc/features.xml 28 Sep 2004 14:13:35 -0000 1.4
@@ -1,4 +1,4 @@
-<!-- $NetBSD: features.xml,v 1.2 2004/09/28 09:58:20 grant Exp $ -->
+<!-- $NetBSD: features.xml,v 1.4 2004/09/28 14:13:35 grant Exp $ -->
<chapter id="features"> <?dbhtml filename="features.html"?>
<title>FAQs & features of the package system</title>
@@ -263,7 +263,8 @@
various ways of expressing this dependency. NetBSD supports the
<varname>BUILD_DEPENDS</varname> and <varname>DEPENDS</varname> definitions,
as well as dependencies via
-<filename>buildlink2.mk</filename> (see <xref linkend="buildlink2"/>).
+<filename>buildlink3.mk</filename>. <!-- (see <xref linkend="buildlink3"/>).
+-->
</para>
<para>
@@ -597,7 +598,7 @@
</para>
<para>
-If <filename>../../devel/ncurses/buildlink2.mk</filename> is included in
+If <filename>../../devel/ncurses/buildlink3.mk</filename> is included in
a package's <filename>Makefile</filename>,
then a curses library and headers with ncurses functionality are linked
into <varname>${BUILDLINK_DIR}</varname> at pre-configure time. If
@@ -1012,7 +1013,7 @@
and point to the correct locale directories
(which may vary, depending on OS), if necessary. See <xref
linkend="plist.misc"/> for details about <varname>PKGLOCALEDIR</varname>.
-This functionality is buildlink2-only.
+This functionality is buildlink3-only.
</para>
</sect1>
@@ -1243,4 +1244,3 @@
</sect1>
</chapter>
-