./pkgtools/pkg_install, Package management and administration tools for pkgsrc

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20240307, Package name: pkg_install-20240307, Maintainer: agc

pkg_install contains the core package management and administration
utilities for pkgsrc, a multi-platform source and binary package
system developed and maintained by The NetBSD Project and volunteers
from around the globe.

The following tools are included:

pkg_add install and upgrade binary packages
pkg_admin perform various pkgsrc administrative tasks
pkg_create create software package distributions
pkg_delete delete installed packages
pkg_info display information about installed or binary packages

For the following tools compatibility wrappers are included:

audit-packages audit installed packages for security vulnerabilities
download-vulnerability-list download the latest vulnerabilities list

DEINSTALL [+/-]

Required to build:
[pkgtools/cwrappers]

Package options: inet6, openssl

Version history: (Expand)


CVS history: (Expand)


   2024-04-14 11:02:33 by Thomas Klausner | Files touched by this commit (1)
Log message:
*: allow eupl-v1.2 by default, OSI approved
   2024-03-13 00:22:35 by Soren Jacobsen | Files touched by this commit (1)
Log message:
prune stray \
   2024-03-12 23:02:13 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Don't build bsdcat and bsdunzip, they are not used anyway.
   2024-03-07 13:27:28 by Jonathan Perkin | Files touched by this commit (1)
Log message:
pkg_install: Bump version to 20240307.
   2024-03-07 13:25:43 by Jonathan Perkin | Files touched by this commit (1)
Log message:
pkg_install: Respect quiet flag for rebuild commands.

While here remove a bunch of trailing whitespace.
   2024-03-07 13:22:47 by Jonathan Perkin | Files touched by this commit (1)
Log message:
pkg_install: Add sanity checks for pkgdb correctness.

A number of users have hit "Conflicting PLIST" errors in the past that are
almost certainly caused by duplicate PKGBASE entries in the pkgdb, most likely
as a result of unpacking a bootstrap kit over the top of an existing install.

This adds a check to ensure there are no duplicate PKGBASE entries, displaying
an error message with the list of duplicates if they are found, and is called
for the "check", "rebuild", and "rebuild-tree" \ 
commands.
   2024-02-04 15:43:56 by Taylor R Campbell | Files touched by this commit (1)
Log message:
pkg_install: regen pkg_install.conf.cat.in

mandoc -Tascii -I os=pkgsrc <pkg_install.conf.5.in >pkg_install.conf.cat.in
   2024-02-04 15:43:12 by Taylor R Campbell | Files touched by this commit (1)
Log message:
pkg_install: Tiny markup fix in pkg_install.conf(5).

No functional change -- documentation only.