/print/pscal/

link rel='vcs-git' href='https://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Sereal-Decoder
Commit message (Collapse)AuthorAgeFilesLines
* Fix license information for portgs that use "the same license as Perl".mat2017-09-151-1/+1
| | | | Sponsored by: Absolight
* Update p5-Sereal and friends to 3.015.adamw2016-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
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Update the p5-Sereal group to 3.014. While here, add all missingadamw2015-12-132-3/+3
| | | | | | | | TEST_DEPENDS. Changes: https://metacpan.org/changes/distribution/Sereal PR: 204841 Approved by: maintainer timeout (2 weeks and 2 email attempts)
* Update p5-Sereal* to 3.005.adamw2015-03-172-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)
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-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
* - Upgrade to 3.003.kuriyama2014-11-203-4/+12
|
* Cleanup plistbapt2014-10-201-4/+0
|
* Remove all the bootstrap files (.bs) from the plists.mat2014-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
* - Upgrade to 2.03.kuriyama2014-01-132-3/+3
|
* - Upgrade to 0.37.kuriyama2013-10-273-7/+5
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | converters)
* - convert to the new perl5 frameworkaz2013-09-101-1/+2
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - Upgrade to 0.36.kuriyama2013-05-272-3/+3
|
* - Upgrade to 0.35*.kuriyama2013-05-042-4/+4
| | | | | PR: ports/177504 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>