cvs commit: ports/graphics Makefile ports/graphics/py-gchartwrapper Makefile distinfo pkg-descr pkg-plist

Nicola Vitale nivit at FreeBSD.org
Fri Jan 9 17:51:27 UTC 2009


nivit       2009-01-09 17:51:24 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/py-gchartwrapper Makefile distinfo pkg-descr 
                              pkg-plist 
  Log:
  Python wrapper for the Google Chart API.
  
  The wrapper can render the URL of the Google chart, based on your parameters,
  or it can render an HTML img tag to insert into webpages on the fly.
  Made for dynamic python websites (Django,Zope,CGI,etc.) that need on the fly
  chart generation without any extra modules. Can also grab the PIL Image
  instance of the chart for manipulation
  
  WWW: http://code.google.com/p/google-chartwrapper/
  
  Revision  Changes    Path
  1.1210    +2 -1      ports/graphics/Makefile
  1.1       +41 -0     ports/graphics/py-gchartwrapper/Makefile (new)
  1.1       +6 -0      ports/graphics/py-gchartwrapper/distinfo (new)
  1.1       +9 -0      ports/graphics/py-gchartwrapper/pkg-descr (new)
  1.1       +148 -0    ports/graphics/py-gchartwrapper/pkg-plist (new)


More information about the cvs-all mailing list