<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0a7ff1b4293b297f63473a31e5c273f1ec32d8bc">https://github.com/macports/macports-ports/commit/0a7ff1b4293b297f63473a31e5c273f1ec32d8bc</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 0a7ff1b  octave-ltfat: add compilers PortGroup to choose Fortran
</span>0a7ff1b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0a7ff1b4293b297f63473a31e5c273f1ec32d8bc
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Wed Dec 21 22:14:56 2016 -0600

<span style='display:block; white-space:pre;color:#404040;'>    octave-ltfat: add compilers PortGroup to choose Fortran
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Line wrap long description.
</span>---
 math/octave-ltfat/Portfile | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/octave-ltfat/Portfile b/math/octave-ltfat/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2326830..34bfdbf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/octave-ltfat/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/octave-ltfat/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           octave 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compilers 1.0
</span> 
 octave.setup        ltfat 2.2.0
 revision 1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,4 +14,12 @@ license             GPL-3+ BSD
</span> maintainers         mps openmaintainer
 description         The Large Time-Frequency Analysis Toolbox
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description} (LTFAT) is a Matlab/Octave toolbox for working with time-frequency analysis, wavelets and signal processing. It is intended both as an educational and a computational tool. The toolbox provides a large number of linear transforms including Gabor and wavelet transforms along with routines for constructing windows (filter prototypes) and routines for manipulating coefficients.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    ${description} (LTFAT) is a Matlab/Octave toolbox for working with \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    time-frequency analysis, wavelets and signal processing. It is \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    intended both as an educational and a computational tool. The toolbox \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    provides a large number of linear transforms including Gabor and \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    wavelet transforms along with routines for constructing windows \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    (filter prototypes) and routines for manipulating coefficients.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compilers.choose    fc f77 f90
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compilers.setup     require_fortran -dragonegg
</span></pre><pre style='margin:0'>

</pre>