summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/Makefile
AgeCommit message (Expand)Author
2012-01-15document OpenBSD::md5Marc Espie
2011-08-26zap it from there tooMarc Espie
2011-07-06future code to handle HTTP 1.1 connection: need to establish a somewhatMarc Espie
2011-06-23switch to installing source manuals (base part)Ingo Schwarze
2010-07-04initial documentation for pkg.conf, after nits from jmc@, and straighteningMarc Espie
2010-06-25document ::State a bitMarc Espie
2010-06-15more printing changes.Marc Espie
2010-06-09ui changes: go thru a state object for most printoutsMarc Espie
2010-06-05move files after a discussion with Theo.Marc Espie
2010-06-05new command pkg_fsck, very incomplete for now. Runs only very basic checks.Marc Espie
2010-06-04move code around, so that commands can be used as modules.Marc Espie
2010-04-24pieces required for resolve-lib (reuse code for consistency)Marc Espie
2010-03-22clean up the ProgressMeter code, create a specific class if a TermMarc Espie
2010-01-19move generic code to handle libspec in a new file, to clean up stuffMarc Espie
2010-01-11move the oldlibs code into its separate file, prior to fixing it.Marc Espie
2010-01-10pull the signature comparison code into its own file.Marc Espie
2009-12-26Better, more global way of dealing with forward dependencies, and toMarc Espie
2009-11-16start pulling all the code that's the same between pkg_add and pkg_deleteMarc Espie
2009-10-15pkg_add will need to track installation progress globally, so that we don'tMarc Espie
2009-10-14move OpenBSD::Handle into its own file. I guess I need to disentangle thisMarc Espie
2009-04-14initial implementation of package signatures, based on x509 certificates andMarc Espie
2008-09-11Do not clean ${PACKAGES} as this is the source files, if run without obj dirDale Rahn
2008-09-02Install in the correct directory with NOMAN set. Based on makewhatisDale Rahn
2008-04-07put Subst stuff into its own library file, to reuse elsewhere.Marc Espie
2008-02-04a somewhat long introduction to how the package tools really work,Marc Espie
2007-12-31use the same trick as for perl to make sure manpages get built laterMarc Espie
2007-06-25placeholder to split off the code that handles UpdateSets, as it'sMarc Espie
2007-06-10Add Paths.pm, to centralize all system dependent paths all over the place.Marc Espie
2007-05-18Add pkgpath hints to pkgspec. Make PackageRepository/Source functional:Marc Espie
2007-05-14document search objects. Adjust PkgSpec documentationMarc Espie
2007-05-14put Search objects into their own file, finallyMarc Espie
2007-05-14move code around to allow OO access to installed packages always.Marc Espie
2007-05-01remove PackingOld entirelyMarc Espie
2007-02-04back-out extra commitMarc Espie
2007-02-04protect `normal' installs against archive burps.Marc Espie
2006-11-29+OpenBSD::PkgConfigMarc Espie
2006-03-06take some infrequently used code completely out of the way.Marc Espie
2006-03-04cut down the Locator code into maintainable chunks.Marc Espie
2006-03-04reorganize code a little bit: Update.pm becomes Replace.pm (since it matchesMarc Espie
2005-09-18unbreak tree. please build before commiting espieTheo de Raadt
2005-09-18document the package(5) format.Marc Espie
2005-09-17slightly simpler install.Marc Espie
2005-09-04* New -i interactive option, that can ask obnoxious questions.Marc Espie
2005-08-17document RequiredBy module.Marc Espie
2005-08-17document Getopt.Marc Espie
2005-08-17document OpenBSD::PackageNameMarc Espie
2005-08-07split off the code that handles dependencies proper, so that we can (later)Marc Espie
2005-08-07wrapper around Ustar that replaces long names/links with LongName#/LongLink#.Marc Espie
2005-06-28Add pkg_merge and doc.Marc Espie
2005-03-07strip down path from generated manpages.Marc Espie