Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff docs/man/man8/fports.rst @ 806:b59054f11029
fports: Implement "fports detail -b" to print details about all packages that are not installed from the blessed FreeBSD repo.
While there change option handling to allow a combination of selection flags:
merge all selected packages and sort if needed.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 05 Nov 2024 10:57:06 +0100 |
| parents | f406b3b76b62 |
| children | ed94334bc6f1 |
line wrap: on
line diff
--- a/docs/man/man8/fports.rst Mon Nov 04 22:45:00 2024 +0100 +++ b/docs/man/man8/fports.rst Tue Nov 05 10:57:06 2024 +0100 @@ -15,6 +15,8 @@ **fports deptree** [**-l** `maxlevel`\|\ **--maxlevel**\=\ `maxlevel`] [**-r**\|\ **--reverse**] [**-t**\|\ **--list**\|\ **--transitive**] `package` ... +**fports detail** **-b**\|\ **--nofreebsd**\|\ **--no-freebsd** + **fports detail** **-n**\|\ **--noauto**\|\ **--no-auto** **fports detail** **-m**\|\ **--mapped** @@ -75,6 +77,8 @@ that depend on a given `package`. +**fports detail** **-b**\|\ **--nofreebsd**\|\ **--no-freebsd** + **fports detail** **-n**\|\ **--noauto**\|\ **--no-auto** **fports detail** **-m**\|\ **--mapped** @@ -92,6 +96,11 @@ .. program:: fports deptree + .. options:: -b, --nofreebsd, --no-freebsd + + Automatically select all packages that are *not* installed from the + standard FreeBSD repository. + .. option:: -n, --noauto, --no-auto Automatically select all packages that are *not* installed automatically.
