summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2007-06-30move the UpdateSet stuff into its separate file, leaving Vstat much cleaner.Marc Espie
2007-06-30fix saving of old partial packages... problem noticed by Paul IroftiMarc Espie
2007-06-26fix pkg_info's find_by_path behavior, which I accidentally broke twoMarc Espie
2007-06-26missed one mark_as_installed.Marc Espie
2007-06-26the big gap one: create UpdateSet for all packages being installed, andMarc Espie
2007-06-25placeholder to split off the code that handles UpdateSets, as it'sMarc Espie
2007-06-25typoMarc Espie
2007-06-23setup a local sigalarm to send a HUP to the ftp process if it takes longerMarc Espie
2007-06-20mention https protocol, for which support was added recently.Steven Mestdagh
2007-06-20sprinkle code to deal gracefully with absent packing-lists.Marc Espie
2007-06-19first draft of a tag solver, needs more flesh to be useful (especially:Marc Espie
2007-06-19sometimes, wanting to share code gives insight: disentangle the codeMarc Espie
2007-06-18... and zap old codeMarc Espie
2007-06-18reorganize lookup_library so I can reuse the exact same algorithm toMarc Espie
2007-06-18more uniform: all deps routines should be methods, even if they don'tMarc Espie
2007-06-18add tag no shadow, to allow us to specify that we do NOT want tempfilesMarc Espie
2007-06-17only display header if we actually display some information.Marc Espie
2007-06-17fix format for timestamps. Use a non-ambiguous subset of ISO8601.Marc Espie
2007-06-17more scaffolding we don't really use yet.Marc Espie
2007-06-17document @exec/@unexec variations in more detail.Marc Espie
2007-06-17add a bit of scaffolding for signaturesMarc Espie
2007-06-16introduce new stuff: @tag, to be used to tag files and other objects.Marc Espie
2007-06-16Add variation on exec/unexec:Marc Espie
2007-06-16FTP_KEEPALIVE as a crude interface to ftp -k. To be thought out later.Marc Espie
2007-06-16use OpenBSD::Paths contentsMarc Espie
2007-06-14Really cleanup temporary directories.Matthias Kilian
2007-06-14explicitly mark -S as deprecated, I'd love to use for something else...Marc Espie
2007-06-14I don't know what we will do with system packages yet, but preventMarc Espie
2007-06-14minor changes: move @ignore to deprecated stuff (it's been out for a fewMarc Espie
2007-06-12use constant subs instead of variable names.Marc Espie
2007-06-12tidy error messages: uses $! more consistently, do not append \n on die,Marc Espie
2007-06-12tag directories and files with pid, so that we clean them up when theMarc Espie
2007-06-11prepare more stuff to be able to deal with UpdateSets directlyMarc Espie
2007-06-11keep on extracting stuffMarc Espie
2007-06-10give repository/locations slightly more control over package names.Marc Espie
2007-06-10Add Paths.pm, to centralize all system dependent paths all over the place.Marc Espie
2007-06-10extract constructor to create old handles.Marc Espie
2007-06-10set_infodir when we can in PackageLocation.Marc Espie
2007-06-10make the replacement check methods slightly clearer, avoid doing twoMarc Espie
2007-06-10split create_handle code, so that we create the object as a trivialMarc Espie
2007-06-10refactor the code a bit, so that lists through ftp and htpp share moreMarc Espie
2007-06-09tag user installed packages.Marc Espie
2007-06-09rework `special' package names a bit.Marc Espie
2007-06-09give Dependencies a chance at finding libraries in old packages.Marc Espie
2007-06-09new code is much sturdier with respect to old libraries, we do not haveMarc Espie
2007-06-07show messages about keeping libraries more often, starting on verbose.Marc Espie
2007-06-07give handle a temporary name, this prevents `undefined' messages.Marc Espie
2007-06-07outline what to do with old libs.Marc Espie
2007-06-07make compute_size explicit. That way, we can do it once, at the rightMarc Espie
2007-06-06do it only for older sets.Marc Espie