Bug 246609 - [NEW PORT] net/librespeed-cli: CLI inteface to run librespeed speedtests
Summary: [NEW PORT] net/librespeed-cli: CLI inteface to run librespeed speedtests
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Koichiro Iwao
URL: https://reviews.freebsd.org/D25235
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-20 17:27 UTC by Dries Michiels
Modified: 2020-06-16 06:33 UTC (History)
2 users (show)

See Also:


Attachments
librespeed-cli.diff (6.61 KB, patch)
2020-05-20 17:28 UTC, Dries Michiels
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dries Michiels freebsd_committer freebsd_triage 2020-05-20 17:27:18 UTC
This adds a CLI client to run a speedtest to your self hosted speedtest server (or global servers)! Server part is in www/librespeed.

QA: portlint -AC, poudriere testport on current & releases for amd64.
Comment 1 Dries Michiels freebsd_committer freebsd_triage 2020-05-20 17:28:15 UTC
Created attachment 214697 [details]
librespeed-cli.diff
Comment 2 Dries Michiels freebsd_committer freebsd_triage 2020-05-20 17:29:59 UTC
CC: dmgk as this is a GO port
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-06-16 02:20:14 UTC
A commit references this bug:

Author: meta
Date: Tue Jun 16 02:19:25 UTC 2020
New revision: 539318
URL: https://svnweb.freebsd.org/changeset/ports/539318

Log:
  New port: net/librespeed-cli: Command line client for LibreSeed

  This is the CLI part of LibreSpeed which is a very lightweight speedtest.
  With the CLI it's possible to run a speedtest from the command line interface.
  The server part can be found in www/librespeed.

  WWW: https://github.com/librespeed/speedtest-cli

  PR:		246609
  Submitted by:	Dries Michiels <driesm.michiels@gmail.com>

Changes:
  head/net/Makefile
  head/net/librespeed-cli/
  head/net/librespeed-cli/Makefile
  head/net/librespeed-cli/distinfo
  head/net/librespeed-cli/pkg-descr
Comment 4 Koichiro Iwao freebsd_committer freebsd_triage 2020-06-16 02:23:15 UTC
Committed, thanks!
Comment 5 Koichiro Iwao freebsd_committer freebsd_triage 2020-06-16 06:22:42 UTC
You should just include a link to Phabricator URL rather than attaching a diff file when you file a bug based on work on reviews.freebsd.org.
Comment 6 Dries Michiels freebsd_committer freebsd_triage 2020-06-16 06:28:04 UTC
My bad, will do in the future. Thanks again!
Comment 7 Koichiro Iwao freebsd_committer freebsd_triage 2020-06-16 06:33:21 UTC
(In reply to Dries Michiels from comment #6)
BTW, I'm also a user of LibreSpeed. Feel free to include myself to CC list when you file submit a patch. Then I can catch up your patch and commit it soon.