summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2004-11-12store a ref to cwd instead of cwd itself, allowing it to be shared.Marc Espie
2004-11-12parse libspec better, With this, vreaddir can find libraries.Marc Espie
2004-11-12avoid even more calls to canonpath.Marc Espie
2004-11-12stop storing fullname, recompute it dynamically instead.Marc Espie
2004-11-12do catfile manually, e.g., avoid several calls to canonpath.Marc Espie
2004-11-12be saner wrt directory creation during pkg updates:Marc Espie
2004-11-12don't store hexdigest internally.Marc Espie
2004-11-12computed fullname.Marc Espie
2004-11-11use from_installation and forget.Marc Espie
2004-11-11forget packing-lists after deleting the package (avoid out-of-memory errorMarc Espie
2004-11-11stuff that needs to be done.Marc Espie
2004-11-11oopsMarc Espie
2004-11-11reversed test.Marc Espie
2004-11-11new accounting method that works with chroot installations.Marc Espie
2004-11-11cache packing-lists, so that we don't read them again and again.Marc Espie
2004-11-11oops, updatable is an object method, so $self is first parameter.Marc Espie
2004-11-11symetry: updating a package means removing the old one and adding the newMarc Espie
2004-11-11move collision reporter to a separate file, so that it doesn't get loadedMarc Espie
2004-11-11store a ref to %forced in $state, for access anywhere.Marc Espie
2004-11-11File::Copy use moves as well.Marc Espie
2004-11-11restrict update operation less: we're not bothered by @exec or INSTALL,Marc Espie
2004-11-11need to move collision_report over as well, and use PackageInfo routines.Marc Espie
2004-11-11package names starting with . are hidden from pkg_info by default.Marc Espie
2004-11-11synch validate_plistMarc Espie
2004-11-11move some code from pkg_add to OpenBSD/Add.pm, for symetry with pkg_delete.Marc Espie
2004-11-11typoMarc Espie
2004-11-11don't touch font directories if -n either...Marc Espie
2004-11-11introduce shortcuts to read/write contents from_installation/to_installationMarc Espie
2004-11-11fix interaction of -n -v -r.Marc Espie
2004-11-11hide lib packagesMarc Espie
2004-11-10use ExtraInfo, finally: allows pkg_info to report packages according toMarc Espie
2004-11-10resurrect -e, document that it uses packages-specs now.Marc Espie
2004-11-09oops again.Marc Espie
2004-11-09oops, dropped one line I shouldn't have.Marc Espie
2004-11-09-s seamless with other options: let it work with -a, let it be on for -v.Marc Espie
2004-11-09kill old Logger interface, use $state->print() to report problems atMarc Espie
2004-11-09alternate between package names correctly when replacing a package.Marc Espie
2004-11-09kill dup codeMarc Espie
2004-11-09-s option, grange's request.Marc Espie
2004-11-09avoid scanning the whole packing-list when looking for info that areMarc Espie
2004-11-09save dir in plist, not state (unconfuse script operations when severalMarc Espie
2004-11-09don't keep libraries whose version numbers are not needed.Marc Espie
2004-11-09remove code we don't use.Marc Espie
2004-11-08add more olden times keyword.Marc Espie
2004-11-07document the current behavior of pkg_add -r.Marc Espie
2004-11-07clone() library entry so that md5 and modes/owners get copied along.Marc Espie
2004-11-07split off libraries, so that we can erase the old packages.Marc Espie
2004-11-07shared libraries, preliminary work, a simpler scheme:Marc Espie
2004-11-07don't try to be smart and not store the full tempname: we don't use thisMarc Espie
2004-11-07show tally in verbose mode as well, why not ?Marc Espie