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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0b80ba3bfde0230f48f8fdc7ecbda213680ec679">https://github.com/macports/macports-ports/commit/0b80ba3bfde0230f48f8fdc7ecbda213680ec679</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0b80ba3bfde0230f48f8fdc7ecbda213680ec679
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Jan 24 06:13:54 2022 -0600

<span style='display:block; white-space:pre;color:#404040;'>    drc-fir: Add modeline and adjust whitespace
</span>---
 science/drc-fir/Portfile | 31 ++++++++++++++++++++++---------
 1 file changed, 22 insertions(+), 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/drc-fir/Portfile b/science/drc-fir/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4c4867aba98..b3cfacdbd29 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/drc-fir/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/drc-fir/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,4 +1,6 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-PortSystem 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -*- 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
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortSystem              1.0
</span> PortGroup               makefile 1.0
 
 name                    drc-fir
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,14 +13,25 @@ categories              science multimedia math
</span> maintainers             nomaintainer
 license                 GPL-2+
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description             DRC is a program used to generate correction filters for acoustic compensation
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description           "DRC is a program used to generate correction filters for acoustic compensation of HiFi and audio systems in general, including listening room compensation. DRC generates just the FIR correction filters, which can be used with a real time or offline convolver to provide real time or offline correction. DRC doesn't provide convolution features, and provides only some simplified, although really accurate, measuring tools."
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage                   http://drc-fir.sourceforge.net/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description             DRC is a program used to generate correction \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        filters for acoustic compensation
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description        DRC is a program used to generate correction \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        filters for acoustic compensation of HiFi and \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        audio systems in general, including listening \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        room compensation. DRC generates just the FIR \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        correction filters, which can be used with a \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        real time or offline convolver to provide real \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        time or offline correction. DRC doesn't \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        provide convolution features, and provides \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        only some simplified, although really \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        accurate, measuring tools.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage                http://drc-fir.sourceforge.net/
</span> master_sites            sourceforge:project/${name}/${name}/${version}/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-distname                        drc-${version}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-worksrcdir                 ${distname}/source
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+distname                drc-${version}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+worksrcdir              ${distname}/source
</span> 
 # The makefile uses GNU-specific cp flags.
 depends_build           port:coreutils
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,7 +41,7 @@ post-extract {
</span>     ln -s ${prefix}/bin/gcp ${workpath}/bin/cp
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-patchfiles                      patch-drc.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+patchfiles              patch-drc.diff
</span> 
 # The makefile uses CC and CFLAGS for both C and C++ files.
 configure.cc            {*}${configure.cxx}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,6 +51,6 @@ configure.cflags        {*}${configure.cxxflags}
</span> configure.cppflags-delete \
                         -I${prefix}/include
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-build.target            ALL
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build.target            ALL
</span> 
 destroot.env            PATH=${workpath}/bin:$env(PATH)
</pre><pre style='margin:0'>

</pre>