summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg_create
AgeCommit message (Expand)Author
2010-01-24prevent broken packagenames from creeping in.Marc Espie
2010-01-19simplify using LibSpecMarc Espie
2010-01-10unify options a bit: use -Dname=value for defines uniformously (e.g., deprecateMarc Espie
2010-01-10if we make pkg_create more stringent, then we cannot create bogusMarc Espie
2010-01-05refuse invalid version specs.Marc Espie
2010-01-01allow CDROM/FTP for shorter versions of PERMIT_PACKAGES_*,Marc Espie
2010-01-01new method fullpkgpath that accesses the default fullpkgpath.Marc Espie
2010-01-01remove a big bunch of obsolete stuffMarc Espie
2010-01-01always save plistMarc Espie
2009-12-13force gzip to write package even if things don't compress.Marc Espie
2009-11-17style nitMarc Espie
2009-11-10bad espie: use strict/warnings consistently, and fix two nits and twoMarc Espie
2009-06-10zap double /, as noticed by bradMarc Espie
2009-04-19synch with my new style search/location changesMarc Espie
2009-04-14initial implementation of package signatures, based on x509 certificates andMarc Espie
2008-10-24tweak compute_digest so that it `defaults' if invoked without a 2nd argument.Marc Espie
2008-10-06turn the checksums stored in packing elements into real objects, so thatMarc Espie
2008-06-11defer to the packing element for computing md5Marc Espie
2008-04-07put Subst stuff into its own library file, to reuse elsewhere.Marc Espie
2007-06-16use OpenBSD::Paths contentsMarc Espie
2007-06-14explicitly mark -S as deprecated, I'd love to use for something else...Marc Espie
2007-06-04more efficient regexps: anchor stuff at both ends, be more specific inMarc Espie
2007-06-04avoid parsing libraries by hand.Marc Espie
2007-06-04some minor systematic changes.Marc 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-30use set_pkgnameMarc Espie
2007-05-29slightly more descriptive names.Marc Espie
2007-05-29in checksum creation, allow $base to be undef.Marc Espie
2007-05-29use the infodir property of packing-lists and specialfiles instead ofMarc Espie
2007-05-28oops, can't copy CONTENTS twiceMarc Espie
2007-05-28always create packing-lists with a `contents' entry.Marc Espie
2007-05-25move the mode checker code from pkg_create into ArcCheck, so that pkg_addMarc Espie
2007-05-22remove duplicate -M entry from set_usage(); ok espieJason McIntyre
2007-05-22remove -h from set_usage();Jason McIntyre
2007-05-22finish removing unused -h optionMarc Espie
2007-05-15make sure to give all special files to root/wheel, and strip them of writeMarc Espie
2007-05-12strip extra quotes from all defines.Marc Espie
2007-05-07zap old unused codeMarc Espie
2007-05-06let pkg_create generate the correct description if the HOMEPAGE is empty.Marc Espie
2007-05-05set up new way to define COMMENTS, to be able to remove some stuff fromMarc Espie
2007-05-05ditch extra param to copy_subst, now that it's constant.Marc Espie
2007-05-05use copy_subst_fhMarc Espie
2007-05-05reorg tests to simplify logicMarc Espie
2007-05-05split copy_subst to allow for existing filehandle.Marc Espie
2007-05-04move some checks after -q/-Q so that plists can still be printed.Marc Espie
2007-05-03Simplify code to handle fragments by using real objects.Marc Espie
2007-05-03fix creation of packing-list for package regenerationMarc Espie
2007-05-03move the fragments reading code to its own routine.Marc Espie
2007-05-02remove extraneous () in method call: $o->method() becomes $o->methodMarc Espie