Update of /cvsroot/fink/web/doc/packaging
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5053/web/doc/packaging

Modified Files:
        format.ja.php fslayout.ja.php index.ja.php intro.ja.php 
        packaging.ja.html policy.ja.php reference.ja.php 
Log Message:
fixed typo to match packaging.en.xml 1.59

Index: intro.ja.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/intro.ja.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- intro.ja.php        5 Apr 2005 03:08:12 -0000       1.19
+++ intro.ja.php        7 Apr 2005 08:04:58 -0000       1.20
@@ -1,7 +1,7 @@
 <?
 $title = "パッケージ作成 - 始めに";
 $cvs_author = 'Author: babayoshihiko';
-$cvs_date = 'Date: 2005/02/08 00:22:05';
+$cvs_date = 'Date: 2005/04/07 06:47:42';
 $metatags = '<link rel="contents" href="index.php?phpLang=ja" 
title="パッケージ作成 Contents"><link rel="next" 
href="format.php?phpLang=ja" title="パッケージ記述"><link rel="prev" 
href="index.php?phpLang=ja" title="パッケージ作成 Contents">';
 
 

Index: packaging.ja.html
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/packaging.ja.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- packaging.ja.html   7 Apr 2005 06:47:42 -0000       1.25
+++ packaging.ja.html   7 Apr 2005 08:04:58 -0000       1.26
@@ -639,9 +639,9 @@
 BuildDependsOnly: True
 DocFiles: COPYING
 SplitOff: &lt;&lt;
-Package: barN-shlibs
-Files: lib/bar.N.x.y.dylib lib/bar.N.dylib lib/bar/N
-DocFiles: COPYING
+  Package: barN-shlibs
+  Files: lib/bar.N.x.y.dylib lib/bar.N.dylib lib/bar/N
+  DocFiles: COPYING
 &lt;&lt;
 </pre>
                        <p>
@@ -1758,17 +1758,17 @@
                                                        
デフォルト値は次のようになる (0.13.4) .
                                                </p>
 <pre>perl Makefile.PL PREFIX=%p \
-INSTALLPRIVLIB=%p/lib/perl5 \
-INSTALLARCHLIB=%p/lib/perl5/darwin \
-INSTALLSITELIB=%p/lib/perl5 \
-INSTALLSITEARCH=%p/lib/perl5/darwin \
-INSTALLMAN1DIR=%p/share/man/man1 \
-INSTALLMAN3DIR=%p/share/man/man3 \
-INSTALLSITEMAN1DIR=%p/share/man/man1 \
-INSTALLSITEMAN3DIR=%p/share/man/man3 \
-INSTALLBIN=%p/bin \
-INSTALLSITEBIN=%p/bin \
-INSTALLSCRIPT=%p/bin
+ INSTALLPRIVLIB=%p/lib/perl5 \
+ INSTALLARCHLIB=%p/lib/perl5/darwin \
+ INSTALLSITELIB=%p/lib/perl5 \
+ INSTALLSITEARCH=%p/lib/perl5/darwin \
+ INSTALLMAN1DIR=%p/share/man/man1 \
+ INSTALLMAN3DIR=%p/share/man/man3 \
+ INSTALLSITEMAN1DIR=%p/share/man/man1 \
+ INSTALLSITEMAN3DIR=%p/share/man/man3 \
+ INSTALLBIN=%p/bin \
+ INSTALLSITEBIN=%p/bin \
+ INSTALLSCRIPT=%p/bin
 make
 make test</pre>
                                                <p>
@@ -1777,18 +1777,18 @@
                                                        
デフォルト値は次のようになる.
                                                </p>
 <pre>perl$version Makefile.PL \
