summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackingElement.pm
AgeCommit message (Expand)Author
2012-04-28zap blank spacesMarc Espie
2011-11-16During pkg_create(1), do not print any warnings or non-fatal errorsIngo Schwarze
2011-08-23zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removedMarc Espie
2011-06-24fix @extra dir/Marc Espie
2011-06-22absolute_okay is more a property of the class than an extra parameter toMarc Espie
2011-05-30a few more comments, since for once this is complicated.Marc Espie
2011-05-30turn @pkgpath into real objects, to simplify some updates by not having toMarc Espie
2011-03-19Pass the new -c option to grotty when building manuals, to avoid ANSIIngo Schwarze
2011-01-31Add a full stop at the end of the sentences from finish and report.Antoine Jacoutot
2011-01-23hide details of "finish" inside PackingElement proper.Marc Espie
2011-01-14Quick fix for cwd = /Marc Espie
2011-01-02create formatted manpages as temporary files we remove after the fact.Marc Espie
2010-12-24move the handling of ldconfig to AddDelete::StateMarc Espie
2010-12-24handle failures from ports tree with more care.Marc Espie
2010-12-18zap old Error usage, state incorporates error printing.Marc Espie
2010-10-27initial scaffolding for @rcscript: for now, acts like normal files,Marc Espie
2010-10-24use newer system for more efficient redirection, and chdir the way man(1)Marc Espie
2010-10-19fix a split() which was causing problems with the mbox.5 manpageStuart Henderson
2010-10-19before running groff, create dir when needed.Marc Espie
2010-08-03use proper log idiom (blanket okay from theo for pkg_add careful changes forMarc 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-15more printing changes.Marc Espie
2010-06-09ui changes: go thru a state object for most printoutsMarc Espie
2010-06-04add ->spec to Conflict and use the same check as for depend during pkg_create.Marc Espie
2010-06-04move code around, so that commands can be used as modules.Marc Espie
2010-05-10whitespace fixesMarc Espie
2010-04-05new keyword, @ask-update, to be used *very* sparingly (so far, only usefulMarc Espie
2010-04-05add an extra "mandoc" category that behaves exactly like man for now (toMarc Espie
2010-01-19move generic code to handle libspec in a new file, to clean up stuffMarc Espie
2010-01-10pull the signature comparison code into its own file.Marc Espie
2010-01-09build signature objects that we will be able to compareMarc Espie
2010-01-05repairMarc Espie
2010-01-05use Auto::cacheMarc Espie
2010-01-01new option 'explicit-update', for firmwares (don't consider these in bulkMarc Espie
2009-12-30infrastructure for url elementsMarc Espie
2009-12-30actually cache architecture, as intendedMarc Espie
2009-12-20change verbosity handling: be silent by default, turn on the first level if -v.Marc Espie
2009-12-17be slightly more paranoid about shell stuff we run.Marc Espie
2009-11-11vsystem, system, unlink can mostly go through state, and do the ->clear partMarc Espie
2009-11-11remove redirector: if we want to run system AND log, just say soMarc 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-11remove forwarders, and provide a sensible API that says what's going onMarc Espie
2009-11-10bad espie: use strict/warnings consistently, and fix two nits and twoMarc Espie
2009-11-03add @option always-update.Marc Espie
2009-04-19synch with my new style search/location changesMarc Espie
2009-04-14initial implementation of package signatures, based on x509 certificates andMarc Espie
2009-03-05more stuff to check digests during extraction, if wanted.Marc Espie
2009-03-03stupid bug. If I don't name the class the same way, I don't overrideMarc Espie