summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2013-07-03 06:41:50 +0000
committersno <sno@pkgsrc.org>2013-07-03 06:41:50 +0000
commit50a62adb6585bf09b59766a55035f2730014926a (patch)
treeffd56d6d7880d8a5ee78c6aa2cf2ada005716801
parent3106182d58e1f3bc22b66bf88b157ba2f94804d4 (diff)
downloadpkgsrc-50a62adb6585bf09b59766a55035f2730014926a.tar.gz
Adding package for CPAN distribution Sereal-Decoder 0.36 into
converters/p5-Sereal-Decoder. This library implements a deserializer for an efficient, compact-output, and feature-rich binary protocol called Sereal. Its sister module Sereal::Encoder implements an encoder for this format. The two are released separately to allow for independent and safer upgrading. The Sereal protocol version that is compatible with this decoder implementation is currently protocol version 1. As it stands, it will refuse to attempt to decode future versions of the protocol, but there is likely going to be an option to decode the parts of the input that are compatible with version 1 of the protocol. The protocol was designed to allow for this.
-rw-r--r--converters/p5-Sereal-Decoder/DESCR11
-rw-r--r--converters/p5-Sereal-Decoder/Makefile18
-rw-r--r--converters/p5-Sereal-Decoder/distinfo5
3 files changed, 34 insertions, 0 deletions
diff --git a/converters/p5-Sereal-Decoder/DESCR b/converters/p5-Sereal-Decoder/DESCR
new file mode 100644
index 00000000000..4843a212748
--- /dev/null
+++ b/converters/p5-Sereal-Decoder/DESCR
@@ -0,0 +1,11 @@
+This library implements a deserializer for an efficient, compact-output,
+and feature-rich binary protocol called Sereal. Its sister module
+Sereal::Encoder implements an encoder for this format. The two are released
+separately to allow for independent and safer upgrading.
+
+The Sereal protocol version that is compatible with this decoder
+implementation is currently protocol version 1. As it stands, it will
+refuse to attempt to decode future versions of the protocol, but there
+is likely going to be an option to decode the parts of the input that
+are compatible with version 1 of the protocol. The protocol was designed
+to allow for this.
diff --git a/converters/p5-Sereal-Decoder/Makefile b/converters/p5-Sereal-Decoder/Makefile
new file mode 100644
index 00000000000..f739fcc8004
--- /dev/null
+++ b/converters/p5-Sereal-Decoder/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2013/07/03 06:41:50 sno Exp $
+
+DISTNAME= Sereal-Decoder-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-Decoder/
+COMMENT= Perl5 module for fast, compact, powerful binary deserialization
+LICENSE= ${PERL5_LICENSE}
+
+BUILD_DEPENDS+= p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString
+
+PERL5_PACKLIST= auto/Sereal/Decoder/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/converters/p5-Sereal-Decoder/distinfo b/converters/p5-Sereal-Decoder/distinfo
new file mode 100644
index 00000000000..5e67a1e8a24
--- /dev/null
+++ b/converters/p5-Sereal-Decoder/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/07/03 06:41:50 sno Exp $
+
+SHA1 (Sereal-Decoder-0.36.tar.gz) = 3e8f2578170138037d4e5a5b5363aeb510366dd3
+RMD160 (Sereal-Decoder-0.36.tar.gz) = 73ddb8f57ffc9b19126cebd432abe7e85a4b33fa
+Size (Sereal-Decoder-0.36.tar.gz) = 274248 bytes