-PERL=perl$version PREFIX=%p \
-INSTALLPRIVLIB=%p/lib/perl5/$version \
-INSTALLARCHLIB=%p/lib/perl5/$version/$perlarchdir \
-INSTALLSITELIB=%p/lib/perl5/$version \
-INSTALLSITEARCH=%p/lib/perl5/$version/$perlarchdir \
-INSTALLMAN1DIR=%p/share/man/man1 \
-INSTALLMAN3DIR=%p/share/man/man3 \
-INSTALLSITEMAN1DIR=%p/share/man/man1 \
-INSTALLSITEMAN3DIR=%p/share/man/man3 \
-INSTALLBIN=%p/bin \
-INSTALLSITEBIN=%p/bin \
-INSTALLSCRIPT=%p/bin
+ PERL=perl$version PREFIX=%p \
+ INSTALLPRIVLIB=%p/lib/perl5/$version \
+ INSTALLARCHLIB=%p/lib/perl5/$version/$perlarchdir \
+ INSTALLSITELIB=%p/lib/perl5/$version \
+ INSTALLSITEARCH=%p/lib/perl5/$version/$perlarchdir \
+ INSTALLMAN1DIR=%p/share/man/man1 \
+ INSTALLMAN3DIR=%p/share/man/man3 \
+ INSTALLSITEMAN1DIR=%p/share/man/man1 \
+ INSTALLSITEMAN3DIR=%p/share/man/man3 \
+ INSTALLBIN=%p/bin \
+ INSTALLSITEBIN=%p/bin \
+ INSTALLSCRIPT=%p/bin
 make
 make test</pre>
 <p>
@@ -2240,4 +2240,4 @@
 provided the document and this copyright notice remain complete and
 unmodified. Any commercial reproduction and any online publication
 requires the explicit consent of the author.</p><hr>
-<p>Generated from <i>$Fink: packaging.ja.xml,v 1.19 2005/02/08 00:22:05 
babayoshihiko Exp $</i></p></body></html>
+<p>Generated from <i>$Fink: packaging.ja.xml,v 1.20 2005/04/07 06:47:42 
babayoshihiko Exp $</i></p></body></html>

Index: format.ja.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/format.ja.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- format.ja.php       5 Apr 2005 03:08:11 -0000       1.21
+++ format.ja.php       7 Apr 2005 08:04:57 -0000       1.22
@@ -1,7 +1,7 @@
 <?
 $title = "パッケージ作成 - パッケージ記述";
 $cvs_author = 'Author: babayoshihiko';
-$cvs_date = 'Date: 2005/02/08 00:22:05';
+$cvs_date = 'Date: 2005/04/07 06:47:42';
 $metatags = '<link rel="contents" href="index.php?phpLang=ja" 
title="パッケージ作成 Contents"><link rel="next" 
href="policy.php?phpLang=ja" title="パッケージ化ポリシー"><link 
rel="prev" href="intro.php?phpLang=ja" title="始めに">';
 
 

Index: policy.ja.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/policy.ja.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- policy.ja.php       7 Apr 2005 06:47:43 -0000       1.23
+++ policy.ja.php       7 Apr 2005 08:05:00 -0000       1.24
@@ -1,7 +1,7 @@
 <?
 $title = "パッケージ作成 - ポリシー";
 $cvs_author = 'Author: babayoshihiko';
-$cvs_date = 'Date: 2005/02/08 00:22:05';
+$cvs_date = 'Date: 2005/04/07 06:47:42';
 $metatags = '<link rel="contents" href="index.php?phpLang=ja" 
title="パッケージ作成 Contents"><link rel="next" 
href="fslayout.php?phpLang=ja" 
title="ファイルシステムのレイアウト"><link rel="prev" 
href="format.php?phpLang=ja" title="パッケージ記述">';
 
 
@@ -339,9 +339,9 @@
 BuildDependsOnly: True
 DocFiles: COPYING
 SplitOff: &lt;&lt;
-Package: barN-shlibs
-Files: lib/bar.N.x.y.dylib lib/bar.N.dylib lib/bar/N
-DocFiles: COPYING
+  Package: barN-shlibs
+  Files: lib/bar.N.x.y.dylib lib/bar.N.dylib lib/bar/N
+  DocFiles: COPYING
 &lt;&lt;
 </pre>
                        <p>

Index: fslayout.ja.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/fslayout.ja.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- fslayout.ja.php     5 Apr 2005 03:08:11 -0000       1.19
+++ fslayout.ja.php     7 Apr 2005 08:04:57 -0000       1.20
@@ -1,7 +1,7 @@
 <?
 $title = "パッケージ作成 - ファイルシステム";
 $cvs_author = 'Author: babayoshihiko';
