Age | Commit message (Expand) | Author |
2010-01-24 | prevent broken packagenames from creeping in. | Marc Espie |
2010-01-19 | simplify using LibSpec | Marc Espie |
2010-01-10 | unify options a bit: use -Dname=value for defines uniformously (e.g., deprecate | Marc Espie |
2010-01-10 | if we make pkg_create more stringent, then we cannot create bogus | Marc Espie |
2010-01-05 | refuse invalid version specs. | Marc Espie |
2010-01-01 | allow CDROM/FTP for shorter versions of PERMIT_PACKAGES_*, | Marc Espie |
2010-01-01 | new method fullpkgpath that accesses the default fullpkgpath. | Marc Espie |
2010-01-01 | remove a big bunch of obsolete stuff | Marc Espie |
2010-01-01 | always save plist | Marc Espie |
2009-12-13 | force gzip to write package even if things don't compress. | Marc Espie |
2009-11-17 | style nit | Marc Espie |
2009-11-10 | bad espie: use strict/warnings consistently, and fix two nits and two | Marc Espie |
2009-06-10 | zap double /, as noticed by brad | Marc Espie |
2009-04-19 | synch with my new style search/location changes | Marc Espie |
2009-04-14 | initial implementation of package signatures, based on x509 certificates and | Marc Espie |
2008-10-24 | tweak compute_digest so that it `defaults' if invoked without a 2nd argument. | Marc Espie |
2008-10-06 | turn the checksums stored in packing elements into real objects, so that | Marc Espie |
2008-06-11 | defer to the packing element for computing md5 | Marc Espie |
2008-04-07 | put Subst stuff into its own library file, to reuse elsewhere. | Marc Espie |
2007-06-16 | use OpenBSD::Paths contents | Marc Espie |
2007-06-14 | explicitly mark -S as deprecated, I'd love to use for something else... | Marc Espie |
2007-06-04 | more efficient regexps: anchor stuff at both ends, be more specific in | Marc Espie |
2007-06-04 | avoid parsing libraries by hand. | Marc Espie |
2007-06-04 | some minor systematic changes. | Marc Espie |
2007-05-31 | oops, move realname up so that ::Sample sees it too. | Marc Espie |
2007-05-31 | kill REQ script directly. I'm pretty sure it doesn't quite work anyways. | Marc Espie |
2007-05-30 | use set_pkgname | Marc Espie |
2007-05-29 | slightly more descriptive names. | Marc Espie |
2007-05-29 | in checksum creation, allow $base to be undef. | Marc Espie |
2007-05-29 | use the infodir property of packing-lists and specialfiles instead of | Marc Espie |
2007-05-28 | oops, can't copy CONTENTS twice | Marc Espie |
2007-05-28 | always create packing-lists with a `contents' entry. | Marc Espie |
2007-05-25 | move the mode checker code from pkg_create into ArcCheck, so that pkg_add | Marc Espie |
2007-05-22 | remove duplicate -M entry from set_usage(); ok espie | Jason McIntyre |
2007-05-22 | remove -h from set_usage(); | Jason McIntyre |
2007-05-22 | finish removing unused -h option | Marc Espie |
2007-05-15 | make sure to give all special files to root/wheel, and strip them of write | Marc Espie |
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 |