maintainer-feedback requested: [Bug 285029] ports-mgmt/pkg - pkg repositories not documented in man pages

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 25 Feb 2025 17:15:38 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-pkg (Nobody)
<pkg@FreeBSD.org> for maintainer-feedback:
Bug 285029: ports-mgmt/pkg - pkg repositories not documented in man pages
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285029



--- Description ---
https://github.com/freebsd/freebsd-ports/commit/460f6d861e431f8952debe0ee74c40a
6a6a583e7
mentions:
   - repositories: new subcommand to list repositories

Relevant commit:
https://github.com/freebsd/pkg/commit/95555a85a1b39b65cc6b01658b88f609889c6ef1
   This command allows to list repositories it takes 3 arguemnts:
   -l: only list the repository names
   -e: show only enabled ones (by default all repositories are shown)
   -d: show only disabled ones (by default all repositories are shown)

   if -d and -e are provided all the repositories are shown

   Fixes: #2134

However, the command
   pkg repositories
does not seem to documented in the man pages.