Easily create Google DataTable objects for the Google Visulization API.
This module is attempts to hide the gory details of preparing your data before sending it to a JSON serializer - more specifically, hiding some of the hoops that have to be jump through for making sure your data serializes to the right data types. WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataTable/ PR: 204061 Submitted by: jeremybbaggs@gmail.com Approved by: mat (mentor) Differential Revision: D4637
This commit is contained in:
parent
234cb62d39
commit
ad1e28ca76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404110
@ -728,6 +728,7 @@
|
||||
SUBDIR += p5-URI-GoogleChart
|
||||
SUBDIR += p5-VCG
|
||||
SUBDIR += p5-Visio
|
||||
SUBDIR += p5-Data-Google-Visualization-DataTable
|
||||
SUBDIR += p5-feedgnuplot
|
||||
SUBDIR += p5-ming
|
||||
SUBDIR += panoglview
|
||||
|
21
graphics/p5-Data-Google-Visualization-DataTable/Makefile
Normal file
21
graphics/p5-Data-Google-Visualization-DataTable/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Data-Google-Visualization-DataTable
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= jeremybbaggs@gmail.com
|
||||
COMMENT= Easily create Google DataTable objects for the Google Visulization API
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS
|
||||
RUN_DEPENDS= p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/p5-Data-Google-Visualization-DataTable/distinfo
Normal file
2
graphics/p5-Data-Google-Visualization-DataTable/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Data-Google-Visualization-DataTable-0.11.tar.gz) = 1d3b9002dd781a1dd8a7959b1c55e0a22ac9b0623e09cbeb9ff38927a04f664d
|
||||
SIZE (Data-Google-Visualization-DataTable-0.11.tar.gz) = 21002
|
@ -0,0 +1,8 @@
|
||||
Easily create Google DataTable objects for the Google Visulization API.
|
||||
|
||||
This module is attempts to hide the gory details of preparing your data
|
||||
before sending it to a JSON serializer - more specifically, hiding some
|
||||
of the hoops that have to be jump through for making sure your data
|
||||
serializes to the right data types.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataTable/
|
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/Data/Google/Visualization/DataTable.pm
|
||||
%%SITE_PERL%%/Data/Google/Visualization/DataTable.pm.orig
|
||||
%%PERL5_MAN3%%/Data::Google::Visualization::DataTable.3.gz
|
Loading…
Reference in New Issue
Block a user