Age | Commit message (Expand) | Author |
2007-05-12 | strip extra quotes from all defines. | Marc Espie |
2007-05-07 | zap old unused code | Marc Espie |
2007-05-06 | let pkg_create generate the correct description if the HOMEPAGE is empty. | Marc Espie |
2007-05-05 | set up new way to define COMMENTS, to be able to remove some stuff from | Marc Espie |
2007-05-05 | ditch extra param to copy_subst, now that it's constant. | Marc Espie |
2007-05-05 | use copy_subst_fh | Marc Espie |
2007-05-05 | reorg tests to simplify logic | Marc Espie |
2007-05-05 | split copy_subst to allow for existing filehandle. | Marc Espie |
2007-05-04 | move some checks after -q/-Q so that plists can still be printed. | Marc Espie |
2007-05-03 | Simplify code to handle fragments by using real objects. | Marc Espie |
2007-05-03 | fix creation of packing-list for package regeneration | Marc Espie |
2007-05-03 | move the fragments reading code to its own routine. | Marc Espie |
2007-05-02 | remove extraneous () in method call: $o->method() becomes $o->method | Marc Espie |
2007-05-01 | kill old constructs that have been deprecated since 2004. | Marc Espie |
2007-04-30 | don't bother trying to substitute if there's no $ in the string. | Marc Espie |
2007-04-30 | simplify regen mode logic: if we don't add anything to the packing-list, | Marc Espie |
2007-04-30 | make creation of special files more obvious. | Marc Espie |
2007-04-30 | All options that add special files follow the same pattern, so reuse the | Marc Espie |
2007-04-30 | Fix prepare_for_archival(). | Bernd Ahlers |
2007-04-30 | special mode `pretend_to_archive' for -n, which does most things except | Marc Espie |
2007-04-30 | archive special files exactly like we archive normal files. This provides | Marc Espie |
2007-04-30 | split preparation and check into prepare_item. | Marc Espie |
2007-04-30 | unsimplify checksum creation, fix @link markers. | Marc Espie |
2007-04-30 | allow pkg_create to regen on a dirname, supply +CONTENTS automatically | Marc Espie |
2007-04-30 | reorg main code to separate regeneration case better. | Marc Espie |
2007-04-30 | add items based on options, not on file existence. | Marc Espie |
2007-04-30 | fold checksumming code for special files. As a bonus, we now check md5 | Marc Espie |
2007-04-30 | slight code reorg, no changes. | Marc Espie |
2007-04-30 | use more descriptive name (dir -> infodir) and pass it along to checksumming | Marc Espie |
2007-04-30 | move checksumming capabilities into base class | Marc Espie |
2007-04-30 | tweak args to compute_checksum slightly, pass it the explicit file name | Marc Espie |
2007-04-30 | stop looking at plist's internals during makesum, simply copy the objects | Marc Espie |
2007-04-30 | add most things concerning @ignore, since we now have ways nicer to do | Marc Espie |
2007-04-29 | verify_checksum can be used as a normal visitor | Marc Espie |
2007-04-29 | now that checksum creation uses OO methods, reuse the same code for | Marc Espie |
2007-04-29 | fix recreation of packing-lists: we now have exactly one element in there. | Marc Espie |
2007-04-29 | unify some other consistency checks | Marc Espie |
2007-04-29 | all of them.... | Marc Espie |
2007-04-29 | rename compute_checksum to create_checksum | Marc Espie |
2007-04-29 | turn avert_duplicates into a full visitor | Marc Espie |
2007-04-29 | explain how to archive special files, and turn | Marc Espie |
2007-04-29 | now we always call create_package with a valid archive. | Marc Espie |
2007-04-29 | rename archive into create_package, split its function into | Marc Espie |
2007-04-29 | replace $p->visit('method') calls with $p->method | Marc Espie |
2007-04-15 | update copyright years, standardize licence. | Marc Espie |
2007-03-19 | make `no @owner', `weird mode' and `@dirrm' into errors. | Marc Espie |
2007-03-18 | handle more errors during package creation. | Marc Espie |
2006-12-10 | don't complain about uid/gid of symlinks. | Steven Mestdagh |
2006-11-07 | zap the stat part related to file type, only keeping the usual modes. | Marc Espie |
2006-11-05 | warn for any weird stuff in packages. | Marc Espie |