Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-17 | setup script echos to stderr now. | Justin Davis | 1 | -3/+3 | |
2012-01-17 | Better error check/report in genpkg and perl-dist. | Justin Davis | 4 | -10/+17 | |
metas/perl was not returning the right error. metas/perl.d/perl-dist now reports a better error when ~/.genpkg/var/corelist is missing. genpkg was also not examining the right error code. | |||||
2012-01-17 | Rename makepkgmeta to mkpkgdata. | Justin Davis | 5 | -36/+46 | |
Use files named PKGDATA instead of files named PKGMETA. | |||||
2012-01-16 | Fix hard-coded directories in makepkgbuild. | Justin Davis | 1 | -6/+6 | |
2012-01-16 | Move metas/ and templ/ under ~/.genpkg. | Justin Davis | 8 | -8/+8 | |
2012-01-14 | Remove pkg directory. | Justin Davis | 1 | -1/+0 | |
2012-01-14 | Use sub-shells in perl PKGBUILDs. | Justin Davis | 1 | -8/+8 | |
2012-01-14 | Use case statement for pattern matching. | Justin Davis | 1 | -1/+1 | |
2012-01-14 | Keep epoch in perl-anyevent forever. | Justin Davis | 1 | -1/+1 | |
2012-01-14 | Use a script instead of Makefile to install. | Justin Davis | 2 | -15/+71 | |
2012-01-14 | Explicit return value in templ/perk-pkg. | Justin Davis | 1 | -1/+2 | |
2012-01-14 | Hardcode templates dir. No pipelines in template cmd. | Justin Davis | 1 | -35/+23 | |
2012-01-14 | Better error-checking in genpkg. | Justin Davis | 1 | -9/+14 | |
2012-01-14 | Fix missing $forcechk var. Cleanup. | Justin Davis | 1 | -19/+23 | |
Make sure return values are consistent. Use err func when appropriate. | |||||
2012-01-07 | Merge changed from other puter. | Justin Davis | 5 | -47/+77 | |
Fix return value snafus, etc. | |||||
2012-01-07 | Add name overrides for packages that bend the rules. | Justin Davis | 1 | -3/+7 | |
2012-01-07 | Dont ignore makepkgmetas return value. | Justin Davis | 1 | -1/+4 | |
2011-12-29 | Relocate pkgverfmt logic in pbfields. | Justin Davis | 1 | -3/+4 | |
2011-12-29 | Add perl-guard tweak for unknown license. | Justin Davis | 1 | -0/+1 | |
2011-12-29 | Add pkgverfmt value for use by pbfields. | Justin Davis | 2 | -3/+10 | |
2011-12-29 | Consider "unknown" abstracts as undefined. | Justin Davis | 1 | -1/+1 | |
2011-12-29 | Remove period from optdepends in perl-anyevent. | Justin Davis | 1 | -1/+1 | |
2011-12-29 | Filter out deps on core modules, again. | Justin Davis | 1 | -4/+9 | |
The extra dependencies bug me... | |||||
2011-12-29 | Fix tabs characters. | Justin Davis | 1 | -8/+8 | |
2011-12-29 | Remove unnecessary regexp anchor. | Justin Davis | 1 | -1/+1 | |
2011-12-29 | Remove profiling code. | Justin Davis | 1 | -3/+0 | |
2011-12-29 | Update old perl-anyevent tweak. | Justin Davis | 1 | -4/+5 | |
2011-12-29 | Add perl-package-stash tweak. | Justin Davis | 1 | -0/+1 | |
2011-12-29 | Fix $tweakd in genpkg. | Justin Davis | 2 | -1/+1 | |
2011-11-20 | Default to ~/var for var path. Always print Config mod which has no .pm file. | Justin Davis | 1 | -1/+5 | |
2011-11-20 | More fine-tuning of errors and messages. | Justin Davis | 4 | -8/+22 | |
Cleanup package dirs when meta building fails, in genpkg. | |||||
2011-11-20 | Add special logic to avoid deps on core-only modules to perl-dist. | Justin Davis | 2 | -19/+40 | |
2011-11-20 | Fix error messages and error codes. | Justin Davis | 3 | -18/+20 | |
2011-11-12 | Remove profiling/timing code. | Justin Davis | 1 | -3/+0 | |
2011-11-10 | Adds perl.d/scrapecore script to find core-only modules in perl source. | Justin Davis | 1 | -0/+237 | |
2011-11-10 | Rename cpandists to fetchcpan. Don't fetch core perl dists. | Justin Davis | 2 | -15/+9 | |
2011-10-22 | Move main logic from Makefile to bin/genpkg. | Justin Davis | 2 | -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-21 | Create lib/ directory for meta generator and template scripts. | Justin Davis | 5 | -0/+0 | |
2011-10-20 | Move test deps in makedepends to checkdepends, too. | Justin Davis | 1 | -11/+15 | |
2011-10-20 | Rewrite alot of makepkgbuild. | Justin Davis | 1 | -57/+54 | |
2011-10-17 | Adds cpanminus tweaks. | Justin Davis | 1 | -0/+1 | |
Need to automate this for App- distributions I think... | |||||
2011-10-17 | Bugfix for fetching cpan files. | Justin Davis | 2 | -14/+14 | |
Minor style fixes. Remove extra whitespace. Use metacpan.org for url. | |||||
2011-10-16 | Typo fix. Extra single quote. | Justin Davis | 1 | -1/+1 | |
2011-10-11 | Rework perl.d/cpandists to list modules as well. | Justin Davis | 3 | -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-11 | Include dependencies on core perl modules. Use the new provides list. | Justin Davis | 1 | -26/+0 | |
2011-10-08 | Write error messages to stderr in makepkgmeta. | Justin Davis | 1 | -2/+4 | |
2011-10-08 | Merge branch 'master' of github.com:juster/pbjam | Justin Davis | 0 | -0/+0 | |
Conflicts: bin/makepkgmeta | |||||
2011-10-08 | Add forgotten feature: replace version string with ${pkgver} in source. | Justin Davis | 1 | -17/+59 | |
2011-10-08 | Start changing style of perl-pkg. Use tabs for data indent. | Justin Davis | 1 | -12/+11 | |
2011-10-08 | Change style of pbfields. Use tabs to indent. | Justin Davis | 1 | -58/+56 | |