summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackageInfo.pm
AgeCommit message (Expand)Author
2014-01-11a bit of spring cleanup in advance: scrape old stuff that's not reallyMarc Espie
2014-01-09bump copyright to 2014Marc Espie
2014-01-07scrape support for old +COMMENT file.Marc Espie
2014-01-07recognize special file +METAMarc Espie
2011-08-23zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removedMarc Espie
2011-08-18tweakMarc Espie
2011-07-12new pkg_delete, very similar to pkg_add, support for -aMarc Espie
2010-12-29more stuff that uses print directly diesMarc 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-06-30allow say and errsay to work without parameters, as it's ways common.Marc Espie
2010-06-30whitespace cleanupMarc Espie
2010-06-30simple use of new state->repo APIMarc 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
2009-11-15make these independent from Getopt, require ExporterMarc Espie
2009-11-11progressmeter puts STDOUT in autoflush if -t, so that it can display to it in...Marc Espie
2009-11-11state->progress->print => $state->printMarc Espie
2009-11-10bad espie: use strict/warnings consistently, and fix two nits and twoMarc Espie
2009-11-10switch to match_locations, and so we can use choose_location, yippee!Marc Espie
2009-06-04Canonicalise package names when comparing them against the package database.wcmaier
2008-06-15make sure installed_stem is defined when needed, prevents some weirdMarc Espie
2008-03-08rename forced to definesMarc Espie
2008-01-12better ui for locking messages.Marc Espie
2007-06-16use OpenBSD::Paths contentsMarc Espie
2007-06-09rework `special' package names a bit.Marc Espie
2007-06-04some minor systematic changes.Marc Espie
2007-06-01refactor ProgressMeter code to create objects, put these into state.Marc Espie
2007-05-31oops, move realname up so that ::Sample sees it too.Marc Espie
2007-05-30simplify script handling a bit (they're going to disappear probably anyways).Marc Espie
2007-05-18also strip +CONTENTSMarc Espie
2007-05-15fix dependenciesMarc Espie
2007-05-14put search objects into a search class.Marc Espie
2007-05-14maintain stemlist for installed packages dynamicallyMarc Espie
2007-05-14tidyMarc Espie
2007-05-13unify object lookup as locator->match($o) or $repo->match($o)Marc Espie
2007-05-07avoid calling compile_stemlist directlyMarc Espie
2007-04-15update copyright years, standardize licence.Marc Espie
2007-03-18remove some unnecessary sanity checks. /var/db/pkg is supposed to containMarc Espie
2007-02-22Problem noticed by Henrik Hellerstedt <henrik@kohina.net>Marc Espie
2007-02-17ask_list() is in OpenBSD::Interactive, not OpenBSD::ProgressMeterNikolay Sturm
2005-09-04* New -i interactive option, that can ask obnoxious questions.Marc 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
2004-12-27use delete, not undef, to update installed_packages correctly...Marc Espie
2004-12-16renamed borked_installation from borked.n to partial-<pkgname> ...Marc Espie
2004-11-14make sure REQUIRING file is an integral part of what we do.Marc Espie
2004-11-14let RequiredBy generate lists directly, use hashes to trim down duplicates di...Marc Espie
2004-11-11package names starting with . are hidden from pkg_info by default.Marc Espie