aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Pipe
Commit message (Collapse)AuthorAgeFilesLines
* - Support stagingMathieu Arnold2014-01-242-36/+37
| | | | | | | | | | - Add license - Pet portlint Sponsored by: Absolight Notes: svn path=/head/; revision=340915
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326941
* This class is a factory for text pipes. A pipe has a filter() methodJun Kuriyama2013-01-184-0/+106
through which input can pass. The input can be a string or a reference to an array of strings. Pipes can be stacked together using Text::Pipe::Stackable. WWW: http://search.cpan.org/dist/Text-Pipe/ Notes: svn path=/head/; revision=310605