From ff5c073dc85e436623d4aa129261d5d97614da51 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Tue, 11 Jun 2024 17:55:08 +0200 Subject: dns/curvedns: Remove expired port 2024-05-31 dns/curvedns: Protocol never gained traction and is superseded by DoT and DoH --- dns/Makefile | 1 - dns/curvedns/Makefile | 43 --------------------------------------- dns/curvedns/distinfo | 2 -- dns/curvedns/files/pkg-message.in | 35 ------------------------------- dns/curvedns/pkg-descr | 3 --- dns/curvedns/pkg-plist | 7 ------- 6 files changed, 91 deletions(-) delete mode 100644 dns/curvedns/Makefile delete mode 100644 dns/curvedns/distinfo delete mode 100644 dns/curvedns/files/pkg-message.in delete mode 100644 dns/curvedns/pkg-descr delete mode 100644 dns/curvedns/pkg-plist (limited to 'dns') diff --git a/dns/Makefile b/dns/Makefile index 04e4118fb375..8b62166ab555 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -13,7 +13,6 @@ SUBDIR += c-ares SUBDIR += cli53 SUBDIR += coredns - SUBDIR += curvedns SUBDIR += ddclient SUBDIR += ddns SUBDIR += denominator diff --git a/dns/curvedns/Makefile b/dns/curvedns/Makefile deleted file mode 100644 index 9d17c3d17886..000000000000 --- a/dns/curvedns/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -PORTNAME= curvedns -PORTVERSION= 0.88.b -PORTREVISION= 14 -CATEGORIES= dns - -MAINTAINER= vsevolod@FreeBSD.org -COMMENT= Forwarder adding DNSCurve to an authoritative nameserver -WWW= https://curvedns.on2it.net/ - -DEPRECATED= Protocol never gained traction and is superseded by DoT and DoH -EXPIRATION_DATE=2024-05-31 - -LIB_DEPENDS= libev.so:devel/libev \ - libsodium.so:security/libsodium -RUN_DEPENDS= setuidgid:sysutils/daemontools -BUILD_DEPENDS= bash:shells/bash - -USE_GITHUB= yes -GH_ACCOUNT= vstakhov -GH_TAGNAME= 0.87 - -ALL_TARGET= targets - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -USERS= bind -GROUPS= bind -CURVE_UID= 53 -CURVE_GID= 53 - -PLIST_SUB= CURVE_UID="${USERS}" CURVE_GID="${GROUPS}" -SUB_FILES= pkg-message - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/curvedns ${WRKSRC}/curvedns-keygen ${STAGEDIR}${PREFIX}/bin/ - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/curvedns/log ${STAGEDIR}${PREFIX}/etc/curvedns/env - ${INSTALL_SCRIPT} ${WRKSRC}/contrib/curvedns-run ${STAGEDIR}${PREFIX}/etc/curvedns/run.sample - ${INSTALL_SCRIPT} ${WRKSRC}/contrib/curvedns-log-run ${STAGEDIR}${PREFIX}/etc/curvedns/log/run.sample - ${ECHO_CMD} ${CURVE_UID} > ${STAGEDIR}${PREFIX}/etc/curvedns/env/UID - ${ECHO_CMD} ${CURVE_GID} > ${STAGEDIR}${PREFIX}/etc/curvedns/env/GID - -.include diff --git a/dns/curvedns/distinfo b/dns/curvedns/distinfo deleted file mode 100644 index 337414c1dd70..000000000000 --- a/dns/curvedns/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (vstakhov-curvedns-0.88.b-0.87_GH0.tar.gz) = dadcaa75b9160665e45688b54e1b26ab755440ddb78c6a682c38bdd12422ebad -SIZE (vstakhov-curvedns-0.88.b-0.87_GH0.tar.gz) = 28683 diff --git a/dns/curvedns/files/pkg-message.in b/dns/curvedns/files/pkg-message.in deleted file mode 100644 index 9e3a4dd04f20..000000000000 --- a/dns/curvedns/files/pkg-message.in +++ /dev/null @@ -1,35 +0,0 @@ -[ -{ type: install - message: <> /etc/rc.conf - %%PREFIX%%/etc/rc.d/svscan start - -------- verify -------------------------------------------- - - # examples: - dig @ auth-dom.example any - drill auth-dom.example any -EOM -} -] diff --git a/dns/curvedns/pkg-descr b/dns/curvedns/pkg-descr deleted file mode 100644 index 935fcf2bd277..000000000000 --- a/dns/curvedns/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -CurveDNS is a forwarding nameserver adding DNSCurve to DNS, and it is -the first publicly released forwarding implementation that implements -the DNSCurve protocol. diff --git a/dns/curvedns/pkg-plist b/dns/curvedns/pkg-plist deleted file mode 100644 index 4fcc10eefe34..000000000000 --- a/dns/curvedns/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/curvedns -bin/curvedns-keygen -@(%%CURVE_UID%%,%%CURVE_GID%%,) %%ETCDIR%%/env/UID -@(%%CURVE_UID%%,%%CURVE_GID%%,) %%ETCDIR%%/env/GID -@sample(%%CURVE_UID%%,%%CURVE_GID%%,) %%ETCDIR%%/run.sample -@sample(%%CURVE_UID%%,%%CURVE_GID%%,) %%ETCDIR%%/log/run.sample -@dir(%%CURVE_UID%%,%%CURVE_GID%%,700) %%ETCDIR%%/env -- cgit v1.2.3