Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Aug 2011 14:07:25 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics Makefile ports/graphics/py-webcolors Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201108051407.p75E7PVu052323@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108051407.p75E7PVu052323>