New PKGBASE Alias Proposal
- Reply: Lexi Winter : "Re: New PKGBASE Alias Proposal"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Oct 2025 07:42:59 UTC
After messing a little with PKGBASE this one could be handy:
root@pkgbase:~ # grep -e '^ALIAS' -e sets -e '^}' /usr/local/etc/pkg.conf
ALIAS {
sets = "info -d -C -x '^FreeBSD-set-'";
}
root@pkgbase:~ # pkg sets | head
FreeBSD-set-base-15.0.b1.20251011075131:
FreeBSD-set-optional-15.0.b1.20251011075131
FreeBSD-set-minimal-15.0.b1.20251011075131
FreeBSD-set-devel-15.0.b1.20251011075131
FreeBSD-set-devel-15.0.b1.20251011075131:
FreeBSD-zfs-dev-15.0.b1.20251011075131
FreeBSD-xz-dev-15.0.b1.20251011075131
FreeBSD-utilities-dev-15.0.b1.20251011075131
FreeBSD-unbound-dev-15.0.b1.20251011075131
FreeBSD-ufs-dev-15.0.b1.20251011075131
Regards,
vermaden