Update of /cvsroot/fink/web/doc/packaging
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16292/web/doc/packaging
Modified Files:
compilers.en.php format.en.php fslayout.en.php index.en.php
intro.en.php packaging.en.html policy.en.php reference.en.php
Log Message:
revised documentation for "library architecture" part of a Shlibs field entry
Index: fslayout.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/fslayout.en.php,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- fslayout.en.php 9 Apr 2009 05:43:15 -0000 1.88
+++ fslayout.en.php 9 Apr 2009 18:46:52 -0000 1.89
@@ -1,7 +1,7 @@
<?
$title = "Packaging - FS Layout";
-$cvs_author = 'Author: dmacks';
-$cvs_date = 'Date: 2009/04/09 05:41:50';
+$cvs_author = 'Author: dmrrsn';
+$cvs_date = 'Date: 2009/04/09 18:45:43';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="Packaging
Contents"><link rel="next" href="compilers.php?phpLang=en"
title="Compilers"><link rel="prev" href="policy.php?phpLang=en"
title="Packaging Policy">';
Index: intro.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/intro.en.php,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- intro.en.php 9 Apr 2009 05:43:15 -0000 1.87
+++ intro.en.php 9 Apr 2009 18:46:52 -0000 1.88
@@ -1,7 +1,7 @@
<?
$title = "Packaging - Intro";
-$cvs_author = 'Author: dmacks';
-$cvs_date = 'Date: 2009/04/09 05:41:50';
+$cvs_author = 'Author: dmrrsn';
+$cvs_date = 'Date: 2009/04/09 18:45:43';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="Packaging
Contents"><link rel="next" href="format.php?phpLang=en" title="Package
Descriptions"><link rel="prev" href="index.php?phpLang=en" title="Packaging
Contents">';
Index: format.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/format.en.php,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- format.en.php 9 Apr 2009 05:43:15 -0000 1.88
+++ format.en.php 9 Apr 2009 18:46:52 -0000 1.89
@@ -1,7 +1,7 @@
<?
$title = "Packaging - Package Descriptions";
-$cvs_author = 'Author: dmacks';
-$cvs_date = 'Date: 2009/04/09 05:41:50';
+$cvs_author = 'Author: dmrrsn';
+$cvs_date = 'Date: 2009/04/09 18:45:43';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="Packaging
Contents"><link rel="next" href="policy.php?phpLang=en" title="Packaging
Policy"><link rel="prev" href="intro.php?phpLang=en" title="Introduction">';
Index: policy.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/policy.en.php,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- policy.en.php 9 Apr 2009 05:43:15 -0000 1.88
+++ policy.en.php 9 Apr 2009 18:46:52 -0000 1.89
@@ -1,7 +1,7 @@
<?
$title = "Packaging - Policy";
-$cvs_author = 'Author: dmacks';
-$cvs_date = 'Date: 2009/04/09 05:41:50';
+$cvs_author = 'Author: dmrrsn';
+$cvs_date = 'Date: 2009/04/09 18:45:43';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="Packaging
Contents"><link rel="next" href="fslayout.php?phpLang=en" title="Filesystem
Layout"><link rel="prev" href="format.php?phpLang=en" title="Package
Descriptions">';
@@ -437,7 +437,11 @@
dependency information specifying the Fink package which provides
this library at this compatibility version, and the library
architecture. (The library architecture may either be "32", "64", or
-"32-64", and may be absent; the value defaults to "32" if it is absent.)
+"32-64", and may be absent. If the library architecture is not
+explicitly listed, it defaults to the standard value for the current
+architecture of Fink; these standard values are "32" for the powerpc
+architecture and "32" for the i386 architecture, and will be "64"
+for any future x86_64 architecture.)
The dependency should
be stated in the form <code> foo (>= version-revision)</code> where
<code>version-revision</code> refers to
Index: compilers.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/compilers.en.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- compilers.en.php 9 Apr 2009 05:43:15 -0000 1.34
+++ compilers.en.php 9 Apr 2009 18:46:52 -0000 1.35
@@ -1,7 +1,7 @@
<?
$title = "Packaging - Compilers";
-$cvs_author = 'Author: dmacks';
-$cvs_date = 'Date: 2009/04/09 05:41:50';
+$cvs_author = 'Author: dmrrsn';
+$cvs_date = 'Date: 2009/04/09 18:45:43';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="Packaging
Contents"><link rel="next" href="reference.php?phpLang=en"
title="Reference"><link rel="prev" href="fslayout.php?phpLang=en"
title="Filesystem Layout">';
Index: reference.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/reference.en.php,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- reference.en.php 9 Apr 2009 05:43:15 -0000 1.90
+++ reference.en.php 9 Apr 2009 18:46:52 -0000 1.91
@@ -1,7 +1,7 @@
<?
$title = "Packaging - Reference";
-$cvs_author = 'Author: dmacks';
-$cvs_date = 'Date: 2009/04/09 05:41:50';
+$cvs_author = 'Author: dmrrsn';
+$cvs_date = 'Date: 2009/04/09 18:45:43';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="Packaging
Contents"><link rel="prev" href="compilers.php?phpLang=en" title="Compilers">';
Index: packaging.en.html
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/packaging.en.html,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- packaging.en.html 9 Apr 2009 05:43:15 -0000 1.104
+++ packaging.en.html 9 Apr 2009 18:46:52 -0000 1.105
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--
-Generated from $Fink: packaging.en.xml,v 1.107 2009/04/09 05:41:50 dmacks Exp $
+Generated from $Fink: packaging.en.xml,v 1.108 2009/04/09 18:45:43 dmrrsn Exp $
-->
<title>Fink Documentation - Creating Fink Packages</title></head><body>
<table width="100%" cellspacing="0">
@@ -820,7 +820,11 @@
dependency information specifying the Fink package which provides
this library at this compatibility version, and the library
architecture. (The library architecture may either be "32", "64", or
-"32-64", and may be absent; the value defaults to "32" if it is absent.)
+"32-64", and may be absent. If the library architecture is not
+explicitly listed, it defaults to the standard value for the current
+architecture of Fink; these standard values are "32" for the powerpc
+architecture and "32" for the i386 architecture, and will be "64"
+for any future x86_64 architecture.)
The dependency should
be stated in the form <tt style="white-space: nowrap;"> foo (>=
version-revision)</tt> where
<tt style="white-space: nowrap;">version-revision</tt> refers to
@@ -3018,4 +3022,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.en.xml,v 1.107 2009/04/09 05:41:50
dmacks Exp $</i></p></body></html>
+<p>Generated from <i>$Fink: packaging.en.xml,v 1.108 2009/04/09 18:45:43
dmrrsn Exp $</i></p></body></html>
Index: index.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/index.en.php,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- index.en.php 9 Apr 2009 05:43:15 -0000 1.88
+++ index.en.php 9 Apr 2009 18:46:52 -0000 1.89
@@ -1,7 +1,7 @@
<?
$title = "Packaging";
-$cvs_author = 'Author: dmacks';
-$cvs_date = 'Date: 2009/04/09 05:41:50';
+$cvs_author = 'Author: dmrrsn';
+$cvs_date = 'Date: 2009/04/09 18:45:43';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="Packaging
Contents"><link rel="next" href="intro.php?phpLang=en" title="Introduction">';
@@ -30,7 +30,7 @@
</p>
<h2><? echo FINK_CONTENTS ; ?></h2><ul>
<li><a href="intro.php?phpLang=en"><b>1 Introduction</b></a><ul><li><a
href="intro.php?phpLang=en#def1">1.1 What is a Package?</a></li><li><a
href="intro.php?phpLang=en#ident">1.2 Identifying a
Package</a></li></ul></li><li><a href="format.php?phpLang=en"><b>2 Package
Descriptions</b></a><ul><li><a href="format.php?phpLang=en#trees">2.1 Tree
Layout</a></li><li><a href="format.php?phpLang=en#format">2.2 File
Format</a></li><li><a href="format.php?phpLang=en#percent">2.3 Percent
Expansion</a></li></ul></li><li><a href="policy.php?phpLang=en"><b>3 Packaging
Policy</b></a><ul><li><a href="policy.php?phpLang=en#licenses">3.1 Package
Licenses</a></li><li><a href="policy.php?phpLang=en#openssl">3.2 The GPL and
OpenSSL</a></li><li><a href="policy.php?phpLang=en#prefix">3.3 Base System
Interference</a></li><li><a href="policy.php?phpLang=en#sharedlibs">3.4 Shared
Libraries</a></li><li><a href="policy.php?phpLang=en#perlmods">3.5 Perl
Modules</a></li><li><a href="policy.php?phpLang=en#emacs">3.6 Emacs
Policy</a></li></ul></li><li><a href="fslayout.php?phpLang=en"><b>4 Filesystem
Layout</b></a><ul><li><a href="fslayout.php?phpLang=en#fhs">4.1 The Filesystem
Hierarchy Standard</a></li><li><a href="fslayout.php?phpLang=en#dirs">4.2 The
Directories</a></li><li><a href="fslayout.php?phpLang=en#avoid">4.3 Things to
Avoid</a></li></ul></li><li><a href="compilers.php?phpLang=en"><b>5
Compilers</b></a><ul><li><a href="compilers.php?phpLang=en#versions">5.1
Compiler Versions</a></li><li><a href="compilers.php?phpLang=en#abi">5.2 The
g++ ABI</a></li></ul></li><li><a href="reference.php?phpLang=en"><b>6
Reference</b></a><ul><li><a href="reference.php?phpLang=en#build">6.1 The Build
Process</a></li><li><a href="reference.php?phpLang=en#fields">6.2
Fields</a></li><li><a href="reference.php?phpLang=en#splitoffs">6.3
SplitOffs</a></li><li><a href="reference.php?phpLang=en#scripts">6.4
Scripts</a></li><li><a href="reference.php?phpLang=en#patches">6.5
Patches</a></li><li><a href="reference.php?phpLang=en#profile.d">6.6 Profile.d
scripts</a></li></ul></li></ul>
-<!--Generated from $Fink: packaging.en.xml,v 1.107 2009/04/09 05:41:50 dmacks
Exp $-->
+<!--Generated from $Fink: packaging.en.xml,v 1.108 2009/04/09 18:45:43 dmrrsn
Exp $-->
<? include_once "../../footer.inc"; ?>
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs