From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 12 06:00:29 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 206BF37B401 for ; Mon, 12 May 2003 06:00:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38BA543FE3 for ; Mon, 12 May 2003 06:00:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4CD0RUp030665 for ; Mon, 12 May 2003 06:00:27 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4CD0R5a030664; Mon, 12 May 2003 06:00:27 -0700 (PDT) Resent-Date: Mon, 12 May 2003 06:00:27 -0700 (PDT) Resent-Message-Id: <200305121300.h4CD0R5a030664@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Kapranoff Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C47E37B401 for ; Mon, 12 May 2003 05:50:34 -0700 (PDT) Received: from ns.rrc.ru (ns.rrc.ru [217.171.4.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C03B43FD7 for ; Mon, 12 May 2003 05:50:32 -0700 (PDT) (envelope-from kappa@in-line.ru) Received: from capsule.domain (postfix@[172.18.20.248]) by ns.rrc.ru (8.10.1/8.10.1) with ESMTP id h4CCmxm10707 for ; Mon, 12 May 2003 16:49:00 +0400 Received: by capsule.domain (Postfix, from userid 1000) id AA8D11C603A; Mon, 12 May 2003 16:50:28 +0400 (MSD) Message-Id: <20030512125028.AA8D11C603A@capsule.domain> Date: Mon, 12 May 2003 16:50:28 +0400 (MSD) From: Alex Kapranoff To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52112: New port: p5-Chart-Math-Axis calculates values for chart axis X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 13:00:29 -0000 >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 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 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: