Perl helper class for implementing the Google Chart Tools Datasource Protocol.
The Google Visualization API is a nifty bit of kit for generating pretty pictures from your data. By design it has a fair amount of Google-cruft, such as non-standard JSON and stuffing configuration options in to a single CGI query parameter. Data::Google::Visualization::DataTable takes care of preparing data for the API. WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataSource/ PR: 204060 Submitted by: jeremybbaggs@gmail.com Approved by: mat (mentor) Differential Revision: D4640
This commit is contained in:
parent
ad1e28ca76
commit
3b38c77f21
@ -728,6 +728,7 @@
|
|||||||
SUBDIR += p5-URI-GoogleChart
|
SUBDIR += p5-URI-GoogleChart
|
||||||
SUBDIR += p5-VCG
|
SUBDIR += p5-VCG
|
||||||
SUBDIR += p5-Visio
|
SUBDIR += p5-Visio
|
||||||
|
SUBDIR += p5-Data-Google-Visualization-DataSource
|
||||||
SUBDIR += p5-Data-Google-Visualization-DataTable
|
SUBDIR += p5-Data-Google-Visualization-DataTable
|
||||||
SUBDIR += p5-feedgnuplot
|
SUBDIR += p5-feedgnuplot
|
||||||
SUBDIR += p5-ming
|
SUBDIR += p5-ming
|
||||||
|
|||||||
24
graphics/p5-Data-Google-Visualization-DataSource/Makefile
Normal file
24
graphics/p5-Data-Google-Visualization-DataSource/Makefile
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= Data-Google-Visualization-DataSource
|
||||||
|
PORTVERSION= 0.01
|
||||||
|
CATEGORIES= graphics perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= jeremybbaggs@gmail.com
|
||||||
|
COMMENT= Perl helper class for the Google Chart Tools Datasource Protocol
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
|
BUILD_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
|
||||||
|
p5-Data-Google-Visualization-DataTable>=0:${PORTSDIR}/graphics/p5-Data-Google-Visualization-DataTable \
|
||||||
|
p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS \
|
||||||
|
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
|
||||||
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (Data-Google-Visualization-DataSource-0.01.tar.gz) = c11178e5bcd3d80c9d8d8f515525b39f096850a0bbe2ac4bb947f571984b2e2f
|
||||||
|
SIZE (Data-Google-Visualization-DataSource-0.01.tar.gz) = 15636
|
||||||
11
graphics/p5-Data-Google-Visualization-DataSource/pkg-descr
Normal file
11
graphics/p5-Data-Google-Visualization-DataSource/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Perl helper class for implementing the Google Chart Tools Datasource Protocol.
|
||||||
|
|
||||||
|
The Google Visualization API is a nifty bit of kit for generating pretty
|
||||||
|
pictures from your data. By design it has a fair amount of Google-cruft, such
|
||||||
|
as non-standard JSON and stuffing configuration options in to a single CGI
|
||||||
|
query parameter.
|
||||||
|
|
||||||
|
Data::Google::Visualization::DataTable takes care of preparing data for the
|
||||||
|
API.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataSource/
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
%%SITE_PERL%%/Data/Google/Visualization/DataSource.pm
|
||||||
|
%%SITE_PERL%%/Data/Google/Visualization/README.pod
|
||||||
|
%%PERL5_MAN3%%/Data::Google::Visualization::DataSource.3.gz
|
||||||
|
%%PERL5_MAN3%%/Data::Google::Visualization::README.3.gz
|
||||||
Loading…
x
Reference in New Issue
Block a user