diff options
author | sno <sno@pkgsrc.org> | 2012-09-11 09:02:04 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-09-11 09:02:04 +0000 |
commit | fc3a570d335cdbcf139f009be652601393cc5561 (patch) | |
tree | 711553b2137e7ce330e3b7b80625a20ecfc5e07e /editors | |
parent | 9aceaed755777a8c50c8b88215e56132ca7a5168 (diff) | |
download | pkgsrc-fc3a570d335cdbcf139f009be652601393cc5561.tar.gz |
Updating package for CPAN module PPIx::EditorTools in
editors/p5-PPIx-EditorTools from 0.09nb3 to 0.17.
pkgsrc changes:
- adjust dependencies
upstream changes:
0.17 2012.08.19
- in Frankfurt am Main
0.15_04 2012.07.11
- suppress warning Exiting eval via next (BOWTIE)
0.15_03 2012.07.07
- Add patches from #1435 inspired by dod++ (BOWTIE)
- Add additional tests for #1435 (BOWTIE)
0.16 2012.08.15
- released based on 0.15_02
0.15_02 2012.06.08
- Add patches from #401 by buff3r++ (BOWTIE)
- Add Moose::Role support (BOWTIE)
0.15 2011.05.06
- Parse Moose files as well (BOWTIE)
0.14 2011.05.04
- Move from Dist::Zilla to Module::Install
(-> LICENSE, META.json, README files removed, inc/ added)
0.13 2011.03.24
- Copy the lexer code used for syntax highlighting in
Padre::Document::Perl::PPILexer to PPIx::EditorTools::Lexer (SZABGAB)
0.12 2011.03.23
- Copy the Outline generating code from Padre::Document::Perl::Outline
to PPIx::EditorTools::Outline (SZABGAB)
0.11 2010.11.18
- Fixed RT #63107: Finding declared variables fragile and misses loop
variables OVID++ (AZAWAWI)
- Moved to Dist::Zilla (AZAWAWI)
0.10 2010.09.26
- Fixed Padre ticket #655: Can't rename to a variable with an underscore
in it (PATRICKAS)
- Fixed Padre ticket #653: Lexically rename doesn't work when clicking
on declaration of variable (PATRICKAS)
- Added feature to change variable style to/from camelCase (SMUELLER)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-PPIx-EditorTools/Makefile | 14 | ||||
-rw-r--r-- | editors/p5-PPIx-EditorTools/distinfo | 8 |
2 files changed, 12 insertions, 10 deletions
diff --git a/editors/p5-PPIx-EditorTools/Makefile b/editors/p5-PPIx-EditorTools/Makefile index 9f86f40780a..871e2c4a93f 100644 --- a/editors/p5-PPIx-EditorTools/Makefile +++ b/editors/p5-PPIx-EditorTools/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2012/09/03 11:16:22 sno Exp $ +# $NetBSD: Makefile,v 1.5 2012/09/11 09:02:04 sno Exp $ # -DISTNAME= PPIx-EditorTools-0.09 +DISTNAME= PPIx-EditorTools-0.17 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= editors perl5 #MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPIx/} -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AZ/AZAWAWI/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SZ/SZABGAB/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/PPIx-EditorTools/ @@ -15,10 +14,13 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -BUILD_DEPENDS+= p5-Test-Differences>=0.4801:../../devel/p5-Test-Differences +BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences +BUILD_DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most +BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings DEPENDS+= p5-Class-XSAccessor>=1.02:../../devel/p5-Class-XSAccessor -DEPENDS+= p5-PPI>=1.203:../../devel/p5-PPI +DEPENDS+= p5-PPI>=1.215:../../devel/p5-PPI +DEPENDS+= p5-Try-Tiny>=0.11:../../devel/p5-PPI PERL5_PACKLIST= auto/PPIx/EditorTools/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled diff --git a/editors/p5-PPIx-EditorTools/distinfo b/editors/p5-PPIx-EditorTools/distinfo index 60975a9aad4..511cd88db5e 100644 --- a/editors/p5-PPIx-EditorTools/distinfo +++ b/editors/p5-PPIx-EditorTools/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/01/16 18:27:38 sno Exp $ +$NetBSD: distinfo,v 1.2 2012/09/11 09:02:04 sno Exp $ -SHA1 (PPIx-EditorTools-0.09.tar.gz) = 810f75ee98c378a4571b8ea951a06a317e3c0dce -RMD160 (PPIx-EditorTools-0.09.tar.gz) = 693c12c9ae7bac8130c16db02b18c621b7adb3e4 -Size (PPIx-EditorTools-0.09.tar.gz) = 26003 bytes +SHA1 (PPIx-EditorTools-0.17.tar.gz) = 7f818fc643de829278d097af6f04920cf7b78d44 +RMD160 (PPIx-EditorTools-0.17.tar.gz) = 5021afb0f1d62eba663ff17d7fa6958e441d94f6 +Size (PPIx-EditorTools-0.17.tar.gz) = 37993 bytes |