Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2024 21:04:50 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6cc5f1e8d313 - main - net/zapret: New port: DPI (Deep Packet Interderence) bypass (multi platform)
Message-ID:  <202410132104.49DL4oZw095639@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6cc5f1e8d3134f7c7a6a465a0b462c31e24619a9

commit 6cc5f1e8d3134f7c7a6a465a0b462c31e24619a9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-13 21:04:29 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-13 21:04:29 +0000

    net/zapret: New port: DPI (Deep Packet Interderence) bypass (multi platform)
---
 net/Makefile         |  1 +
 net/zapret/Makefile  | 24 ++++++++++++++++++++++++
 net/zapret/distinfo  |  3 +++
 net/zapret/pkg-descr |  3 +++
 4 files changed, 31 insertions(+)

diff --git a/net/Makefile b/net/Makefile
index a7b1f39811eb..de1d856b7773 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1682,6 +1682,7 @@
     SUBDIR += yconalyzer
     SUBDIR += yggdrasil
     SUBDIR += yptransitd
+    SUBDIR += zapret
     SUBDIR += zebra-server
     SUBDIR += zerotier
     SUBDIR += zillion
diff --git a/net/zapret/Makefile b/net/zapret/Makefile
new file mode 100644
index 000000000000..2dd291385058
--- /dev/null
+++ b/net/zapret/Makefile
@@ -0,0 +1,24 @@
+PORTNAME=	zapret
+DISTVERSIONPREFIX=	v
+DISTVERSION=	64
+CATEGORIES=	net
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	DPI (Deep Packet Interderence) bypass (multi platform)
+WWW=		https://github.com/bol-van/zapret
+
+LICENSE=	MIT
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	bol-van
+
+EXES=		dvtws ip2net mdig tpws
+
+PLIST_FILES=	${EXES:S/^/bin\//}
+
+do-install:
+.for exe in ${EXES}
+	${INSTALL_PROGRAM} ${WRKSRC}/binaries/my/${exe} ${STAGEDIR}${PREFIX}/bin
+.endfor
+
+.include <bsd.port.mk>
diff --git a/net/zapret/distinfo b/net/zapret/distinfo
new file mode 100644
index 000000000000..5472ec2332c0
--- /dev/null
+++ b/net/zapret/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1728847413
+SHA256 (bol-van-zapret-v64_GH0.tar.gz) = 8fb0434340a32291c6995d879a51055f282cecfcee40e73790531d73e12176bf
+SIZE (bol-van-zapret-v64_GH0.tar.gz) = 4857927
diff --git a/net/zapret/pkg-descr b/net/zapret/pkg-descr
new file mode 100644
index 000000000000..da163f64201b
--- /dev/null
+++ b/net/zapret/pkg-descr
@@ -0,0 +1,3 @@
+zapret is a stand-alone (without 3rd party servers) DPI circumvention tool.
+May allow to bypass http(s) website blocking or speed shaping, resist signature
+tcp/udp protocol discovery.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410132104.49DL4oZw095639>