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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/051e348d88719f649f956e2a76b5a14568f8ce6f">https://github.com/macports/macports-ports/commit/051e348d88719f649f956e2a76b5a14568f8ce6f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 051e348d88719f649f956e2a76b5a14568f8ce6f
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Jun 28 18:40:00 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Reword and reformat descriptions
</span>---
 devel/gettext/Portfile | 36 +++++++++++++++++++++---------------
 1 file changed, 21 insertions(+), 15 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/gettext/Portfile b/devel/gettext/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b92c8a6bc85..c3b78bcf5ae 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/gettext/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/gettext/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,8 +73,7 @@ subport libasprintf {
</span>                             routines (fprintf et al.) usable in C++ \
                             programs, for use with <string> strings \
                             and <iostream> streams. This library is \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                            part of gettext and a prerequisite for the \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            gettext tools.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            part of gettext.
</span> 
     worksrcdir              ${distname}/${name}-runtime/${subport}
 }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -85,12 +84,14 @@ subport ${name}-runtime {
</span>     # libintl is LGPL; programs are GPL
     license                 {LGPL-2.1+ GPL-3+}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    description             GNU internationalization (i18n) and localization (l10n) runtime library
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    description             GNU internationalization (i18n) and \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            localization (l10n) runtime library
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    long_description        ${subport} is the ${description}, used for writing multilingual programs. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            This is part of GNU gettext. For building applications with gettext \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            you need gettext tools provided by the gettext port. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            ${subport} provides the libintl library.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    long_description        ${subport} provides libintl, the ${description}. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            It is part of gettext, which is used for writing \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            multilingual programs. To build applications that \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            use gettext, the tools provided by the separate \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            gettext port are required.
</span> 
     worksrcdir              ${distname}/${subport}
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -122,9 +123,11 @@ subport libtextstyle {
</span>     license                 GPL-3+
 
     description             a text styling library, part of gettext
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    long_description        ${subport} provides an easy way to add styling to programs that \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            produce output to a console or terminal emulator window. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            The library is part of gettext and a prerequisite for tools like \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    long_description        ${subport} provides an easy way to add styling \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            to programs that produce output to a console or \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            terminal emulator window. This library is part \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            of gettext and a prerequisite for tools like \
</span>                             msgfmt and friends.
 
     worksrcdir              ${distname}/${subport}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -136,11 +139,14 @@ if {${subport} eq ${name}} {
</span> 
     license                 GPL-3+
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    description             GNU internationalization (i18n) and localization (l10n) tools
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    long_description        ${name} provides the tools like msgfmt for writing multilanguage applications. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            The tools are required during the build of applications which use \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            the gettext system for multilanguage support. The libraries for \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            runtime (libintl) are provided via the gettext-runtime subport.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    description             GNU internationalization (i18n) and \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            localization (l10n) tools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    long_description        ${name} provides the tools like msgfmt for \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            writing multilingual applications. The tools \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            are required to build applications which use \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            gettext. The runtime library libintl is in \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            the separate gettext-runtime port.
</span> 
     depends_lib-append      port:libtextstyle \
                             port:gettext-runtime
</pre><pre style='margin:0'>

</pre>