summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackingElement.pm
AgeCommit message (Expand)Author
2009-12-30infrastructure for url elementsMarc Espie
2009-12-30actually cache architecture, as intendedMarc Espie
2009-12-20change verbosity handling: be silent by default, turn on the first level if -v.Marc Espie
2009-12-17be slightly more paranoid about shell stuff we run.Marc Espie
2009-11-11vsystem, system, unlink can mostly go through state, and do the ->clear partMarc Espie
2009-11-11remove redirector: if we want to run system AND log, just say soMarc Espie
2009-11-11don't use Warn if we've got a $state, get through errprint/errsay.Marc Espie
2009-11-11progressmeter puts STDOUT in autoflush if -t, so that it can display to it in...Marc Espie
2009-11-11remove forwarders, and provide a sensible API that says what's going onMarc Espie
2009-11-10bad espie: use strict/warnings consistently, and fix two nits and twoMarc Espie
2009-11-03add @option always-update.Marc Espie
2009-04-19synch with my new style search/location changesMarc Espie
2009-04-14initial implementation of package signatures, based on x509 certificates andMarc Espie
2009-03-05more stuff to check digests during extraction, if wanted.Marc Espie
2009-03-03stupid bug. If I don't name the class the same way, I don't overrideMarc Espie
2008-10-28"destate" comments, let them know in which cwd they stand.Marc Espie
2008-10-24tweak compute_digest so that it `defaults' if invoked without a 2nd argument.Marc Espie
2008-10-20Say goodbye to local $_Marc Espie
2008-10-06turn the checksums stored in packing elements into real objects, so thatMarc Espie
2008-06-11further step on the road to tags:Marc Espie
2008-06-11let elements be responsible for computing their own md5 (allows specialMarc Espie
2008-06-06@wantlib elements become checksummableMarc Espie
2008-05-31add a marker for true binary files to be used by prelinkingMarc Espie
2008-03-08rename forced to definesMarc Espie
2007-07-14- there's no point in running mkfontdir only for @fontdir ; so let's runAntoine Jacoutot
2007-06-18add tag no shadow, to allow us to specify that we do NOT want tempfilesMarc 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-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-16use OpenBSD::Paths contentsMarc Espie
2007-06-14minor changes: move @ignore to deprecated stuff (it's been out for a fewMarc Espie
2007-06-12tidy error messages: uses $! more consistently, do not append \n on die,Marc Espie
2007-06-06tweak how copies happen: rename make_copy into make_shallow_copy,Marc Espie
2007-06-04more efficient regexps: anchor stuff at both ends, be more specific inMarc Espie
2007-06-04stricter regexp for libraries.Marc Espie
2007-06-04add a lib parsing routine to PackingElement::Lib so I don't have toMarc Espie
2007-06-04I am on drugs, I don't know where I found split can take strings asMarc Espie
2007-06-04zap dead code: we no longer use DirRm.Marc Espie
2007-06-04some minor systematic changes.Marc Espie
2007-06-02show the font commands being run in very verbose state. After all, we showMarc Espie
2007-06-01micro-optimizationsMarc Espie
2007-05-31don't bother registering files that have tempnames. The real files don't/noMarc Espie
2007-05-31oops, move realname up so that ::Sample sees it too.Marc Espie
2007-05-31kill REQ script directly. I'm pretty sure it doesn't quite work anyways.Marc Espie
2007-05-31a few cosmetic changes, move realname over to PackingElement to beMarc Espie
2007-05-30simplify the way partial installations get recorded: store elementsMarc Espie
2007-05-30new functionality: copy elements of packing-lists to a new plist if theyMarc Espie
2007-05-29don't bypass add_object to create special files, otherwise infodir won'tMarc Espie