Bug 269460 - [NEW PORT] net/ts-warp - Transparent SOCKS proxy Wrapper
Summary: [NEW PORT] net/ts-warp - Transparent SOCKS proxy Wrapper
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Juraj Lutter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-10 13:30 UTC by zmey20000
Modified: 2023-11-20 13:27 UTC (History)
3 users (show)

See Also:


Attachments
SHAR for the port (1.89 KB, application/x-shellscript)
2023-02-10 13:30 UTC, zmey20000
no flags Details
A diff for the actual version of ts-warp (2.74 KB, patch)
2023-11-02 15:43 UTC, zmey20000
no flags Details | Diff
Reworked port: Compatible rc-script; Lifted up version (1.41 KB, application/x-compressed)
2023-11-16 16:22 UTC, zmey20000
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description zmey20000 2023-02-10 13:30:45 UTC
Created attachment 240043 [details]
SHAR for the port

Initial port of Transparent SOCKS proxy Wrapper - https://github.com/mezantrop/ts-warp
Comment 1 zmey20000 2023-11-02 15:43:22 UTC
Created attachment 246066 [details]
A diff for the actual version of ts-warp

Updating port to the actual version of TS-Warp
Comment 2 Juraj Lutter freebsd_committer freebsd_triage 2023-11-15 17:23:53 UTC
Please, provide a valid FreeBSD-style rc.d script.
Comment 3 zmey20000 2023-11-16 16:22:15 UTC
Created attachment 246352 [details]
Reworked port: Compatible rc-script; Lifted up version

Reworked port: Compatible rc-script; Lifted up version
Comment 4 Juraj Lutter freebsd_committer freebsd_triage 2023-11-17 22:32:36 UTC
(In reply to zmey20000 from comment #3)
See review D42665 and test.
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-11-19 14:22:58 UTC
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(+)
Comment 6 Juraj Lutter freebsd_committer freebsd_triage 2023-11-19 14:24:05 UTC
Committed, slightly modified, thanks.
Comment 7 zmey20000 2023-11-20 13:27:41 UTC
(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!