Port details |
- p5-Chart-Clicker Powerful, extensible charting
- 2.90_1 graphics =2 2.90_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2006-08-23 13:43:03
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Chart-Clicker
- Description:
- Chart::Clicker aims to be a powerful, extensible charting package that
creates really pretty output.
Clicker leverages the power of Cairo to create snazzy 2D graphics easily and
quickly.
At it's core Clicker is more of a toolkit for creating charts. It's
interface is a bit more complex because making pretty charts requires
attention and care. Some fine defaults are established to make getting
started easier, but to really unleash the potential of Clicker you must roll
up your sleeves and build things by hand.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Chart-Clicker>0:graphics/p5-Chart-Clicker
- To install the port:
- cd /usr/ports/graphics/p5-Chart-Clicker/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/p5-Chart-Clicker
- pkg install p5-Chart-Clicker
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Chart-Clicker
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1481901477
SHA256 (Chart-Clicker-2.90.tar.gz) = 17f4c66262fed74889e723b90cde59efa0883accd7d4175d81a8b0f88c85fa9e
SIZE (Chart-Clicker-2.90.tar.gz) = 73758
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-Color-Scheme>=0 : graphics/p5-Color-Scheme
- p5-Moose>=0 : devel/p5-Moose
- p5-DateTime>=0 : devel/p5-DateTime
- p5-DateTime-Set>=0 : devel/p5-DateTime-Set
- p5-Geometry-Primitive>=0 : graphics/p5-Geometry-Primitive
- p5-Graphics-Color>=0 : graphics/p5-Graphics-Color
- p5-Graphics-Primitive>=0 : graphics/p5-Graphics-Primitive
- p5-Graphics-Primitive-Driver-Cairo>=0 : graphics/p5-Graphics-Primitive-Driver-Cairo
- p5-Layout-Manager>=0 : graphics/p5-Layout-Manager
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Color-Scheme>=0 : graphics/p5-Color-Scheme
- p5-Moose>=0 : devel/p5-Moose
- p5-DateTime>=0 : devel/p5-DateTime
- p5-DateTime-Set>=0 : devel/p5-DateTime-Set
- p5-Geometry-Primitive>=0 : graphics/p5-Geometry-Primitive
- p5-Graphics-Color>=0 : graphics/p5-Graphics-Color
- p5-Graphics-Primitive>=0 : graphics/p5-Graphics-Primitive
- p5-Graphics-Primitive-Driver-Cairo>=0 : graphics/p5-Graphics-Primitive-Driver-Cairo
- p5-Layout-Manager>=0 : graphics/p5-Layout-Manager
- 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-Clicker
- 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) |
2.90_1 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 ) |
2.90_1 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 ) |
2.90_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.90_1 09 Jul 2018 08:40:18 |
mat |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
2.90_1 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 |
2.90_1 04 Jan 2018 20:12:28 |
sunpoet |
Fix *_DEPENDS: this port does not depend on MooseX::AttributeHelpers
- Bump PORTREVISION for dependency change |
2.90 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.90 17 Dec 2016 12:58:00 |
sunpoet |
- Update to 2.90
- Add LICENSE_FILE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes |
2.88 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.88 03 Jan 2015 17:14:14 |
sunpoet |
- Update to 2.88
- Sort PLIST
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes |
2.87_1 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 ) |
2.87 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
2.87 10 Feb 2014 23:18:46 |
ehaupt |
Update to 2.87 |
2.86 05 Nov 2013 01:33:02 |
vanilla |
Support STAGEDIR. |
2.86 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
2.86 21 Aug 2013 13:53:15 |
mat |
Update to 2.86 |
2.85 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.85 31 May 2013 15:16:42 |
miwi |
- Do not try to remove dirs. not created by the port
Reported by: pkg (DEVELOPER_MODE) |
2.85 24 Mar 2013 06:14:37 |
sunpoet |
- Update to 2.85
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes |
2.84 24 Jan 2013 12:45:45 |
tobez |
Update to 2.84.
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes |
2.83 22 Jun 2012 08:48:48 |
sunpoet |
- Update to 2.83
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes |
2.82 21 Jun 2012 15:07:14 |
sunpoet |
- Update to 2.82
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes |
2.81_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.81 28 Mar 2012 04:00:43 |
sunpoet |
- Update to 2.81
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes
Feature safe: yes |
2.80 08 Mar 2012 08:45:03 |
sunpoet |
- Update to 2.80
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes |
2.79 19 Feb 2012 10:51:02 |
sunpoet |
- Update to 2.79
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes |
2.78 17 Feb 2012 18:47:41 |
sunpoet |
- Update to 2.78
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes |
2.77 15 Feb 2012 05:10:51 |
sunpoet |
- Update to 2.77
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes |
2.76 15 Dec 2011 07:02:26 |
sunpoet |
- Update to 2.76
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes |
2.75 06 Dec 2011 04:09:03 |
sunpoet |
- Update to 2.75
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes
Feature safe: yes |
2.74 15 Nov 2011 01:59:28 |
clsung |
- Updte to 2.74
Feature safe: yes |
2.73 05 Nov 2011 16:08:36 |
sunpoet |
- Update to 2.73
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes |
2.72 07 Oct 2011 11:22:46 |
culot |
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de> |
2.72 10 Sep 2011 12:11:02 |
sunpoet |
- Update to 2.72
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes |
2.71 01 Sep 2011 13:34:47 |
sunpoet |
- Update to 2.71
- Sort *_DEPENDS
- Add TEST_DEPENDS
- Pet portlint
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes |
2.69 09 Jun 2011 06:51:11 |
bapt |
- update to 2.69
- add licenses |
2.68 30 May 2011 20:41:52 |
bapt |
- update to 2.68
- changes: http://cpansearch.perl.org/src/GPHAT/Chart-Clicker-2.68/Changes |
2.67 20 Feb 2011 08:45:42 |
wen |
- Update to 2.67
ChangeLog: http://cpansearch.perl.org/src/GPHAT/Chart-Clicker-2.67/Changes |
2.65 01 Sep 2010 06:39:33 |
bapt |
- Update to 2.65
Approved by: mentors (implicit) |
2.64 10 Jun 2010 01:34:28 |
pgollucci |
- Update to 2.64
With Hat: perl@
Changes: http:/search.cpan.org/dist/Chart-Clicker/Changes |
2.60_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.60 21 Mar 2010 04:04:24 |
wen |
- Update to 2.60 |
2.59 09 Mar 2010 12:48:58 |
tobez |
Update to 2.59.
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes |
2.58 25 Jan 2010 21:55:49 |
tobez |
Update to 2.58.
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes |
2.56 14 Jan 2010 05:57:15 |
wen |
- Update to 2.56 |
2.54 11 Jan 2010 01:57:17 |
pgollucci |
- Update to 2.54 |
2.53 17 Dec 2009 06:56:33 |
wen |
- Update to 2.53 |
2.52 15 Dec 2009 06:24:22 |
pgollucci |
- Update to 2.52 |
2.49 01 Dec 2009 01:19:35 |
wen |
- Update to 2.49
- Flip RUN_DEPENDS and BUILD_DEPENDS
PR: ports/140957
Submitted by: Sahil Tandon <sahil@tandon.net> |
2.44 27 Sep 2009 18:25:16 |
tobez |
Update to 2.44.
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes
Feature safe: yes |
2.42 02 Sep 2009 11:55:55 |
tobez |
Update to 2.42.
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes |
2.36 28 Aug 2009 17:37:26 |
linimon |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
2.36 23 Jul 2009 17:26:11 |
pgollucci |
- Update to 2.36
PR: ports/136537
Approved by: maintainer timeout (chinsan; 14 days)
Submitted by: myself (pgollucci@) |
2.33 16 Jun 2009 02:25:54 |
pgollucci |
- Update to 2.33
PR: ports/135131
Approved by: maintainer timeout (chinsan; 2 weeks)
Submitted by: pgollucci@ (myself) |
2.19 27 Mar 2009 11:44:13 |
chinsan |
- Update to 2.19 |
2.18 25 Mar 2009 12:56:30 |
chinsan |
- Update to 2.18
- Sort pkg-plist |
2.17 03 Jan 2009 06:41:54 |
chinsan |
- Update to 2.17 |
2.11 04 Oct 2008 05:44:54 |
chinsan |
- Update to 2.11 |
2.07 03 Sep 2008 10:47:29 |
chinsan |
- Update to 2.07 |
2.06 31 Aug 2008 15:05:46 |
chinsan |
- Update to 2.06 |
2.05 30 Aug 2008 23:11:46 |
chinsan |
- Update to 2.05 |
1.4.2 23 Dec 2007 18:34:13 |
chinsan |
- Update to 1.4.2. |
1.4.1 16 Dec 2007 04:34:40 |
chinsan |
- Update to 1.4.1 |
1.4.0 26 Oct 2007 10:30:29 |
chinsan |
- Update to 1.4.0 |
1.2.1 08 Oct 2007 19:18:19 |
chinsan |
- Update to 1.2.1. |
1.1.8 07 Sep 2007 04:45:54 |
chinsan |
- Update to 1.1.8.
- Use the CPAN site macro. |
1.1.6_1 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.1.6 15 Mar 2007 14:17:44 |
rafan |
- Update to 1.1.6
PR: ports/110290
Submitted by: chinsan (maintainer) |
1.1.5 25 Feb 2007 14:40:44 |
clsung |
- Update to 1.1.5
PR: ports/109518
Submitted by: clsung
Approved by: maintainer (chinsan) |
1.1.4 18 Jan 2007 06:59:46 |
rafan |
- Update to 1.1.4
PR: ports/108045
Submitted by: chinsan (maintainer) |
1.1.3 14 Nov 2006 05:28:52 |
clsung |
- Update to latest version. (1.1.3)
- change SUBDIR
- reorder some listing
PR: ports/103507
Submitted by: clsung
Approved by: maintainer (chinsan) |
1.0.2 03 Oct 2006 15:34:44 |
chinsan |
Change the following ports to my FreeBSD.org email.
Approved by: delphij (mentor)
archivers/pecl-bz2/Makefile
archivers/pecl-lzf/Makefile
archivers/pecl-rar/Makefile
audio/fapg/Makefile
audio/pecl-id3/Makefile
chinese/CJKUnifonts/Makefile
chinese/auto-tw-l10n/Makefile
chinese/dfsongsd/Makefile
chinese/fortunetw/Makefile
chinese/gcin/Makefile
chinese/joe/Makefile
chinese/joe2/Makefile (Only the first 15 lines of the commit message are shown above ) |
1.0.2 23 Aug 2006 13:42:30 |
miwi |
hart::Clicker aims to be a powerful, extensible charting package that
creates really pretty output.
Clicker leverages the power of Cairo to create snazzy 2D graphics easily and
quickly.
At it's core Clicker is more of a toolkit for creating charts. It's
interface is a bit more complex because making pretty charts requires
attention and care. Some fine defaults are established to make getting
started easier, but to really unleash the potential of Clicker you must roll
up your sleeves and build things by hand.
WWW: http://search.cpan.org/dist/Chart-Clicker/
PR: ports/102070
Submitted by: chinsan <chinsan.tw(at)gmail.com>
Approved by: krion (mentor) |