Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff docs/man/man8/fports.rst @ 796:e48d173534ec
fports: Implement "fports detail" to print the status of all given packages in the most detail possible
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 31 Oct 2024 14:42:51 +0100 |
| parents | 34fe2260251d |
| children | 1c4d729963dc |
line wrap: on
line diff
--- a/docs/man/man8/fports.rst Wed Oct 30 15:29:54 2024 +0100 +++ b/docs/man/man8/fports.rst Thu Oct 31 14:42:51 2024 +0100 @@ -15,6 +15,8 @@ **fports deptree** [**-l** `maxlevel`] [**-r**] [**t**] `package` ... +**fports detail** `package` ... + Description ----------- @@ -69,6 +71,17 @@ that depend on a given `package`. +**fports detail** `package` ... + + Print the status of all given 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. + + A package mapping is considered also if applicable. + See :manpage:`package-mapping.conf(5)`. + + Environment -----------
