Created attachment 215484 [details] librespeedgo.diff This port bring in LibreSpeed with GO back-end, no fiddling with PHP and a webserver required such as www/librespeed. QA: poudriere testport @ current amd64, portlint -AC
A commit references this bug: Author: meta Date: Tue Jun 16 02:06:53 UTC 2020 New revision: 539316 URL: https://svnweb.freebsd.org/changeset/ports/539316 Log: New port: net/librespeed-go: Go backend for LibreSpeed LibreSpeed-go is a very lightweight speed test. Is is implemented in JavaScript, using XMLHttpRequest and Web Workers. This port uses GO as backend for hosting. And this in comparison to www/librespeed where PHP and a web server are required. WWW: https://github.com/librespeed/speedtest-go PR: 247202 Submitted by: Dries Michiels <driesm.michiels@gmail.com> Changes: head/net/Makefile head/net/librespeed-go/ head/net/librespeed-go/Makefile head/net/librespeed-go/distinfo head/net/librespeed-go/files/ head/net/librespeed-go/files/librespeed-go.in head/net/librespeed-go/files/patch-settings.toml head/net/librespeed-go/files/pkg-message.in head/net/librespeed-go/pkg-descr head/net/librespeed-go/pkg-plist
Committed, thanks!