| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=a2ds99c5lu5rkbs83sjp3e4q9q; path=/
content-type: text/html; charset=UTF-8
date: Sat, 27 Dec 2025 07:42:34 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
pkg_inst..
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./pkgtools/pkg_install, Package management and administration tools for pkgsrc
[
Branch: CURRENT, Version: 20250417, Package name: pkg_install-20250417, 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
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
pkg_inst..regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./pkgtools/pkg_install, Package management and administration tools for pkgsrc
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 20250417, Package name: pkg_install-20250417, 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 [+/-]
#!/bin/sh
#
# Dummy script to ensure pkgsrc never creates its own DEINSTALL script for
# this package that uses a pkgsrc shell, as that can cause upgrade issues.
#
exit 0
#
# Dummy script to ensure pkgsrc never creates its own DEINSTALL script for
# this package that uses a pkgsrc shell, as that can cause upgrade issues.
#
exit 0
Required to build:
[pkgtools/cwrappers]
Package options: inet6, openssl
Version history: (Expand)
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-23) Updated to version: pkg_install-20250417
- (2025-02-13) Updated to version: pkg_install-20241101
- (2024-03-13) Updated to version: pkg_install-20240307
- (2024-01-26) Updated to version: pkg_install-20240126
CVS history: (Expand)
| 2025-07-21 18:10:34 by Thomas Klausner | Files touched by this commit (1) |
Log message: pkg_install: fix pkg_info man page Do not use combined >= etc. to make it easier to copy'n'paste. From Robert Whitlock in PR 59539. |
| 2025-07-01 14:16:14 by Jonathan Perkin | Files touched by this commit (1) |
Log message: pkg_install: Add ugly workaround for SunOS/gcc14. libnbcompat should absolutely not be leaking into the builds of the inplace components, but fixing that correctly will require a much larger change. |
| 2025-05-09 14:18:00 by Thomas Klausner | Files touched by this commit (1) |
Log message:
pkg_install: add cast for picky compilers
lib/pkg_signature.c: In function 'pkg_sign_gpg':
lib/pkg_signature.c:637:31: error: format '%lld' expects argument of type 'long \
long int', but argument 3 has type '__off_t' {aka 'long int'} [-Werror=format=]
637 | hash_file = xasprintf(hash_template, pkgname, size);
| ^~~~~~~~~~~~~ ~~~~
| |
| __off_t {aka long int}
|
| 2025-05-01 14:56:45 by Thomas Klausner | Files touched by this commit (1) |
Log message: *: allow qhull license by default |
| 2025-04-19 10:07:28 by Thomas Klausner | Files touched by this commit (11) |
Log message: *: mark bootstrap packages with POLICY_UPDATE_LIMITED=bootstrap |
| 2025-04-17 23:29:35 by Thomas Klausner | Files touched by this commit (2) |
Log message: pkg_install: fix bug in format string Addresses PR 59316 by Dr. Thomas Orgis Bump version. |
| 2025-03-04 17:00:18 by Amitai Schleier | Files touched by this commit (1) |
Log message: pkg_install: define O_CLOEXEC if needed. Fixes Mac OS X Tiger. |
| 2025-02-19 16:19:49 by Thomas Klausner | Files touched by this commit (2) |
Log message: pkg_install: allower overriding the 'required libraries' check with -f Bump version. |
