Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 May 2012 08:47:22 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/py-cssselect Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201205030847.q438lMSL097340@repoman.freebsd.org>

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



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