mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +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:
parent
617a653c25
commit
cca6d85dc5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311701
@ -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
|
||||
|
21
converters/p5-Sereal-Encoder/Makefile
Normal file
21
converters/p5-Sereal-Encoder/Makefile
Normal 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>
|
2
converters/p5-Sereal-Encoder/distinfo
Normal file
2
converters/p5-Sereal-Encoder/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Sereal-Encoder-0.26.tar.gz) = 7c015eb9eac323d350f96b8b209a95563cc5288c52063e62cca5077201b1050b
|
||||
SIZE (Sereal-Encoder-0.26.tar.gz) = 274050
|
6
converters/p5-Sereal-Encoder/pkg-descr
Normal file
6
converters/p5-Sereal-Encoder/pkg-descr
Normal 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/
|
9
converters/p5-Sereal-Encoder/pkg-plist
Normal file
9
converters/p5-Sereal-Encoder/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user