summaryrefslogtreecommitdiffstats
path: root/bin/metas
AgeCommit message (Collapse)AuthorFilesLines
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-08Fix license bug in perl-dist.Justin Davis1-1/+1
2011-10-07Tweak perl-dist. Add !emptydirs option.Justin Davis1-1/+2
Add -f flag to rm -r pkg/$pkg/src.
2011-10-07Remove src/ dir from package dir each time.Justin Davis1-2/+3
2011-10-07Reformat perl-dist perl script. Trying out a new style.Justin Davis1-357/+342
2011-09-22Fix internal program name in metas/perl.Justin Davis1-1/+1
2011-09-22Do not download CPAN dists if it already exists in the CWD.Justin Davis2-3/+10
2011-09-22Remove debugging output from makepkgbuild and from perl-dist.Justin Davis1-10/+9
2011-09-22Check to see if packages are for App::foo modules.Justin Davis1-1/+2
2011-09-21Remove dists data file I accidentally added.Justin Davis1-22299/+0
2011-09-21Forgot to add cpandists file for fetching CPAN dist list.Justin Davis1-1/+1
2011-09-20Begin restructuring. Creates Makefile, etc.Justin Davis4-0/+22997
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.