Date: Wed, 15 Dec 1999 17:49:13 -0500 (EST) From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15509: New port: p5-Chart-PNGgraph Message-ID: <199912152249.RAA27070@khavrinen.lcs.mit.edu>
next in thread | raw e-mail | index | archive | help
>Number: 15509 >Category: ports >Synopsis: New port: p5-Chart-PNGgraph >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 15 14:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Garrett Wollman >Release: FreeBSD 4.0-CURRENT i386 >Organization: MIT Laboratory for Computer Science >Environment: Irrelevant. >Description: I was in desperate need of some way to generate pie charts. The only thing that looked like it would do the trick was this Perl module. Note that it requires an upgrade of p5-GD before it will operate. >How-To-Repeat: cd /usr/ports/math; more */pkg/DESCR >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-PNGgraph # p5-Chart-PNGgraph/Makefile # p5-Chart-PNGgraph/files # p5-Chart-PNGgraph/files/md5 # p5-Chart-PNGgraph/pkg # p5-Chart-PNGgraph/pkg/PLIST # p5-Chart-PNGgraph/pkg/COMMENT # p5-Chart-PNGgraph/pkg/PLIST~ # p5-Chart-PNGgraph/pkg/DESCR # echo c - p5-Chart-PNGgraph mkdir -p p5-Chart-PNGgraph > /dev/null 2>&1 echo x - p5-Chart-PNGgraph/Makefile sed 's/^X//' >p5-Chart-PNGgraph/Makefile << 'END-of-p5-Chart-PNGgraph/Makefile' X# New ports collection makefile for: p5-Chart-PNGgraph X# Version required: 1.13 X# Date Created: 15 December 1999 X# Whom: Garrett Wollman <wollman@lcs.mit.edu> X# X# $FreeBSD$ X# X XDISTNAME= Chart-PNGgraph-1.13 XCATEGORIES= graphics perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Chart X XMAINTAINER= ports@freebsd.org X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD X XUSE_PERL5= YES XBROKEN= "Requires GD 1.20 or higher." X XMAN3= Chart::PNGgraph.3 Chart::PNGgraph::colour.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xdo-configure: X @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL X X.include <bsd.port.mk> END-of-p5-Chart-PNGgraph/Makefile echo c - p5-Chart-PNGgraph/files mkdir -p p5-Chart-PNGgraph/files > /dev/null 2>&1 echo x - p5-Chart-PNGgraph/files/md5 sed 's/^X//' >p5-Chart-PNGgraph/files/md5 << 'END-of-p5-Chart-PNGgraph/files/md5' XMD5 (Chart-PNGgraph-1.13.tar.gz) = dbf22d8b60edd78f5a24e83febbe2dd6 END-of-p5-Chart-PNGgraph/files/md5 echo c - p5-Chart-PNGgraph/pkg mkdir -p p5-Chart-PNGgraph/pkg > /dev/null 2>&1 echo x - p5-Chart-PNGgraph/pkg/PLIST sed 's/^X//' >p5-Chart-PNGgraph/pkg/PLIST << 'END-of-p5-Chart-PNGgraph/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/linespoints.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/bars.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/area.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/lines.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/points.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/pie.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/utils.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/axestype.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/colour.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/mixed.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph.pm X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart END-of-p5-Chart-PNGgraph/pkg/PLIST echo x - p5-Chart-PNGgraph/pkg/COMMENT sed 's/^X//' >p5-Chart-PNGgraph/pkg/COMMENT << 'END-of-p5-Chart-PNGgraph/pkg/COMMENT' XAnother Perl module for generating presentation graphics (i.e., charts)END-of-p5-Chart-PNGgraph/pkg/COMMENT echo x - p5-Chart-PNGgraph/pkg/PLIST~ sed 's/^X//' >p5-Chart-PNGgraph/pkg/PLIST~ << 'END-of-p5-Chart-PNGgraph/pkg/PLIST~' Xlib/perl5/site_perl/%%PERL_VER%%/Chart.pod Xlib/perl5/site_perl/%%PERL_VER%%/Chart/Bars.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/Base.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/Composite.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/Lines.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/LinesPoints.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/Points.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/StackedBars.pm X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart END-of-p5-Chart-PNGgraph/pkg/PLIST~ echo x - p5-Chart-PNGgraph/pkg/DESCR sed 's/^X//' >p5-Chart-PNGgraph/pkg/DESCR << 'END-of-p5-Chart-PNGgraph/pkg/DESCR' XChart::PNGgraph is a perl5 module to create and display XPNG output for a graph. The following classes for graphs Xwith axes are defined: X XChart::PNGgraph::lines X Create a line chart. X XChart::PNGgraph::bars X Create a bar chart. X XChart::PNGgraph::points X Create an chart, displaying the data as points. X XChart::PNGgraph::linespoints X Combination of lines and points. X XChart::PNGgraph::area X Create a graph, representing the data as areas under a X line. X XChart::PNGgraph::mixed X Create a mixed type graph, any combination of the X above. At the moment this is fairly limited. Some of X the options that can be used with some of the X individual graph types won't work very well. Multiple X bar graphs in a mixed graph won't display very nicely. X XAdditional types: X XChart::PNGgraph::pie X Create a pie chart. END-of-p5-Chart-PNGgraph/pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912152249.RAA27070>