svn commit: r470091 - head/graphics/p5-Data-Google-Visualization-DataTable

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 16 00:00:57 UTC 2018


Author: sunpoet
Date: Wed May 16 00:00:55 2018
New Revision: 470091
URL: https://svnweb.freebsd.org/changeset/ports/470091

Log:
  Add LICENSE_FILE
  
  - Clean up PLIST
  - Update pkg-descr
  - Take maintainership

Modified:
  head/graphics/p5-Data-Google-Visualization-DataTable/Makefile
  head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr   (contents, props changed)
  head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist   (contents, props changed)

Modified: head/graphics/p5-Data-Google-Visualization-DataTable/Makefile
==============================================================================
--- head/graphics/p5-Data-Google-Visualization-DataTable/Makefile	Wed May 16 00:00:50 2018	(r470090)
+++ head/graphics/p5-Data-Google-Visualization-DataTable/Makefile	Wed May 16 00:00:55 2018	(r470091)
@@ -7,14 +7,15 @@ CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at 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

Modified: head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr
==============================================================================
--- head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr	Wed May 16 00:00:50 2018	(r470090)
+++ head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr	Wed May 16 00:00:55 2018	(r470091)
@@ -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/

Modified: head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist
==============================================================================
--- head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist	Wed May 16 00:00:50 2018	(r470090)
+++ head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist	Wed May 16 00:00:55 2018	(r470091)
@@ -1,3 +1,2 @@
 %%SITE_PERL%%/Data/Google/Visualization/DataTable.pm
- at comment %%SITE_PERL%%/Data/Google/Visualization/DataTable.pm.orig
 %%PERL5_MAN3%%/Data::Google::Visualization::DataTable.3.gz


More information about the svn-ports-all mailing list