summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PkgDelete.pm
AgeCommit message (Expand)Author
2023-10-09placeholder for later featureMarc Espie
2023-06-16no extra params there, to be revisitedMarc Espie
2023-06-13move to use v5.36;Marc Espie
2022-02-01pkg_delete(1): print usage when args aren't supplied.Dave Voutila
2019-06-09with tags, we do look in deletesetsMarc Espie
2019-02-10"non-existant" is one of those words that don't exist, so use "non-existent"Peter Hessler
2018-07-10unify option parsing a bit moreMarc Espie
2018-07-10remove remnants of very old code, to simplify unificationMarc Espie
2018-06-24tags should work more like other errors. In particular, avoid infiniteMarc Espie
2018-06-22activate tag solver (won't do anything if plists don't have actual tags)Marc Espie
2018-06-20modernize pkg_delete code, we have DeleteSets, which means handleMarc Espie
2018-06-19Pass the set thru to deletion operations (we may need to solve_tags!)Marc Espie
2018-02-27sanitize say/print output furtherMarc Espie
2017-03-13fix usage order, as reminded by jmc@Marc Espie
2017-02-27framework for some performance stats as a -V... option (like how muchMarc Espie
2017-01-25if the fs got badly damaged, display a decent error message instead ofMarc Espie
2015-10-07"..." implies optional, so no need for []; from michael reedJason McIntyre
2014-11-29simplify the interactive code into its own little object with simplerMarc Espie
2014-07-12finish killing old experiment, less confusing codeMarc Espie
2014-02-11s/anyways/anyway/, ok espie@Stuart Henderson
2014-02-08be less verbose for pkg_delete -XMarc Espie
2013-01-07only protest midly if we're in exclude mode, so that you can exclude stuffMarc Espie
2011-12-02small logic errorMarc Espie
2011-12-02-X before -x;Jason McIntyre
2011-12-02-X exclude option: negates the packages we give (remove them instead ofMarc Espie
2011-11-25darn, setlist might actually be undefined entirely...Marc Espie
2011-11-25fix -a <list> semantics:Marc Espie
2011-08-26zap fatpackages. nobody actually uses them.Marc Espie
2011-08-23zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removedMarc Espie
2011-08-18spacingMarc Espie
2011-08-17pkg_add and pkg_delete will now syslog activity by default.Marc Espie
2011-07-19fix -Ddependencies, from Nathanael RensenMarc Espie
2011-07-18allow pkg_delete -a pkgname to do something useful:Marc Espie
2011-07-17unify the main loop some more: add and delete do more or less theMarc Espie
2011-07-14move deptree_header into AddDelete, use it in pkg_delete.Marc Espie
2011-07-13share codeMarc Espie
2011-07-13create DeleteSet as a specialized version of UpdateSets that printMarc Espie
2011-07-12be ways more verbose with -aMarc Espie
2011-07-12put back options -Dbaddepend -DdependenciesMarc Espie
2011-07-12new pkg_delete, very similar to pkg_add, support for -aMarc Espie
2010-12-24handle failures from ports tree with more care.Marc Espie
2010-12-13remove locals, so that it can be called again and againMarc Espie
2010-10-27initial scaffolding for @rcscript: for now, acts like normal files,Marc 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-25clean-up options handling some moreMarc Espie
2010-06-15fix count of deinstalling packages.Marc Espie
2010-06-11fix format, as noticed by marco@Marc Espie
2010-06-09replace confusing (n to go) message with #done/#total annotations.Marc Espie
2010-06-09ui changes: go thru a state object for most printoutsMarc Espie