[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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285029

            Bug ID: 285029
           Summary: ports-mgmt/pkg - pkg repositories not documented in
                    man pages
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: pkg@FreeBSD.org
          Reporter: erichanskrs@gmail.com
          Assignee: pkg@FreeBSD.org
             Flags: maintainer-feedback?(pkg@FreeBSD.org)

https://github.com/freebsd/freebsd-ports/commit/460f6d861e431f8952debe0ee74c40a6a6a583e7
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.