[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
pkgsrc/doc/guide/files/fixes.xml: 1.96 -> 1.97
以下のページの更新をしました。ツッコミをお願いします。
pkgsrc/doc/guide/files/fixes.xml: 1.96 -> 1.97
> revision 1.97
> date: 2009/03/08 15:55:32; author: wiz; state: Exp; lines: +7 -6
> Update section about scrollkeeper.
木曜日までに異議がなければ、 commit します。
以下、訳と原文それぞれの新旧の差分です。
--- fixes.xml.orig 2009-03-11 00:35:16.000000000 +0900
+++ fixes.xml 2009-03-11 00:35:16.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: fixes.xml,v 1.96 2009/02/23 17:45:17 joerg Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.97 2009/03/08 15:55:32 wiz Exp $ -->
<!-- Based on english version: -->
-<!-- NetBSD: fixes.xml,v 1.96 2009/02/23 17:45:17 joerg Exp -->
+<!-- NetBSD: fixes.xml,v 1.97 2009/03/08 15:55:32 wiz Exp -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>パッケージを動くようにする</title>
@@ -1547,16 +1547,16 @@
<sect2 id="scrollkeeper-data-files">
- <title>scrollkeeper のデータファイルをインストールするパッケージ</title>
+ <title>scrollkeeper/rarian のデータファイルをインストールするパッケージ</title>
- <para>パッケージが、 scrollkeeper が使用する <filename>.omf</filename>
+ <para>パッケージが、 scrollkeeper/rarian が使用する <filename>.omf</filename>
ファイルをインストールする場合は、これらが確実にデータベースに登録されるようにするために、
いくつか特別な手順を踏む必要があります。</para>
<orderedlist>
<listitem>
<para>rarian の <filename>buildlink3.mk</filename> ファイルではなく
- <filename>../../textproc/rarian/omf.mk</filename>
+ <filename>../../mk/omf-scrollkeeper.mk</filename>
をインクルードします。
こうすると、インストールおよびアンインストール時に、 scrollkeeper
のデータベースを再構築してくれます。
@@ -1571,7 +1571,8 @@
<listitem>
<para>PLIST から <filename>share/omf</filename> ディレクトリーを削除します。
- これは scrollkeeper が処理します。</para>
+ これは rarian が処理します。(<command>make
+ print-PLIST</command> で自動でおこなえます。)</para>
</listitem>
</orderedlist>
</sect2>
Index: fixes.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/fixes.xml,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- fixes.xml 23 Feb 2009 17:45:17 -0000 1.96
+++ fixes.xml 8 Mar 2009 15:55:32 -0000 1.97
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.96 2009/02/23 17:45:17 joerg Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.97 2009/03/08 15:55:32 wiz Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -1578,17 +1578,17 @@
<sect2 id="scrollkeeper-data-files">
- <title>Packages installing scrollkeeper data files</title>
+ <title>Packages installing scrollkeeper/rarian data files</title>
<para>If a package installs <filename>.omf</filename> files, used by
- scrollkeeper, you need to take some extra steps to make sure they
+ scrollkeeper/rarian, you need to take some extra steps to make sure they
get registered in the database:</para>
<orderedlist>
<listitem>
<para>Include
- <filename>../../textproc/rarian/omf.mk</filename>
- instead of its <filename>buildlink3.mk</filename> file. This
+ <filename>../../mk/omf-scrollkeeper.mk</filename>
+ instead of rarian's <filename>buildlink3.mk</filename> file. This
takes care of rebuilding the scrollkeeper database at
installation and deinstallation time, and disallows any access
to it directly from the package.</para>
@@ -1602,7 +1602,8 @@
<listitem>
<para>Remove the <filename>share/omf</filename> directory from
- the PLIST. It will be handled by scrollkeeper.</para>
+ the PLIST. It will be handled by rarian. (<command>make
+ print-PLIST</command> does this automatically.)</para>
</listitem>
</orderedlist>
</sect2>