[48681] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Mar 26 21:06:50 PDT 2009


Revision: 48681
          http://trac.macports.org/changeset/48681
Author:   jmr at macports.org
Date:     2009-03-26 21:06:50 -0700 (Thu, 26 Mar 2009)
Log Message:
-----------
New port: py25-cssutils (#16850)

Added Paths:
-----------
    trunk/dports/python/py25-cssutils/
    trunk/dports/python/py25-cssutils/Portfile

Added: trunk/dports/python/py25-cssutils/Portfile
===================================================================
--- trunk/dports/python/py25-cssutils/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-cssutils/Portfile	2009-03-27 04:06:50 UTC (rev 48681)
@@ -0,0 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem              1.0
+PortGroup               python25 1.0
+
+name                    py25-cssutils
+version                 0.9.5.1
+
+categories              python www
+maintainers             gmail.com:billitch
+description             CSS parser and library for Python
+long_description        A Python package to parse and build \
+                        CSS Cascading Style Sheets.
+
+platforms               darwin
+
+homepage                http://cthedot.de/cssutils/
+master_sites            http://cssutils.googlecode.com/files/
+distname                cssutils-${version}
+use_zip                 yes
+
+checksums               md5     b5ee33892918c6589017cfb318db8190 \
+                        sha1    bdf53ff8b0417c064daaa585389e99bed79e6bbf \
+                        rmd160  104246a4a07861236644c010f734b5265fdd797f
+
+post-destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} README.txt \
+		${destroot}${prefix}/share/doc/${name}
+}


Property changes on: trunk/dports/python/py25-cssutils/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/20090326/0dd47da8/attachment-0001.html>


More information about the macports-changes mailing list