summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/CollisionReport.pm
AgeCommit message (Expand)Author
2012-04-28zap blank spacesMarc Espie
2011-12-03simplify/generalizeMarc Espie
2011-12-03In a collision, retrofit storage for 2nd pkgname.Marc Espie
2011-01-02kill very old idiom, I don't actually want to go thru items directly.Marc Espie
2010-12-24handle failures from ports tree with more care.Marc Espie
2010-10-27initial scaffolding for @rcscript: for now, acts like normal files,Marc Espie
2010-07-11display updateset name alongside collisionreport (turns out it's notMarc Espie
2010-06-30allow say and errsay to work without parameters, as it's ways common.Marc Espie
2010-06-30whitespace cleanupMarc Espie
2010-06-09ui changes: go thru a state object for most printoutsMarc Espie
2010-06-04move code around, so that commands can be used as modules.Marc Espie
2010-05-10whitespace fixesMarc Espie
2010-01-17use Carp directly, it it very inexpensive actually, since it's been rewrittenMarc Espie
2010-01-14fix new vstat, and make it useful, for instance for -n.Marc Espie
2010-01-08stat objects with more than value (store symlinks eventually)Marc Espie
2009-12-20change verbosity handling: be silent by default, turn on the first level if -v.Marc Espie
2009-11-17revamp interactive stuff: simplify (just one always for everything, perMarc Espie
2009-11-16create a pseudo vstat object inside state, so that we can modify VstatMarc Espie
2009-11-15start categorizing stuff as error messages that should be error messagesMarc Espie
2009-11-14ouch, collision handling must take destdir into accountMarc Espie
2009-11-14remove stupid extraneous return...Marc Espie
2009-11-14fix. noticed by sthen@Marc Espie
2009-11-11vsystem, system, unlink can mostly go through state, and do the ->clear partMarc Espie
2009-11-11progressmeter puts STDOUT in autoflush if -t, so that it can display to it in...Marc Espie
2009-11-10bad espie: use strict/warnings consistently, and fix two nits and twoMarc Espie
2008-10-06turn the checksums stored in packing elements into real objects, so thatMarc Espie
2008-06-21rework collisionreport to allow some limited repair capabilities:Marc Espie
2008-06-21use autovivificationMarc Espie
2008-03-08rename forced to definesMarc Espie
2007-06-20sprinkle code to deal gracefully with absent packing-lists.Marc Espie
2007-06-09rework `special' package names a bit.Marc Espie
2007-06-04some minor systematic changes.Marc Espie
2007-05-30allow for removing colliding files... very dangerous.Marc Espie
2007-05-02$o->method() becomes $o->methodMarc Espie
2007-04-15update copyright years, standardize licence.Marc Espie
2006-05-04more clues for people who update their system.Marc Espie
2006-02-06tell user about collision much earlier, so that they do not wonder whatMarc Espie
2004-12-17better collision reports.Marc Espie
2004-12-16both borked.* and partial-* are recognized.Marc Espie
2004-12-16renamed borked_installation from borked.n to partial-<pkgname> ...Marc Espie
2004-11-15hit the clueless...Marc Espie
2004-11-14pass full item to CollisionReport, so that it can compute md5 for filesMarc Espie
2004-11-13fix loop label. reported by naddy@Marc Espie
2004-11-11move collision reporter to a separate file, so that it doesn't get loadedMarc Espie