aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-JSON-Any
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove Perl core moduleSunpoet Po-Chuan Hsieh2019-01-201-3/+3
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=490810
* Undeprecate and unexpire ports that were not correctly deprecated, all portsAntoine Brodin2018-08-121-3/+0
| | | | | | | depending on those should have been deprecated but it never happened Notes: svn path=/head/; revision=476978
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* 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
* Add an EXPIRATION_DATE to DEPRECATED ports without one.Mathieu Arnold2016-12-261-0/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=429527
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-18/+18
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Update 1.39Sunpoet Po-Chuan Hsieh2015-06-102-4/+6
| | | | | | | | | | - Mark DEPRECATED - Add NO_ARCH Changes: http://search.cpan.org/dist/JSON-Any/Changes Notes: svn path=/head/; revision=389067
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-1/+1
| | | | | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier. Notes: svn path=/head/; revision=381151
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371249
* - Update to 1.38Frederic Culot2014-10-162-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Any/Changes Notes: svn path=/head/; revision=370981
* - Update to 1.36Philippe Audeoud2014-09-092-3/+3
| | | | Notes: svn path=/head/; revision=367717
* - Update to 1.34Philippe Audeoud2014-06-262-3/+3
| | | | Notes: svn path=/head/; revision=359369
* - Update to 1.33Frederic Culot2014-04-262-3/+5
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Any/Changes Notes: svn path=/head/; revision=352249
* - Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2014-03-061-7/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=347305
* - Update 1.32Sunpoet Po-Chuan Hsieh2013-11-092-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Any/CHANGES Notes: svn path=/head/; revision=333311
* - Update 1.31Sunpoet Po-Chuan Hsieh2013-11-072-6/+36
| | | | | | | | | | | - Remove hardcoded p5-JSON dependency - Add TEST_DEPENDS - Add CPANEL, JSON_XS, JSON_PP, JSON and JSON_DWIW options for JSON backend Changes: http://search.cpan.org/dist/JSON-Any/CHANGES Notes: svn path=/head/; revision=333109
* Support STAGEDIR.Vanilla I. Shu2013-11-012-3/+1
| | | | Notes: svn path=/head/; revision=332379
* 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 new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 1.30Cheng-Lung Sung2013-06-282-8/+4
| | | | Notes: svn path=/head/; revision=321946
* - Fix LICENSE (Artistic 1 instead of Artistic 2)Frederic Culot2011-10-071-3/+3
| | | | | | | | | | - Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de> Notes: svn path=/head/; revision=283112
* - Update to 1.29Wen Heping2011-06-082-3/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/PERIGRIN/JSON-Any-1.29/Changes Notes: svn path=/head/; revision=275217
* - Make portlint happierSunpoet Po-Chuan Hsieh2011-05-241-3/+4
| | | | Notes: svn path=/head/; revision=274584
* - Update 1.28Sunpoet Po-Chuan Hsieh2011-05-132-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Any/Changes Notes: svn path=/head/; revision=274047
* - update to 1.27Baptiste Daroussin2011-04-112-3/+3
| | | | | | | - changes: http://cpansearch.perl.org/src/PERIGRIN/JSON-Any-1.27/Changes Notes: svn path=/head/; revision=272498
* - update to 1.26Baptiste Daroussin2011-04-012-3/+6
| | | | | | | | - add licenses - changes: http://cpansearch.perl.org/src/PERIGRIN/JSON-Any-1.26/Changes Notes: svn path=/head/; revision=272073
* - update to 1.25Baptiste Daroussin2010-12-132-3/+3
| | | | | | | - changes: http://cpansearch.perl.org/src/PERIGRIN/JSON-Any-1.25/Changes Notes: svn path=/head/; revision=266258
* With portmgr hat, reassign some ports from clsung to perl, since clsungMark Linimon2010-12-071-1/+1
| | | | | | | is apparently having some trouble with email. Notes: svn path=/head/; revision=265814
* - Update to 1.24Philip M. Gollucci2010-11-262-4/+3
| | | | | | | | | | PR: ports/152136 Submitted by: Gea-Suan Lin <gslin@gslin.org> Approved by: maintainer timeout (clsung ; 15 days) Changes: http://search.cpan.org/dist/JSON-Any/Changes Notes: svn path=/head/; revision=265204
* - Update to 1.22Cheng-Lung Sung2009-10-212-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Any/Changes Notes: svn path=/head/; revision=243131
* - Update to 1.21Cheng-Lung Sung2009-07-072-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Any/Changes Notes: svn path=/head/; revision=237297
* - Update 1.19Cheng-Lung Sung2009-01-272-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Any/Changes Notes: svn path=/head/; revision=226940
* - Update to 1.17Cheng-Lung Sung2008-08-292-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Any/Changes Notes: svn path=/head/; revision=219403
* - Update to 1.16Cheng-Lung Sung2008-04-012-4/+7
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Any/Changes Notes: svn path=/head/; revision=210321
* - Update to 1.15Cheng-Lung Sung2008-01-082-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Any/Changes Notes: svn path=/head/; revision=205226
* - Update to 1.14Cheng-Lung Sung2008-01-052-4/+4
| | | | | | | | PR: ports/119257 Submitted by: lth Notes: svn path=/head/; revision=205035
* - Update to 1.12Cheng-Lung Sung2007-10-242-4/+4
| | | | Notes: svn path=/head/; revision=201882
* - Update to 1.11Cheng-Lung Sung2007-10-232-4/+4
| | | | Notes: svn path=/head/; revision=201798
* - Update to 1.10Cheng-Lung Sung2007-10-172-4/+4
| | | | Notes: svn path=/head/; revision=201586
* - Update to 1.09Cheng-Lung Sung2007-10-142-6/+6
| | | | Notes: svn path=/head/; revision=201448
* - Update to 1.05Cheng-Lung Sung2007-07-102-4/+4
| | | | Notes: svn path=/head/; revision=195335
* - Update to 1.04Cheng-Lung Sung2007-04-253-5/+4
| | | | Notes: svn path=/head/; revision=190842
* This module will provide a coherent API to bring togetherCheng-Lung Sung2007-04-074-0/+36
the various JSON modules currently on CPAN. This module will allow you to code to any JSON API and have it work regardless of which JSON module is actually installed. WWW: http://search.cpan.org/dist/JSON-Any/ Notes: svn path=/head/; revision=189406