Index: head/graphics/p5-Data-Google-Visualization-DataTable/Makefile =================================================================== --- head/graphics/p5-Data-Google-Visualization-DataTable/Makefile (revision 470090) +++ head/graphics/p5-Data-Google-Visualization-DataTable/Makefile (revision 470091) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= Data-Google-Visualization-DataTable PORTVERSION= 0.11 PORTREVISION= 1 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 NO_ARCH= yes .include Index: head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr =================================================================== --- head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr (revision 470090) +++ head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr (revision 470091) @@ -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/ Property changes on: head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist =================================================================== --- head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist (revision 470090) +++ head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist (revision 470091) @@ -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 Property changes on: head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property