[98783] trunk/dports/python

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Oct 15 14:51:39 PDT 2012


Revision: 98783
          http://trac.macports.org//changeset/98783
Author:   macsforever2000 at macports.org
Date:     2012-10-15 14:51:39 -0700 (Mon, 15 Oct 2012)
Log Message:
-----------
py-moin: New port to replace moin port. (#36383)

Added Paths:
-----------
    trunk/dports/python/py-moin/
    trunk/dports/python/py-moin/Portfile

Added: trunk/dports/python/py-moin/Portfile
===================================================================
--- trunk/dports/python/py-moin/Portfile	                        (rev 0)
+++ trunk/dports/python/py-moin/Portfile	2012-10-15 21:51:39 UTC (rev 98783)
@@ -0,0 +1,36 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id: Portfile 49731 2009-04-17 00:24:08Z raimue at macports.org $
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-moin
+version             1.9.5
+categories-append   www
+maintainers         nomaintainer
+license             GPL-2+
+platforms           darwin
+description         a Python-based WikiEngine
+long_description    MoinMoin is an advanced, easy to use \
+                    and extensible WikiEngine with a large \
+                    community of users. Said in a few words, \
+                    it is about collaboration on easily \
+                    editable web pages.
+
+homepage            http://moinmo.in/
+master_sites        http://static.moinmo.in/files/
+distname            moin-${version}
+checksums           rmd160  7cbc818109691a4ee2b65906fe67a010ca862900 \
+                    sha256  74e1d1420723aaf202f46082540524987f47c40a444f8444d58d57c66324811c
+
+python.versions     25 26 27
+python.default_version 27
+
+if {$subport != $name} {
+    post-destroot {
+        set docdir ${prefix}/share/doc/${subport}
+        xinstall -m 644 -W ${worksrcpath} README ${destroot}${docdir}
+        copy ${worksrcpath}/docs ${destroot}${docdir}
+        system "chmod -R a+r ${destroot}${python.prefix}/share/moin/underlay/pages"
+    }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121015/1a7b266d/attachment.html>


More information about the macports-changes mailing list