Created attachment 240043 [details] SHAR for the port Initial port of Transparent SOCKS proxy Wrapper - https://github.com/mezantrop/ts-warp
Created attachment 246066 [details] A diff for the actual version of ts-warp Updating port to the actual version of TS-Warp
Please, provide a valid FreeBSD-style rc.d script.
Created attachment 246352 [details] Reworked port: Compatible rc-script; Lifted up version Reworked port: Compatible rc-script; Lifted up version
(In reply to zmey20000 from comment #3) See review D42665 and test.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab04066dd703688b2ca580c6c20d26e14e6d3a37 commit ab04066dd703688b2ca580c6c20d26e14e6d3a37 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2023-11-17 22:25:29 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2023-11-19 14:22:25 +0000 net/ts-warp: Add new port Add net/ts-warp port, Transparent proxy server and traffic wrapper. WWW: https://github.com/mezantrop/ts-warp Committing slightly modified version (reworked Makefile a bit, corrected pkg-plist and rc.d script). Also connect to the category's Makefile. PR: 269460 Differential Revision: https://reviews.freebsd.org/D42665 net/Makefile | 1 + net/ts-warp/Makefile (new) | 31 +++++++++++++++++ net/ts-warp/distinfo (new) | 3 ++ net/ts-warp/files/tswarp.in (new +x) | 67 ++++++++++++++++++++++++++++++++++++ net/ts-warp/pkg-descr (new) | 6 ++++ net/ts-warp/pkg-plist (new) | 8 +++++ 6 files changed, 116 insertions(+)
Committed, slightly modified, thanks.
(In reply to Juraj Lutter from comment #6) Ofc, I missed all the discussions including the closure of the ticket. Thank you very much for sorting it up, patching and helping. Appreciating your work a lot!