commit 0f2708cf5896c1a066e287efb94b35e85b23b6d0 Author: Damian Johnson atagar@torproject.org Date: Thu Nov 8 11:09:44 2018 -0800
Add NetBSD to the download page
As mentioned in the corresponding Stem commit, Riastradh has graciously packaged both Stem and Nyx for NetBSD...
http://pkgsrc.se/net/nyx https://mail-index.netbsd.org/pkgsrc-changes/2018/10/23/msg182187.html --- web/images/download/netbsd.png | Bin 0 -> 5485 bytes web/index.html | 6 ++++++ 2 files changed, 6 insertions(+)
diff --git a/web/images/download/netbsd.png b/web/images/download/netbsd.png new file mode 100644 index 0000000..3d2e73c Binary files /dev/null and b/web/images/download/netbsd.png differ diff --git a/web/index.html b/web/index.html index 5739a36..7893cf5 100644 --- a/web/index.html +++ b/web/index.html @@ -442,6 +442,12 @@ sudo python setup.py install</pre><br></li> </div>
<div class="platform"> + <a href="http://pkgsrc.se/net/nyx" id="netbsd"><img src="images/download/netbsd.png" alt="NetBSD"></a> + <a href="http://pkgsrc.se/net/nyx" class="platform-title">NetBSD</a> + <p>Port maintained by Riastradh for NetBSD.</p> + </div> + + <div class="platform"> <a href="https://gitweb.torproject.org/nyx.git" id="git"><img src="images/download/git.png" alt="Git"></a> <a href="https://gitweb.torproject.org/nyx.git" class="platform-title">Source Repository</a> <p>For those that want to live on the bleeding edge or contribute, Nyx's git repository can be fetched with...</p>