aboutsummaryrefslogtreecommitdiff
path: root/www/protovis/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Cleanup GH_* knobs:Sunpoet Po-Chuan Hsieh2015-05-131-2/+1
| | | | | | | | - Use DISTVERSIONPREFIX - Remove GH_PROJECT Notes: svn path=/head/; revision=386260
* - Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120Sunpoet Po-Chuan Hsieh2015-03-241-1/+0
| | | | Notes: svn path=/head/; revision=382151
* - Update to 3.3.1Sunpoet Po-Chuan Hsieh2015-03-221-8/+8
| | | | | | | | | | - Remove DOCS option - Update WWW Changes: https://github.com/mbostock/protovis/commits/master Notes: svn path=/head/; revision=381919
* - Use USES=zipSunpoet Po-Chuan Hsieh2014-03-081-1/+1
| | | | Notes: svn path=/head/; revision=347439
* - Convert to new options frameworkSunpoet Po-Chuan Hsieh2014-02-161-10/+10
| | | | | | | | | - Use tar to extract zipball - Use PORTDOCS and PORTEXAMPLES - Support STAGEDIR Notes: svn path=/head/; revision=344612
* - Add LICENSESunpoet Po-Chuan Hsieh2014-02-161-0/+2
| | | | Notes: svn path=/head/; revision=344595
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-08-211-5/+1
| | | | Notes: svn path=/head/; revision=325163
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2013-08-211-1/+1
| | | | Notes: svn path=/head/; revision=325161
* - Add protovis 3.2Sunpoet Po-Chuan Hsieh2011-05-031-0/+31
Protovis - A Graphical Toolkit for Data Visualization Protovis composes custom views of data with simple marks such as bars and dots. Unlike low-level graphics libraries that quickly become tedious for visualization, Protovis defines marks through dynamic properties that encode data, allowing inheritance, scales and layouts to simplify construction. Protovis is free and open-source, provided under the BSD License. It uses JavaScript and SVG for web-native visualizations; no plugin required (though you will need a modern web browser)! Although programming experience is helpful, Protovis is mostly declarative and designed to be learned by example. This project is led by Mike Bostock and Jeff Heer of the Stanford Visualization Group, with significant help from Vadim Ogievetsky. We welcome your contributions and suggestions. See http://vis.stanford.edu/protovis/ for examples and documentation. See http://gitorious.org/protovis/ for source code and development. WWW: http://code.google.com/p/protovis-js/ Notes: svn path=/head/; revision=273566