<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/83f25f8af5e81b05079d9e479c47873f942d046d">https://github.com/macports/macports-ports/commit/83f25f8af5e81b05079d9e479c47873f942d046d</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 83f25f8  nasm: Update description from documentation
</span>83f25f8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 83f25f8af5e81b05079d9e479c47873f942d046d
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Jan 7 00:03:18 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    nasm: Update description from documentation
</span>---
 lang/nasm/Portfile | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/nasm/Portfile b/lang/nasm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f003577..25c06c5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/nasm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/nasm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,16 +6,21 @@ categories        lang
</span> platforms darwin
 license                BSD
 maintainers    mfeiri openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description     NASM, the Netwide Assembler, is an 80x86 assembler
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   for portability and modularity. It supports a range of object file \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   formats, including Linux and *BSD a.out, ELF, COFF, Mach-O, Microsoft \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   16-bit OBJ, Win32 and Win64. It will also output plain binary files. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   Its syntax is designed to be simple and easy to understand, similar \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   to Intel's but less complex. It supports from the upto and including \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   Pentium, P6, MMX, 3DNow!, SSE, SSE2, SSE3 and x64 opcodes. NASM has a \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   strong support for macro conventions.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         NASM, the Netwide Assembler, is an 80x86 and x86-64 assembler
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    The Netwide Assembler, NASM, is an 80x86 and x86−64 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    assembler designed for portability and modularity. It \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    supports a range of object file formats, including Linux \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    and *BSD a.out, ELF, COFF, Mach−O, 16−bit and 32−bit OBJ \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    (OMF) format, Win32 and Win64. It will also output plain \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    binary files, Intel hex and Motorola S−Record formats. Its \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    syntax is designed to be simple and easy to understand, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    similar to the syntax in the Intel Software Developer \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    Manual with minimal complexity. It supports all currently \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    known x86 architectural extensions, and has strong support \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    for macros. NASM also comes with a set of utilities for \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    handling the RDOFF custom object−file format.
</span> 
 installs_libs  no
 
</pre><pre style='margin:0'>

</pre>