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:
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
|
@ -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
|
||||
|
|
23
devel/p5-Data-MessagePack-Stream/Makefile
Normal file
23
devel/p5-Data-MessagePack-Stream/Makefile
Normal 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>
|
2
devel/p5-Data-MessagePack-Stream/distinfo
Normal file
2
devel/p5-Data-MessagePack-Stream/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Data-MessagePack-Stream-0.06.tar.gz) = 45bf55bd454eba95a20bdddbcaaba4b1f1c782e4c61efbfcf424158cd5ba5f36
|
||||
SIZE (Data-MessagePack-Stream-0.06.tar.gz) = 485060
|
7
devel/p5-Data-MessagePack-Stream/pkg-descr
Normal file
7
devel/p5-Data-MessagePack-Stream/pkg-descr
Normal 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/
|
5
devel/p5-Data-MessagePack-Stream/pkg-plist
Normal file
5
devel/p5-Data-MessagePack-Stream/pkg-plist
Normal 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
|
Loading…
Reference in a new issue