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

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


Branch: CURRENT, Version: 20130131nb1, Package name: pkg_install-20130131nb1, 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
pkg_view manage package views
linkfarm manage symbolic links for package views

For the following tools compatibility wrappers are included:

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



Package options: inet6, openssl

Version history: (Expand)


CVS history: (Expand)


   2013-05-17 09:27:29 by Martin Husemann | Files touched by this commit (1)
Log message:
var_get_memory():
if no eol is found in the string we set "next" to NULL, assign it
to "buf" and then check the loop condition by dereferencing it - which
does not work well.
Change the loop condition to first check for buf == NULL.
   2013-05-10 02:49:00 by Taylor R Campbell | Files touched by this commit (1)
Log message:
Fix cross-build of pkgtools/pkg_install.

Can't execute the newly built tools if they were cross-built.

(This is not especially useful until we do cross-bootstrap, though.)

ok agc
   2013-05-05 23:09:59 by Blue Rats | Files touched by this commit (1)
Log message:
Adding sgi-free-software-b-v2.0 to DEFAULT_ACCEPTABLE. Approved by FSF:

http://www.gnu.org/licenses/license-lis … l#SGIFreeB
   2013-04-19 19:22:23 by Blue Rats | Files touched by this commit (1)
Log message:
+arphic-public +ofl-v1.0 +ofl-v1.1 -open-font-license
   2013-04-08 13:17:26 by Blue Rats | Files touched by this commit (109)
Log message:
Remove "Trailing empty lines." and/or "Trailing white-space."
   2013-03-14 17:23:11 by Thomas Klausner | Files touched by this commit (1)
Log message:
Sync licenses with mk/
   2013-02-21 23:41:37 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix build with clang.
   2013-02-14 10:13:42 by OBATA Akio | Files touched by this commit (1)
Log message:
Fix OPSYS for Cygwin (formerly using CYGWIN before importing Cygwin support).