Created attachment 191749 [details] Proposed patch websocketd is the WebSocket daemon It takes care of handling the WebSocket connections, launching your programs to handle the WebSockets, and passing messages between programs and web-browser. URI:http://websocketd.com/ https://github.com/joewalnes/websocketd testport: OK (11.1-RELEASE amd64, 10.4-RELEASE i386) portlint: OK It is my second new port, so any feedback would be more than welcome!
*** Bug 226868 has been marked as a duplicate of this bug. ***
Looks good to me. Go for it.
A commit references this bug: Author: ygy Date: Sat Mar 24 06:43:30 UTC 2018 New revision: 465429 URL: https://svnweb.freebsd.org/changeset/ports/465429 Log: - Add websocketd 0.3.0 websocketd is the WebSocket daemon. It takes care of handling the WebSocket connections, launching your programs to handle the WebSockets, and passing messages between programs and web-browser. PR: 226867 Approved by: adamw Changes: head/www/Makefile head/www/websocketd/ head/www/websocketd/Makefile head/www/websocketd/distinfo head/www/websocketd/pkg-descr
As yuri suggested, I should probably update the port to build from source code. I am keeping this PR open for tracking.
I was wondering about that, but figured there was a reason. Check out some of the other go ports for the go build paradigm.
Is there a reasom, that this is still open?
(In reply to w.schwarzenfeld from comment #6) Yes, this port shouldn't have been committed because it installs prebuilt binaries. Everything having open source code should be built from that code.
(In reply to Yuri Victorovich from comment #7) Fixed by #245118. Thanks Yuri!