summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackingList.pm
AgeCommit message (Expand)Author
2010-07-31very old thinko, not really a problem, obviously, but groups and users areMarc Espie
2010-06-30allow say and errsay to work without parameters, as it's ways common.Marc Espie
2010-06-30whitespace cleanupMarc Espie
2010-06-05modern syntaxMarc Espie
2010-05-10whitespace fixesMarc Espie
2010-04-19move Composite pattern (auto-visitor) into its own subclassMarc Espie
2010-04-05new keyword, @ask-update, to be used *very* sparingly (so far, only usefulMarc Espie
2010-03-22clean up the ProgressMeter code, create a specific class if a TermMarc Espie
2010-01-10pull the signature comparison code into its own file.Marc Espie
2010-01-09build signature objects that we will be able to compareMarc Espie
2010-01-02first step in comparing full signatures: make them full objects, withMarc Espie
2010-01-01new method fullpkgpath that accesses the default fullpkgpath.Marc Espie
2010-01-01new option 'explicit-update', for firmwares (don't consider these in bulkMarc Espie
2009-12-30infrastructure for url elementsMarc Espie
2009-12-26protect against partial-* packing-listsMarc Espie
2009-12-12update will ask about conflicts, so we need that in updateinfo...Marc Espie
2009-12-12tie conflict lists to packing lists and use themMarc Espie
2009-11-15missing return (nothing else to see)Marc Espie
2009-11-03add @option always-update.Marc Espie
2009-07-03allow pkg_mklocatedb -p to work again; from espie@Christian Weisgerber
2009-06-25pkgpath are only used for updates, so matching should only be pkgpath vsMarc 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
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-06oops, @bin files are files tooMarc Espie
2008-06-01provision for reading only prelink related stuff from a package (maybeMarc Espie
2007-12-08let pkg_info -E see @sample objects. No sense in hiding them.Marc Espie
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-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-04some minor systematic changes.Marc Espie
2007-06-01micro-optimizationsMarc Espie
2007-05-31move set validation earlier (in fact, it probably doesn't belong inMarc Espie
2007-05-31oops, move realname up so that ::Sample sees it too.Marc Espie
2007-05-30simplify script handling a bit (they're going to disappear probably anyways).Marc Espie
2007-05-30new functionality: copy elements of packing-lists to a new plist if theyMarc Espie
2007-05-30separate the creation of the borked package and the Fatal.Marc Espie
2007-05-29set_infodir only if plist got defined.Marc Espie
2007-05-29a few more details so that infodirs become useful.Marc Espie
2007-05-29clean-up SpecialFile a bit: make sure the name passed during creation isMarc Espie
2007-05-28always create packing-lists with a `contents' entry.Marc Espie
2007-05-24place holder for signature checkingMarc Espie
2007-05-24catch up and rethrow Packing-List read issues with the filename whenMarc Espie
2007-05-03remove future code to handle modules, that is unused and possibly badlyMarc Espie
2007-05-02replace pkgbase with less confusing name localbaseMarc Espie
2007-05-02replace abstract Factory name with a more sensible create name.Marc Espie
2007-05-02$o->method() becomes $o->methodMarc Espie