diff options
author | sno <sno@pkgsrc.org> | 2013-07-03 06:44:22 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2013-07-03 06:44:22 +0000 |
commit | c84ba6eb8af5ba7544ea436835bffaa9ccee216e (patch) | |
tree | 1f3e51e26543eef27eb79d30c94617f370d9a274 /converters | |
parent | 8873840c68029d45c10f30eed3589e639f0f680f (diff) | |
download | pkgsrc-c84ba6eb8af5ba7544ea436835bffaa9ccee216e.tar.gz |
Adding package for CPAN distribution Sereal-Encoder version 0.36 into
converters/p5-Sereal-Encoder.
This library implements an efficient, compact-output, and feature-rich
serializer using a binary protocol called Sereal. Its sister module
Sereal::Decoder implements a decoder for this format. The two are released
separately to allow for independent and safer upgrading.
The Sereal protocol version emitted by this encoder implementation is
currently protocol version 1.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Sereal-Encoder/DESCR | 7 | ||||
-rw-r--r-- | converters/p5-Sereal-Encoder/Makefile | 18 | ||||
-rw-r--r-- | converters/p5-Sereal-Encoder/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/converters/p5-Sereal-Encoder/DESCR b/converters/p5-Sereal-Encoder/DESCR new file mode 100644 index 00000000000..e793d4733a1 --- /dev/null +++ b/converters/p5-Sereal-Encoder/DESCR @@ -0,0 +1,7 @@ +This library implements an efficient, compact-output, and feature-rich +serializer using a binary protocol called Sereal. Its sister module +Sereal::Decoder implements a decoder for this format. The two are released +separately to allow for independent and safer upgrading. + +The Sereal protocol version emitted by this encoder implementation is +currently protocol version 1. diff --git a/converters/p5-Sereal-Encoder/Makefile b/converters/p5-Sereal-Encoder/Makefile new file mode 100644 index 00000000000..7c2f3f6d08f --- /dev/null +++ b/converters/p5-Sereal-Encoder/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2013/07/03 06:44:22 sno Exp $ + +DISTNAME= Sereal-Encoder-0.36 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 converters +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../CPAN/authors/id/Y/YV/YVES/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Sereal-Encoder/ +COMMENT= Perl5 module for fast, compact, powerful binary serialization +LICENSE= ${PERL5_LICENSE} + +BUILD_DEPENDS+= p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString + +PERL5_PACKLIST= auto/Sereal/Encoder/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/p5-Sereal-Encoder/distinfo b/converters/p5-Sereal-Encoder/distinfo new file mode 100644 index 00000000000..380838f27f1 --- /dev/null +++ b/converters/p5-Sereal-Encoder/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/07/03 06:44:22 sno Exp $ + +SHA1 (Sereal-Encoder-0.36.tar.gz) = de709391f01dd9bca518402772a3e8c8a1477b3c +RMD160 (Sereal-Encoder-0.36.tar.gz) = fb49325fa3ca7440fd4b708d697cb35bbc99d38e +Size (Sereal-Encoder-0.36.tar.gz) = 276846 bytes |