comparison 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
comparison
equal deleted inserted replaced
799:96631c3886d9 800:1c4d729963dc
12 **fports -h** 12 **fports -h**
13 13
14 **fports -V** 14 **fports -V**
15 15
16 **fports deptree** [**-l** `maxlevel`] [**-r**] [**t**] `package` ... 16 **fports deptree** [**-l** `maxlevel`] [**-r**] [**t**] `package` ...
17
18 **fports detail -A**
19
20 **fports detail -M**
17 21
18 **fports detail** `package` ... 22 **fports detail** `package` ...
19 23
20 24
21 Description 25 Description
69 73
70 Use reversed dependencies and print the package tree for all packages 74 Use reversed dependencies and print the package tree for all packages
71 that depend on a given `package`. 75 that depend on a given `package`.
72 76
73 77
78 **fports detail -A**
79
80 **fports detail -M**
81
74 **fports detail** `package` ... 82 **fports detail** `package` ...
75 83
76 Print the status of all given packages in the most detail possible. 84 Print the status of all given or selected packages in the most
85 detail possible.
77 86
78 The status of the package is printed with regard to its installation status, 87 The status of the package is printed with regard to its installation status,
79 local index (if it exists) and all configured and active repositories. 88 local index (if it exists) and all configured and active repositories.
80 89
81 A package mapping is considered also if applicable. 90 A package mapping is considered also if applicable.
82 See :manpage:`package-mapping.conf(5)`. 91 See :manpage:`package-mapping.conf(5)`.
92
93 .. program:: fports deptree
94
95 .. option:: -A
96
97 Automatically select all packages that are *not* installed automatically.
98
99 .. option:: -M
100
101 Automatically select all packages that have a package mapping entry
102 in :file:`package-mapping.conf`. See :manpage:`package-mapping.conf(5)`.
83 103
84 104
85 Environment 105 Environment
86 ----------- 106 -----------
87 107