1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

net/sing-box: New port: Universal proxy platform

This commit is contained in:
Yuri Victorovich 2023-12-08 18:12:13 -08:00
parent 6891da8d8b
commit d67cca566c
4 changed files with 28 additions and 0 deletions

View File

@ -1454,6 +1454,7 @@
SUBDIR += shmux
SUBDIR += sie-nmsg
SUBDIR += simpleproxy
SUBDIR += sing-box
SUBDIR += siproxd
SUBDIR += sipsak
SUBDIR += skstream

20
net/sing-box/Makefile Normal file
View File

@ -0,0 +1,20 @@
PORTNAME= sing-box
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.4
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
COMMENT= Universal proxy platform
WWW= https://sing-box.sagernet.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:1.20,modules
GO_MODULE= github.com/sagernet/sing-box
GO_TARGET= ./cmd/sing-box
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>

5
net/sing-box/distinfo Normal file
View File

@ -0,0 +1,5 @@
TIMESTAMP = 1702085750
SHA256 (go/net_sing-box/sing-box-v1.7.4/v1.7.4.mod) = 87a5ea6ba465aa46585bf9738310bb891544027061a7ac0fee3be86d0f086a1c
SIZE (go/net_sing-box/sing-box-v1.7.4/v1.7.4.mod) = 4301
SHA256 (go/net_sing-box/sing-box-v1.7.4/v1.7.4.zip) = cf78f5106270312c7af049f5fe1058cab26d76a22f60b076831379189a890c77
SIZE (go/net_sing-box/sing-box-v1.7.4/v1.7.4.zip) = 592309

2
net/sing-box/pkg-descr Normal file
View File

@ -0,0 +1,2 @@
The sing-box project is an implementation of
the universal proxy platform.