aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Data-Google-Visualization-DataTable
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-16 00:00:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-16 00:00:55 +0000
commitd2abd6549f7831ce6f74a8c9118308df56ffbddb (patch)
treed6e86949d5fc12c6fb9ee5848cec7393b843dfed /graphics/p5-Data-Google-Visualization-DataTable
parent1430a94518b95d97d71ba95a20f3a53cea6c6836 (diff)
downloadports-d2abd6549f7831ce6f74a8c9118308df56ffbddb.tar.gz
ports-d2abd6549f7831ce6f74a8c9118308df56ffbddb.zip
Add LICENSE_FILE
- Clean up PLIST - Update pkg-descr - Take maintainership
Notes
Notes: svn path=/head/; revision=470091
Diffstat (limited to 'graphics/p5-Data-Google-Visualization-DataTable')
-rw-r--r--graphics/p5-Data-Google-Visualization-DataTable/Makefile5
-rw-r--r--graphics/p5-Data-Google-Visualization-DataTable/pkg-descr17
-rw-r--r--graphics/p5-Data-Google-Visualization-DataTable/pkg-plist1
3 files changed, 15 insertions, 8 deletions
diff --git a/graphics/p5-Data-Google-Visualization-DataTable/Makefile b/graphics/p5-Data-Google-Visualization-DataTable/Makefile
index c699e602093c..754b797ca208 100644
--- a/graphics/p5-Data-Google-Visualization-DataTable/Makefile
+++ b/graphics/p5-Data-Google-Visualization-DataTable/Makefile
@@ -7,14 +7,15 @@ CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Easily create Google DataTable objects for the Google Visulization API
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-JSON-XS>=2.0:converters/p5-JSON-XS
-RUN_DEPENDS= p5-JSON-XS>=2.0:converters/p5-JSON-XS
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
diff --git a/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr b/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr
index 31cda3da1057..a8f806bedded 100644
--- a/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr
+++ b/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr
@@ -1,8 +1,15 @@
-Easily create Google DataTable objects for the Google Visulization API.
+Google's excellent Visualization suite requires you to format your Javascript
+data very carefully. It's entirely possible to do this by hand, especially with
+the help of the most excellent JSON::XS but it's a bit fiddly, largely because
+Perl doesn't natively support data types and Google's API accepts a super-set of
+JSON - see "JSON vs Javascript" below.
-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.
+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.
+
+Every effort has been made to keep naming conventions as close as possible to
+those in the API itself.
WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataTable/
diff --git a/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist b/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist
index 4375ca2339c0..0a82a2145564 100644
--- a/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist
+++ b/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist
@@ -1,3 +1,2 @@
%%SITE_PERL%%/Data/Google/Visualization/DataTable.pm
-@comment %%SITE_PERL%%/Data/Google/Visualization/DataTable.pm.orig
%%PERL5_MAN3%%/Data::Google::Visualization::DataTable.3.gz