<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[120945] trunk/dports/editors/zim</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/120945">120945</a></dd>
<dt>Author</dt> <dd>mf2k@macports.org</dd>
<dt>Date</dt> <dd>2014-06-12 07:06:07 -0700 (Thu, 12 Jun 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>zim: Update to version 0.60. Add python variants. (#26074)</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportseditorszimPortfile">trunk/dports/editors/zim/Portfile</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li>trunk/dports/editors/zim/files/</li>
<li><a href="#trunkdportseditorszimfileszim">trunk/dports/editors/zim/files/zim</a></li>
<li><a href="#trunkdportseditorszimfileszimapp">trunk/dports/editors/zim/files/zim-app</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportseditorszimPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/editors/zim/Portfile (120944 => 120945)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/editors/zim/Portfile        2014-06-12 13:04:54 UTC (rev 120944)
+++ trunk/dports/editors/zim/Portfile        2014-06-12 14:06:07 UTC (rev 120945)
</span><span class="lines">@@ -1,36 +1,78 @@
</span><span class="cx"> # $Id$
</span><span class="cx"> 
</span><span class="cx"> PortSystem          1.0
</span><ins>+PortGroup           python 1.0
+PortGroup           app 1.0
</ins><span class="cx"> 
</span><span class="cx"> name                zim
</span><del>-version             0.28
-revision            1
</del><ins>+version             0.60
+platforms           darwin
</ins><span class="cx"> categories          editors
</span><del>-license             {Artistic-1 GPL}
-maintainers         nomaintainer
-description         Desktop-based wiki
</del><ins>+maintainers         gmail.com:gabriel.ben.jamin
+license             GPL-2
+
+description         Personal desktop wiki
</ins><span class="cx"> long_description \
</span><del>-   Zim is a WYSIWYG text editor written in Gtk2-Perl. It aims to bring the \
-   concept of a wiki to your desktop. Every page is saved as a text file \
-   with wiki markup. Pages can contain links to other pages, and are saved \
-   automatically. Creating a new page is as easy as linking to a \
-   non-existing page. This tool is intended to keep track of TODO lists or \
-   to serve as a personal scratch book. But it will also serve you when \
-   writing longer and more complicated documents.
</del><ins>+    Zim is a graphical text editor used to maintain a collection of wiki pages. \
+    Each page can contain links to other pages, simple formatting and images. \
+    Pages are stored in a folder structure, like in an outliner, and can have \
+    attachments. Creating a new page is as easy as linking to a nonexistent \
+    page. All data is stored in plain text files with wiki formatting. Various \
+    plugins provide additional functionality, like a task list manager, an \
+    equation editor, a tray icon, and support for version control.
</ins><span class="cx"> 
</span><del>-platforms           darwin
-supported_archs     noarch
-
-homepage            http://www.zim-wiki.org
</del><ins>+homepage            http://zim-wiki.org
</ins><span class="cx"> master_sites        ${homepage}/downloads/
</span><del>-distname            Zim-${version}
</del><ins>+distname            zim-${version}
</ins><span class="cx"> 
</span><del>-checksums           md5     fce152562b57d4753edfcdc635a26e42 \
-                    sha1    c0d1d5ad956ee682f01ecbd89009eb9f0852f34c \
-                    rmd160  b6ecc7c6f094670754b4219e7506edefd00b2ca1
</del><ins>+checksums           rmd160  896facd152cf7403479a2307efe0763d9d2c37fe \
+                    sha256  1093f7bf0051eda8eaad33f037b03df66b30c24da275d59cedbf8f792011196b
</ins><span class="cx"> 
</span><del>-depends_lib         port:p5.12-gtk2 port:p5.12-module-build port:p5.12-file-mimeinfo \
-                    port:p5.12-file-basedir port:p5.12-file-desktopentry
</del><ins>+use_configure       no
+build               {}
</ins><span class="cx"> 
</span><del>-configure.cmd       ${prefix}/bin/perl5.12
-configure.pre_args  ./Makefile.PL
</del><ins>+set app.icon        icons/zim48.png
+set app.executable  ${workpath}/zim-app
+
+python.link_binaries    no
+set python.bindir       &quot;&quot;
+
+variant python27 conflicts python26 description {Configure to use Python version 2.7} {
+    python.default_version 27
+    set python.bindir   ${python.prefix}/bin
+    depends_lib-append  port:py27-gobject \
+                        port:py27-pygtk \
+                        port:py27-xdg
+    destroot.destdir-append     --install-data=${prefix} \
+                                --skip-xdg-cmd
+}
+
+variant python26 conflicts python27 description {Configure to use Python version 2.6} {
+    python.default_version 26
+    set python.bindir   ${python.prefix}/bin
+    depends_lib-append  port:py26-gobject \
+                        port:py26-gtk \
+                        port:py26-xdg
+    destroot.destdir-append     --install-data=${prefix} \
+                                --skip-xdg-cmd
+}
+
+if {![variant_isset python26] &amp;&amp; ![variant_isset python27]} {
+    default_variants +python27
+}
+
+pre-destroot {
+    xinstall -m 755 ${filespath}/zim ${destroot}${prefix}/bin
+    reinplace &quot;s|__PREFIX__|${prefix}|g&quot; ${destroot}${prefix}/bin/zim
+    reinplace &quot;s|__PYTHON_BINDIR__|${python.bindir}|g&quot; ${destroot}${prefix}/bin/zim
+    file copy ${filespath}/zim-app ${workpath}/zim-app
+    reinplace &quot;s|__PREFIX__|${prefix}|g&quot; ${workpath}/zim-app
+    reinplace &quot;s|__PYTHON_BINDIR__|${python.bindir}|g&quot; ${workpath}/zim-app
+}
+
+post-activate {
+    exec update-desktop-database
+    exec update-mime-database ${destroot}${prefix}/share/mime 2&gt; /dev/null
+}
+
+universal_variant   no
</ins></span></pre></div>
<a id="trunkdportseditorszimfileszim"></a>
<div class="addfile"><h4>Added: trunk/dports/editors/zim/files/zim (0 => 120945)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/editors/zim/files/zim                                (rev 0)
+++ trunk/dports/editors/zim/files/zim        2014-06-12 14:06:07 UTC (rev 120945)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+#! /bin/sh
+
+XDG_DATA_DIRS=__PREFIX__/share:$XDG_DATA_DIRS __PYTHON_BINDIR__/zim $@
</ins></span></pre></div>
<a id="trunkdportseditorszimfileszimapp"></a>
<div class="addfile"><h4>Added: trunk/dports/editors/zim/files/zim-app (0 => 120945)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/editors/zim/files/zim-app                                (rev 0)
+++ trunk/dports/editors/zim/files/zim-app        2014-06-12 14:06:07 UTC (rev 120945)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+#! /bin/sh
+
+XDG_DATA_DIRS=__PREFIX__/share:$XDG_DATA_DIRS __PYTHON_BINDIR__/zim
</ins></span></pre>
</div>
</div>

</body>
</html>