summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/Makefile
AgeCommit message (Expand)Author
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
2005-03-01make sure _quick3p is always defined. Thanks dale!Marc Espie
2005-02-28oops, since we override MANALL, we need to complete it.Marc Espie
2005-02-28basic API documentation, not yet finished.Marc Espie
2005-02-15New command: pkg_mklocatedb, that can be used to create locate(1)-styleMarc Espie
2004-11-21pull the code that handles shared libraries (ldconfig for now) aside.Marc Espie
2004-11-11move collision reporter to a separate file, so that it doesn't get loadedMarc Espie
2004-11-09kill old Logger interface, use $state->print() to report problems atMarc Espie
2004-11-01reorg pkg_add slightly, put all options into state so that we don't needMarc Espie
2004-10-31Move most of the code of pkg_delete into a separate module so that it willMarc Espie
2004-10-26move the code that handles shared items into a separate Module.Marc Espie
2004-10-18experimental progress meter.Marc Espie
2004-10-11split PackageName handling into PackageName stuff/PkgSpec matching.Marc Espie
2004-09-15new getopt module, that allows for option-specific processing, so thatMarc Espie
2004-09-14basic error wrapper for system and such.Marc Espie
2004-09-14IdCache module, that deals with uid/gid caches.Marc Espie
2004-09-14install mtree.Marc Espie
2004-06-21support for old stuff in pkg_info/pkg_delete, e.g., @srcMarc Espie
2003-12-21Add virtual file system, so that pkg_add and pkg_delete can check forMarc Espie