summaryrefslogtreecommitdiff
path: root/textproc/p5-String-BufferStack
AgeCommit message (Collapse)AuthorFilesLines
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-02-22Updating textproc/p5-String-BufferStack from 1.14 to 1.15sno2-9/+10
pkgsrc changes: - Adjust license Upstream changes: 1.15 Wed Jan 6 18:26:17 2009 * Don't calculate buffer length as it is built, unless we ask for it; it has serious runtime cost
2009-05-01PkgSrc changes:sno2-6/+7
- Updating package for p5 module of String::BufferStack from 1.12 to 1.14 - Setting license to gnu-gpl-v2 Upstream changes: 1.14 Mon Mar 2 20:21:17 2009 * No code changes; make tests pass on 5.6 1.13 Fri Feb 27 19:19:17 2009 * No code changes; add LICENSE and AUTHOR to POD
2009-02-22Import p5-String-BufferStack version 1.12.he3-0/+27
String::BufferStack provides a framework for storing nested buffers. By default, all of the buffers flow directly to the output method, but individual levels of the stack can apply filters, or store their output in a scalar reference.