Date: Mon, 12 May 2003 16:50:28 +0400 (MSD) From: Alex Kapranoff <alex@kapranoff.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52112: New port: p5-Chart-Math-Axis calculates values for chart axis Message-ID: <20030512125028.AA8D11C603A@capsule.domain> Resent-Message-ID: <200305121300.h4CD0R5a030664@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52112 >Category: ports >Synopsis: New port: p5-Chart-Math-Axis calculates values for chart axis >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 12 06:00:26 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 4.8-STABLE i386 >Organization: IN-LINE Technologies >Environment: System: FreeBSD capsule.domain 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon May 5 17:10:30 MSD 2003 root@capsule.domain:/usr/obj/usr/src/sys/CAPSULE i386 >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. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Chart-Math-Axis/ # p5-Chart-Math-Axis/Makefile # p5-Chart-Math-Axis/distinfo # p5-Chart-Math-Axis/pkg-descr # p5-Chart-Math-Axis/pkg-plist # echo c - p5-Chart-Math-Axis/ mkdir -p p5-Chart-Math-Axis/ > /dev/null 2>&1 echo x - p5-Chart-Math-Axis/Makefile sed 's/^X//' >p5-Chart-Math-Axis/Makefile << 'END-of-p5-Chart-Math-Axis/Makefile' X# New ports collection makefile for: p5-Chart-Math-Axis X# Date created: May 12th 2003 X# Whom: Alex Kapranoff <alex@kapranoff.ru> X# X# $FreeBSD$ X# X XPORTNAME= Chart-Math-Axis XPORTVERSION= 0.1 XCATEGORIES= graphics perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Chart XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@freebsd.org XCOMMENT= Perl5 module finds good values for chart axis X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Math/BigFloat.pm:${PORTSDIR}/math/p5-Math-BigInt XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XINSTALL_TARGET= pure_install X XMAN3= Chart::Math::Axis.3 XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include <bsd.port.mk> END-of-p5-Chart-Math-Axis/Makefile echo x - p5-Chart-Math-Axis/distinfo sed 's/^X//' >p5-Chart-Math-Axis/distinfo << 'END-of-p5-Chart-Math-Axis/distinfo' XMD5 (Chart-Math-Axis-0.1.tar.gz) = 10ca6a4d0792ed39ac55794f9df9eb04 END-of-p5-Chart-Math-Axis/distinfo echo x - p5-Chart-Math-Axis/pkg-descr sed 's/^X//' >p5-Chart-Math-Axis/pkg-descr << 'END-of-p5-Chart-Math-Axis/pkg-descr' XChart::Math::Axis implements in a generic way an algorithm for finding Xa set of ideal values for an axis. That is, for any given set of data, Xwhat should the top and bottom of the axis scale be, and what should Xthe interval between the ticks be. END-of-p5-Chart-Math-Axis/pkg-descr echo x - p5-Chart-Math-Axis/pkg-plist sed 's/^X//' >p5-Chart-Math-Axis/pkg-plist << 'END-of-p5-Chart-Math-Axis/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Chart/Math/Axis.pm X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Chart/Math 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Chart 2>/dev/null || true Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chart/Math/Axis/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chart/Math/Axis X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chart/Math 2>/dev/null|| true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chart 2>/dev/null|| true END-of-p5-Chart-Math-Axis/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030512125028.AA8D11C603A>