Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-21 | Create lib/ directory for meta generator and template scripts. | Justin Davis | 2 | -627/+0 | |
2011-10-20 | Move test deps in makedepends to checkdepends, too. | Justin Davis | 1 | -11/+15 | |
2011-10-17 | Bugfix for fetching cpan files. | Justin Davis | 1 | -3/+2 | |
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 | 2 | -26/+73 | |
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 | Fix license bug in perl-dist. | Justin Davis | 1 | -1/+1 | |
2011-10-07 | Tweak perl-dist. Add !emptydirs option. | Justin Davis | 1 | -1/+2 | |
Add -f flag to rm -r pkg/$pkg/src. | |||||
2011-10-07 | Remove src/ dir from package dir each time. | Justin Davis | 1 | -2/+3 | |
2011-10-07 | Reformat perl-dist perl script. Trying out a new style. | Justin Davis | 1 | -357/+342 | |
2011-09-22 | Do not download CPAN dists if it already exists in the CWD. | Justin Davis | 1 | -3/+6 | |
2011-09-22 | Remove debugging output from makepkgbuild and from perl-dist. | Justin Davis | 1 | -10/+9 | |
2011-09-21 | Remove dists data file I accidentally added. | Justin Davis | 1 | -22299/+0 | |
2011-09-21 | Forgot to add cpandists file for fetching CPAN dist list. | Justin Davis | 1 | -1/+1 | |
2011-09-20 | Begin restructuring. Creates Makefile, etc. | Justin Davis | 3 | -0/+22913 | |
bin/macros were moved to bin/metas. perl-cpan renamed to simply perl. Supporting scripts for perl-cpan moved to bin/metas/perl.d. No longer use the webpage to look up dists, we maintaing our own simple list of CPAN distributions. Unlike before, scripts in metas/ generate the data file and not the file parsed by pbjparse.awk. |