summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)AuthorFilesLines
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-08Start changing style of perl-pkg. Use tabs for data indent.Justin Davis1-12/+11
2011-10-08Change style of pbfields. Use tabs to indent.Justin Davis1-58/+56
2011-10-08Fix license bug in perl-dist.Justin Davis1-1/+1
2011-10-07Tweak perl-dist. Add !emptydirs option.Justin Davis1-1/+2
2011-10-07Remove src/ dir from package dir each time.Justin Davis1-2/+3
2011-10-07Fix bug with ksh expanding newline in dquotes.Justin Davis1-2/+2
2011-10-07Allow for a MAINTAINER env. variable to override PACKAGER.Justin Davis2-3/+11
2011-10-07Reformat perl-dist perl script. Trying out a new style.Justin Davis1-357/+342
2011-09-25Store the packager in the PKGMETA even if we don't use a PKGTWEAK.Justin Davis2-8/+3
2011-09-25Implement prepending to PKGBUILD functions.Justin Davis1-6/+30
2011-09-22Fix internal program name in metas/perl.Justin Davis1-1/+1
2011-09-22Remember to print pkgname and pkgrel in makepkgmeta.Justin Davis1-0/+2
2011-09-22Avoid quoting differences in makepkgbuild.Justin Davis1-1/+1
2011-09-22Merge branch 'master' of github.com:juster/pbjamJustin Davis4-103/+2
2011-09-22Do not download CPAN dists if it already exists in the CWD.Justin Davis2-3/+10
2011-09-22Remove debugging output from makepkgbuild and from perl-dist.Justin Davis2-11/+10
2011-09-22Check to see if packages are for App::foo modules.Justin Davis1-1/+2
2011-09-22Add PKGBUILD function editing to makepkgbuild.Justin Davis1-7/+34
2011-09-22Remove old scripts that are obsolete.Justin Davis3-102/+0
2011-09-21Fix typo with index in findval.Justin Davis1-1/+2
2011-09-21Remove dists data file I accidentally added.Justin Davis1-22299/+0
2011-09-21Refinish PKGBUILD generation.Justin Davis3-19/+41
2011-09-21Add PKGMETA tweaking to Makefile. Update newly named tweakmeta script.Justin Davis1-73/+71
2011-09-21Forgot to add cpandists file for fetching CPAN dist list.Justin Davis1-1/+1
2011-09-21Call anything pbj related "tweaks", now.Justin Davis1-0/+0
2011-09-20Begin restructuring. Creates Makefile, etc.Justin Davis6-39/+22467
2011-09-20Move "macro" expansion to new script. Simplifies pbjparse.awk.Justin Davis4-113/+97
2011-09-13New addln script adds lines to PKGBUILD funcs. Fix perlbrew's license.Justin Davis1-0/+21
2011-09-10Fix typo that prevented descriptions in POD from being found.Justin Davis1-5/+2
2011-09-10Use 'perl-dist' instead of $0. The path in $0 is too spammy...Justin Davis1-5/+5
2011-09-09Fix bug in perl-dist where test modules weren't moved the checkdepends.Justin Davis1-9/+4
2011-09-09Remove addsvnid macro. Add the $Id$ tagging to pushpkg.Justin Davis1-5/+0
2011-09-09Many changes to parser. Creates remval, remelem, findval funcs.Justin Davis1-13/+30
2011-09-09Remove extra logic when adding optdepends.Justin Davis1-4/+0
2011-09-09Make bash quoting smarter. Only double-quote when a parameter is seen.Justin Davis1-7/+12
2011-09-08pbjparse.awk reads the value of PACKAGER on its own, now.Justin Davis1-1/+1
2011-09-08Use the value of the PACKAGER env. var. for the value of "packager".Justin Davis1-1/+5
2011-09-08Minor aesthetic improvements.Justin Davis2-3/+1
2011-09-08Var expansion doesn't work in strings, duh.Justin Davis1-1/+1
2011-09-08Remove redundant clearing of tcmd var.Justin Davis1-1/+0
2011-09-01Create a separate pbcount array to hold the number of field values.Justin Davis1-13/+10
2011-09-01Make sure pkgver and distdir are defined in perl-pkg.Justin Davis1-0/+3
2011-09-01Ignore whitespace and add better error reporting for bad input.Justin Davis1-5/+3
2011-09-01Rename remdep to remval. Create remall, pushval functions.Justin Davis1-16/+22
2011-09-01Add = operation.Justin Davis1-0/+6
2011-09-01Add silly comment for pbjparse's cmd argument.Justin Davis1-1/+1
2011-09-01Minor code cleanup, rename "key" var to "dblkey".Justin Davis1-4/+4
2011-08-30Move var munge-ing to mungevars sub. Add !emptydirs options.Justin Davis1-6/+14