1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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.

WWW: http://search.cpan.org/dist/Sereal-Encoder/
This commit is contained in:
Jun Kuriyama 2013-02-05 11:37:26 +00:00
parent 617a653c25
commit cca6d85dc5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311701
5 changed files with 39 additions and 0 deletions

View File

@ -99,6 +99,7 @@
SUBDIR += p5-Number-Nary
SUBDIR += p5-Number-RecordLocator
SUBDIR += p5-PerlIO-via-Unidecode
SUBDIR += p5-Sereal-Encoder
SUBDIR += p5-Storable-AMF
SUBDIR += p5-String-Multibyte
SUBDIR += p5-String-SetUTF8

View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= Sereal-Encoder
PORTVERSION= 0.26
CATEGORIES= converters perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SMUELLER
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for fast, compact, powerful binary serialization
TEST_DEPENDS= \
p5-Test-LongString>0:${PORTSDIR}/devel/p5-Test-LongString \
p5-Test-Warn>0:${PORTSDIR}/devel/p5-Test-Warn
PERL_CONFIGURE= yes
MAN3= Sereal::Encoder.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Sereal-Encoder-0.26.tar.gz) = 7c015eb9eac323d350f96b8b209a95563cc5288c52063e62cca5077201b1050b
SIZE (Sereal-Encoder-0.26.tar.gz) = 274050

View File

@ -0,0 +1,6 @@
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.
WWW: http://search.cpan.org/dist/Sereal-Encoder/

View File

@ -0,0 +1,9 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sereal/Encoder/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sereal/Encoder/Encoder.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sereal/Encoder/Encoder.so
%%SITE_PERL%%/%%PERL_ARCH%%/Sereal/Encoder.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Sereal/Encoder/Constants.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Sereal/Encoder
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Sereal
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sereal/Encoder
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sereal