summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD
AgeCommit message (Expand)Author
2005-08-05fix splitting bugMarc Espie
2005-08-05Make sure $totsize != 0, even if the package does not contain any actualMarc Espie
2005-07-26switch .libs stubs package over to new COMMENT format.Marc Espie
2005-07-25common code for all device handling.Marc Espie
2005-07-24deal with a special case, where we are replacing files with changed md5:Marc Espie
2005-07-20support for fifo and character/block devices.Marc Espie
2005-06-29make Getopt show full option name.Marc Espie
2005-06-26Handle hard links correctly: the names need to be aliased correctly forMarc Espie
2005-06-26expose the name aliasing operation, since it can be useful.Marc Espie
2005-06-26select fat package based on name too.Marc Espie
2005-06-26handle fat packages based on architecture.Marc Espie
2005-06-26faster fat package finderMarc Espie
2005-06-21move Arch->check() up to Packingelement, so that it can be called anywhere,Marc Espie
2005-06-21when writing store the file `real name' on the filesystem, whichMarc Espie
2005-06-20flesh out the destdir() working. Provide a convenience close() method.Marc Espie
2005-06-18maintain correspondence between original archive file names and rewrittenMarc Espie
2005-06-18more sanity checks, don't truncate names silently.Marc Espie
2005-06-18fix prefix/name cut (found out by aanriot)Marc Espie
2005-06-13add copy method, and document it.Marc Espie
2005-06-13if this is not a `real' file, override the size entry with a zero.Marc Espie
2005-06-13fix archive header writing.Marc Espie
2005-06-13almost working...Marc Espie
2005-06-13$entry->{cwd} support while writing, for symetry.Marc Espie
2005-06-13we can determine if an entry will be stored as a HardLink at prepare() time,Marc Espie
2005-06-13interface more symetric to reading.Marc Espie
2005-06-13UStar writer, all the flesh, thoroughly untested yet, reading unaffected...Marc Espie
2005-06-13provide reverse lookup services, as a simple extension (to be usedMarc Espie
2005-06-12test that archive->next() worked, and explicitly throw a `truncated archive'Marc Espie
2005-03-14report/ignore broken packing-lists.Marc Espie
2005-02-26cosmetic clean-upMarc Espie
2005-02-09in case some md5 don't match, keep the offending files around as aMarc Espie
2005-02-07make updatedepends slightly safer: note which packages may have bogusMarc Espie
2005-02-07take size of metainfo into account when checking if the file system isMarc Espie
2005-01-16allow locking of database in quiet mode, where we don't display anyMarc Espie
2005-01-14`big lock' model: lock the whole db for reading/writing.Marc Espie
2005-01-13let collision reports give the name of the package they're trying toMarc Espie
2004-12-29show `reading plist' while deleting packages, since we can do this easily,Marc Espie
2004-12-29remove vreaddir support, since library lookup no longer needs it.Marc Espie
2004-12-29round number of stars immediately, avoids off-by-1 display error.Marc Espie
2004-12-28add a boguslibs forced option, that rescans packages for librariesMarc Espie
2004-12-28clearer error/warningMarc Espie
2004-12-28improve message quality: don't say we can't update stuff when we are goingMarc Espie
2004-12-28synchronize conflict lists when we add/remove anything.Marc Espie
2004-12-27if we can't read this packing-list, this is not really an issue.Marc Espie
2004-12-27use delete, not undef, to update installed_packages correctly...Marc Espie
2004-12-26put the compress 0 codes into a specific object. Handles the case whereMarc Espie
2004-12-21fix nasty cache-out-of-sync bug.Marc Espie
2004-12-21if we can't get this packing-list, this is not dramaticMarc Espie
2004-12-21oops, really cache stuff.Marc Espie
2004-12-21correct checks to allow for a package to replace several packages.Marc Espie