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/
This commit is contained in:
parent
6d5a3845f8
commit
8a7378e659
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238174
@ -598,6 +598,7 @@
|
||||
SUBDIR += p5-Image-Compare
|
||||
SUBDIR += p5-Image-ExifTool
|
||||
SUBDIR += p5-Image-Grab
|
||||
SUBDIR += p5-Image-Heatmap
|
||||
SUBDIR += p5-Image-IPTCInfo
|
||||
SUBDIR += p5-Image-Imlib2
|
||||
SUBDIR += p5-Image-Info
|
||||
|
24
graphics/p5-Image-Heatmap/Makefile
Normal file
24
graphics/p5-Image-Heatmap/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: p5-Image-Heatmap
|
||||
# Date created: 2009-07-20
|
||||
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Image-Heatmap
|
||||
PORTVERSION= 0.556
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= CPAN/../../authors/id/W/WA/WAZZUTEKE
|
||||
|
||||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
COMMENT= Build heatmap images
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Image::Heatmap.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/p5-Image-Heatmap/distinfo
Normal file
3
graphics/p5-Image-Heatmap/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Image-Heatmap-0.556.tar.gz) = 8280bd4eca069d67cf5d83db46a5eb35
|
||||
SHA256 (Image-Heatmap-0.556.tar.gz) = 165279b3a058ff2da4a8d66a08eb3a6f723ba83bc9cb9ea1406f17d9814c5a2b
|
||||
SIZE (Image-Heatmap-0.556.tar.gz) = 25936
|
4
graphics/p5-Image-Heatmap/pkg-descr
Normal file
4
graphics/p5-Image-Heatmap/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
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/
|
9
graphics/p5-Image-Heatmap/pkg-plist
Normal file
9
graphics/p5-Image-Heatmap/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/Image/Heatmap.pm
|
||||
%%SITE_PERL%%/Image/Heatmap/bolilla.png
|
||||
%%SITE_PERL%%/Image/Heatmap/colors.png
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Heatmap/.packlist
|
||||
@dirrm %%SITE_PERL%%/Image/Heatmap
|
||||
@dirrmtry %%SITE_PERL%%/Image
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Heatmap
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image
|
Loading…
Reference in New Issue
Block a user