summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/Replace.pm
AgeCommit message (Expand)Author
2014-11-29simplify the interactive code into its own little object with simplerMarc Espie
2014-02-11s/anyways/anyway/, ok espie@Stuart Henderson
2014-01-11simplify code: always extract, then install, so that initial installationsMarc Espie
2014-01-09bump copyright to 2014Marc Espie
2014-01-07let's verify all checksums.Marc Espie
2012-04-28zap blank spacesMarc Espie
2011-08-23zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removedMarc Espie
2011-06-25even with tied files, still arrange to apply set_modes.Marc Espie
2011-06-20in an UpdateSet, match new files with old files based on their sha256.Marc Espie
2010-12-24handle failures from ports tree with more care.Marc Espie
2010-10-28:-PMarc Espie
2010-10-27initial scaffolding for @rcscript: for now, acts like normal files,Marc Espie
2010-07-28more explicit messageMarc 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-30differentiate more between @exec and @unexecMarc 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-03-22clean up the ProgressMeter code, create a specific class if a TermMarc Espie
2010-01-18don't bother checking for exec and displaying them if we're not verboseMarc Espie
2010-01-11move the oldlibs code into its separate file, prior to fixing it.Marc Espie
2009-12-29temporary fix for .libs update issue.Marc Espie
2009-12-28kill old dependency adjusterMarc Espie
2009-12-28move code around a bit, more functions. Especially do the exec checkMarc Espie
2009-12-27don't ask/report the same exec issue twiceMarc Espie
2009-12-26Better, more global way of dealing with forward dependencies, and toMarc Espie
2009-12-20change verbosity handling: be silent by default, turn on the first level if -v.Marc Espie
2009-12-17display progressmeter at 0% at start of install/deinstall.Marc Espie
2009-12-14since some packages in updatesets don't need updates, be explicit about it.Marc Espie
2009-12-14temporary fix for kept packages until we move them awayMarc Espie
2009-12-13clean up code, no functional changeMarc Espie
2009-11-29clean up conflict handling and dependency adjustement: build listMarc Espie
2009-11-29handle more general conflicts:Marc Espie
2009-11-17revamp interactive stuff: simplify (just one always for everything, perMarc Espie
2009-11-11don't use Warn if we've got a $state, get through errprint/errsay.Marc 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
2009-10-15let handle compute pkgnames correctly, simplifies code a bitMarc Espie
2009-10-11don't copy digital sig over when it makes no sense...Marc Espie
2009-04-19synch with my new style search/location changesMarc Espie
2009-03-05call may_check_digest after extractionMarc Espie
2008-10-24tweak compute_digest so that it `defaults' if invoked without a 2nd argument.Marc Espie
2008-10-07oops, missed one compute_md5Marc Espie
2008-06-11defer to the packing element for computing md5Marc Espie
2008-03-08rename forced to definesMarc Espie
2008-03-02fix pkg_add -r -BMarc Espie
2007-06-18add tag no shadow, to allow us to specify that we do NOT want tempfilesMarc Espie
2007-06-16Add variation on exec/unexec:Marc Espie
2007-06-10make the replacement check methods slightly clearer, avoid doing twoMarc Espie