mirror of
https://github.com/opnsense/src.git
synced 2026-07-12 10:36:23 -04:00
package name for the origin of a dependency, all entries in /var/db/pkg were traversed for each dependency of added/removed package. Now, gather all the origins first, then do the lookup in a single pass over /var/db/pkg. This should provide a major speedup for packages with hundreds of dependencies. Submitted by: rdivacky (earlier version) MFC after: 1 month |
||
|---|---|---|
| .. | ||
| add | ||
| create | ||
| delete | ||
| info | ||
| lib | ||
| updating | ||
| version | ||
| Makefile | ||
| Makefile.inc | ||
| README | ||
| tkpkg | ||
This is the pkg_install suite of tools for doing maintainance of software "packages". More documentation is available in the man pages for each individual command. This code was written by Jordan Hubbard for FreeBSD, snatched and mildly reshaped by John Kohl in NetBSD and the changes taken back into FreeBSD again by Jordan, who then proceeded to add another couple of dozen features on top. Whee! :-)