cvs commit: ports/www Makefile ports/www/py-cssselect Makefile distinfo pkg-descr pkg-plist

Nicola Vitale nivit at FreeBSD.org
Thu May 3 08:47:23 UTC 2012


nivit       2012-05-03 08:47:22 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/py-cssselect     Makefile distinfo pkg-descr pkg-plist 
  Log:
  *cssselect* parses `CSS3 Selectors`_ and translate them to `XPath 1.0`_
  expressions. Such expressions can be used in lxml_ or another XPath engine
  to find the matching elements in an XML or HTML document.
  
  This module used to live inside of lxml as ``lxml.cssselect`` before it was
  extracted as a stand-alone project.
  
  WWW:    http://packages.python.org/cssselect/
  
  Revision  Changes    Path
  1.3173    +1 -0      ports/www/Makefile
  1.1       +22 -0     ports/www/py-cssselect/Makefile (new)
  1.1       +2 -0      ports/www/py-cssselect/distinfo (new)
  1.1       +8 -0      ports/www/py-cssselect/pkg-descr (new)
  1.1       +2 -0      ports/www/py-cssselect/pkg-plist (new)


More information about the cvs-ports mailing list