summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-10-22Move main logic from Makefile to bin/genpkg.Justin Davis2-41/+70
Scripts were all reorganized and genpkg is made to be run with all scripts installed under the users home directory. Makefile now is used to install the scripts under the home directory.
2011-10-21Create lib/ directory for meta generator and template scripts.Justin Davis5-0/+0
2011-10-20Move test deps in makedepends to checkdepends, too.Justin Davis1-11/+15
2011-10-20Rewrite alot of makepkgbuild.Justin Davis1-57/+54
2011-10-17Adds cpanminus tweaks.Justin Davis1-0/+1
Need to automate this for App- distributions I think...
2011-10-17Bugfix for fetching cpan files.Justin Davis2-14/+14
Minor style fixes. Remove extra whitespace. Use metacpan.org for url.
2011-10-16Typo fix. Extra single quote.Justin Davis1-1/+1
2011-10-11Rework perl.d/cpandists to list modules as well.Justin Davis3-43/+94
Restyle metas/perl slightly. Use the new files generated by cpandists. Rewrite metas/perl.d/perl-dist to try to read through the cpanmods file as little as possible.
2011-10-11Include dependencies on core perl modules. Use the new provides list.Justin Davis1-26/+0
2011-10-08Write error messages to stderr in makepkgmeta.Justin Davis1-2/+4
2011-10-08Merge branch 'master' of github.com:juster/pbjamJustin Davis0-0/+0
Conflicts: bin/makepkgmeta
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-08Merge branch 'master' of github.com:juster/pbjamJustin Davis1-1/+1
2011-10-08Fix license bug in perl-dist.Justin Davis1-1/+1
2011-10-07Merge branch 'master' of github.com:juster/pbjamJustin Davis1-1/+2
2011-10-07Tweak perl-dist. Add !emptydirs option.Justin Davis1-1/+2
Add -f flag to rm -r pkg/$pkg/src.
2011-10-07Merge branch 'master' of github.com:juster/pbjamJustin Davis2-4/+5
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-07Merge branch 'master' of github.com:juster/pbjamJustin Davis5-374/+375
2011-10-07Tweak style in pushpkgs. Use sed for prepending $Id$.Justin Davis1-6/+15
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-10-07Merge branch 'master' of github.com:juster/pbjamJustin Davis5-14/+45
2011-10-07Tweaks Makefile. Relocate package target. Use $(PKGVAR). Fix .PHONY.Justin Davis1-5/+4
2011-10-07Add trivial comment to makepkgmeta.Justin Davis1-1/+1
2011-09-25Adds perl-anyevent for repo package.Justin Davis1-0/+6
2011-09-25Adds perl-extutils-makemaker for AUR package.Justin Davis1-0/+6
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-22Tabify indent in Makefile.Justin Davis1-2/+2
2011-09-22Added missing period in tweak message.Justin Davis1-1/+1
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-22Fix Makefile to run in GNU make.Justin Davis1-4/+6
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 Davis3-8/+12
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 Davis2-8/+35
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 Davis5-43/+71
Adds makepkgbuild script. The call to pbfields is moved from perl-pkg to makepkgbuild. pbfields prints the PKGBUILD header now, too. makepkgbuild is called from the Makefile with the proper env var set. Pretty close to 100% working again.
2011-09-21Add PKGMETA tweaking to Makefile. Update newly named tweakmeta script.Justin Davis2-77/+83
The process of reading "tweak" files is now much simpler. The Makefile merely looks to see if a package we are building has an entry in our "tweaks" directory. If so, it tweaks the PKGMETA file. Sort of like a patch only much simpler.
2011-09-21Change PKGBUILD appending in perlbrew to use newer form.Justin Davis1-3/+2
2011-09-21Remove the obsolete "macro" specs from tweak files.Justin Davis16-16/+0