1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

dns/mosdns: New port: DNS forwarder

This commit is contained in:
Yuri Victorovich 2023-11-05 21:36:05 -08:00
parent 97e5c7980b
commit 3c74528961
4 changed files with 26 additions and 0 deletions

View File

@ -105,6 +105,7 @@
SUBDIR += mDNSResponder_nss
SUBDIR += maradns
SUBDIR += mdnsd
SUBDIR += mosdns
SUBDIR += namesilo_ddns
SUBDIR += nextdns
SUBDIR += noip

19
dns/mosdns/Makefile Normal file
View File

@ -0,0 +1,19 @@
PORTNAME= mosdns
DISTVERSIONPREFIX= v
DISTVERSION= 5.3.1
CATEGORIES= dns
MAINTAINER= yuri@FreeBSD.org
COMMENT= DNS forwarder
WWW= https://github.com/IrineSistiana/mosdns
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:1.21,modules
GO_MODULE= github.com/IrineSistiana/mosdns/v5
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>

5
dns/mosdns/distinfo Normal file
View File

@ -0,0 +1,5 @@
TIMESTAMP = 1699248831
SHA256 (go/dns_mosdns/mosdns-v5.3.1/v5.3.1.mod) = b33460a1f771d4e9ca3eed461131d81dbc52ff00b1f2d350619e55096137be6f
SIZE (go/dns_mosdns/mosdns-v5.3.1/v5.3.1.mod) = 2962
SHA256 (go/dns_mosdns/mosdns-v5.3.1/v5.3.1.zip) = cd0a8698cb1fefc5a7dc97f357c5b953018a27ec883f3efb06659ccf0df37d4b
SIZE (go/dns_mosdns/mosdns-v5.3.1/v5.3.1.zip) = 272625

1
dns/mosdns/pkg-descr Normal file
View File

@ -0,0 +1 @@
DNS forwarder.