summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackageInfo.pm
AgeCommit message (Expand)Author
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
2004-11-11introduce shortcuts to read/write contents from_installation/to_installationMarc Espie
2004-10-11add support for undisplay file, to be able to show information at pkgMarc Espie
2004-10-11kill old MTREE option that was never implemented in the new tools anyways.Marc Espie
2004-08-06unified headers, switch to smaller copyright notice.Marc Espie
2004-02-21distinguish between unreadable directories and non packages.Marc Espie
2004-01-27die $!Marc Espie
2003-12-09better management of list of installed packages. Allow pkg_add/delete -nMarc Espie
2003-11-06... pkg_add obviously much happier with borked_package...Marc Espie
2003-11-06Allow the use of full paths to refer to installed packages, so thatMarc Espie
2003-10-16new import of my pkgtools, after a slight naming disagreement with theMarc Espie