import p5-Chart-Math-Axis
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. ok jasper@
This commit is contained in:
parent
8864638839
commit
8ddf6b51ba
23
math/p5-Chart-Math-Axis/Makefile
Normal file
23
math/p5-Chart-Math-Axis/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/13 08:00:55 simon Exp $
|
||||
|
||||
COMMENT= algorithm to find good values for chart axis
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Chart-Math-Axis-1.01
|
||||
CATEGORIES= math graphics
|
||||
|
||||
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
CPAN_AUTHOR= ADAMK
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= :p5-Clone->=0.27:devel/p5-Clone \
|
||||
::devel/p5-Params-Util
|
||||
REGRESS_DEPENDS=::devel/p5-Test-Taint
|
||||
|
||||
.include <bsd.port.mk>
|
5
math/p5-Chart-Math-Axis/distinfo
Normal file
5
math/p5-Chart-Math-Axis/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Chart-Math-Axis-1.01.tar.gz) = cQyMVaVsPdcn2yfzHV8jwA==
|
||||
RMD160 (Chart-Math-Axis-1.01.tar.gz) = 4B3ObvjTjbo/4/6Scqou2ASqXec=
|
||||
SHA1 (Chart-Math-Axis-1.01.tar.gz) = gXF2MP1MRQsSM/tdxYBhWsr06Us=
|
||||
SHA256 (Chart-Math-Axis-1.01.tar.gz) = oYVzA9jeuY3ifQSyCBmghUCWddPFowQPO6JEksNMD04=
|
||||
SIZE (Chart-Math-Axis-1.01.tar.gz) = 16613
|
4
math/p5-Chart-Math-Axis/pkg/DESCR
Normal file
4
math/p5-Chart-Math-Axis/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
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.
|
5
math/p5-Chart-Math-Axis/pkg/PLIST
Normal file
5
math/p5-Chart-Math-Axis/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/13 08:00:55 simon Exp $
|
||||
${P5SITE}/Chart/
|
||||
${P5SITE}/Chart/Math/
|
||||
${P5SITE}/Chart/Math/Axis.pm
|
||||
@man man/man3p/Chart::Math::Axis.3p
|
Loading…
x
Reference in New Issue
Block a user