[70634] trunk/dports/python

nox at macports.org nox at macports.org
Sun Aug 15 12:13:08 PDT 2010


Revision: 70634
          http://trac.macports.org/changeset/70634
Author:   nox at macports.org
Date:     2010-08-15 12:13:05 -0700 (Sun, 15 Aug 2010)
Log Message:
-----------
Create new port py26-html5lib

A Python implementation of a HTML parser based on the WHATWG HTML5
specification for maximum compatibility with major desktop web browsers.

Added Paths:
-----------
    trunk/dports/python/py26-html5lib/
    trunk/dports/python/py26-html5lib/Portfile

Added: trunk/dports/python/py26-html5lib/Portfile
===================================================================
--- trunk/dports/python/py26-html5lib/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-html5lib/Portfile	2010-08-15 19:13:05 UTC (rev 70634)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       python26 1.0
+
+name            py26-html5lib
+version         0.90
+maintainers     nox openmaintainer
+platforms       darwin
+description     Library for working with HTML documents
+
+long_description \
+    A Python implementation of a HTML parser based on the WHATWG HTML5 \
+    specification for maximum compatibility with major desktop web browsers.
+
+categories-append \
+    textproc devel
+
+homepage            http://code.google.com/p/html5lib/
+master_sites        googlecode:html5lib
+distname            html5lib-${version}
+use_zip             yes
+
+checksums           md5     691e6b9ebe15b333a28280974b2ce432 \
+                    sha1    37fdf4d853f53ebd170250f7f023f55a02659378 \
+                    rmd160  ba01161f3b0d6a5dfb9e1ffedaf9c18a6b7d2a19
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 ${worksrcpath}/README ${destroot}${docdir}
+    set examplesdir ${prefix}/share/examples/${name}
+    xinstall -d ${destroot}${examplesdir}
+    xinstall -m 644 ${worksrcpath}/examples/parse.py ${destroot}${examplesdir}
+}


Property changes on: trunk/dports/python/py26-html5lib/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100815/9e0d8ec5/attachment.html>


More information about the macports-changes mailing list