notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
ts-warp Transparent proxy server and traffic wrapper
1.5.0 net on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.5.0Version of this port present on the latest quarterly branch.
Maintainer: zmey20000@yahoo.com search for ports maintained by this maintainer
Port Added: 2023-11-19 14:24:05
Last Update: 2024-06-09 01:44:17
Commit Hash: dbe2f62
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: BSD2CLAUSE
WWW:
https://github.com/mezantrop/ts-warp
Description:
ts-warp - Transparent proxy server and traffic wrapper It features a proxy services with TCP-traffic redirection to external Socks4/5 and HTTPS proxy servers: - Transparent firewall-based traffic redirector - Internal Socks and HTTPS proxy server
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (15 items)
Collapse this list.
  1. /usr/local/share/licenses/ts-warp-1.5.0/catalog.mk
  2. /usr/local/share/licenses/ts-warp-1.5.0/LICENSE
  3. /usr/local/share/licenses/ts-warp-1.5.0/BSD2CLAUSE
  4. bin/ts-pass
  5. bin/ts-warp
  6. @sample etc/ts-warp.conf.sample
  7. @sample etc/ts-warp_pf.conf.sample
  8. share/man/man1/ts-pass.1.gz
  9. share/man/man1/ts-warp.sh.1.gz
  10. share/man/man5/ts-warp.5.gz
  11. share/man/man8/ts-warp.8.gz
  12. @dir /var/db/ts-warp
  13. @owner
  14. @group
  15. @mode
Collapse this list.
Dependency lines:
  • ts-warp>0:net/ts-warp
To install the port:
cd /usr/ports/net/ts-warp/ && make install clean
To add the package, run one of these commands:
  • pkg install net/ts-warp
  • pkg install ts-warp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ts-warp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1710444843 SHA256 (mezantrop-ts-warp-1.5.0_GH0.tar.gz) = 4df765d5bf6321fcf7a334283b62d00625586e327a3e8c593137487bde0e8286 SIZE (mezantrop-ts-warp-1.5.0_GH0.tar.gz) = 268024

Packages (timestamps in pop-ups are UTC):
ts-warp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.5.01.5.0-1.5.01.5.0---
FreeBSD:13:quarterly1.5.01.5.0-1.5.01.5.01.4.61.4.61.4.6
FreeBSD:14:latest1.5.01.5.0-1.5.01.5.0---
FreeBSD:14:quarterly1.5.01.5.0-1.5.01.5.01.4.61.4.61.4.6
FreeBSD:15:latest1.5.01.5.0n/a1.5.0n/a1.4.71.4.71.4.7
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_ts-warp
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/mezantrop/ts-warp/tar.gz/1.5.0?dummy=/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.5.0
09 Jun 2024 01:44:17
commit hash: dbe2f6240e9f0dcd9c7cd0917e239f65b47909f7commit hash: dbe2f6240e9f0dcd9c7cd0917e239f65b47909f7commit hash: dbe2f6240e9f0dcd9c7cd0917e239f65b47909f7commit hash: dbe2f6240e9f0dcd9c7cd0917e239f65b47909f7 files touched by this commit
Joel Bodenmann (jbo) search for other commits by this committer
Author: Mikhail Zakharov
net/ts-warp: Update to 1.5.0

Changelog:
  - 1.5.0: https://github.com/mezantrop/ts-warp/releases/tag/1.5.0
  - 1.4.8: https://github.com/mezantrop/ts-warp/releases/tag/1.4.8

PR:		277702
Approved by:	tcberner (mentor, implicit)
1.4.7
19 Jan 2024 17:13:32
commit hash: a4a6b096df27a44fe672f2e0de9b17982188e705commit hash: a4a6b096df27a44fe672f2e0de9b17982188e705commit hash: a4a6b096df27a44fe672f2e0de9b17982188e705commit hash: a4a6b096df27a44fe672f2e0de9b17982188e705 files touched by this commit
Fernando ApesteguĂ­a (fernape) search for other commits by this committer
net/ts-warp: update to 1.4.7

ChangeLog: https://github.com/mezantrop/ts-warp/releases/tag/1.4.7

 * ts-warp.sh.in: remove unused variables
 * ts-warp.c: Drop direct requests to Transparent port
 * Makefile: examples-* target user-name check fix
 * ts-warp.sh.in, ts-warp_autofw.sh.in: On Linux try Iptables firts, then
   Nftables; fix execution.
 * socks.c: Typo fix
 * gui-warp.py, gui-warp.app: Links to releases; better PID-file checking
 * Makefile, README.md: Better custom installation PREFIX
 * gui/Makefile: images go to share/ts-warp directory
 * gui-warp.py: Better parsing of gui-warp.ini - key error fix

PR:		275889
Reported by:	zmey20000@yahoo.com (maintainer)
1.4.6
10 Jan 2024 13:13:03
commit hash: 64631af5a788e3083ad88fb728a95a3499015a6dcommit hash: 64631af5a788e3083ad88fb728a95a3499015a6dcommit hash: 64631af5a788e3083ad88fb728a95a3499015a6dcommit hash: 64631af5a788e3083ad88fb728a95a3499015a6d files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
1.4.6
24 Nov 2023 06:12:42
commit hash: d91d723358a07afc01d9d53e56ef22da8dca4d63commit hash: d91d723358a07afc01d9d53e56ef22da8dca4d63commit hash: d91d723358a07afc01d9d53e56ef22da8dca4d63commit hash: d91d723358a07afc01d9d53e56ef22da8dca4d63 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Mikhail Zakharov
net/ts-warp: update to 1.4.6

 - add /var/db/ts-warp to pkg-plist, which was previously forgotten

Changelog: https://github.com/mezantrop/ts-warp/blob/master/CHANGELOG.md

PR:		275258
1.4.0.15
19 Nov 2023 14:22:25
commit hash: ab04066dd703688b2ca580c6c20d26e14e6d3a37commit hash: ab04066dd703688b2ca580c6c20d26e14e6d3a37commit hash: ab04066dd703688b2ca580c6c20d26e14e6d3a37commit hash: ab04066dd703688b2ca580c6c20d26e14e6d3a37 files touched by this commit
Juraj Lutter (otis) search for other commits by this committer
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

Number of commits found: 5