svn commit: r543919 - head/astro/xearth/files

Stefan Esser se at freebsd.org
Mon Aug 3 09:05:52 UTC 2020


Am 03.08.20 um 10:05 schrieb Mathieu Arnold:
> On Mon, Aug 03, 2020 at 08:00:34AM +0000, Alexey Dokuchaev wrote:
>> On Mon, Aug 03, 2020 at 09:55:24AM +0200, Mathieu Arnold wrote:
>>> On Sat, Aug 01, 2020 at 06:30:51PM +0000, Stefan E?er wrote:
>>>> New Revision: 543919
>>>> URL: https://svnweb.freebsd.org/changeset/ports/543919
>>>>
>>>> Log:
>>>>   Fix format: 2 missing commas after the longitude and white space in the
>>>>   name fields
>>>
>>> Space in the name fields are there so that names not in the same
>>> location but close to one another do not overlap.  I am not sure
>>> removing them is a great idea.
>>
>> Abusing spaces for that matter is wrong; the port should be fixed instead
>> of relying on manual alignment with spaces.
>>
>> Please do not taint raw data with its physical representation gimmicks.
> 
> When given the choice between spending 5 seconds adding 3 spaces to make
> it look good, or spending a day fixing antique software, I will always
> choose 5 seconds (as I don't know C that much, or X programming at all,
> it would be more like at least a week).

The blanks have been added back in r544041, but I could not check the
visual appearance since I'm currently connected over a SSH session
without the possibility to start a local X11 server.

> If you have the time to fix xearth, feel free to do it, but do not
> assume people will have the time, will, or knowledge required to do so.

This is an old program and I doubt there is much interest in fixing
it - but it might be a relatively simple change and I'll see whether
I get to adding an alignment pass after loading the marker data that
offsets overloading entries before they are processed for display.

That should not be too hard, but it has been (literally) decades since
I last have dealt with a plain X11 program ...


More information about the svn-ports-head mailing list