summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackingList.pm
AgeCommit message (Expand)Author
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
2007-05-01repair -L option, should work much better if we copy @localbase over...Marc Espie
2007-05-01remove more traces of old dependenciesMarc Espie
2007-04-29make packing-lists more regular by including the CONTENTS. AvoidMarc Espie
2007-04-29use an AUTOLOAD to auto-create PackingList visitors when needed.Marc Espie
2007-04-15update copyright years, standardize licence.Marc Espie
2007-04-15use autovivificationMarc Espie
2007-04-08remove warning (exiting thru next)Marc Espie
2007-02-08Fix a typo. 'Yes, of course.' espie@Bernd Ahlers
2006-11-17don't return undef, use plain return.Marc Espie
2005-09-19Let ExtraInfoOnly grab pkgpath as well.Marc Espie
2005-09-07copy new annotations over.Marc Espie
2005-09-04* New -i interactive option, that can ask obnoxious questions.Marc Espie
2005-08-17save architecture as well for ExtraInfo, so that pkg_add -u won't tryMarc Espie
2005-06-26faster fat package finderMarc Espie
2005-06-21move Arch->check() up to Packingelement, so that it can be called anywhere,Marc Espie
2004-12-16save depend information into cache when package is installed.Marc Espie
2004-12-16renamed borked_installation from borked.n to partial-<pkgname> ...Marc Espie
2004-12-15move -n down into RequiredBy and PackingList (as $main::not, since weMarc Espie
2004-11-18add @wantlib and @depend keywordMarc Espie
2004-11-15compile patterns once, should be a slight speed up.Marc Espie
2004-11-13don't store things in cache if we know we're not going to use them again.Marc Espie
2004-11-13synchronize installed stuff, using the cache in -n mode so that -nMarc Espie
2004-11-13likewise, packing-lists state will store refs to cwd, so make thisMarc Espie
2004-11-13cwd() function so that further changes to internal storage won't matterMarc Espie
2004-11-12store a ref to cwd instead of cwd itself, allowing it to be shared.Marc Espie
2004-11-11cache packing-lists, so that we don't read them again and again.Marc Espie
2004-11-11introduce shortcuts to read/write contents from_installation/to_installationMarc Espie
2004-11-10use ExtraInfo, finally: allows pkg_info to report packages according toMarc Espie