<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/80c4c776ac05f651c1855bada804916d6ec54586">https://github.com/macports/macports-ports/commit/80c4c776ac05f651c1855bada804916d6ec54586</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 80c4c776ac0 numchk: fix description
</span>80c4c776ac0 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 80c4c776ac05f651c1855bada804916d6ec54586
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sun Jan 7 11:05:09 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> numchk: fix description
</span>---
finance/numchk/Portfile | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/finance/numchk/Portfile b/finance/numchk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0051c5f6193..6fc1fbabfc4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/finance/numchk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/finance/numchk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,14 +7,19 @@ github.setup hroptatyr numchk 0.2.0 v
</span> github.tarball_from releases
revision 0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- nifty command line date and time utilities\; fast date calculations and \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- conversion in the shell
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description Like file\(1\) but for numbers
</span>
long_description \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- Dateutils are a bunch of tools that revolve around fiddling with dates \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- and times in the command line with a strong focus on use cases that arise \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- when dealing with large amounts of financial data.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ The numchk tool is a command-line tool that identifies self-consistent \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ numbers and checks their correctness. In short, it is like file\(1\) for \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ numbers. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ The focus is on fast bulk processing of identifiers arising primarily in \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ the financial sector. Unlike similar libraries numchk only provides \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ syntactic and first level semantic checks (mostly check digits and \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ country code validation) in order to identify and disambiguate the input. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ Deep semantic verification, aspects of formatting and canonicalisation \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ are left to its competitors.
</span>
categories finance
installs_libs no
</pre><pre style='margin:0'>
</pre>