summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
AgeCommit message (Expand)Author
2014-01-23tweak the way we create and sign packages significantly:Marc Espie
2014-01-23clean-up synopsisMarc Espie
2014-01-23zap the sign-only part (moved to PkgSign.pm).Marc Espie
2014-01-20for the SHA256 file, output checksums in base64; ok espie@Christian Weisgerber
2014-01-18involuntary sneak preview, revertMarc Espie
2014-01-18...and sort SHA256 properlyMarc Espie
2014-01-17tweak the interface to generating signatures yet again.Marc Espie
2014-01-13say something if we sign an empty repositoryMarc Espie
2014-01-09bump copyright to 2014Marc Espie
2014-01-09if we're re-signing, check old sig first. shouldn't sign stuff we don'tMarc Espie
2014-01-09@signer makes sense only for signify, so move it there.Marc Espie
2014-01-09simplify a bit: pass the first SIGNER for @signer.Marc Espie
2014-01-09switch to internal gzip/gunzip.Marc Espie
2014-01-09tweak signing yet again. Have pkg_create automatically add signingMarc Espie
2014-01-07integrate signer logic and fix resign with -DSIGNERMarc Espie
2014-01-07if HISTORY_DIR is defined, create a new "permanent" file during build.Marc Espie
2014-01-07allow processing of package lists in parallel.Marc Espie
2014-01-04more forbidden elementsMarc Espie
2014-01-04vendor->signerMarc Espie
2014-01-03make sure elements are not set manually, namely forbidMarc Espie
2014-01-02simplify handling of special files some more, that stuff has fixed namesMarc Espie
2014-01-02make the special file creation more explicit, so that the order actuallyMarc Espie
2014-01-02be more explicit in why we don't write DESCMarc Espie
2014-01-02zap PKG_PREFIX (undocumented and unused, now)Marc Espie
2013-12-31signify supportMarc Espie
2013-12-30@vendor annotationMarc Espie
2013-12-29fix sign-while-creating modeMarc Espie
2013-12-25sign package thru a signer object, instead of hardcoding signature parametersMarc Espie
2013-12-23move ntogo code, so it can be used while copying packages in pkg_create.Marc Espie
2013-12-23get rid of "copy_long", we don't really need to recheck names while copyingMarc Espie
2013-10-15If the fake target of a port installed an empty (0-byte) file as aIngo Schwarze
2012-12-31simple optimization: if we're already erroring out, there's totally noMarc Espie
2012-06-08activate new pkg_create magic.Marc Espie
2012-05-24put possible fragments in there.Marc Espie
2012-05-15supplementary magic code, not active yetMarc Espie
2012-05-15less hackish test for LIB*VERSION: after building the element,Marc Espie
2012-05-07well pkg_create itself doesn't care, but a custom ->annotate will getMarc Espie
2012-05-01make fragment handling yet more customizableMarc Espie
2012-04-30allow a subclass to override that specific errorMarc Espie
2012-04-30make the reading of packing-lists amenable to further annotations, such asMarc Espie
2012-04-30move code around a bit moreMarc Espie
2012-04-30more refactorMarc Espie
2012-04-30just a bit of refactoring, make sure option handling is done in state,Marc Espie
2012-02-13warn when @option no-default-conflict and not explicit @conflict.Marc Espie
2012-01-21sanitize stuff a bit more...Marc Espie
2012-01-16Backout activation of the new apropos(1)/whatis(1)/makewhatis(8).Ingo Schwarze
2012-01-05Enable the new apropos(1), whatis(1), and makewhatis(8).Ingo Schwarze
2011-11-16if the portstree gives us a cache directory, use it.Marc Espie
2011-11-14much better solver: don't try to solve every library, but just the onesMarc Espie
2011-11-14use print-plist-libs-with-depends (and make sure it does not skip depends)Marc Espie