-$cvs_date = 'Date: 2005/02/08 00:22:05';
+$cvs_date = 'Date: 2005/04/07 06:47:42';
 $metatags = '<link rel="contents" href="index.php?phpLang=ja" 
title="パッケージ作成 Contents"><link rel="next" 
href="reference.php?phpLang=ja" title="リファレンスマニュアル"><link 
rel="prev" href="policy.php?phpLang=ja" 
title="パッケージ化ポリシー">';
 
 

Index: reference.ja.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/reference.ja.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- reference.ja.php    5 Apr 2005 03:08:13 -0000       1.24
+++ reference.ja.php    7 Apr 2005 08:05:00 -0000       1.25
@@ -1,7 +1,7 @@
 <?
 $title = "パッケージ作成 - リファレンス";
 $cvs_author = 'Author: babayoshihiko';
-$cvs_date = 'Date: 2005/02/08 00:22:05';
+$cvs_date = 'Date: 2005/04/07 06:47:42';
 $metatags = '<link rel="contents" href="index.php?phpLang=ja" 
title="パッケージ作成 Contents"><link rel="prev" 
href="fslayout.php?phpLang=ja" 
title="ファイルシステムのレイアウト">';
 
 
@@ -719,17 +719,17 @@
                                                        
デフォルト値は次のようになる (0.13.4) .
                                                </p>
 <pre>perl Makefile.PL PREFIX=%p \
-INSTALLPRIVLIB=%p/lib/perl5 \
-INSTALLARCHLIB=%p/lib/perl5/darwin \
-INSTALLSITELIB=%p/lib/perl5 \
-INSTALLSITEARCH=%p/lib/perl5/darwin \
-INSTALLMAN1DIR=%p/share/man/man1 \
-INSTALLMAN3DIR=%p/share/man/man3 \
-INSTALLSITEMAN1DIR=%p/share/man/man1 \
-INSTALLSITEMAN3DIR=%p/share/man/man3 \
-INSTALLBIN=%p/bin \
-INSTALLSITEBIN=%p/bin \
-INSTALLSCRIPT=%p/bin
+ INSTALLPRIVLIB=%p/lib/perl5 \
+ INSTALLARCHLIB=%p/lib/perl5/darwin \
+ INSTALLSITELIB=%p/lib/perl5 \
+ INSTALLSITEARCH=%p/lib/perl5/darwin \
+ INSTALLMAN1DIR=%p/share/man/man1 \
+ INSTALLMAN3DIR=%p/share/man/man3 \
+ INSTALLSITEMAN1DIR=%p/share/man/man1 \
+ INSTALLSITEMAN3DIR=%p/share/man/man3 \
+ INSTALLBIN=%p/bin \
+ INSTALLSITEBIN=%p/bin \
+ INSTALLSCRIPT=%p/bin
 make
 make test</pre>
                                                <p>
@@ -738,18 +738,18 @@
                                                        
デフォルト値は次のようになる.
                                                </p>
 <pre>perl$version Makefile.PL \
-PERL=perl$version PREFIX=%p \
-INSTALLPRIVLIB=%p/lib/perl5/$version \
-INSTALLARCHLIB=%p/lib/perl5/$version/$perlarchdir \
-INSTALLSITELIB=%p/lib/perl5/$version \
-INSTALLSITEARCH=%p/lib/perl5/$version/$perlarchdir \
-INSTALLMAN1DIR=%p/share/man/man1 \
-INSTALLMAN3DIR=%p/share/man/man3 \
-INSTALLSITEMAN1DIR=%p/share/man/man1 \
-INSTALLSITEMAN3DIR=%p/share/man/man3 \
-INSTALLBIN=%p/bin \
-INSTALLSITEBIN=%p/bin \
-INSTALLSCRIPT=%p/bin
+ PERL=perl$version PREFIX=%p \
+ INSTALLPRIVLIB=%p/lib/perl5/$version \
+ INSTALLARCHLIB=%p/lib/perl5/$version/$perlarchdir \
+ INSTALLSITELIB=%p/lib/perl5/$version \
+ INSTALLSITEARCH=%p/lib/perl5/$version/$perlarchdir \
+ INSTALLMAN1DIR=%p/share/man/man1 \
+ INSTALLMAN3DIR=%p/share/man/man3 \
+ INSTALLSITEMAN1DIR=%p/share/man/man1 \
+ INSTALLSITEMAN3DIR=%p/share/man/man3 \
+ INSTALLBIN=%p/bin \
+ INSTALLSITEBIN=%p/bin \
+ INSTALLSCRIPT=%p/bin
 make
 make test</pre>
 <p>

