From owner-svn-ports-all@freebsd.org Wed May 16 00:00:51 2018 Return-Path: Delivered-To: svn-ports-all@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 72CBDEDE1A1; Wed, 16 May 2018 00:00:51 +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 245846B3D7; Wed, 16 May 2018 00:00:51 +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 E168E1287F; Wed, 16 May 2018 00:00:50 +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 w4G00oR5085902; Wed, 16 May 2018 00:00:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G00o4h085901; Wed, 16 May 2018 00:00:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160000.w4G00o4h085901@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:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470090 - head/graphics/p5-Data-Google-Visualization-DataSource X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/p5-Data-Google-Visualization-DataSource X-SVN-Commit-Revision: 470090 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:00:51 -0000 Author: sunpoet Date: Wed May 16 00:00:50 2018 New Revision: 470090 URL: https://svnweb.freebsd.org/changeset/ports/470090 Log: Add LICENSE_FILE - Add NO_ARCH - Update pkg-descr - Take maintainership Modified: head/graphics/p5-Data-Google-Visualization-DataSource/Makefile head/graphics/p5-Data-Google-Visualization-DataSource/pkg-descr (contents, props changed) Modified: head/graphics/p5-Data-Google-Visualization-DataSource/Makefile ============================================================================== --- head/graphics/p5-Data-Google-Visualization-DataSource/Makefile Wed May 16 00:00:45 2018 (r470089) +++ head/graphics/p5-Data-Google-Visualization-DataSource/Makefile Wed May 16 00:00:50 2018 (r470090) @@ -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 Modified: head/graphics/p5-Data-Google-Visualization-DataSource/pkg-descr ============================================================================== --- head/graphics/p5-Data-Google-Visualization-DataSource/pkg-descr Wed May 16 00:00:45 2018 (r470089) +++ head/graphics/p5-Data-Google-Visualization-DataSource/pkg-descr Wed May 16 00:00:50 2018 (r470090) @@ -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/