From owner-svn-ports-head@freebsd.org Wed May 16 00:00:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E68E7EDE22D; Wed, 16 May 2018 00:00:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 98B9B6B4B8; Wed, 16 May 2018 00:00:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 77D6812889; Wed, 16 May 2018 00:00:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4G00usA086043; Wed, 16 May 2018 00:00:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G00uId086041; Wed, 16 May 2018 00:00:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160000.w4G00uId086041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 16 May 2018 00:00:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470091 - head/graphics/p5-Data-Google-Visualization-DataTable X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/p5-Data-Google-Visualization-DataTable X-SVN-Commit-Revision: 470091 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:00:57 -0000 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@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 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 -@comment %%SITE_PERL%%/Data/Google/Visualization/DataTable.pm.orig %%PERL5_MAN3%%/Data::Google::Visualization::DataTable.3.gz