freebsd-ports/graphics/p5-Data-Google-Visualization-DataSource/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
610 B
Plaintext

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. 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,
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.