<!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>[120556] trunk/dports/science</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/120556">120556</a></dd>
<dt>Author</dt> <dd>takeshi@macports.org</dd>
<dt>Date</dt> <dd>2014-06-01 02:35:31 -0700 (Sun, 01 Jun 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>yaxt: new port introduced to fix #41516</pre>

<h3>Added Paths</h3>
<ul>
<li>trunk/dports/science/yaxt/</li>
<li><a href="#trunkdportsscienceyaxtPortfile">trunk/dports/science/yaxt/Portfile</a></li>
<li>trunk/dports/science/yaxt/files/</li>
<li><a href="#trunkdportsscienceyaxtfilespatchsrcMakefileindiff">trunk/dports/science/yaxt/files/patch-src-Makefile.in.diff</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsscienceyaxtPortfile"></a>
<div class="addfile"><h4>Added: trunk/dports/science/yaxt/Portfile (0 => 120556)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/science/yaxt/Portfile                                (rev 0)
+++ trunk/dports/science/yaxt/Portfile        2014-06-01 09:35:31 UTC (rev 120556)
</span><span class="lines">@@ -0,0 +1,35 @@
</span><ins>+# -*- 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$
+
+PortSystem          1.0
+PortGroup           mpi 1.0
+
+mpi.setup           require
+
+name                yaxt
+version             0.2.2
+platforms           darwin
+maintainers         takeshi openmaintainer
+license             BSD
+categories          science parallel
+description         Yet Another eXchange Tool
+long_description    \
+    yaxt is a library for redistribution of data between two sets of processes \
+    on top of MPI with C and Fortran interfaces.
+homepage            https://www.dkrz.de/redmine/projects/${name}
+master_sites        https://www.dkrz.de/redmine/attachments/download/444
+use_xz              yes
+checksums           rmd160  3cf6d1251e48c175f511a5885c23ee06edacb3f7 \
+                    sha256  6feb7185b397f7249f48ce10b7c60c457885eb7b67b7231dc08656c353e7e93b
+
+patchfiles          patch-src-Makefile.in.diff
+configure.cppflags-append   -I../src
+configure.fcflags-append    -cpp
+
+if {![mpi_variant_isset]} {
+    default_variants +mpich
+}
+
+livecheck.type      regex
+livecheck.url       ${homepage}/wiki/Downloads
+livecheck.regex     {([0-9]+\.[0-9]+\.[0-9]+)}
</ins><span class="cx">Property changes on: trunk/dports/science/yaxt/Portfile
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkdportsscienceyaxtfilespatchsrcMakefileindiff"></a>
<div class="addfile"><h4>Added: trunk/dports/science/yaxt/files/patch-src-Makefile.in.diff (0 => 120556)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/science/yaxt/files/patch-src-Makefile.in.diff                                (rev 0)
+++ trunk/dports/science/yaxt/files/patch-src-Makefile.in.diff        2014-06-01 09:35:31 UTC (rev 120556)
</span><span class="lines">@@ -0,0 +1,102 @@
</span><ins>+--- Makefile.in.orig        2014-03-06 23:32:58.000000000 +0900
++++ Makefile.in        2014-05-31 22:21:18.000000000 +0900
+@@ -142,29 +142,29 @@
+   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+   sed_butlast='s,/*[^/]*$$,,'; \
+   while test -n &quot;$$dir1&quot;; do \
+-    first=`echo &quot;$$dir1&quot; | sed -e &quot;$$sed_first&quot;`; \
++    first=`echo &quot;$$dir1&quot; | $(SED) -e &quot;$$sed_first&quot;`; \
+     if test &quot;$$first&quot; != &quot;.&quot;; then \
+       if test &quot;$$first&quot; = &quot;..&quot;; then \
+-        dir2=`echo &quot;$$dir0&quot; | sed -e &quot;$$sed_last&quot;`/&quot;$$dir2&quot;; \
+-        dir0=`echo &quot;$$dir0&quot; | sed -e &quot;$$sed_butlast&quot;`; \
++        dir2=`echo &quot;$$dir0&quot; | $(SED) -e &quot;$$sed_last&quot;`/&quot;$$dir2&quot;; \
++        dir0=`echo &quot;$$dir0&quot; | $(SED) -e &quot;$$sed_butlast&quot;`; \
+       else \
+-        first2=`echo &quot;$$dir2&quot; | sed -e &quot;$$sed_first&quot;`; \
++        first2=`echo &quot;$$dir2&quot; | $(SED) -e &quot;$$sed_first&quot;`; \
+         if test &quot;$$first2&quot; = &quot;$$first&quot;; then \
+-          dir2=`echo &quot;$$dir2&quot; | sed -e &quot;$$sed_rest&quot;`; \
++          dir2=`echo &quot;$$dir2&quot; | $(SED) -e &quot;$$sed_rest&quot;`; \
+         else \
+           dir2=&quot;../$$dir2&quot;; \
+         fi; \
+         dir0=&quot;$$dir0&quot;/&quot;$$first&quot;; \
+       fi; \
+     fi; \
+-    dir1=`echo &quot;$$dir1&quot; | sed -e &quot;$$sed_rest&quot;`; \
++    dir1=`echo &quot;$$dir1&quot; | $(SED) -e &quot;$$sed_rest&quot;`; \
+   done; \
+   reldir=&quot;$$dir2&quot;
+ DIST_ARCHIVES = $(distdir).tar.gz
+ GZIP_ENV = --best
+ distuninstallcheck_listfiles = find . -type f -print
+ am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
+-  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
++  | $(SED) 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
+ distcleancheck_listfiles = find . -type f -print
+ ACLOCAL = @ACLOCAL@
+ AMTAR = @AMTAR@
+@@ -443,7 +443,7 @@
+           esac; \
+         done; \
+         dot_seen=no; \
+-        target=`echo $@ | sed s/-recursive//`; \
++        target=`echo $@ | $(SED) s/-recursive//`; \
+         list='$(SUBDIRS)'; for subdir in $$list; do \
+           echo &quot;Making $$target in $$subdir&quot;; \
+           if test &quot;$$subdir&quot; = &quot;.&quot;; then \
+@@ -478,7 +478,7 @@
+           fi; \
+         done; \
+         rev=&quot;$$rev .&quot;; \
+-        target=`echo $@ | sed s/-recursive//`; \
++        target=`echo $@ | $(SED) s/-recursive//`; \
+         for subdir in $$rev; do \
+           echo &quot;Making $$target in $$subdir&quot;; \
+           if test &quot;$$subdir&quot; = &quot;.&quot;; then \
+@@ -566,21 +566,21 @@
+ distdir: $(DISTFILES)
+         $(am__remove_distdir)
+         test -d &quot;$(distdir)&quot; || mkdir &quot;$(distdir)&quot;
+-        @srcdirstrip=`echo &quot;$(srcdir)&quot; | sed 's/[].[^$$\\*]/\\\\&amp;/g'`; \
+-        topsrcdirstrip=`echo &quot;$(top_srcdir)&quot; | sed 's/[].[^$$\\*]/\\\\&amp;/g'`; \
++        @srcdirstrip=`echo &quot;$(srcdir)&quot; | $(SED) 's/[].[^$$\\*]/\\\\&amp;/g'`; \
++        topsrcdirstrip=`echo &quot;$(top_srcdir)&quot; | $(SED) 's/[].[^$$\\*]/\\\\&amp;/g'`; \
+         list='$(DISTFILES)'; \
+           dist_files=`for file in $$list; do echo $$file; done | \
+-          sed -e &quot;s|^$$srcdirstrip/||;t&quot; \
++          $(SED) -e &quot;s|^$$srcdirstrip/||;t&quot; \
+               -e &quot;s|^$$topsrcdirstrip/|$(top_builddir)/|;t&quot;`; \
+         case $$dist_files in \
+           */*) $(MKDIR_P) `echo &quot;$$dist_files&quot; | \
+-                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
++                           $(SED) '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+                            sort -u` ;; \
+         esac; \
+         for file in $$dist_files; do \
+           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+           if test -d $$d/$$file; then \
+-            dir=`echo &quot;/$$file&quot; | sed -e 's,/[^/]*$$,,'`; \
++            dir=`echo &quot;/$$file&quot; | $(SED) -e 's,/[^/]*$$,,'`; \
+             if test -d &quot;$(distdir)/$$file&quot;; then \
+               find &quot;$(distdir)/$$file&quot; -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+             fi; \
+@@ -691,7 +691,7 @@
+         mkdir $(distdir)/_inst
+         chmod a-w $(distdir)
+         test -d $(distdir)/_build || exit 0; \
+-        dc_install_base=`$(am__cd) $(distdir)/_inst &amp;&amp; pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
++        dc_install_base=`$(am__cd) $(distdir)/_inst &amp;&amp; pwd | $(SED) -e 's,^[^:\\/]:[\\/],/,'` \
+           &amp;&amp; dc_destdir=&quot;$${TMPDIR-/tmp}/am-dc-$$$$/&quot; \
+           &amp;&amp; am__cwd=`pwd` \
+           &amp;&amp; $(am__cd) $(distdir)/_build \
+@@ -723,7 +723,7 @@
+         $(am__remove_distdir)
+         @(echo &quot;$(distdir) archives ready for distribution: &quot;; \
+           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
+-          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
++          $(SED) -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
+ distuninstallcheck:
+         @test -n '$(distuninstallcheck_dir)' || { \
+           echo 'ERROR: trying to run $@ with an empty' \
</ins></span></pre>
</div>
</div>

</body>
</html>