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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2e36cccbecc2f6c4962f9a02e3ef8ffc9c0d4d5c">https://github.com/macports/macports-ports/commit/2e36cccbecc2f6c4962f9a02e3ef8ffc9c0d4d5c</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 2e36cccbecc hck: fix description
</span>2e36cccbecc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2e36cccbecc2f6c4962f9a02e3ef8ffc9c0d4d5c
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sun Jul 11 20:04:56 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    hck: fix description
</span>---
 textproc/hck/Portfile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/hck/Portfile b/textproc/hck/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1ba89e6bd84..2c4069cd966 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/hck/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/hck/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,16 +10,16 @@ revision            0
</span> description         A sharp cut(1) clone
 
 long_description    hck is a shortening of hack, a rougher form of cut. \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    A close to drop in replacement for cut that can use a \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    A close to drop-in replacement for cut that can use a \
</span>                     regex delimiter instead of a fixed string. Additionally \
                     this tool allows for specification of the order of the \
                     output columns using the same column selection syntax as \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    cut (see below for examples). No single feature of hck on \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    its own makes it stand out over awk, cut, xsv or other \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    such tools. Where hck excels is making common things \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    easy, such as reordering output fields, or splitting \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    records on a weird delimiter. It is meant to be simple \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    and easy to use while exploring datasets.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    cut. No single feature of hck on its own makes it stand \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    out over awk, cut, xsv or other such tools. Where hck \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    excels is making common things easy, such as reordering \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    output fields, or splitting records on a weird delimiter. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    It is meant to be simple and easy to use while exploring \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    datasets.
</span> 
 categories          textproc
 platforms           darwin
</pre><pre style='margin:0'>

</pre>