summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackingList.pm
AgeCommit message (Expand)Author
2014-01-11a bit of spring cleanup in advance: scrape old stuff that's not reallyMarc Espie
2014-01-09bump copyright to 2014Marc Espie
2014-01-07more stuff than cannot end in .libs nor partial- packagesMarc Espie
2014-01-04recognize @option firmwareMarc Espie
2014-01-04vendor->signerMarc Espie
2013-12-31signify supportMarc Espie
2013-12-30@vendor annotationMarc Espie
2013-12-25move the choice of signature type for checking into one single placeMarc Espie
2012-12-28base on landry's remarks, stuff like .libs* and partial* shouldn't everMarc Espie
2012-06-08silent rename of @comment subdir= to @comment pkgpath=Marc Espie
2012-05-15allow elements to remove themselves from PackingList, adjust visitMarc Espie
2012-05-05un-specialcase shallow/deep copy: create a normal new plist.Marc Espie
2011-08-27the order of packinglists has been fixed for years by now, so it's noMarc Espie
2011-08-26Shared Stuff never got usedMarc Espie
2011-08-26zap fatpackages. nobody actually uses them.Marc Espie
2011-06-16remove redundant valuesMarc Espie
2011-06-01repaire pkg_info -P in the simplest possible way, pending revisit.Marc Espie
2011-05-30turn @pkgpath into real objects, to simplify some updates by not having toMarc Espie
2010-12-24handle failures from ports tree with more care.Marc Espie
2010-10-27initial scaffolding for @rcscript: for now, acts like normal files,Marc Espie
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