Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-25 | Use metacpan download URLsdev | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-11-04 | Remove .packlist and perllocal deletion since that is part of makepkg | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-09-21 | Change default CPAN mirror to leaseweb | Florian Pritz | 2 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-20 | Remove i686 since arch no longer lists it in official PKGBUILDs | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-12-09 | Add -- to module-build arguments for module-build-tiny | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-12-09 | Put $pkgver into pkgbuild when setting _ddir | Florian Pritz | 1 | -1/+3 | |
Allows for easier manual updates later on Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-18 | Add mention of the required YAML::XS module to the README. | Justin Davis | 1 | -0/+3 | |
2013-08-18 | Bugfix for fetchcpan. Changed the dist/version splitting algorithm. | Justin Davis | 1 | -8/+4 | |
We split on hyphens and underscores and choose the last element for the version string. The earlier algorithm was mistaking the 3D in GD-3DBarcode for a version string. | |||||
2013-04-11 | Better error reporting if sync with CPAN fails. | Justin Davis | 2 | -4/+12 | |
2013-04-11 | Perl mod pkgbuilds use $_ddir now. | Justin Davis | 3 | -22/+32 | |
With pacman 4.1 $srcdir is no longer set outside of PKGBUILD functions. Yipee! This breaks all of my PKGBUILDs. Now we switch to storing the distribution's tarballed directory in the _ddir custom variable. We cd into $srcdir/$_ddir at the beginning of every func. Custom variable mechanics have changed in bin/pbfields as well. Instead of hard-coding _dir as an accepted field, any PKGDATA entry with a name starting with underscore (_) is considered a custom variable and printed in the PKGBUILD. | |||||
2013-04-11 | Remove code for obsolete customvars field. | Justin Davis | 1 | -21/+0 | |
2012-08-16 | Updates the perl-anyevent mod. | Justin Davis | 1 | -1/+5 | |
Increment the stupid epoch. Ensure the pkgver is zero padded. Prepend environment var exports to the check func to ensure more tests are run. | |||||
2012-08-15 | Fix typo bug caused by previous correction of typo... | Justin Davis | 1 | -1/+1 | |
2012-08-15 | Notify the user of moding before the fact. | Justin Davis | 1 | -1/+1 | |
This maybe might make errors easier to understand. | |||||
2012-08-15 | injectdigs will use md5/sha512sum or openssl. | Justin Davis | 1 | -8/+39 | |
2012-08-15 | Ditto for perl-extutils-makemaker. | Justin Davis | 1 | -1/+0 | |
Now that the version of ExtUtils::MakeMaker has been lowered to a more reasonable value, it is satisfied by the version in perl core and elided. | |||||
2012-08-15 | perl-file-temp is no longer a dep of perlbrew. | Justin Davis | 1 | -1/+1 | |
File::Temp is a core module and shouldn't have been listed. | |||||
2012-08-15 | Merge branch 'master' of github.com:juster/genpkg | Justin Davis | 2 | -6/+8 | |
2012-07-22 | Reorder arguments to "move" modpkg command. | Justin Davis | 2 | -6/+8 | |
2012-07-04 | Strip zeros from dependencies upon the perl package. | Justin Davis | 1 | -5/+4 | |
2012-07-04 | Add acme file to .gitignore. | Justin Davis | 1 | -0/+1 | |
2012-06-15 | Cleanup pkg/dest when package is not found. | Justin Davis | 3 | -10/+21 | |
2012-06-15 | Comment was in the wrong spot. | Justin Davis | 1 | -2/+3 | |
2012-06-15 | preps return 100 when they can't find matches. | Justin Davis | 2 | -3/+3 | |
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-06 | Regenerate core list. Looks better. | Justin Davis | 1 | -41/+57 | |
2012-06-06 | Remove unnecessary code from perlcore. | Justin Davis | 1 | -33/+7 | |
2012-06-06 | Search for package names when parsing VERSIONs. | Justin Davis | 1 | -29/+56 | |
2012-06-06 | Better error handling in genpkg's dupver(). | Justin Davis | 1 | -3/+2 | |
2012-06-06 | Remove old unused tmp var from prepkg. | Justin Davis | 1 | -1/+0 | |
2012-06-06 | Scrape *_pm.PL scripts in misc/perlcore. | Justin Davis | 2 | -23/+50 | |
Regenerates perlcore.mods-5.16.0 using the new script. DynaLoader and some ext/ modules were missing. | |||||
2012-06-02 | Fix slight typo in README. | Justin Davis | 1 | -1/+1 | |
2012-06-02 | Start of README file. | Justin Davis | 1 | -0/+29 | |
2012-06-02 | Install the core perl module list in setup script. | Justin Davis | 1 | -0/+6 | |
2012-06-02 | perl 5.16 is now in core. Remove 5.14.2 corelist and update 5.16.0 corelist. | Justin Davis | 2 | -540/+39 | |
2012-06-02 | Read core modules in the ext/ dir too. | Justin Davis | 1 | -1/+1 | |
2012-06-02 | A general cleanup of the perlcore script. | Justin Davis | 1 | -116/+58 | |
2012-06-02 | Update the perlbrew mod. | Justin Davis | 1 | -1/+1 | |
Force perl-file-temp into being a checkdepends, too. | |||||
2012-06-02 | Fix bug in modpkg's move command. | Justin Davis | 1 | -1/+1 | |
2012-06-02 | Fix perlcore to work properly. Mark core-only modules. | Justin Davis | 4 | -271/+1189 | |
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 | Add precomputed perl core module lists. | Justin Davis | 2 | -0/+216 | |
2012-06-01 | Rename README to HACKING since it has TMI. | Justin Davis | 1 | -0/+0 | |
2012-06-01 | Move pushpkgs helper script into misc/. | Justin Davis | 1 | -0/+0 | |
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 | Fix error handling when prepkg fails. | Justin Davis | 3 | -14/+10 | |
Typo fixed in prepkg. Do not duplicate pkgver unless we are going to modify the package. Pipes screw up the error code returned. vervar silently ignores a missing _ver field. | |||||
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 | Avoid searching in test modules. | Justin Davis | 1 | -0/+1 | |