aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-29 11:50:27 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-29 11:50:27 +0000
commit35e6adf99c77ef95ebe224c4328da8317deca761 (patch)
treeec43fbd96d5c00d8b9d4769a8bfd24f1040f01da
parenta7a56556a5fc38fa5fdcdaa4e09e8e5ada03cc9d (diff)
downloadports-35e6adf99c77ef95ebe224c4328da8317deca761.tar.gz
ports-35e6adf99c77ef95ebe224c4328da8317deca761.zip
dns/sheerdns: Remove expired port
dns/sheerdns
-rw-r--r--MOVED1
-rw-r--r--dns/Makefile1
-rw-r--r--dns/sheerdns/Makefile34
-rw-r--r--dns/sheerdns/distinfo2
-rw-r--r--dns/sheerdns/files/patch-Makefile36
-rw-r--r--dns/sheerdns/pkg-descr9
6 files changed, 1 insertions, 82 deletions
diff --git a/MOVED b/MOVED
index 9a98faba48c2..04be5e9abc1e 100644
--- a/MOVED
+++ b/MOVED
@@ -3006,3 +3006,4 @@ comms/sms_client||2024-02-29|Has expired: Abandonware, dead upstream and relies
devel/codeville||2024-02-29|Has expired: Abandonware, dead upstream for at least 10 years. Consider using devel/git or devel/mercurial
dns/dns_balance||2024-02-29|Has expired: Abandonware, last release in 2005. Consider using dns/dnsdist
dns/dnscheckengine||2024-02-29|Has expired: Deprecated upstream in favour of Zonemaster Project
+dns/sheerdns||2024-02-29|Has expired: Abandonware, upstream dead and last update over 10 years ago
diff --git a/dns/Makefile b/dns/Makefile
index 6bcae3f85a07..3717716f6067 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -225,7 +225,6 @@
SUBDIR += rubygem-zonefile
SUBDIR += samba-nsupdate
SUBDIR += scavenge
- SUBDIR += sheerdns
SUBDIR += sleuth
SUBDIR += subfinder
SUBDIR += totd
diff --git a/dns/sheerdns/Makefile b/dns/sheerdns/Makefile
deleted file mode 100644
index a3c3a04ff670..000000000000
--- a/dns/sheerdns/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-PORTNAME= sheerdns
-PORTVERSION= 1.04
-PORTREVISION= 1
-CATEGORIES= dns
-MASTER_SITES= https://BSDforge.com/projects/source/dns/sheerdns/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Lightweight, simple, and fast master DNS server
-WWW= https://BSDforge.com/projects/dns/sheerdns/
-
-LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Abandonware, upstream dead and last update over 10 years ago
-EXPIRATION_DATE=2024-02-29
-
-USES= gmake tar:xz
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-PLIST_FILES= share/man/man8/sheerdns.8.gz sbin/sheerdns sbin/sheerdnshash
-PORTDOCS= sheerdns.html sheerdns.ps
-
-OPTIONS_DEFINE= DOCS
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/sheerdns
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/sheerdnshash
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
-
-.include <bsd.port.mk>
diff --git a/dns/sheerdns/distinfo b/dns/sheerdns/distinfo
deleted file mode 100644
index cc6d1029fdb4..000000000000
--- a/dns/sheerdns/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (sheerdns-1.04.tar.xz) = 890d0c4735179b20d2ac9b5a2fa9f7a94849ba880bd8afb919305c677aa44475
-SIZE (sheerdns-1.04.tar.xz) = 22404
diff --git a/dns/sheerdns/files/patch-Makefile b/dns/sheerdns/files/patch-Makefile
deleted file mode 100644
index a635a3f9c29e..000000000000
--- a/dns/sheerdns/files/patch-Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
---- Makefile.orig 2016-07-27 04:50:31 UTC
-+++ Makefile
-@@ -1,5 +1,6 @@
-
--CFLAGS=-Wall -g -O0 -ansi -pedantic
-+CC?= gcc
-+CFLAGS+=-Wall -ansi -pedantic
-
- SRCS=$(wildcard *.c)
-
-@@ -8,13 +9,13 @@ all: sheerdns sheerdnshash sheerdns.ps
- OBJECTS=$(SRCS:.c=.o)
-
- sheerdns: $(OBJECTS)
-- gcc -o sheerdns $(OBJECTS)
-+ $(CC) -o sheerdns $(OBJECTS)
-
- sheerdnshash: hash.c
-- gcc $(CFLAGS) -o sheerdnshash hash.c -DSTANDALONE -Wall
-+ $(CC) $(CFLAGS) -o sheerdnshash hash.c -DSTANDALONE -Wall
-
- .c.o: $(SRCS)
-- gcc $(CFLAGS) -c $<
-+ $(CC) $(CFLAGS) -c $<
-
- clean:
- rm -f sheerdns sheerdnshash *.o
-@@ -26,6 +27,5 @@ sheerdns.ps:
- groff -t sheerdns.8 > sheerdns.ps
-
- install: all
-- install sheerdnshash sheerdns /usr/sbin/
-- install sheerdns.8 /usr/share/man/man8/
-- install sheerdns.8 /usr/man/man8/
-+ install sheerdnshash sheerdns $(DESTDIR)$(PREFIX)/sbin
-+ install sheerdns.8 $(DESTDIR)$(PREFIX)/share/man/man8
diff --git a/dns/sheerdns/pkg-descr b/dns/sheerdns/pkg-descr
deleted file mode 100644
index ed5fb3bbb8d6..000000000000
--- a/dns/sheerdns/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-sheerdns is a master DNS server whose zone records are stored on a
-one-record-per-file bases. Because of this, sheerdns is likely the
-simplest DNS to configure, use, update, and operate. It's especially
-efficient for networks with frequent updates -- serving DHCP, for example.
-Updates to the zones are immediate, and do not require restarting sheerdns.
-
-SheerDNS is a good candidate for creating and RBL for mail, or web sites,
-as well as for providing DNS on embedded systems. Or anything else that
-requires a fast DNS, with very low overhead.