summaryrefslogtreecommitdiff
path: root/editors/p5-PPIx-EditorTools
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-01-20p5-Try-Tiny is not in devel/p5-PPI. Fixes pbulk scan failure.dholland1-2/+2
This has been this way since at least October and I have no idea why it only blew up on me now.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-11Updating package for CPAN module PPIx::EditorTools insno2-10/+12
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)
2012-09-03Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,sno1-3/+3
Module::Install is for Authors only. Bumping revision
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-01-16Importing editors/p5-PPIx-EditorTools v0.09 as dependency of scheduledsno3-0/+36
import of editors/p5-Padre. Utility methods and base class for manipulating Perl via PPI.