Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-01 | apkbuild-cpan.in: add 'configure' prereqs | Joseph Burt | 1 | -3/+8 | |
Prereqs from the 'configure' phase also belong in makedepends | |||||
2019-10-01 | apkbuild-cpan.in: always start pkgver with a digit | Joseph Burt | 1 | -4/+5 | |
The 'version' string from CPAN can start with 'v...' or similar. | |||||
2019-06-12 | apkbuild-cpan.in: add OR to licenses to indicate perl_5 GPL or artistic is a ↵ | Timothy Legge | 1 | -1/+1 | |
choice | |||||
2019-04-29 | apkbuild-cpan.in: Update licenses to spdx format and remove redundant ↵ | Timothy Legge | 1 | -9/+4 | |
directory change | |||||
2019-04-03 | get and use pkgdesc from cpan api data if the module has no metadata files ↵ | Timothy Legge | 1 | -1/+2 | |
(returnes unknown) | |||||
2019-03-21 | apkbuild-cpan: use $pkgver in source url | Natanael Copa | 1 | -1/+1 | |
replace litteral version string with $pkgver in source url | |||||
2019-03-21 | apkbuild-cpan: include modules that used to be part of core | Natanael Copa | 1 | -1/+2 | |
we need to check if a given module currently is a part of core. Modules which have a first_release may have been removed later, for example Module::Build. | |||||
2019-03-21 | apkbuild-cpan: remove prepare function from APKBUILD | Natanael Copa | 1 | -36/+6 | |
the generation of Makefile is comparable with running configure, which we normally do in the build() function, not in prepare. also fix some whitespace damamge. | |||||
2019-03-20 | apkbuild-cpan.in fix issue with version check | Timothy Legge | 1 | -2/+2 | |
2019-03-20 | apkbuild-cpan.in fix issues with update, recreate, etc | Timothy Legge | 1 | -7/+12 | |
2019-03-20 | Many of setings should come from module not release api | Timothy Legge | 1 | -7/+8 | |
2019-03-20 | Fix for issue with apkbuild-cpan upgrade | Timothy Legge | 1 | -2/+2 | |
2019-03-20 | Updates for metacpan | Timothy Legge | 1 | -13/+13 | |
2017-07-11 | apkbuild-cpan: separate './Build test' to check step | Timo Teräs | 1 | -1/+7 | |
2017-07-11 | apkbuild-cpan: perl no longer has '.' in path, add it for prepare() | Timo Teräs | 1 | -2/+2 | |
2017-07-11 | apkbuild-cpan: modernize | tmpfile | 1 | -8/+8 | |
2017-01-31 | apkbuild-cpan: fix warnings, improve recreate, add check support | Timo Teräs | 1 | -15/+47 | |
2016-07-28 | apkbuild-cpan: fixed error "Experimental keys on scalar is now forbidden" ↵ | Francesco Colista | 1 | -1/+1 | |
due to perl upgrade to 5.24 version | |||||
2016-06-13 | apkbuild-cpan: invoke default_prepare in prepare() function | Jakub Jirutka | 1 | -0/+6 | |
2016-06-13 | apkbuild-cpan: replace deprecated shell `backticks` with $(...) | Jakub Jirutka | 1 | -4/+4 | |
2016-06-13 | apkbuild-cpan: rename _builddir to builddir | Jakub Jirutka | 1 | -10/+9 | |
2014-03-31 | fix permissions | Natanael Copa | 1 | -0/+0 | |
2011-11-04 | apkbuild-cpan: Depend on test-requires and test-recommends, too, for ↵ | Kiyoshi Aman | 1 | -2/+4 | |
safety's sake. | |||||
2011-11-04 | apkbuild-cpan: Emits runtime recommendations, depends on build recommendations. | Kiyoshi Aman | 1 | -0/+2 | |
2011-11-03 | apkbuild-cpan: export CFLAGS so modules using C/XS build properly. | Kiyoshi Aman | 1 | -1/+4 | |
2011-06-28 | apkbuild-cpan: 'check' output format changed; exit code 1 on version mismatch | Kiyoshi Aman | 1 | -1/+4 | |
2011-06-28 | apkbuild-cpan: Added 'check' command, which prints latest & packaged versions. | Kiyoshi Aman | 1 | -13/+19 | |
2011-06-28 | apkbuild-cpan: XS modules using Module::Build now obtain Perl CFLAGS properly. | Kiyoshi Aman | 1 | -0/+1 | |
2011-06-02 | apkbuild-cpan: add detection for perl modules with native code | Kiyoshi Aman | 1 | -0/+4 | |
so we get arch set properly | |||||
2011-06-02 | apkbuild-cpan: fix handling of license meta-data | Timo Teräs | 1 | -2/+4 | |
Don't update if it's unknown, and fix the error message. | |||||
2011-06-02 | apkbuild-cpan: new tool superceding newapkbuild-cpan tool | Timo Teräs | 1 | -0/+336 | |
Based on Aerdan's original work, this is a perl utility that interacts with CPAN which can create and update APKBUILDs with proper metadata info. |