aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-MessagePack-Stream
Commit message (Collapse)AuthorAgeFilesLines
* 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-081-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326704
* Mark as jobs unsafeBaptiste Daroussin2013-07-121-0/+1
| | | | Notes: svn path=/head/; revision=322850
* @dirrmtry shared dirs with devel/p5-Data-MessagePackJun Kuriyama2013-05-192-5/+5
| | | | Notes: svn path=/head/; revision=318553
* - Upgrade to 0.07.Jun Kuriyama2012-08-232-3/+3
| | | | Notes: svn path=/head/; revision=302970
* Data::MessagePack::Stream is streaming deserializer for MessagePack.Jun Kuriyama2012-07-224-0/+37
This module is alternate for Data::MessagePack::Unpacker. Unlike original unpacker, this module support internal buffer and it's possible to handle streaming data correctly. WWW: http://search.cpan.org/dist/Data-MessagePack-Stream/ Notes: svn path=/head/; revision=301330