aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-Callback
Commit message (Collapse)AuthorAgeFilesLines
* - Use USE_PERL5=modbuildSunpoet Po-Chuan Hsieh2013-10-061-3/+2
| | | | | | | With hat: perl Notes: svn path=/head/; revision=329623
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* - convert to the new perl5 frameworkAndrej Zverev2013-09-091-6/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326810
* - Upgrade to 1.10.Jun Kuriyama2012-09-132-4/+6
| | | | Notes: svn path=/head/; revision=304215
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* IO::Callback provides an easy way to produce a phoney read-onlyJun Kuriyama2012-06-024-0/+42
filehandle that calls back to your own code when it needs data to satisfy a read. This is useful if you want to use a library module that expects to read data from a filehandle, but you want the data to come from some other source and you don't want to read it all into memory and use IO::String. WWW: http://search.cpan.org/dist/IO-Callback/ Notes: svn path=/head/; revision=298023