Data::MessagePack::Stream is streaming deserializer for MessagePack.

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/
This commit is contained in:
Jun Kuriyama 2012-07-22 13:53:27 +00:00
parent 820322b966
commit fd7dfa9a2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301330
5 changed files with 38 additions and 0 deletions

View file

@ -1568,6 +1568,7 @@
SUBDIR += p5-Data-Lazy
SUBDIR += p5-Data-Localize
SUBDIR += p5-Data-MessagePack
SUBDIR += p5-Data-MessagePack-Stream
SUBDIR += p5-Data-Miscellany
SUBDIR += p5-Data-Model
SUBDIR += p5-Data-ObjectDriver

View file

@ -0,0 +1,23 @@
# New ports collection makefile for: Data::MessagePack::Stream
# Date created: 22 Jul 2012
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Data-MessagePack-Stream
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for yet another messagepack streaming deserializer
BUILD_DEPENDS= p5-Data-MessagePack>0:${PORTSDIR}/devel/p5-Data-MessagePack
PERL_CONFIGURE= yes
MAN3= Data::MessagePack::Stream.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Data-MessagePack-Stream-0.06.tar.gz) = 45bf55bd454eba95a20bdddbcaaba4b1f1c782e4c61efbfcf424158cd5ba5f36
SIZE (Data-MessagePack-Stream-0.06.tar.gz) = 485060

View file

@ -0,0 +1,7 @@
Data::MessagePack::Stream is streaming deserializer for MessagePack.
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/

View file

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Data/MessagePack/Stream.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/MessagePack/Stream/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/MessagePack/Stream/Stream.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/MessagePack/Stream/Stream.so
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/MessagePack/Stream