summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2007-05-07remove -Fboguslibs, we haven't had unmarked libraries for yearsMarc Espie
2007-05-07zap unused parameters.Marc Espie
2007-05-07share common code for system libs.Marc Espie
2007-05-07finish removing old libdepends checks.Marc Espie
2007-05-06let pkg_create generate the correct description if the HOMEPAGE is empty.Marc Espie
2007-05-05set up new way to define COMMENTS, to be able to remove some stuff fromMarc Espie
2007-05-05ditch extra param to copy_subst, now that it's constant.Marc Espie
2007-05-05use copy_subst_fhMarc Espie
2007-05-05reorg tests to simplify logicMarc Espie
2007-05-05split copy_subst to allow for existing filehandle.Marc Espie
2007-05-04move some checks after -q/-Q so that plists can still be printed.Marc Espie
2007-05-03Simplify code to handle fragments by using real objects.Marc Espie
2007-05-03remove future code to handle modules, that is unused and possibly badlyMarc Espie
2007-05-03fix creation of packing-list for package regenerationMarc Espie
2007-05-03move the fragments reading code to its own routine.Marc Espie
2007-05-02replace general @args -> $args unless strictly needed.Marc 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-02remove extra "" that don't make sense.Marc Espie
2007-05-02$o->method() becomes $o->methodMarc Espie
2007-05-02remove extraneous () in method call: $o->method() becomes $o->methodMarc Espie
2007-05-02move common code into a find_candidate function.Marc Espie
2007-05-02refactor: remove temp @avail, move it to an external code, slightly moreMarc Espie
2007-05-02add code to keep obsolete constructs around. This allows pkg_info toMarc Espie
2007-05-01repair -L option, should work much better if we copy @localbase over...Marc Espie
2007-05-01simplify signature computation slightlyMarc Espie
2007-05-01remove more traces of old dependenciesMarc Espie
2007-05-01unique objects probably use their class name as category.Marc Espie
2007-05-01kill code for handling old style dependencies.Marc Espie
2007-05-01kill old constructs that have been deprecated since 2004.Marc Espie
2007-05-01remove PackingOld entirelyMarc Espie
2007-05-01move the old elements into PackingElements, since the code is nowMarc Espie
2007-05-01use new functionality of register_with_factory: create objects for oldMarc Espie
2007-05-01allows us to register anything, and not just a class, with the factory.Marc Espie
2007-05-01define keyword() first, and allow register_with_factory() to reuse itMarc Espie
2007-05-01rename setKeyword to register_with_factoryMarc Espie
2007-04-30don't bother trying to substitute if there's no $ in the string.Marc Espie
2007-04-30simplify regen mode logic: if we don't add anything to the packing-list,Marc Espie
2007-04-30make creation of special files more obvious.Marc Espie
2007-04-30All options that add special files follow the same pattern, so reuse theMarc Espie
2007-04-30Fix prepare_for_archival().Bernd Ahlers
2007-04-30special mode `pretend_to_archive' for -n, which does most things exceptMarc Espie
2007-04-30archive special files exactly like we archive normal files. This providesMarc Espie
2007-04-30split preparation and check into prepare_item.Marc Espie
2007-04-30unsimplify checksum creation, fix @link markers.Marc Espie
2007-04-30allow pkg_create to regen on a dirname, supply +CONTENTS automaticallyMarc Espie
2007-04-30reorg main code to separate regeneration case better.Marc Espie
2007-04-30add items based on options, not on file existence.Marc Espie
2007-04-30fold checksumming code for special files. As a bonus, we now check md5Marc Espie
2007-04-30slight code reorg, no changes.Marc Espie