Age | Commit message (Expand) | Author |
2007-12-08 | let pkg_info -E see @sample objects. No sense in hiding them. | Marc Espie |
2007-06-20 | sprinkle code to deal gracefully with absent packing-lists. | Marc Espie |
2007-06-19 | first draft of a tag solver, needs more flesh to be useful (especially: | Marc Espie |
2007-06-12 | tidy error messages: uses $! more consistently, do not append \n on die, | Marc Espie |
2007-06-06 | tweak how copies happen: rename make_copy into make_shallow_copy, | Marc Espie |
2007-06-04 | some minor systematic changes. | Marc Espie |
2007-06-01 | micro-optimizations | Marc Espie |
2007-05-31 | move set validation earlier (in fact, it probably doesn't belong in | Marc Espie |
2007-05-31 | oops, move realname up so that ::Sample sees it too. | Marc Espie |
2007-05-30 | simplify script handling a bit (they're going to disappear probably anyways). | Marc Espie |
2007-05-30 | new functionality: copy elements of packing-lists to a new plist if they | Marc Espie |
2007-05-30 | separate the creation of the borked package and the Fatal. | Marc Espie |
2007-05-29 | set_infodir only if plist got defined. | Marc Espie |
2007-05-29 | a few more details so that infodirs become useful. | Marc Espie |
2007-05-29 | clean-up SpecialFile a bit: make sure the name passed during creation is | Marc Espie |
2007-05-28 | always create packing-lists with a `contents' entry. | Marc Espie |
2007-05-24 | place holder for signature checking | Marc Espie |
2007-05-24 | catch up and rethrow Packing-List read issues with the filename when | Marc Espie |
2007-05-03 | remove future code to handle modules, that is unused and possibly badly | Marc Espie |
2007-05-02 | replace pkgbase with less confusing name localbase | Marc Espie |
2007-05-02 | replace abstract Factory name with a more sensible create name. | Marc Espie |
2007-05-02 | $o->method() becomes $o->method | Marc Espie |
2007-05-01 | repair -L option, should work much better if we copy @localbase over... | Marc Espie |
2007-05-01 | remove more traces of old dependencies | Marc Espie |
2007-04-29 | make packing-lists more regular by including the CONTENTS. Avoid | Marc Espie |
2007-04-29 | use an AUTOLOAD to auto-create PackingList visitors when needed. | Marc Espie |
2007-04-15 | update copyright years, standardize licence. | Marc Espie |
2007-04-15 | use autovivification | Marc Espie |
2007-04-08 | remove warning (exiting thru next) | Marc Espie |
2007-02-08 | Fix a typo. 'Yes, of course.' espie@ | Bernd Ahlers |
2006-11-17 | don't return undef, use plain return. | Marc Espie |
2005-09-19 | Let ExtraInfoOnly grab pkgpath as well. | Marc Espie |
2005-09-07 | copy new annotations over. | Marc Espie |
2005-09-04 | * New -i interactive option, that can ask obnoxious questions. | Marc Espie |
2005-08-17 | save architecture as well for ExtraInfo, so that pkg_add -u won't try | Marc Espie |
2005-06-26 | faster fat package finder | Marc Espie |
2005-06-21 | move Arch->check() up to Packingelement, so that it can be called anywhere, | Marc Espie |
2004-12-16 | save depend information into cache when package is installed. | Marc Espie |
2004-12-16 | renamed borked_installation from borked.n to partial-<pkgname> ... | Marc Espie |
2004-12-15 | move -n down into RequiredBy and PackingList (as $main::not, since we | Marc Espie |
2004-11-18 | add @wantlib and @depend keyword | Marc Espie |
2004-11-15 | compile patterns once, should be a slight speed up. | Marc Espie |
2004-11-13 | don't store things in cache if we know we're not going to use them again. | Marc Espie |
2004-11-13 | synchronize installed stuff, using the cache in -n mode so that -n | Marc Espie |
2004-11-13 | likewise, packing-lists state will store refs to cwd, so make this | Marc Espie |
2004-11-13 | cwd() function so that further changes to internal storage won't matter | Marc Espie |
2004-11-12 | store a ref to cwd instead of cwd itself, allowing it to be shared. | Marc Espie |
2004-11-11 | cache packing-lists, so that we don't read them again and again. | Marc Espie |
2004-11-11 | introduce shortcuts to read/write contents from_installation/to_installation | Marc Espie |
2004-11-10 | use ExtraInfo, finally: allows pkg_info to report packages according to | Marc Espie |