aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Data-Google-Visualization-DataSource
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-16 00:00:50 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-16 00:00:50 +0000
commit1430a94518b95d97d71ba95a20f3a53cea6c6836 (patch)
treecf3377ec8ae62f37e2c008d3961e62026a7daf13 /graphics/p5-Data-Google-Visualization-DataSource
parentc9e6d07317892af690b427dfa635c20b1d591802 (diff)
downloadports-1430a94518b95d97d71ba95a20f3a53cea6c6836.tar.gz
ports-1430a94518b95d97d71ba95a20f3a53cea6c6836.zip
Add LICENSE_FILE
- Add NO_ARCH - Update pkg-descr - Take maintainership
Notes
Notes: svn path=/head/; revision=470090
Diffstat (limited to 'graphics/p5-Data-Google-Visualization-DataSource')
-rw-r--r--graphics/p5-Data-Google-Visualization-DataSource/Makefile6
-rw-r--r--graphics/p5-Data-Google-Visualization-DataSource/pkg-descr15
2 files changed, 12 insertions, 9 deletions
diff --git a/graphics/p5-Data-Google-Visualization-DataSource/Makefile b/graphics/p5-Data-Google-Visualization-DataSource/Makefile
index bff698447252..3ab55b1851ee 100644
--- a/graphics/p5-Data-Google-Visualization-DataSource/Makefile
+++ b/graphics/p5-Data-Google-Visualization-DataSource/Makefile
@@ -7,18 +7,20 @@ CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl helper class for the Google Chart Tools Datasource Protocol
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Clone>=0:devel/p5-Clone \
p5-Data-Google-Visualization-DataTable>=0:graphics/p5-Data-Google-Visualization-DataTable \
- p5-JSON-XS>=2.0:converters/p5-JSON-XS \
+ p5-JSON-XS>=0:converters/p5-JSON-XS \
p5-Moose>=0:devel/p5-Moose
RUN_DEPENDS:= ${BUILD_DEPENDS}
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
diff --git a/graphics/p5-Data-Google-Visualization-DataSource/pkg-descr b/graphics/p5-Data-Google-Visualization-DataSource/pkg-descr
index 554503ebb727..5f367916b259 100644
--- a/graphics/p5-Data-Google-Visualization-DataSource/pkg-descr
+++ b/graphics/p5-Data-Google-Visualization-DataSource/pkg-descr
@@ -1,11 +1,12 @@
-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.
+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. It's also got somewhat confusing documentation, and some non-obvious
+rules for generating certain message classes.
-Data::Google::Visualization::DataTable takes care of preparing data for the
-API.
+Data::Google::Visualization::DataTable takes care of preparing data for the API,
+but this module implements the Google Chart Tools Datasource Protocol, or Google
+Visualization API wire protocol, or whatever it is they've decided to call it
+this week.
WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataSource/