Update of /cvsroot/fink/scripts/installer/dmg/doc/users-guide
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23473/scripts/installer/dmg/doc/users-guide

Modified Files:
        uguide.en.html 
Log Message:
Update user's guide for new fink features.

Index: uguide.en.html
===================================================================
RCS file: /cvsroot/fink/scripts/installer/dmg/doc/users-guide/uguide.en.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- uguide.en.html      24 Sep 2006 00:32:54 -0000      1.54
+++ uguide.en.html      12 Dec 2006 18:52:37 -0000      1.55
@@ -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: uguide.en.xml,v 1.44 2006/09/23 23:52:44 alexkhansen Exp 
$
+Generated from $Fink: uguide.en.xml,v 1.45 2006/12/12 18:40:18 alexkhansen Exp 
$
 -->
 <title>Fink Documentation - Fink User's Guide</title></head><body>
 <table width="100%" cellspacing="0">
@@ -1250,7 +1250,7 @@
 There are some options, which apply to all fink commands. If you 
 type <tt style="white-space: nowrap;">fink --help</tt> you get the list of 
options: 
       </p>
-      <p>(as of <tt style="white-space: nowrap;">fink-0.24.6</tt>)</p>
+      <p>(as of <tt style="white-space: nowrap;">fink-0.26.0</tt>)</p>
       <p><b>-h, --help</b> - displays help text.
 </p>
       <p><b>-q, --quiet</b>  - causes <tt style="white-space: 
nowrap;">fink</tt> to be less verbose, opposite of <b>--verbose</b>.  Overrides 
the <a href="#conf.optional">Verbose</a> flag in <tt style="white-space: 
nowrap;">fink.conf</tt>.
@@ -1291,7 +1291,15 @@
       <p><b>-m, --maintainer</b>
             - (<tt style="white-space: nowrap;">fink-0.25</tt> and later) 
Perform actions useful to package maintainers: run validation on
            the <tt style="white-space: nowrap;">.info</tt> file before 
building and on the <tt style="white-space: nowrap;">.deb</tt> after building a
-           package; turn certain build-time warnings into fatal errors.</p>
+           package; turn certain build-time warnings into fatal errors; (<tt 
style="white-space: nowrap;">fink-0.26</tt> and later) run the test suites as 
specified in the  field.  This sets <b>--tests</b> and <b>--validate</b> to <tt 
style="white-space: nowrap;">on</tt>.</p>
+      <p><b>--tests[=on|off|warn]</b>         - (<tt style="white-space: 
nowrap;">fink-0.26.0</tt> and later) Causes <tt style="white-space: 
nowrap;">InfoTest</tt> fields to be activated and test suites specified
+           via <tt style="white-space: nowrap;">TestScript</tt> to be executed 
(see the <a href="../packaging/packaging.en.html#reference.fields">Fink 
Packaging Manual</a>).  If no argument is given to this
+           option or if the argument is <tt style="white-space: 
nowrap;">on</tt> then failures in test suites will
+           be considered fatal errors during builds.  If the argument is <tt 
style="white-space: nowrap;">warn</tt>
+           then failures will be treated as warnings.</p>
+      <p><b>--validate[=on|off|warn]</b> -
+           Causes packages to be validated during a build.  If no argument is
+           given to this option or if the argument is <tt style="white-space: 
nowrap;">on</tt> then validation failures will be considered fatal errors 
during builds.  If the argument is <tt style="white-space: nowrap;">warn</tt> 
then failures will be treated as warnings.</p>
       <p><b>-l, --log-output</b>
             - Save a copy of the terminal output during each package building
            process. By default, the file is stored in
@@ -1590,6 +1598,7 @@
 This will let you change your mirror sites and proxy settings, among
 others.
 </p>
+      <p><b>New in</b> <tt style="white-space: nowrap;">fink-0.26.0</tt>: This 
command will also let you turn on the unstable trees if desired.</p>
     
     <h3><a name="usage.selfupdate">6.18 selfupdate</a></h3>
       
@@ -1651,9 +1660,9 @@
     <h3><a name="usage.cleanup">6.24 cleanup</a></h3>
       
       <p>
-   Removes obsolete package files (.info, .patch, .deb) if newer versions are 
available. 
-   This can reclaim large amounts of disk space.  One or more modes must be 
specified:</p>
-<pre>--debs               - Delete .deb files (compiled binary package 
archives)
+   Removes obsolete and temporary files. 
+   This can reclaim large amounts of disk space.  One or more modes may be 
specified:</p>
+      <pre>--debs               - Delete .deb files (compiled binary package 
archives)
                        corresponding to versions of packages that are neither
                        described by a package description (.info) file in the
                        currently-active trees nor presently installed.
@@ -1662,9 +1671,13 @@
                        active trees.
 --buildlocks, --bl   - Delete stale buildlock packages.
 --dpkg-status        - Remove entries for packages that are not installed from
-                       the dpkg "status" database.</pre>
-<p>In addition, the following options may be used:</p>
-<pre>-k,--keep-src        - Move old source files to /sw/src/old/ instead of 
deleting them.
+                       the dpkg "status" database.
+--obsolete-packages  - Attempt to uninstall all installed packges that are
+                       obsolete. (new in fink-0.26.0)
+--all                - All of the above modes. (new in fink-0.26.0)</pre>
+      <p>If no mode is specified, <tt style="white-space: nowrap;">--debs 
--sources</tt> is the default action. </p>
+      <p>In addition, the following options may be used:</p>
+      <pre>-k,--keep-src        - Move old source files to /sw/src/old/ 
instead of deleting them.
 -d,--dry-run         - Print the names of the files that would be deleted, but
                        do not actually delete them.
 -h,--help            - Show the modes and options which are available.</pre>
@@ -1704,4 +1717,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: uguide.en.xml,v 1.44 2006/09/23 23:52:44 
alexkhansen Exp $</i></p></body></html>
+<p>Generated from <i>$Fink: uguide.en.xml,v 1.45 2006/12/12 18:40:18 
alexkhansen Exp $</i></p></body></html>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to