Update to 2.05:
2014-04-18 k <andk@cpan.org>
* release 2.05
* amendments to the Changes file only, no code change: the github issue
numbers were confused in the TRIAL releases. Thanks to Steve Hay for
spotting.
2014-04-04 k <andk@cpan.org>
* release 2.05-TRIAL2
* doc improvement for scan_cache/atstart (Slaven Rezic)
* test improvement in 31session to fix false positives
2014-03-31 k <andk@cpan.org>
* release 2.05-TRIAL
* take github #68 as 086c901: smoke faster (Alexandr Ciornii)
* take github #67 as cfa93ad, to fix github #64: local::lib shell
variable string output (David Golden)
* take github #66 as 4c0da4e, to fix github #65: loop with "notest test
some-module-with-dependencies" (Andreas Koenig, David Golden)
2014-03-18 Andreas Koenig <k@UX31A>
* release 2.04-TRIAL
* history of master branch was rewritten after Tour de France bughunting
(Lyon #QA2014); apologies to all repository followers: the real history,
as it actually went, is not worth being recorded in the master branch.
* address #91706 and #86915: the 'force install' bug and the endless
loop bugs reported in the two tickets are fixed (joined forces)
* new configure option 'use_prompt_default' (David Golden)
* add new dummy distros OptionalPrereq and CircularPrereq for testing
recommends/suggests support
* experimental recommends/suggests support (David Golden, Andreas Koenig)
* enable hiding of directories in the distroprefs tree (suggested by
Slaven Rezić)
2013-09-15 k <andk@cpan.org>
* release 2.03-TRIAL
* load META.yml not META.json (Tatsuhiko Miyagawa)
* support numerics in cpan IDs (Tatsuhiko Miyagawa)
* address #88565: fix unreachable core bug (Father Chrysostomos, David
Golden, bb225be54aff753058e149c95ac3047f54892746)
* address #76831: spaces on Win32 combined with
make_install_make_command (Reini Urban, Steve Hay)
* address #86405, #86406: fix typos, clarify comments (found by David
Steinbrunner)
* address #86915: upgrade build method from "make" to "test" on
dependencies declared as build_requires (Andreas Koenig,
fa1d3087d5246a08741c944768a9732c35c944af)
2013-06-23 Andreas Koenig <k@UX31A>
* release 2.02-TRIAL
* the production of META.json was missing in 2.01
2013-06-22 Andreas Koenig <k@UX31A>
* release 2.01-TRIAL
* add binmode in two places in CPAN::Tarzip (Dave Saville via RT #86328)
* make distroprefs tolerant against missing prefs dir (akoenig)
* regain 5.6.2 compatibility (akoenig)
* add PAUSE key up to 2015 (akoenig)
2013-06-18 Andreas Koenig <k@UX31A>
* Use CPAN::Mirrors correctly (brian d foy)
* Add default_mirror(), clean up docs a bit (brian d foy)
* allow subdirectories in distroprefs (Alexandr Ciornii)
* www.cpan.org is now the default CPAN mirror (David Golden)
* Adds recommends_policy and suggests_policy to support recommended and
suggested prerequisites (David Golden; incomplete because partially
reverted)
* Adds recommends_policy and suggests_policy to support (David Golden;
incomplete because partially reverted)
* Fix various prerequisite resolution bugs (David Golden)
* Internal: Split 'make' method into 'prepare' and 'make' methods
(Matt S. Trout and David Golden)
* Internal: Refactor get/prepare/make/test/install shortcut logic
and return values (David Golden)
2014-05-31 13:42:32 +02:00
|
|
|
# $NetBSD: Makefile,v 1.12 2014/05/31 11:42:32 wiz Exp $
|
2009-03-01 22:59:46 +01:00
|
|
|
|
Update to 2.05:
2014-04-18 k <andk@cpan.org>
* release 2.05
* amendments to the Changes file only, no code change: the github issue
numbers were confused in the TRIAL releases. Thanks to Steve Hay for
spotting.
2014-04-04 k <andk@cpan.org>
* release 2.05-TRIAL2
* doc improvement for scan_cache/atstart (Slaven Rezic)
* test improvement in 31session to fix false positives
2014-03-31 k <andk@cpan.org>
* release 2.05-TRIAL
* take github #68 as 086c901: smoke faster (Alexandr Ciornii)
* take github #67 as cfa93ad, to fix github #64: local::lib shell
variable string output (David Golden)
* take github #66 as 4c0da4e, to fix github #65: loop with "notest test
some-module-with-dependencies" (Andreas Koenig, David Golden)
2014-03-18 Andreas Koenig <k@UX31A>
* release 2.04-TRIAL
* history of master branch was rewritten after Tour de France bughunting
(Lyon #QA2014); apologies to all repository followers: the real history,
as it actually went, is not worth being recorded in the master branch.
* address #91706 and #86915: the 'force install' bug and the endless
loop bugs reported in the two tickets are fixed (joined forces)
* new configure option 'use_prompt_default' (David Golden)
* add new dummy distros OptionalPrereq and CircularPrereq for testing
recommends/suggests support
* experimental recommends/suggests support (David Golden, Andreas Koenig)
* enable hiding of directories in the distroprefs tree (suggested by
Slaven Rezić)
2013-09-15 k <andk@cpan.org>
* release 2.03-TRIAL
* load META.yml not META.json (Tatsuhiko Miyagawa)
* support numerics in cpan IDs (Tatsuhiko Miyagawa)
* address #88565: fix unreachable core bug (Father Chrysostomos, David
Golden, bb225be54aff753058e149c95ac3047f54892746)
* address #76831: spaces on Win32 combined with
make_install_make_command (Reini Urban, Steve Hay)
* address #86405, #86406: fix typos, clarify comments (found by David
Steinbrunner)
* address #86915: upgrade build method from "make" to "test" on
dependencies declared as build_requires (Andreas Koenig,
fa1d3087d5246a08741c944768a9732c35c944af)
2013-06-23 Andreas Koenig <k@UX31A>
* release 2.02-TRIAL
* the production of META.json was missing in 2.01
2013-06-22 Andreas Koenig <k@UX31A>
* release 2.01-TRIAL
* add binmode in two places in CPAN::Tarzip (Dave Saville via RT #86328)
* make distroprefs tolerant against missing prefs dir (akoenig)
* regain 5.6.2 compatibility (akoenig)
* add PAUSE key up to 2015 (akoenig)
2013-06-18 Andreas Koenig <k@UX31A>
* Use CPAN::Mirrors correctly (brian d foy)
* Add default_mirror(), clean up docs a bit (brian d foy)
* allow subdirectories in distroprefs (Alexandr Ciornii)
* www.cpan.org is now the default CPAN mirror (David Golden)
* Adds recommends_policy and suggests_policy to support recommended and
suggested prerequisites (David Golden; incomplete because partially
reverted)
* Adds recommends_policy and suggests_policy to support (David Golden;
incomplete because partially reverted)
* Fix various prerequisite resolution bugs (David Golden)
* Internal: Split 'make' method into 'prepare' and 'make' methods
(Matt S. Trout and David Golden)
* Internal: Refactor get/prepare/make/test/install shortcut logic
and return values (David Golden)
2014-05-31 13:42:32 +02:00
|
|
|
DISTNAME= CPAN-2.05
|
2013-10-21 19:45:17 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}00
|
|
|
|
CATEGORIES= devel
|
2011-08-10 11:52:50 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AN/ANDK/}
|
2009-03-01 22:59:46 +01:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2013-10-21 19:45:17 +02:00
|
|
|
HOMEPAGE= https://metacpan.org/release/CPAN
|
2009-03-01 22:59:46 +01:00
|
|
|
COMMENT= Perl module to query, download and build perl modules from CPAN sites
|
2011-08-10 11:52:50 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2009-03-01 22:59:46 +01:00
|
|
|
|
2013-10-21 19:45:17 +02:00
|
|
|
DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
|
|
|
|
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
|
|
|
|
DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
|
|
|
|
DEPENDS+= p5-Module-Signature-[0-9]*:../../security/p5-Module-Signature
|
|
|
|
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
|
|
|
|
# DEPENDS+= {perl>=5.008009,p5-Test-Harness>=2.62}:../../devel/p5-Test-Harness
|
|
|
|
DEPENDS+= p5-Text-Glob-[0-9]*:../../textproc/p5-Text-Glob
|
|
|
|
DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
|
|
|
|
DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
|
|
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
2009-03-01 22:59:46 +01:00
|
|
|
|
2013-10-21 19:45:17 +02:00
|
|
|
USE_LANGUAGES+= c
|
2011-08-10 11:52:50 +02:00
|
|
|
MAKE_PARAMS+= verbose
|
2009-03-01 22:59:46 +01:00
|
|
|
PERL5_PACKLIST= auto/CPAN/.packlist
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|