Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-04 | Strip zeros from dependencies upon the perl package. | Justin Davis | 1 | -5/+4 | |
2012-06-15 | Cleanup pkg/dest when package is not found. | Justin Davis | 1 | -3/+3 | |
2012-06-15 | preps return 100 when they can't find matches. | Justin Davis | 1 | -2/+2 | |
2012-06-15 | Remove forgotten LWP::UserAgent. | Justin Davis | 1 | -1/+0 | |
2012-06-06 | Remove tracing output. | Justin Davis | 1 | -1/+0 | |
2012-06-06 | Module::Build dists were totally borked. | Justin Davis | 2 | -4/+6 | |
2012-06-02 | Fix perlcore to work properly. Mark core-only modules. | Justin Davis | 1 | -11/+6 | |
Find every module, not just the main module in the distribution. This acted like provides.pl in perlpkgscripts. Now I remember why I used Module::CoreList instead of going through this. Updates the perlcore.mods-* files under misc/ as well. Fix perl-dist to parse the extra * properly. | |||||
2012-06-01 | Update CPAN index filenames everywhere they are used. | Justin Davis | 3 | -15/+16 | |
cpandists => cpan.dists cpanmods => cpan.mods Fixes a bug where loadcore tried to use _vardir in perl-dist. | |||||
2012-06-01 | Update the filenames in fetchcpan too whydontcha?! | Justin Davis | 1 | -2/+2 | |
2012-06-01 | Use our own list instead of Module::CoreList. | Justin Davis | 1 | -26/+35 | |
2012-06-01 | Move scrapecore script. Perl corelist will be bundled now. | Justin Davis | 2 | -255/+4 | |
The core module list for perl might as well be bundled with genpkg. The setup script will install it to the proper place. The scrapecore script will still be included for completeness but shouldn't have to be used by the user, hopefully. | |||||
2012-06-01 | Update style of scrapecore (again) and warn on missing versions. | Justin Davis | 1 | -31/+36 | |
2012-05-15 | s/PERL_MM_DEFAULT/PERL_MM_USE_DEFAULT/. | Justin Davis | 1 | -1/+1 | |
2012-05-15 | s/prefix/beg/. | Justin Davis | 1 | -1/+1 | |
2012-05-15 | Be paranoid with env vars in check() for perl pkgs. | Justin Davis | 1 | -0/+8 | |
Re-adds export PERL_MM_DEFAULT=1 and unset PERL5LIB. | |||||
2012-05-15 | Rename $_distdir to _$dir in PKGBUILD. | Justin Davis | 1 | -1/+1 | |
2012-05-14 | Add feature to replace ver-strings with $pkgver. | Justin Davis | 1 | -2/+1 | |
Alot of logic was added to allow changing versions in mods while still preserving the version in the $_ver custom variable. | |||||
2012-04-22 | Add _distdir var to perl PKGBUILDs. | Justin Davis | 1 | -25/+22 | |
pbfields now recognizes a customvars field which names other fields it should print in the PKGBUILD header. These field names are prefixed with an underscore ("_"). | |||||
2012-04-21 | Use the GENPKGDBG var in perl-dist. | Justin Davis | 1 | -1/+1 | |
2012-04-21 | Make missing cpanmods message friendlier. | Justin Davis | 1 | -0/+3 | |
Scrapecore needs ~/.genpkg/var/cpanmods data to exist. When it is missing try to give a friendlier error message. | |||||
2012-04-21 | Make missing coremods message friendlier. | Justin Davis | 1 | -7/+11 | |
Use the PREPSPATH env variable to tell the user exactly where the scrapecore script is located. | |||||
2012-04-16 | Rename the metas/ directory to preps/. | Justin Davis | 5 | -0/+1144 | |
This matches the prepkg script name. |