[47153] trunk/dports/python

rasmus at macports.org rasmus at macports.org
Sun Feb 22 17:26:02 PST 2009


Revision: 47153
          http://trac.macports.org/changeset/47153
Author:   rasmus at macports.org
Date:     2009-02-22 17:25:59 -0800 (Sun, 22 Feb 2009)
Log Message:
-----------
Added port python/py25-smisk

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

Added: trunk/dports/python/py25-smisk/Portfile
===================================================================
--- trunk/dports/python/py25-smisk/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-smisk/Portfile	2009-02-23 01:25:59 UTC (rev 47153)
@@ -0,0 +1,52 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+
+name                py25-smisk
+version             1.1.3
+revision            0
+categories          python www
+platforms           darwin
+
+maintainers         rasmus
+description         High performance web service framework
+long_description    A modern high performance web service framework, written \
+                    in C but controlled by Python.
+homepage            http://python-smisk.org/
+
+master_sites        http://python-smisk.org/dist/
+distname            smisk-${version}
+checksums           md5  e2b6e95ea82c8f15471a0536521c2563 \
+                    sha1 7bbd823790b44904ef86aeef0651a01d45e28f1b
+
+depends_lib-append  port:fcgi \
+                    port:db47 \
+                    port:py25-setuptools \
+                    port:py25-readline \
+                    port:py25-elixir \
+                    port:py25-mako \
+                    port:py25-cjson \
+                    port:py25-yaml
+
+variant minimal description {Minimize number of dependencies} {
+  # Smisk will tell the user when she is trying to use a part of Smisk which
+  # requires a certain module which is not available, thus no extra
+  # configuration is required.
+  depends_lib-delete  port:py25-readline \
+                      port:py25-elixir \
+                      port:py25-mako \
+                      port:py25-cjson \
+                      port:py25-yaml
+}
+
+build.env-append  SMISK_BUILD_ID_SUFFIX=:macports:${revision} \
+                  BERKELEYDB_INCDIR=${prefix}/include/db47 \
+                  BERKELEYDB_LIBDIR=${prefix}/lib/db47
+build.args-append -f
+
+post-destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} LICENSE README.rst CHANGELOG.rst ${destroot}${prefix}/share/doc/${name}
+	copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}/examples
+}


Property changes on: trunk/dports/python/py25-smisk/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090222/7fbccf33/attachment.html>


More information about the macports-changes mailing list