Bug 247202 - [NEW PORT] net/librespeed-go: LibreSpeed server with GO backend
Summary: [NEW PORT] net/librespeed-go: LibreSpeed server with GO backend
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:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-12 12:18 UTC by Dries Michiels
Modified: 2020-06-16 02:07 UTC (History)
1 user (show)

See Also:


Attachments
librespeedgo.diff (14.79 KB, patch)
2020-06-12 12:18 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-06-12 12:18:45 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-06-16 02:07:12 UTC
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
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2020-06-16 02:07:54 UTC
Committed, thanks!