Port details |
- p5-Sereal-Decoder Perl module for fast, powerful binary deserialization (decoder)
- 4.025 converters
=1 Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2013-02-05 11:39:24
- Last Update: 2022-07-30 19:26:30
- Commit Hash: 8ad16ef
- People watching this port, also watch:: rubygem-optimist, ladspa, gstreamer1-plugins-pango, en-hunspell, py39-pycparser
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- This library implements a deserializer for an efficient,
compact-output, and feature-rich binary protocol called Sereal. Its
sister module Sereal::Encoder (converters/p5-Sereal-Encoder) implements
an encoder for this format. The two are released separately to allow for
independent and safer upgrading.
WWW: https://metacpan.org/pod/Sereal::Decoder
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Sereal-Decoder>0:converters/p5-Sereal-Decoder
- To install the port:
- cd /usr/ports/converters/p5-Sereal-Decoder/ && make install clean
- To add the package, run one of these commands:
- pkg install converters/p5-Sereal-Decoder
- pkg install p5-Sereal-Decoder
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Sereal-Decoder
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1659161343
SHA256 (Sereal-Decoder-4.025.tar.gz) = 8e0e3b9a9af1a778b7de21506fa30797fb1b520dcd002f3f29e6dcb52446dea5
SIZE (Sereal-Decoder-4.025.tar.gz) = 723167
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libzstd.so : archivers/zstd
- This port is required by:
- for Build
-
- converters/p5-Sereal
- devel/p5-Data-Serializer-Sereal
- net/p5-MaxMind-DB-Writer
- www/p5-Session-Storage-Secure
- for Run
-
- converters/p5-Sereal
- devel/p5-Data-Serializer-Sereal
- net/p5-MaxMind-DB-Writer
- www/p5-Session-Storage-Secure
- Configuration Options:
- No options to configure
- Options name:
- converters_p5-Sereal-Decoder
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
30 Jul 2022 19:26:30 4.025 |
Po-Chuan Hsieh (sunpoet)  |
converters/p5-Sereal-Decoder: Update to 4.025
Changes: https://metacpan.org/dist/Sereal-Decoder/changes |
17 Apr 2022 23:58:44 4.023 |
Po-Chuan Hsieh (sunpoet)  |
converters/p5-Sereal-Decoder: Update to 4.023
- Convert to normal port
- Sort PLIST
Changes: https://metacpan.org/dist/Sereal-Decoder/changes |
07 Apr 2021 08:09:01 4.018 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 4.018 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
29 Nov 2020 03:40:31
4.018 |
adamw  |
converters/p5-Sereal*: Update to 4.018 |
09 Jul 2020 08:47:53
4.015 |
adamw  |
p5-Sereal-*: Forgot to commit distinfo in r541470 |
11 Jun 2020 21:23:25
4.012 |
adamw  |
p5-Sereal*: Update to 4.012
Convert the ports to a master/slave relationship for simplicity. |
04 Feb 2020 13:11:05
4.011 |
adamw  |
p5-Sereal*: Update to 4.011 |
30 Jan 2020 15:33:12
4.008 |
adamw  |
p5-Sereal*: Update to 4.008 |
10 Apr 2019 00:02:45
4.007 |
adamw  |
Update p5-Sereal* to 4.007
Changes: https://metacpan.org/source/YVES/Sereal-4.007/Changes |
09 Apr 2019 00:15:44
4.006 |
adamw  |
Update p5-Sereal and friends to 4.006 |
23 Jan 2018 23:03:38
4.005 |
adamw  |
Update p5-Sereal to 4.005
* Encoder: Document encode_to_file()
* Decoder: Document and fix decode_from_file()
* Sereal: fixup docs on write_file()/decode_file() |
12 Nov 2017 22:00:41
4.004 |
adamw  |
Update to 4.004
4.004 Sun Nov 12
* Fix build issues from C++ style comments
* Fixup build_requires
4.003 Sun Nov 12
* Fixup Devel::CheckLib usage
* Do not compress using Snappy if the buffer is larger 2**32
* Build fixes
4.001_001 Mon Feb 6 11:13:40 CEST 2017
* Sereal v4 release with Zstandard compression support
https://github.com/facebook/zstd |
15 Sep 2017 08:58:50
3.015 |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
15 Sep 2016 02:02:48
3.015 |
adamw  |
Update p5-Sereal and friends to 3.015.
While here, a number of Makefile tweaks, including a little
more info in the descrs, meta::cpan instead of cpan for WWW,
and a number of formatting tweaks.
Also, given that p5-Sereal, -Decoder, and -Encoder all have
the same tests, it's really no benefit to making -Decoder
and -Encoder register TEST_DEPENDS on each other. Tests for
just that module work for 'make test', and the full suite
can be run by doing 'make test' in the main p5-Sereal port.
Also, take maintainership. This is the third PR that's timed
out, and I have sent multiple direct emails with each one.
kuriyama's last commit to this port was nearly 2 years ago.
I am considering this port abandoned. I'd like to thank
kuriyama for creating these ports and looking after them
for over 3 and a half years!
PR: 212316
Approved by: maintainer timeout |
01 Apr 2016 13:29:17
3.014 |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
12 Dec 2015 17:11:24
3.014 |
adamw  |
Update the p5-Sereal group to 3.014. While here, add all missing
TEST_DEPENDS.
Changes: https://metacpan.org/changes/distribution/Sereal
PR: 204841
Approved by: maintainer timeout (2 weeks and 2 email attempts) |
16 Mar 2015 20:56:37
3.005 |
adamw  |
Update p5-Sereal* to 3.005.
Changes: https://metacpan.org/changes/distribution/Sereal
https://metacpan.org/changes/distribution/Sereal-Encoder
https://metacpan.org/changes/distribution/Sereal-Decoder
PR: 197714
Approved by: maintainer timeout (1 month) |
26 Nov 2014 13:08:38
3.003_1 |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
20 Nov 2014 05:43:01
3.003 |
kuriyama  |
- Upgrade to 3.003. |
20 Oct 2014 09:37:01
2.03 |
bapt  |
Cleanup plist |
10 Jun 2014 12:14:14
2.03 |
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
13 Jan 2014 10:21:15
2.03 |
kuriyama  |
- Upgrade to 2.03. |
27 Oct 2013 10:27:52
0.37 |
kuriyama  |
- Upgrade to 0.37. |
20 Sep 2013 16:05:25
0.36 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
10 Sep 2013 07:12:35
0.36 |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
26 May 2013 22:19:57
0.36 |
kuriyama  |
- Upgrade to 0.36. |
04 May 2013 08:50:24
0.35 |
kuriyama  |
- Upgrade to 0.35*.
PR: ports/177504
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> |
05 Feb 2013 11:38:44
0.25 |
kuriyama  |
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.
WWW: http://search.cpan.org/dist/Sereal-Decoder/ |