summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
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
The pushpkg script is specific to releasing packages on Arch's official repositories. It is more appropriate there and not as a generic macro that I might forget to add. This way I cannot forget to add it.
2011-09-09Many changes to parser. Creates remval, remelem, findval funcs.Justin Davis1-13/+30
Adds the < and > stack operations. < pushes a value that matches its parameter to to the stack. > pops from the stack, storing in the given field. Fix error messages in die(), too.
2011-09-09Remove extra logic when adding optdepends.Justin Davis1-4/+0
Do not remove other deps with the same name anymore.
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
2011-08-30Replace version string in source and _distdir with $pkgver.Justin Davis1-1/+9
2011-08-30Fix quoting problems in pkgdesc and dquote source.Justin Davis1-1/+5
2011-08-21Fix argument shifting in perl-pkg.Justin Davis1-2/+3
2011-08-21Move spaces to beginning of strings in pbfields. Easier to see.Justin Davis1-6/+6
2011-08-21Change pbj to accept multiple argument and loop over them.Justin Davis1-24/+31
2011-08-21Print default perl license until we can autodetect licenses.Justin Davis1-0/+3
2011-08-21Create a main sub for perl-pkg.Justin Davis1-3/+7
2011-08-21Make sure to print _distdir= as extra PB field for perl packages.Justin Davis1-0/+1
2011-08-21Add optdepends to pbfields.Justin Davis1-1/+2
2011-08-21Add joinfields() to pbjparse.awk and fix remdeps to not auto-die.Justin Davis1-15/+22
2011-08-21Fix typo in pbjparse.awk for piping templates together.Justin Davis1-1/+1
2011-08-21Fix command piping in pbjparse.awk.Justin Davis1-1/+1
2011-08-21Adds addsvnid awk script to bin/macros/.Justin Davis1-0/+6
This adds the # $Id$ comment at the bottom of the comment header for PKGBUILDs. Useful for adding PKGBUILDs to the official svn.
2011-08-21Allow overriding of destination PKGBUILD root dir.Justin Davis1-1/+6
2011-08-18Move OFS and ORS to END.Justin Davis1-2/+3
2011-08-18Avoid printing PKGBUILD fields with empty values.Justin Davis1-0/+2
2011-08-18Fix missing double-quotes in pkgdesc output.Justin Davis1-1/+4
2011-08-18Abstract PKGBUILD field printing into separate script: pbfields.Justin Davis2-54/+90
pbfields will recognize any PKGBUILD fields provided in the data passed to STDIN. The fields are printed out to STDOUT as they would appear in the PKGBUILD. Arrays are wordwrapped to fit in 78 columns.
2011-08-16Move name overrides to Convert module and actually use them.Justin Davis1-31/+31
Removes the sdl_perl name override which is defunct.
2011-08-16Set the pkgname in pbj to match the .pbj filename.Justin Davis2-4/+4
2011-08-16Add conflicts array to PKGBUILD.Justin Davis1-1/+2
2011-08-16Let's avoid creating a symlink to itself...Justin Davis1-10/+8
2011-08-16Mimick makepkg's symlinking of tarball to avoid downloading twice.Justin Davis2-7/+19
2011-08-16Fix typo where I forgot to specify 512 for SHA checksums.Justin Davis1-1/+1
2011-08-16Change shebang to use env.Justin Davis3-3/+3
2011-08-16Tweak version conversions again. Removes underscores.Justin Davis1-6/+6
2011-08-16Add checkdepends to the PKGBUILD printed by perl-pkg.Justin Davis1-0/+1
2011-08-16Minor code beautification.Justin Davis1-1/+1
2011-08-16Fix _mergedups. Fix typo of {'testing'}{'requires'}. Avoid empty deps.Justin Davis1-5/+7
2011-08-14Initial commit.Justin Davis5-0/+916