aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Chart-Math-Axis
Commit message (Collapse)AuthorAgeFilesLines
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* 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
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+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
* Support STAGEDIR.Vanilla I. Shu2013-11-052-7/+5
| | | | Notes: svn path=/head/; revision=332813
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 1.06Sergey Skvortsov2011-04-122-8/+6
| | | | | | | Changes: http://cpansearch.perl.org/src/ADAMK/Chart-Math-Axis-1.06/Changes Notes: svn path=/head/; revision=272618
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-271-3/+2
| | | | | | | | | (part 10). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248658
* Update to 1.05Sergey Skvortsov2009-02-232-4/+4
| | | | | | | | | Changes: http://cpansearch.perl.org/src/ADAMK/Chart-Math-Axis-1.05/Changes PR: ports/131393 Submitted by: pgollucci Notes: svn path=/head/; revision=228908
* - Catch up with Params::Util which now lives under ${PERL_ARCH}Pav Lucistnik2008-11-301-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=223634
* Update to 1.04Sergey Skvortsov2008-02-142-4/+4
| | | | Notes: svn path=/head/; revision=207199
* - Update to 1.01Chin-San Huang2007-10-272-6/+5
| | | | | | | | | | | - Use CPAN macro PR: ports/117154 Submitted by: chinsan Approved by: maintainer timeout Notes: svn path=/head/; revision=202116
* Update to 1.00Sergey Skvortsov2006-11-102-5/+5
| | | | | | | Changes: http://search.cpan.org/src/ADAMK/Chart-Math-Axis-1.00/Changes Notes: svn path=/head/; revision=177022
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154114
* Add missed dependency on devel/p5-CloneSergey Skvortsov2005-07-061-1/+3
| | | | | | | Reported by: Philippe Waelti <philippe.waelti at eivd.ch> Notes: svn path=/head/; revision=138583
* Update to 0.3Sergey Skvortsov2005-01-273-6/+3
| | | | Notes: svn path=/head/; revision=127467
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Updated to 0.2Sergey Skvortsov2003-12-082-2/+2
| | | | Notes: svn path=/head/; revision=95399
* Add p5-Chart-Math-Axis 0.1,Sergey Skvortsov2003-05-184-0/+47
implements an algorithm to find good values for chart axis. Notes: svn path=/head/; revision=81251