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

[PATCH] doc/guide/files/porting.xml



The pkgsrc guide ( pkgsrc/doc/guide/files/porting.xml )
に古い内容などがあるので、修正していただけませんか。

- http://mail-index.NetBSD.org/pkgsrc-changes/2006/07/14/0051.html
  http://mail-index.NetBSD.org/pkgsrc-changes/2006/07/14/0054.html
  の変更が反映されていません。

- mk/tools/tools.<replaceable>MyOS</replaceable>.mk が
  mk/tools/<replaceable>MyOS</replaceable>.mk になっています。

- ファイル名中の MyOS と <replaceable>MyOS</replaceable> が統一されていません。
  (以下では、後者に揃えました)


Index: porting.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/porting.xml,v
retrieving revision 1.2
diff -u -r1.2 porting.xml
--- porting.xml	10 May 2006 20:56:00 -0000	1.2
+++ porting.xml	22 Oct 2006 13:00:59 -0000
@@ -17,7 +17,7 @@
 
 	<variablelist>
 
-	<varlistentry><term><filename>bootstrap/mods/mk/<replaceable>MyOS</replaceable>.sys.mk</filename></term>
+	<varlistentry><term><filename>pkgtools/bootstrap-mk-files/files/mods/<replaceable>MyOS</replaceable>.sys.mk</filename></term>
 	<listitem><para>This file contains some basic definitions, for
 	example the name of the C
 	compiler.</para></listitem></varlistentry>
@@ -31,13 +31,13 @@
 	<varname>APPEND_ELF</varname>, and the other variables that
 	appear in this file.</para></listitem></varlistentry>
 
-	<varlistentry><term><filename>mk/platform/MyOS.mk</filename></term>
+	<varlistentry><term><filename>mk/platform/<replaceable>MyOS</replaceable>.mk</filename></term>
 	<listitem><para>This file contains the platform-specific
 	definitions that are used by pkgsrc. Start by copying one of the
 	other files and edit it to your
 	needs.</para></listitem></varlistentry>
 
-	<varlistentry><term><filename>mk/platform/MyOS.pkg.dist</filename></term>
+	<varlistentry><term><filename>mk/platform/<replaceable>MyOS</replaceable>.pkg.dist</filename></term>
 	<listitem><para>This file contains a list of directories,
 	together with their permission bits and ownership. These
 	directories will be created automatically with every package
@@ -45,7 +45,7 @@
 	have been some discussions about whether this file is needed at
 	all, but with no result.</para></listitem></varlistentry>
 
-	<varlistentry><term><filename>mk/platform/MyOS.x11.dist</filename></term>
+	<varlistentry><term><filename>mk/platform/<replaceable>MyOS</replaceable>.x11.dist</filename></term>
 	<listitem><para>Just copy one of the pre-existing x11.dist files
 	to your
 	<filename><replaceable>MyOS</replaceable>.x11.dist</filename>.</para></listitem></varlistentry>
@@ -58,7 +58,7 @@
 	pkgsrc brings its own tools, which can be enabled
 	here.</para></listitem></varlistentry>
 
-	<varlistentry><term><filename>mk/tools/<replaceable>MyOS</replaceable>.mk</filename></term>
+	<varlistentry><term><filename>mk/tools/tools.<replaceable>MyOS</replaceable>.mk</filename></term>
 	<listitem><para>This file defines the paths to all the tools
 	that are needed by one or the other package in pkgsrc, as well
 	as by pkgsrc itself. Find out where these tools are on your