summaryrefslogtreecommitdiffstats
path: root/bin/makepkgmeta
AgeCommit message (Collapse)AuthorFilesLines
2011-11-20More fine-tuning of errors and messages.Justin Davis1-1/+3
Cleanup package dirs when meta building fails, in genpkg.
2011-11-20Fix error messages and error codes.Justin Davis1-11/+7
2011-10-08Write error messages to stderr in makepkgmeta.Justin Davis1-2/+4
2011-10-08Add forgotten feature: replace version string with ${pkgver} in source.Justin Davis1-17/+59
2011-10-07Allow for a MAINTAINER env. variable to override PACKAGER.Justin Davis1-0/+5
2011-09-25Store the packager in the PKGMETA even if we don't use a PKGTWEAK.Justin Davis1-1/+3
2011-09-22Remember to print pkgname and pkgrel in makepkgmeta.Justin Davis1-0/+2
2011-09-20Begin restructuring. Creates Makefile, etc.Justin Davis1-0/+27
bin/macros were moved to bin/metas. perl-cpan renamed to simply perl. Supporting scripts for perl-cpan moved to bin/metas/perl.d. No longer use the webpage to look up dists, we maintaing our own simple list of CPAN distributions. Unlike before, scripts in metas/ generate the data file and not the file parsed by pbjparse.awk.