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

pkgsrc/doc/guide/files/fixes.xml: 1.43 -> 1.44



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

pkgsrc/doc/guide/files/fixes.xml: 1.43 -> 1.44

> revision 1.44
> date: 2005/12/29 14:59:03;  author: jlam;  state: Exp;  lines: +5 -7
> Update the pkgsrc guide to reflect the following changes to the pkginstall
> framework:
> 
>    * USE_PKGINSTALL is no longer needed.
> 
>    * X11 font directories should be listed in FONTS_DIRS.<type>
> 
>    * fonts.mk is no longer needed as the functionality has been completely
>      reimplemented within the pkginstall framework.
> 
>    * PKG_UPDATE_FONTS_DB may be set to "yes" or "no" to indicate whether
>      the fonts databases should be updated or not.  This defaults to "yes".

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

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

--- fixes.xml.orig	2006-10-25 00:14:59.000000000 +0900
+++ fixes.xml	2006-10-25 00:14:59.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: fixes.xml,v 1.43 2005/12/14 23:55:17 minskim Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.44 2005/12/29 14:59:03 jlam Exp $ -->
 <!-- Based on english version: -->
-<!-- NetBSD: fixes.xml,v 1.43 2005/12/14 23:55:17 minskim Exp   -->
+<!-- NetBSD: fixes.xml,v 1.44 2005/12/29 14:59:03 jlam Exp   -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
   <title>パッケージを動くようにする</title>
@@ -1292,14 +1292,12 @@
       <para>パッケージがフォントファイルをインストールする場合は、
         インストール時とアンインストール時に、
         フォントのインストール先ディレクトリーにあるフォントデータベースを再構築する必要があります。
-        この処理は <filename>mk/fonts.mk</filename> を使って自動的におこなうことができますが、
-        このファイルを <filename>Makefile</filename> でインクルードする必要があります。</para>
+        この処理は pkginstall の枠組を使って自動的におこなうことができます。</para>
     
-      <para>このファイルをインクルードすると、
-        フォントのインストール先ディレクトリーを
-        <varname>FONTS_<replaceable>type</replaceable>_DIRS</varname>
+      <para>フォントのインストール先ディレクトリーを
+        <varname>FONTS_DIRS.<replaceable>type</replaceable></varname>
         変数に列挙することができます。変数名中の <replaceable>type</replaceable> は、
-        <quote>TTF</quote>, <quote>TYPE1</quote>, <quote>X11</quote> のいずれかです。
+        <quote>ttf</quote>, <quote>type1</quote>, <quote>x11</quote> のいずれかです。
         また、データベースファイル <filename>fonts.dir</filename>
         は PLIST に含めてはいけません。</para>
     
Index: fixes.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/fixes.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- fixes.xml	14 Dec 2005 23:55:17 -0000	1.43
+++ fixes.xml	29 Dec 2005 14:59:03 -0000	1.44
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.43 2005/12/14 23:55:17 minskim Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.44 2005/12/29 14:59:03 jlam Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
   <title>Making your package work</title>
@@ -1357,14 +1357,12 @@
       <para>If a package installs font files, you will need to rebuild
         the fonts database in the directory where they get installed at
         installation and deinstallation time.  This can be automatically
-        done by using <filename>mk/fonts.mk</filename>, which you need to
-        include in your <filename>Makefile</filename>.</para>
+        done by using the pkginstall framework.</para>
     
-      <para>When the file is included, you can list the directories where
-        fonts are installed in the
-        <varname>FONTS_<replaceable>type</replaceable>_DIRS</varname>
+      <para>You can list the directories where fonts are installed in the
+        <varname>FONTS_DIRS.<replaceable>type</replaceable></varname>
         variables, where <replaceable>type</replaceable> can be one of
-        <quote>TTF</quote>, <quote>TYPE1</quote> or <quote>X11</quote>.
+        <quote>ttf</quote>, <quote>type1</quote> or <quote>x11</quote>.
         Also make sure that the database file
         <filename>fonts.dir</filename> is not listed in the PLIST.</para>