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

TAKATSU Tomonari tota at FreeBSD.org
Fri Aug 5 14:07:25 UTC 2011


tota        2011-08-05 14:07:25 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/py-webcolors Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add a new port: graphics/py-webcolors
  
    This module provides utility functions for working with the color names
    and color value formats defined by the HTML and CSS specifications for
    use in documents on the Web.
  
    Support is included for the following formats (RGB colorspace only;
    conversion to/from HSL can be handled by the ``colorsys`` module in
    the Python standard library):
  
    * Specification-defined color names
  
    * Six-digit hexadecimal
  
    * Three-digit hexadecimal
  
    * Integer rgb() triplet
  
    * Percentage rgb() triplet
  
    WWW:  https://bitbucket.org/ubernostrum/webcolors/overview/
  
  Revision  Changes    Path
  1.1427    +1 -0      ports/graphics/Makefile
  1.1       +29 -0     ports/graphics/py-webcolors/Makefile (new)
  1.1       +2 -0      ports/graphics/py-webcolors/distinfo (new)
  1.1       +19 -0     ports/graphics/py-webcolors/pkg-descr (new)
  1.1       +3 -0      ports/graphics/py-webcolors/pkg-plist (new)


More information about the cvs-ports mailing list