On 2015/03/19 11:16, Dmitrij D. Czarkoff wrote:
> Hi!
> 
> Our go ports lacks godoc - useful tool for offline development in go.
> The attached port brings godoc together with rc.d script, allowing to
> start godoc as a daemon at system start.
> 
> Comments, OKs?

>> Fetch 
>> https://go.googlesource.com/tools/+archive/abf43428cc239218424c7a44dc9b5987cd351c3e.tar.gz
>> Size does not match for godoc-1.4.tar.gz

These tars are dynamically generated and aren't consistent (file
timestamps inside the archive show the time of generation), so it
will need to be mirrored.

You can use http://spacehopper.org/mirrors/godoc-1.4.tar.gz

> V =                     1.4
> DISTNAME =              godoc-${V}

minor nit, but we usually skip using an extra variable where the
version number is just used once, i.e. just use

DISTNAME =              godoc-1.4



Reply via email to