<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/392ab3f03a939b538bccc580c93011e5c7eccb9c">https://github.com/macports/macports-ports/commit/392ab3f03a939b538bccc580c93011e5c7eccb9c</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 392ab3f  gcam: Add modeline and reformat slightly
</span>392ab3f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 392ab3f03a939b538bccc580c93011e5c7eccb9c
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed May 29 06:45:42 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gcam: Add modeline and reformat slightly
</span>---
 cad/gcam/Portfile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/cad/gcam/Portfile b/cad/gcam/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8611cbd..cb0afeb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/cad/gcam/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/cad/gcam/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,3 +1,5 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> PortSystem      1.0
 
 name            gcam
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,17 +10,20 @@ checksums       rmd160  a2f412b3b09803963f2d74a5f828b0029369a596 \
</span>                 size    554771
 
 categories      cad
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms       macosx
</span> license         GPL-3+
 maintainers     nomaintainer
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> description     GCAM is the free GNU Computer Aided Manufacturing package.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    GCAM is the free GNU Computer Aided Manufacturing package. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                ${description} \
</span>                 Most 3-Axis Computer Numerically Controlled (CNC) mills such as \
                 the Taig, Sherline and Haas are supported in both english and \
                 metric units. GCAM has a simple interface for making bolt holes, \
                 drill holes, sketches, templates, and more. After extruding these \
                 entities one can export the corresponding G-code for the selected \
                 cutting tool(s).
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms       macosx
</span> 
 homepage        https://web.archive.org/web/20130914095118/http://gcam.js.cx/index.php/Main_Page
 master_sites    macports_distfiles
</pre><pre style='margin:0'>

</pre>