diff --git a/devel/Makefile b/devel/Makefile index cdba4196938c..4ac29119ac69 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-Data-MessagePack-Stream/Makefile b/devel/p5-Data-MessagePack-Stream/Makefile new file mode 100644 index 000000000000..4bc1161325b1 --- /dev/null +++ b/devel/p5-Data-MessagePack-Stream/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Data::MessagePack::Stream +# Date created: 22 Jul 2012 +# Whom: Jun Kuriyama +# +# $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 diff --git a/devel/p5-Data-MessagePack-Stream/distinfo b/devel/p5-Data-MessagePack-Stream/distinfo new file mode 100644 index 000000000000..d4244e728da9 --- /dev/null +++ b/devel/p5-Data-MessagePack-Stream/distinfo @@ -0,0 +1,2 @@ +SHA256 (Data-MessagePack-Stream-0.06.tar.gz) = 45bf55bd454eba95a20bdddbcaaba4b1f1c782e4c61efbfcf424158cd5ba5f36 +SIZE (Data-MessagePack-Stream-0.06.tar.gz) = 485060 diff --git a/devel/p5-Data-MessagePack-Stream/pkg-descr b/devel/p5-Data-MessagePack-Stream/pkg-descr new file mode 100644 index 000000000000..51ad275baf1e --- /dev/null +++ b/devel/p5-Data-MessagePack-Stream/pkg-descr @@ -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/ diff --git a/devel/p5-Data-MessagePack-Stream/pkg-plist b/devel/p5-Data-MessagePack-Stream/pkg-plist new file mode 100644 index 000000000000..768c464c9899 --- /dev/null +++ b/devel/p5-Data-MessagePack-Stream/pkg-plist @@ -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