aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Sereal-Decoder
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* converters/p5-Sereal*: Update to 4.018Adam Weinberger2020-11-291-3/+3
| | | | Notes: svn path=/head/; revision=556546
* p5-Sereal-*: Forgot to commit distinfo in r541470Adam Weinberger2020-07-091-3/+3
| | | | Notes: svn path=/head/; revision=541734
* p5-Sereal*: Update to 4.012Adam Weinberger2020-06-112-24/+5
| | | | | | | Convert the ports to a master/slave relationship for simplicity. Notes: svn path=/head/; revision=538545
* p5-Sereal*: Update to 4.011Adam Weinberger2020-02-042-4/+4
| | | | Notes: svn path=/head/; revision=525157
* p5-Sereal*: Update to 4.008Adam Weinberger2020-01-302-4/+4
| | | | Notes: svn path=/head/; revision=524647
* Update p5-Sereal* to 4.007Adam Weinberger2019-04-102-4/+4
| | | | | | | Changes: https://metacpan.org/source/YVES/Sereal-4.007/Changes Notes: svn path=/head/; revision=498523
* Update p5-Sereal and friends to 4.006Adam Weinberger2019-04-092-4/+4
| | | | Notes: svn path=/head/; revision=498436
* Update p5-Sereal to 4.005Adam Weinberger2018-01-232-4/+4
| | | | | | | | | * Encoder: Document encode_to_file() * Decoder: Document and fix decode_from_file() * Sereal: fixup docs on write_file()/decode_file() Notes: svn path=/head/; revision=459804
* Update to 4.004Adam Weinberger2017-11-122-4/+5
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=454090
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Update p5-Sereal and friends to 3.015.Adam Weinberger2016-09-153-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=422176
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Update the p5-Sereal group to 3.014. While here, add all missingAdam Weinberger2015-12-122-3/+3
| | | | | | | | | | | TEST_DEPENDS. Changes: https://metacpan.org/changes/distribution/Sereal PR: 204841 Approved by: maintainer timeout (2 weeks and 2 email attempts) Notes: svn path=/head/; revision=403612
* Update p5-Sereal* to 3.005.Adam Weinberger2015-03-162-5/+6
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=381445
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Upgrade to 3.003.Jun Kuriyama2014-11-203-4/+12
| | | | Notes: svn path=/head/; revision=372836
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371249
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=357300
* - Upgrade to 2.03.Jun Kuriyama2014-01-132-3/+3
| | | | Notes: svn path=/head/; revision=339579
* - Upgrade to 0.37.Jun Kuriyama2013-10-273-7/+5
| | | | Notes: svn path=/head/; revision=331758
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326870
* - Upgrade to 0.36.Jun Kuriyama2013-05-262-3/+3
| | | | Notes: svn path=/head/; revision=319139
* - Upgrade to 0.35*.Jun Kuriyama2013-05-042-4/+4
| | | | | | | | PR: ports/177504 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> Notes: svn path=/head/; revision=317301
* This library implements a deserializer for an efficient,Jun Kuriyama2013-02-054-0/+38
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/ Notes: svn path=/head/; revision=311703