diff docs/man/man8/fports.rst @ 800:1c4d729963dc

fports: Implement "fports detail -A" and "fports detail -M". Autoselect packages: use all non-auto packages and use all packages with a mapping in package-mapping.conf.
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 01 Nov 2024 02:20:56 +0100
parents e48d173534ec
children 8167b2a8b4fe
line wrap: on
line diff
--- a/docs/man/man8/fports.rst	Thu Oct 31 14:56:18 2024 +0100
+++ b/docs/man/man8/fports.rst	Fri Nov 01 02:20:56 2024 +0100
@@ -15,6 +15,10 @@
 
 **fports deptree** [**-l** `maxlevel`] [**-r**] [**t**] `package` ...
 
+**fports detail -A**
+
+**fports detail -M**
+
 **fports detail** `package` ...
 
 
@@ -71,9 +75,14 @@
      that depend on a given `package`.
 
 
+**fports detail -A**
+
+**fports detail -M**
+
 **fports detail** `package` ...
 
-  Print the status of all given packages in the most detail possible.
+  Print the status of all given or selected packages in the most
+  detail possible.
 
   The status of the package is printed with regard to its installation status,
   local index (if it exists) and all configured and active repositories.
@@ -81,6 +90,17 @@
   A package mapping is considered also if applicable.
   See :manpage:`package-mapping.conf(5)`.
 
+  .. program:: fports deptree
+
+  .. option:: -A
+
+     Automatically select all packages that are *not* installed automatically.
+
+  .. option:: -M
+
+     Automatically select all packages that have a package mapping entry
+     in :file:`package-mapping.conf`. See :manpage:`package-mapping.conf(5)`.
+
 
 Environment
 -----------