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

pkgsrc/doc/guide/files/plist.xml: 1.11 -> 1.12



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

pkgsrc/doc/guide/files/plist.xml: 1.11 -> 1.12

> revision 1.12
> date: 2006/04/17 06:12:46;  author: jlam;  state: Exp;  lines: +1 -16
> Modify the plist module to automatically transform "^share/locale" in
> PLISTs to "${PKGLOCALEDIR}/locale" for the installed PLIST.  This is
> similar to the work that's already done to automatically handle
> PKGINFODIR and PKGMANDIR.  PLISTs in pkgsrc will be modified so that
> they would just list the message files to be under "share/locale".
> USE_PKGLOCALEDIR must continue to be set in package Makefiles so that
> localedir substitutions happen at post-configure time.

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

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

--- plist.xml.orig	2006-11-09 23:35:11.000000000 +0900
+++ plist.xml	2006-11-09 23:35:11.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: plist.xml,v 1.11 2006/02/12 14:44:59 rillig Exp $ -->
+<!-- $NetBSD: plist.xml,v 1.12 2006/04/17 06:12:46 jlam Exp $ -->
 <!-- Based on english version: -->
-<!-- NetBSD: plist.xml,v 1.11 2006/02/12 14:44:59 rillig Exp   -->
+<!-- NetBSD: plist.xml,v 1.12 2006/04/17 06:12:46 jlam Exp   -->
 
 <chapter id="plist">
   <title>PLIST 問題</title>
@@ -132,18 +132,6 @@
           </itemizedlist>
         </listitem>
       </varlistentry>
-
-      <varlistentry>
-        <term><varname>${PKGLOCALEDIR}</varname></term>
-
-        <listitem>
-          <para>ロケールファイルをインストールするパッケージでは、ロケールファイルを
-            <quote>share/locale/de/LC_MESSAGES/...</quote>ではなく
-            <quote>${PKGLOCALEDIR}/locale/de/LC_MESSAGES/...</quote>という形でPLISTに列挙します。
-            ロケールファイルのデフォルトの場所はオペレーティングシステムによって<filename>share</filename>か<filename>lib</filename>か異なります
-            が、このような形で書くことで適切に処理することができます。</para>
-        </listitem>
-      </varlistentry>
     </variablelist>
 
     <para> デフォルトで置換される値の全一覧は、
Index: plist.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/plist.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- plist.xml	12 Feb 2006 14:44:59 -0000	1.11
+++ plist.xml	17 Apr 2006 06:12:46 -0000	1.12
@@ -1,4 +1,4 @@
-<!-- $NetBSD: plist.xml,v 1.11 2006/02/12 14:44:59 rillig Exp $ -->
+<!-- $NetBSD: plist.xml,v 1.12 2006/04/17 06:12:46 jlam Exp $ -->
 
 <chapter id="plist">
   <title>PLIST issues</title>
@@ -132,21 +132,6 @@
           </itemizedlist>
         </listitem>
       </varlistentry>
-
-      <varlistentry>
-        <term><varname>${PKGLOCALEDIR}</varname></term>
-
-        <listitem>
-          <para>Packages that install locale files should list them in
-            the PLIST as
-            <quote>${PKGLOCALEDIR}/locale/de/LC_MESSAGES/...</quote>
-            instead of <quote>share/locale/de/LC_MESSAGES/...</quote>.
-            This properly handles the fact that different operating
-            systems expect locale files to be either in
-            <filename>share</filename> or <filename>lib</filename> by
-            default.</para>
-        </listitem>
-      </varlistentry>
     </variablelist>
 
     <para> For a complete list of values which are replaced by