summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-08-21Add CPANPLUS-Dist-Arch to pbjs.Justin Davis1-0/+1
2011-08-21Add perl-lwp-protocol-https as an optdepend of perl-libwww.Justin Davis1-0/+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-18Adds perl-libwww.pbj and friends.Justin Davis11-0/+21
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-14Add README to pkg/ before adding pkg/ to .gitignore.Justin Davis2-0/+2
2011-08-14Initial commit.Justin Davis7-0/+921