2018-07-10 13:49:01 +02:00
|
|
|
PORTNAME= utdns
|
2018-07-11 09:57:42 +02:00
|
|
|
PORTVERSION= 1.1
|
|
|
|
DISTVERSIONPREFIX= v
|
2018-07-10 13:49:01 +02:00
|
|
|
CATEGORIES= dns
|
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
|
|
COMMENT= Proxy UDP/DNS to TCP/DNS
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://www.cypherpunk.at/2013/04/dnsudp-to-tcp-translator/
|
2018-07-10 13:49:01 +02:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2018-07-11 09:57:42 +02:00
|
|
|
USES= autoreconf
|
|
|
|
USE_GITHUB= yes
|
2018-07-10 13:49:01 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
SUB_LIST= PORTNAME=${PORTNAME}
|
|
|
|
|
2018-07-11 09:57:42 +02:00
|
|
|
GH_ACCOUNT= rahra
|
|
|
|
|
2018-07-10 13:49:01 +02:00
|
|
|
CFLAGS+= -DSOCK_NONBLOCK=1
|
|
|
|
|
|
|
|
PLIST_FILES= bin/utdns
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|