Port details |
- p5-Chart-PNGgraph Perl module for generating presentation graphics (i.e., charts)
- 1.21_8 graphics =3 1.21_8Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: aclgen, bbjd, cops, autoconf, libunicode
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Chart-PNGgraph
- Description:
- Chart::PNGgraph is a perl5 module to create and display PNG output for a graph.
The following classes for graphs with axes are defined:
Chart::PNGgraph::lines
Create a line chart.
Chart::PNGgraph::bars
Create a bar chart.
Chart::PNGgraph::points
Create an chart, displaying the data as points.
Chart::PNGgraph::linespoints
Combination of lines and points.
Chart::PNGgraph::area
Create a graph, representing the data as areas under a line.
Chart::PNGgraph::mixed
Create a mixed type graph, any combination of the above. At the moment this
is fairly limited. Some of the options that can be used with some of the
individual graph types won't work very well. Multiple bar graphs in a mixed
graph won't display very nicely.
Chart::PNGgraph::pie
Create a pie chart.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Chart-PNGgraph>0:graphics/p5-Chart-PNGgraph
- To install the port:
- cd /usr/ports/graphics/p5-Chart-PNGgraph/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/p5-Chart-PNGgraph
- pkg install p5-Chart-PNGgraph
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Chart-PNGgraph
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Chart-PNGgraph-1.21.tar.gz) = 2285d9fc23bd09b47fb990ed394ad737375daf45a74d06f6824a6894c7a28527
SIZE (Chart-PNGgraph-1.21.tar.gz) = 34284
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-GD>=0 : graphics/p5-GD
- p5-GD-Graph>=0 : graphics/p5-GD-Graph
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-GD>=0 : graphics/p5-GD
- p5-GD-Graph>=0 : graphics/p5-GD-Graph
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_p5-Chart-PNGgraph
- 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.21_8 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.21_8 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.21_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.21_8 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.21_8 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.21_8 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.21_8 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.21_8 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
1.21_8 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.21_7 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
1.21_7 09 May 2014 03:51:40 |
sunpoet |
- Add LICENSE
- Update pkg-descr
- Pass maintainership to submitter
- While I'm here, remove leading indefinite article from COMMENT
PR: ports/189340
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
1.21_7 05 Nov 2013 01:33:02 |
vanilla |
Support STAGEDIR. |
1.21_7 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.21_7 02 Aug 2013 18:21:06 |
az |
- Convert to new perl framework |
1.21_7 04 Jun 2012 16:53:46 |
az |
- Remove SITE_PERL from *_DEPENDS |
1.21_7 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.21_6 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
1.21_6 28 Dec 2011 08:20:20 |
ehaupt |
End WWW CPAN URL with a "/" |
1.21_6 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
1.21_6 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.21_5 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.21_4 23 Jan 2010 14:45:05 |
ehaupt |
- Add cpan site to WWW
- Fix indentation, fmt -w 80 |
1.21_4 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.21_3 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
1.21_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.21_2 22 Jan 2006 05:52:28 |
edwin |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.21_2 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
1.21_2 10 Apr 2004 17:11:02 |
trevor |
Cram into 80 columns by 24 rows. |
1.21_2 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.21_2 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.21_2 20 Feb 2003 18:08:19 |
knu |
de-pkg-comment |
1.21_2 30 Aug 2002 20:34:56 |
ade |
Fix dependencies, and add a patch to ignore looking
for GIF support (and bailing out in the process). |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
29 Oct 2000 22:58:08 |
steve |
Bump PORTREVISION (as I should have done with the previous commit) since these
ports now build again. |
29 Oct 2000 22:42:07 |
steve |
Use PERL_ARCH instead of i386-freebsd so these work on the Alpha as well. |
08 Oct 2000 02:35:34 |
asami |
Convert category graphics to new layout. |
14 Jul 2000 13:22:41 |
jedgar |
Conditionally remove remaining installed dirs |