Age | Commit message (Expand) | Author |
2009-10-15 | pkg_add will need to track installation progress globally, so that we don't | Marc Espie |
2009-10-14 | move OpenBSD::Handle into its own file. I guess I need to disentangle this | Marc Espie |
2009-04-14 | initial implementation of package signatures, based on x509 certificates and | Marc Espie |
2008-09-11 | Do not clean ${PACKAGES} as this is the source files, if run without obj dir | Dale Rahn |
2008-09-02 | Install in the correct directory with NOMAN set. Based on makewhatis | Dale Rahn |
2008-04-07 | put Subst stuff into its own library file, to reuse elsewhere. | Marc Espie |
2008-02-04 | a somewhat long introduction to how the package tools really work, | Marc Espie |
2007-12-31 | use the same trick as for perl to make sure manpages get built later | Marc Espie |
2007-06-25 | placeholder to split off the code that handles UpdateSets, as it's | Marc Espie |
2007-06-10 | Add Paths.pm, to centralize all system dependent paths all over the place. | Marc Espie |
2007-05-18 | Add pkgpath hints to pkgspec. Make PackageRepository/Source functional: | Marc Espie |
2007-05-14 | document search objects. Adjust PkgSpec documentation | Marc Espie |
2007-05-14 | put Search objects into their own file, finally | Marc Espie |
2007-05-14 | move code around to allow OO access to installed packages always. | Marc Espie |
2007-05-01 | remove PackingOld entirely | Marc Espie |
2007-02-04 | back-out extra commit | Marc Espie |
2007-02-04 | protect `normal' installs against archive burps. | Marc Espie |
2006-11-29 | +OpenBSD::PkgConfig | Marc Espie |
2006-03-06 | take some infrequently used code completely out of the way. | Marc Espie |
2006-03-04 | cut down the Locator code into maintainable chunks. | Marc Espie |
2006-03-04 | reorganize code a little bit: Update.pm becomes Replace.pm (since it matches | Marc Espie |
2005-09-18 | unbreak tree. please build before commiting espie | Theo de Raadt |
2005-09-18 | document the package(5) format. | Marc Espie |
2005-09-17 | slightly simpler install. | Marc Espie |
2005-09-04 | * New -i interactive option, that can ask obnoxious questions. | Marc Espie |
2005-08-17 | document RequiredBy module. | Marc Espie |
2005-08-17 | document Getopt. | Marc Espie |
2005-08-17 | document OpenBSD::PackageName | Marc Espie |
2005-08-07 | split off the code that handles dependencies proper, so that we can (later) | Marc Espie |
2005-08-07 | wrapper around Ustar that replaces long names/links with LongName#/LongLink#. | Marc Espie |
2005-06-28 | Add pkg_merge and doc. | Marc Espie |
2005-03-07 | strip down path from generated manpages. | Marc Espie |
2005-03-01 | make sure _quick3p is always defined. Thanks dale! | Marc Espie |
2005-02-28 | oops, since we override MANALL, we need to complete it. | Marc Espie |
2005-02-28 | basic API documentation, not yet finished. | Marc Espie |
2005-02-15 | New command: pkg_mklocatedb, that can be used to create locate(1)-style | Marc Espie |
2004-11-21 | pull the code that handles shared libraries (ldconfig for now) aside. | Marc Espie |
2004-11-11 | move collision reporter to a separate file, so that it doesn't get loaded | Marc Espie |
2004-11-09 | kill old Logger interface, use $state->print() to report problems at | Marc Espie |
2004-11-01 | reorg pkg_add slightly, put all options into state so that we don't need | Marc Espie |
2004-10-31 | Move most of the code of pkg_delete into a separate module so that it will | Marc Espie |
2004-10-26 | move the code that handles shared items into a separate Module. | Marc Espie |
2004-10-18 | experimental progress meter. | Marc Espie |
2004-10-11 | split PackageName handling into PackageName stuff/PkgSpec matching. | Marc Espie |
2004-09-15 | new getopt module, that allows for option-specific processing, so that | Marc Espie |
2004-09-14 | basic error wrapper for system and such. | Marc Espie |
2004-09-14 | IdCache module, that deals with uid/gid caches. | Marc Espie |
2004-09-14 | install mtree. | Marc Espie |
2004-06-21 | support for old stuff in pkg_info/pkg_delete, e.g., @src | Marc Espie |
2003-12-21 | Add virtual file system, so that pkg_add and pkg_delete can check for | Marc Espie |