Port details |
- p5-Image-Heatmap Convert geographic coordinates into a graphical heatmap
- 0.565_3 graphics
=0 0.565_3Version of this port present on the latest quarterly branch. - Maintainer: skreuzer@FreeBSD.org
 - Port Added: 2009-07-21 14:52:22
- Last Update: 2021-12-11 13:50:53
- Commit Hash: 45526ec
- Also Listed In: perl5
- License: ART20 GPLv1
- Description:
- Effortlessly convert latitude/longitude coordinates into a graphical heatmap
of the geographical region relative the number of points outlined.
WWW: https://metacpan.org/release/Image-Heatmap
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Image-Heatmap>0:graphics/p5-Image-Heatmap
- To install the port:
- cd /usr/ports/graphics/p5-Image-Heatmap/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/p5-Image-Heatmap
- pkg install p5-Image-Heatmap
- PKGNAME: p5-Image-Heatmap
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Image-Heatmap-0.565.tar.gz) = c0a01aaac93011570daf4fd563b32c8f0a7886ce4074a6e8d6119edbf7da81c3
SIZE (Image-Heatmap-0.565.tar.gz) = 27803
- 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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- ImageMagick6>=6 : graphics/ImageMagick6
- 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-Image-Heatmap
- USES:
- magick:6,run perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Dec 2021 13:50:53 0.565_3
|
Tobias C. Berner (tcberner)  |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 0.565_3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10 Nov 2018 19:57:08
0.565_3
|
kwm  |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
27 May 2018 20:15:20
0.565_2
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
01 Apr 2016 14:00:57
0.565_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.565_2
|
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 ) |
20 Oct 2014 17:04:21
0.565_1
|
bapt  |
Cleanup plist |
30 Jan 2014 08:45:51
0.565_1
|
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 18:35:46
0.565_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
11 Sep 2013 11:44:41
0.565_1
|
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
03 Jul 2012 17:38:41
0.565_1
|
az  |
graphics/ImageMagick can change package name via PKGNAMESUFFIX.
We should not rely on this.
Reported by: Jarrod Sayers <jarrod at downtools.com.au>
Pointy hat: az@ |
29 Jun 2012 18:30:42
0.565_1
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
01 Jun 2012 05:26:28
0.565_1
|
dinoex  |
- update png to 1.5.10 |
04 Apr 2011 16:20:33
0.565
|
skreuzer  |
Change MASTER_SITE
Make COMMENT more descriptive
Add LICENSE
Remove MD5 checksum from distinfo |
26 Sep 2010 04:28:12
0.565
|
skreuzer  |
Update to 0.565 |
24 Sep 2010 02:03:44
0.559_2
|
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
28 Mar 2010 06:47:48
0.559_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.559_1
|
dinoex  |
- update to jpeg-8 |
18 Jan 2010 18:19:41
0.559
|
skreuzer  |
Update to 0.559
PR: ports/142659
Submitted by: Philip M. Gollucci <pgollucci@freebsd.org> |
03 Oct 2009 01:32:09
0.557
|
skreuzer  |
Add PKGNAMEPREFIX
Feature safe: Yes |
07 Aug 2009 14:44:28
0.557
|
skreuzer  |
Update to 0.557 |
21 Jul 2009 16:07:55
0.556
|
skreuzer  |
Change WWW to proper URL
Reported by: miwi (private email) |
21 Jul 2009 14:51:55
0.556
|
skreuzer  |
Effortlessly convert latitude/longitude coordinates into a graphical heatmap
of the geographical region relative the number of points outlined.
WWW: http://search.cpan.org/~wazzuteke/Image-Heatmap/ |