Index: index.ja.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/index.ja.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- index.ja.php        7 Apr 2005 06:47:42 -0000       1.22
+++ index.ja.php        7 Apr 2005 08:04:57 -0000       1.23
@@ -1,7 +1,7 @@
 <?
 $title = "パッケージ作成";
 $cvs_author = 'Author: babayoshihiko';
-$cvs_date = 'Date: 2005/02/08 00:22:05';
+$cvs_date = 'Date: 2005/04/07 06:47:42';
 $metatags = '<link rel="contents" href="index.php?phpLang=ja" 
title="パッケージ作成 Contents"><link rel="next" 
href="intro.php?phpLang=ja" title="始めに">';
 
 
@@ -24,7 +24,7 @@
                </p>
        <h2><? echo FINK_CONTENTS ; ?></h2><ul>
        <li><a href="intro.php?phpLang=ja"><b>1 始めに</b></a><ul><li><a 
href="intro.php?phpLang=ja#def1">1.1 
パッケージとは何か?</a></li><li><a 
href="intro.php?phpLang=ja#ident">1.2 
パッケージの区別</a></li></ul></li><li><a 
href="format.php?phpLang=ja"><b>2 パッケージ記述</b></a><ul><li><a 
href="format.php?phpLang=ja#trees">2.1 ツリーレイアウト</a></li><li><a 
href="format.php?phpLang=ja#format">2.2 ファイル形式</a></li><li><a 
href="format.php?phpLang=ja#percent">2.3 
パーセント展開</a></li></ul></li><li><a 
href="policy.php?phpLang=ja"><b>3 
パッケージ化ポリシー</b></a><ul><li><a 
href="policy.php?phpLang=ja#licenses">3.1 
パッケージのライセンス</a></li><li><a 
href="policy.php?phpLang=ja#openssl">3.2 The GPL and OpenSSL</a></li><li><a 
href="policy.php?phpLang=ja#prefix">3.3 
基盤システムへの干渉問題</a></li><li><a 
href="policy.php?phpLang=ja#sharedlibs">3.4 
共有ライブラリ</a></li><li><a href="policy.
 php?phpLang=ja#perlmods">3.5 Perl モジュール</a></li><li><a 
href="policy.php?phpLang=ja#emacs">3.6 Emacs 
ポリシー</a></li></ul></li><li><a href="fslayout.php?phpLang=ja"><b>4 
ファイルシステムのレイアウト</b></a><ul><li><a 
href="fslayout.php?phpLang=ja#fhs">4.1 ファイルシステム構造標準 
(Filesystem Hierarchy Standard)</a></li><li><a 
href="fslayout.php?phpLang=ja#dirs">4.2 ディレクトリ</a></li><li><a 
href="fslayout.php?phpLang=ja#avoid">4.3 
避けるべきこと</a></li></ul></li><li><a 
href="reference.php?phpLang=ja"><b>5 
リファレンスマニュアル</b></a><ul><li><a 
href="reference.php?phpLang=ja#build">5.1 ビルドプロセス</a></li><li><a 
href="reference.php?phpLang=ja#fields">5.2 フィールド</a></li><li><a 
href="reference.php?phpLang=ja#splitoffs">5.3 スプリットオフ 
(SplitOff)</a></li><li><a href="reference.php?phpLang=ja#scripts">5.4 
スクリプト</a></li><li><a href="reference.php?phpLang=ja#patches">5.5 パ�
 ��チ</a></li><li><a href="reference.php?phpLang=ja#profile.d">5.6 Profile.d 
スクリプト</a></li></ul></li></ul>
-<!--Generated from $Fink: packaging.ja.xml,v 1.19 2005/02/08 00:22:05 
babayoshihiko Exp $-->
+<!--Generated from $Fink: packaging.ja.xml,v 1.20 2005/04/07 06:47:42 
babayoshihiko Exp $-->
 <? include_once "../../footer.inc"; ?>
 
 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to