summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-FindIndent
AgeCommit message (Collapse)AuthorFilesLines
2011-10-16Update p5-Text-FindIndent to 0.10.hiramatsu2-7/+6
Change from previous: 0.10 - Robustify some regexes against warnings.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-09-01Updating textproc/p5-Text-FindIndent from 0.08nb1 to 0.09sno2-7/+7
Upstream changes: 0.09 - Add vim-commands output.
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-17Updating textproc/p5-Text-FindIndent from 0.07 to 0.08sno2-6/+6
Upstream changes: 0.08 - Handle case where hash keys and values are indented by braces pos + 1 (CHORNY) - Check if indent level is same on next line and slightly increase probability of current indent type. Should be faster too. (CHORNY) - Add option 'first_level_indent_only' to check only indent where previous line is empty. (CHORNY)
2010-01-16Importing textproc/p5-Text-FindIndent version 0.07 as dependency of Padre.sno3-0/+29
This is a module that attempts to intuit the underlying indent "policy" for a text file (most likely a source code file).