summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackingElement.pm
AgeCommit message (Expand)Author
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
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-29downgrade `can't find +DISPLAY' to a warning until I figure things out.Marc Espie
2007-05-24catch up and rethrow Packing-List read issues with the filename whenMarc Espie
2007-05-22mark `digitalsignature' as a known keyword, which helps me.Marc Espie
2007-05-20make the package tools more aware of manpages: handle names correctly,Marc Espie
2007-05-18Add pkgpath hints to pkgspec. Make PackageRepository/Source functional:Marc Espie
2007-05-17make sure that mkfontdir and friends get their argumentsMarc Espie
2007-05-14put Search objects into their own file, finallyMarc Espie
2007-05-14put search objects into a search class.Marc Espie
2007-05-14name tweaks: match -> match_list, match_repo -> matchMarc Espie
2007-05-13normalize quoting in extra info.Marc Espie
2007-05-12lift PkgSpec creation up into PackingElement::Dependency.Marc Espie
2007-05-12use PkgSpec objects most of the timeMarc Espie
2007-05-07split common code into run_if_existsMarc Espie
2007-05-07remove non sensical eval {}Marc Espie
2007-05-02replace general @args -> $args unless strictly needed.Marc Espie
2007-05-02replace abstract Factory name with a more sensible create name.Marc Espie
2007-05-02$o->method() becomes $o->methodMarc Espie
2007-05-02add code to keep obsolete constructs around. This allows pkg_info toMarc Espie
2007-05-01simplify signature computation slightlyMarc Espie
2007-05-01unique objects probably use their class name as category.Marc Espie
2007-05-01kill old constructs that have been deprecated since 2004.Marc Espie
2007-05-01move the old elements into PackingElements, since the code is nowMarc 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-30add most things concerning @ignore, since we now have ways nicer to doMarc Espie
2007-04-29make packing-lists more regular by including the CONTENTS. AvoidMarc Espie
2007-04-15update copyright years, standardize licence.Marc Espie
2007-04-15do not rely on side-effects in there.Marc Espie
2006-12-16ltlib marker for libtool convenience library.Marc Espie
2006-12-02allows us to mark *.pc files as PkgConfig.Marc Espie
2006-11-17don't return undef, use plain return.Marc Espie