summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-FindIndent
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.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-09-03Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,sno1-2/+3
Module::Install is for Authors only. Bumping revision
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).