<div dir="ltr">Hello!<div><br></div><div>Although I have been a happy user of macports since, I dunno, 2010 maybe (whenever Panther or Leopard came out), I've never submitted a port myself. And I eschew that <i>brew</i> thing so that was never an option for me.</div><div><br></div><div>I skimmed your instructions for submitting a new port but 1) I do not have and do not want a github account and 2) I am super lazy when it comes to systemy things, I only enjoy programming.</div><div><br></div><div>So on the outside chance someone else would be willing to do it all for me, I hereby humbly submit my amateur radio program <a href="https://clearskyinstitute.com/ham/HamClock" target="_blank">HamClock</a> for consideration as a new port.</div><div><br></div><div>I grabbed an example Portfile and filled in a few fields, the result is pasted below. The only dependencies are Xcode command line tools and Xquartz for X11 libs and an X server, nothing else. Otherwise it's an ordinary g++ program built with <i>make</i> and installed with the usual <i>sudo make install</i>. Should be very easy :-)</div><div><br></div><div>I don't want to be the maintainer either (!) but the program doesn't really need one because it's entirely self-updating. Anyone installing an ancient version via macports will be able to upgrade to the latest with just two clicks within the program itself. The version on macports can stay the same forever.</div><div><br></div><div>My purpose in writing is that there are now about 10,000 HamClock users on all manner of UNIX-like systems but only about 10 on macOS. I am just hoping that providing a macports starting point for folks might bump that fraction up a bit.</div><div><br></div><div>Well, there it is. If I'm way off base here, I understand completely and apologize for taking your time.</div><div><br></div><div>Cheers, and thanks for reading,</div><div><br></div><div>Elwood Downey</div><div>Tucson AZ</div><div><br></div><div><br></div><div><font face="monospace">name                hamclock<br>version             4.18<br>categories          amateur radio<br>platforms           darwin<br>license             MIT<br>maintainers         Elwood Downey, <a href="mailto:ecdowney@clearskyinstitute.com" target="_blank">ecdowney@clearskyinstitute.com</a><br>description         provides useful data for amateur radio operators<br>long_description    HamClock is a kiosk-style application that provides real time space weather, radio propagation models, operating events and other information particularly useful to the radio amateur.<br>homepage            <a href="https://www.clearskyinstitute.com/ham/HamClock" target="_blank">https://www.clearskyinstitute.com/ham/HamClock</a><br>master_sites        <a href="https://www.clearskyinstitute.com/ham/HamClock/ESPHamClock.tgz" target="_blank">https://www.clearskyinstitute.com/ham/HamClock/ESPHamClock.tgz</a></font></div></div>