<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-guide.
</pre>
<p><a href="https://github.com/macports/macports-guide/commit/f4dfdd071e628d8ab855b7e3e5940571797a6196">https://github.com/macports/macports-guide/commit/f4dfdd071e628d8ab855b7e3e5940571797a6196</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 f4dfdd0 Correct capitalization for Tcl
</span>f4dfdd0 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit f4dfdd071e628d8ab855b7e3e5940571797a6196
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Tue Jul 11 17:45:46 2017 +0200
<span style='display:block; white-space:pre;color:#404040;'> Correct capitalization for Tcl
</span>---
guide/xml/internals.xml | 6 +++---
guide/xml/portfile-variables.xml | 2 +-
guide/xml/portfiledev.xml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/internals.xml b/guide/xml/internals.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index 6d49e94..685bbf1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/internals.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/internals.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -81,7 +81,7 @@
</span> <note>
<para>Portfiles are executed in a Tcl interpreter as Tcl code (and not
truly parsed strictly speaking), so every Portfile option must be a
<span style='display:block; white-space:pre;background:#ffe0e0;'>- TCL procedure.</para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ Tcl procedure.</para>
</span> </note>
<para>The Ports API performs the following functions:</para>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -277,8 +277,8 @@
</span> <section id="internals.apis.pextlib">
<title>pextlib</title>
<span style='display:block; white-space:pre;background:#ffe0e0;'>- <para>The pextlib TCL library provides a variety of C extensions to add
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- capabilities to TCL procedures; for example, an interface to flock(2)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <para>The pextlib Tcl library provides a variety of C extensions to add
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ capabilities to Tcl procedures; for example, an interface to flock(2)
</span> and mkstemp(3).</para>
</section>
</section>
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/portfile-variables.xml b/guide/xml/portfile-variables.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index 896afe5..313dec1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/portfile-variables.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/portfile-variables.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,7 +30,7 @@
</span> <term>libpath</term>
<listitem>
<span style='display:block; white-space:pre;background:#ffe0e0;'>- <para>Path to the MacPorts TCL libraries.</para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <para>Path to the MacPorts Tcl libraries.</para>
</span> </listitem>
</varlistentry>
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/portfiledev.xml b/guide/xml/portfiledev.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index 544ab01..8a1cd64 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/portfiledev.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/portfiledev.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,10 +23,10 @@
</span> <title>Portfile Introduction</title>
<para>A MacPorts Portfile is a <ulink
<span style='display:block; white-space:pre;background:#ffe0e0;'>- url="http://en.wikipedia.org/wiki/Tcl">TCL</ulink> script that usually
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ url="http://en.wikipedia.org/wiki/Tcl">Tcl</ulink> script that usually
</span> contains only the simple keyword/value combinations and Tcl extensions as
described in the <link linkend="reference">Portfile Reference</link>
<span style='display:block; white-space:pre;background:#ffe0e0;'>- chapter, though it may also contain arbitrary TCL code. Every port has a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ chapter, though it may also contain arbitrary Tcl code. Every port has a
</span> corresponding Portfile, but Portfiles do not completely define a port's
installation behavior since MacPorts base has default port installation
characteristics coded within it. Therefore Portfiles need only specify
</pre><pre style='margin:0'>
</pre>