Port details |
- p5-Chart-Math-Axis Implements an algorithm to find good values for chart axis
- 1.06_1 math =2 1.06_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2003-05-18 14:34:32
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: graphics perl5
- License: not specified in port
- WWW:
- https://metacpan.org/release/Chart-Math-Axis
- Description:
- Chart::Math::Axis implements in a generic way an algorithm for finding a
set of ideal values for an axis. That is, for any given set of data,
what should the top and bottom of the axis scale be, and what should the
interval between the ticks be.
The terms top and bottom are used throughout this module, as it's
primary use is for determining the Y axis. For calculating the X axis,
you should think of 'top' as 'right', and 'bottom' as 'left'.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Chart-Math-Axis>0:math/p5-Chart-Math-Axis
- To install the port:
- cd /usr/ports/math/p5-Chart-Math-Axis/ && make install clean
- To add the package, run one of these commands:
- pkg install math/p5-Chart-Math-Axis
- pkg install p5-Chart-Math-Axis
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Chart-Math-Axis
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Chart-Math-Axis-1.06.tar.gz) = ad3e954487f132cdecc3a05d570aacc00e361ea50c4d2b6baeb8e260ceaab9f1
SIZE (Chart-Math-Axis-1.06.tar.gz) = 34217
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:
-
- p5-Params-Util>=0.15 : devel/p5-Params-Util
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Params-Util>=0.15 : devel/p5-Params-Util
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/cvsmonitor
- for Run
-
- devel/cvsmonitor
Configuration Options:
- No options to configure
- Options name:
- math_p5-Chart-Math-Axis
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.06_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.06_1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.06_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.06_1 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
1.06_1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.06_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.06_1 26 Nov 2014 13:08:38 |
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 ) |
1.06 05 Nov 2013 06:56:19 |
vanilla |
Support STAGEDIR. |
1.06 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.06 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.06 12 Apr 2011 15:16:17 |
skv |
Update to 1.06
Changes:
http://cpansearch.perl.org/src/ADAMK/Chart-Math-Axis-1.06/Changes |
1.05_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.05_1 27 Jan 2010 01:47:48 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 10).
Approved by: portmgr (itetcu) |
1.05 23 Feb 2009 14:18:38 |
skv |
Update to 1.05
Changes:
http://cpansearch.perl.org/src/ADAMK/Chart-Math-Axis-1.05/Changes
PR: ports/131393
Submitted by: pgollucci |
1.04 30 Nov 2008 18:28:09 |
pav |
- Catch up with Params::Util which now lives under ${PERL_ARCH}
Reported by: pointyhat |
1.04 14 Feb 2008 14:53:46 |
skv |
Update to 1.04 |
1.01 27 Oct 2007 01:20:46 |
chinsan |
- Update to 1.01
- Use CPAN macro
PR: ports/117154
Submitted by: chinsan
Approved by: maintainer timeout |
1.00 10 Nov 2006 20:20:41 |
skv |
Update to 1.00
Changes: http://search.cpan.org/src/ADAMK/Chart-Math-Axis-1.00/Changes |
0.3_1 22 Jan 2006 12:56:47 |
edwin |
SHA256ify
Approved by: krion@ |
0.3_1 22 Jan 2006 02:26:24 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.3_1 06 Jul 2005 13:24:19 |
skv |
Add missed dependency on devel/p5-Clone
Reported by: Philippe Waelti <philippe.waelti at eivd.ch> |
0.3 27 Jan 2005 10:24:21 |
skv |
Update to 0.3 |
0.2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.2 08 Dec 2003 17:29:11 |
skv |
Updated to 0.2 |
0.1 18 May 2003 14:33:51 |
skv |
Add p5-Chart-Math-Axis 0.1,
implements an algorithm to find good
values for chart axis. |