aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Data-Google-Visualization-DataTable
Commit message (Collapse)AuthorAgeFilesLines
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2018-05-163-8/+15
| | | | | | | | | - Clean up PLIST - Update pkg-descr - Take maintainership Notes: svn path=/head/; revision=470091
* Reset maintainerSteve Wills2018-03-231-1/+1
| | | | | | | Requested by: Jeremy Baggs <jeremybbaggs@gmail.com> (maintainer, via private email) Notes: svn path=/head/; revision=465366
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - do not install .orig fileAndrej Zverev2016-01-062-1/+3
| | | | | | | | | | - add NO_ARCH - bump PORTREVISION Reviewed by: miwi Notes: svn path=/head/; revision=405341
* Easily create Google DataTable objects for the Google Visulization API.Martin Wilke2015-12-214-0/+34
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. WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataTable/ PR: 204061 Submitted by: jeremybbaggs@gmail.com Approved by: mat (mentor) Differential Revision: D4637 Notes: svn path=/head/; revision=404110