summaryrefslogtreecommitdiff
path: root/dns/maradns
diff options
context:
space:
mode:
Diffstat (limited to 'dns/maradns')
-rw-r--r--dns/maradns/Makefile62
-rw-r--r--dns/maradns/distinfo1
-rw-r--r--dns/maradns/files/patch-dns-Makefile11
-rw-r--r--dns/maradns/files/patch-example_mararc13
-rw-r--r--dns/maradns/files/patch-libs-Makefile10
-rw-r--r--dns/maradns/files/patch-parse-Makefile11
-rw-r--r--dns/maradns/files/patch-server-Makefile18
-rw-r--r--dns/maradns/files/patch-test-Makefile11
-rw-r--r--dns/maradns/files/patch-tools-Makefile11
-rw-r--r--dns/maradns/files/patch-tuzona-Makefile11
-rw-r--r--dns/maradns/files/patch-utf8-Makefile11
-rw-r--r--dns/maradns/pkg-comment1
-rw-r--r--dns/maradns/pkg-descr19
-rw-r--r--dns/maradns/pkg-plist35
14 files changed, 0 insertions, 225 deletions
diff --git a/dns/maradns/Makefile b/dns/maradns/Makefile
deleted file mode 100644
index 1bcc9bd49343..000000000000
--- a/dns/maradns/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# New ports collection makefile for: maradns
-# Date created: 26 May 2001
-# Whom: Anders Nordby <anders@fix.no>
-#
-# $FreeBSD$
-#
-
-PORTNAME= maradns
-PORTVERSION= 0.8.16
-CATEGORIES= net
-MASTER_SITES= http://www.maradns.org/download/ \
- ftp://ftp.nuug.no/pub/anders/distfiles/
-
-MAINTAINER= anders@fix.no
-
-USE_BZIP2= yes
-
-MAN1= askmara.1 getzone.1
-MAN8= maradns.8 zoneserver.8
-
-DDOCS= RFC1035.compliance cache.poison.protection csv1.format \
- draft-skwan-utf8-dns-05.txt example_full_mararc faq.html \
- firewall.configuration handling.compression mararc.format \
- multiple.qdcount recursive-case-insensitive recursive.algorithm \
- resolution.algorithm rfc2044.txt rtest.output www.monty.de
-DOCS= example_csv1 example_mararc faq.txt ../0QuickStart ../CHANGELOG.html \
- ../TODO.done ../TODO.first ../TODO.second ../changelog.html ../CREDITS
-
-FIXPREFIX= 00QuickStart CHANGELOG.html doc/man/maradns.8 doc/faq.txt \
- doc/man/zoneserver.8 parse/ParseMaraRc.c doc/example_mararc
-
-post-patch:
-.for f in ${FIXPREFIX}
- ${PERL} -pi -e "s@/etc/maradns@${PREFIX}/etc/maradns@g; \
- s@/etc/mararc@${PREFIX}/etc/mararc@g" ${WRKSRC}/${f}
-.endfor
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/server/maradns ${PREFIX}/sbin/
- ${INSTALL_PROGRAM} ${WRKSRC}/tuzona/zoneserver ${PREFIX}/sbin/
- ${INSTALL_PROGRAM} ${WRKSRC}/tuzona/getzone ${PREFIX}/sbin/
- ${INSTALL_PROGRAM} ${WRKSRC}/tools/askmara ${PREFIX}/bin/
- ${INSTALL_DATA} ${WRKSRC}/doc/example_mararc ${PREFIX}/etc/mararc.sample
- ${INSTALL_MAN} ${WRKSRC}/doc/man/maradns.8 ${PREFIX}/man/man8/
- ${INSTALL_MAN} ${WRKSRC}/doc/man/zoneserver.8 ${PREFIX}/man/man8/
- ${INSTALL_MAN} ${WRKSRC}/doc/man/askmara.1 ${PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/doc/man/getzone.1 ${PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
- ${INSTALL} -d -o root -g wheel -m 0755 \
- ${PREFIX}/share/doc/maradns/detailed/spammers
- ${INSTALL_DATA} ${WRKSRC}/doc/detailed/spammers/azmalink.net \
- ${PREFIX}/share/doc/maradns/detailed/spammers
-.for f in ${DDOCS}
- ${INSTALL_DATA} ${WRKSRC}/doc/detailed/${f} \
- ${PREFIX}/share/doc/maradns/detailed
-.endfor
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${PREFIX}/share/doc/maradns
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/dns/maradns/distinfo b/dns/maradns/distinfo
deleted file mode 100644
index c2c3d53b566a..000000000000
--- a/dns/maradns/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (maradns-0.8.16.tar.bz2) = e48afe22554e4830c76868cd95a16683
diff --git a/dns/maradns/files/patch-dns-Makefile b/dns/maradns/files/patch-dns-Makefile
deleted file mode 100644
index 7ecb07c3745e..000000000000
--- a/dns/maradns/files/patch-dns-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- dns/Makefile.orig Sun Jul 22 21:27:54 2001
-+++ dns/Makefile Sun Jul 22 21:28:03 2001
-@@ -4,7 +4,7 @@
- OBJECTS=$(DOBJECTS) $(JOBJS) $(MJOBJS)
-
- #FLAGS = -O2 -Wall
--FLAGS = -g
-+FLAGS = -g $(CFLAGS)
-
- all: Queries.o Compress.o bobbit.o
-
diff --git a/dns/maradns/files/patch-example_mararc b/dns/maradns/files/patch-example_mararc
deleted file mode 100644
index 4cd7bb091fee..000000000000
--- a/dns/maradns/files/patch-example_mararc
+++ /dev/null
@@ -1,13 +0,0 @@
---- doc/example_mararc.orig Mon Aug 20 23:10:09 2001
-+++ doc/example_mararc Mon Aug 20 23:10:53 2001
-@@ -19,7 +19,9 @@
- # The directory with all of the zone files
- chroot_dir = "/usr/local/etc/maradns"
- # The numeric UID MaraDNS will run as
--maradns_uid = 99
-+maradns_uid = 53
-+# The (optional) numeric GID MaraDNS will run as
-+maradns_gid = 53
- # The maximum number of threads (or processes, with the zone server)
- # MaraDNS is allowed to run
- maxprocs = 96
diff --git a/dns/maradns/files/patch-libs-Makefile b/dns/maradns/files/patch-libs-Makefile
deleted file mode 100644
index 8fb4fb93afb9..000000000000
--- a/dns/maradns/files/patch-libs-Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
---- libs/Makefile.orig Sun Jul 22 21:21:11 2001
-+++ libs/Makefile Sun Jul 22 21:21:38 2001
-@@ -1,6 +1,6 @@
- OBJECTS = JessStr.o JessStrOS.o JessStrCP.o MaraHash.o
- #FLAGS = -O2 -Wall
--FLAGS = -g
-+FLAGS = -g $(CFLAGS)
-
- all: tests mtest
-
diff --git a/dns/maradns/files/patch-parse-Makefile b/dns/maradns/files/patch-parse-Makefile
deleted file mode 100644
index dd8e62e9fbcd..000000000000
--- a/dns/maradns/files/patch-parse-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- parse/Makefile.orig Sun Jul 22 21:22:02 2001
-+++ parse/Makefile Sun Jul 22 21:22:17 2001
-@@ -6,7 +6,7 @@
- EXECS=parsetest parsetest2
-
- #FLAGS = -O2
--FLAGS = -g
-+FLAGS = -g $(CFLAGS)
-
- all: $(EXECS)
-
diff --git a/dns/maradns/files/patch-server-Makefile b/dns/maradns/files/patch-server-Makefile
deleted file mode 100644
index 8613411ce7ba..000000000000
--- a/dns/maradns/files/patch-server-Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
---- server/Makefile.orig Sun Jul 22 21:22:38 2001
-+++ server/Makefile Sun Jul 22 21:23:17 2001
-@@ -12,7 +12,7 @@
- #FLAGS = -g -DDEBUG -DCALL_LOCKS
- #FLAGS = -g -DDEBUG
- #FLAGS = -g -DDEBUG -DNOTHREAD
--FLAGS = -g
-+FLAGS = -g $(CFLAGS)
-
- all: $(EXECS)
-
-@@ -29,5 +29,5 @@
- $(CC) -c $(FLAGS) -o recursive.o recursive.c
-
- maradns: MaraDNS.c $(OBJECTS)
-- $(CC) $(FLAGS) -DVERSION=\"$(VERSION)\" -o maradns MaraDNS.c $(OBJECTS) -lpthread
-+ $(CC) $(FLAGS) -DVERSION=\"$(VERSION)\" -o maradns MaraDNS.c $(OBJECTS) -pthread
-
diff --git a/dns/maradns/files/patch-test-Makefile b/dns/maradns/files/patch-test-Makefile
deleted file mode 100644
index 626dcaff9cc2..000000000000
--- a/dns/maradns/files/patch-test-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- test/Makefile.orig Sun Jul 22 21:23:40 2001
-+++ test/Makefile Sun Jul 22 21:23:47 2001
-@@ -6,7 +6,7 @@
- EXECS=rtest csv1test compress.test show.charnum ipacltest
-
- #FLAGS = -O2
--FLAGS = -g
-+FLAGS = -g $(CFLAGS)
-
- all: $(EXECS)
-
diff --git a/dns/maradns/files/patch-tools-Makefile b/dns/maradns/files/patch-tools-Makefile
deleted file mode 100644
index 27dd38f4d99b..000000000000
--- a/dns/maradns/files/patch-tools-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/Makefile.orig Sun Jul 22 21:24:18 2001
-+++ tools/Makefile Sun Jul 22 21:24:30 2001
-@@ -5,7 +5,7 @@
- EXECS=askmara strip.control benchmark
-
- #FLAGS = -O2
--FLAGS = -g
-+FLAGS = -g $(CFLAGS)
-
- all: $(EXECS)
-
diff --git a/dns/maradns/files/patch-tuzona-Makefile b/dns/maradns/files/patch-tuzona-Makefile
deleted file mode 100644
index 5c5186a8029b..000000000000
--- a/dns/maradns/files/patch-tuzona-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- tuzona/Makefile.orig Sun Jul 22 21:25:11 2001
-+++ tuzona/Makefile Sun Jul 22 21:25:18 2001
-@@ -5,7 +5,7 @@
- OBJECTS=$(JOBJS) $(MJOBJS) $(DOBJECTS) $(POBJECTS)
- EXECS=getzone zoneserver
-
--FLAGS = -O2
-+FLAGS = -O2 $(CFLAGS)
- #FLAGS = -g
-
- all: $(EXECS)
diff --git a/dns/maradns/files/patch-utf8-Makefile b/dns/maradns/files/patch-utf8-Makefile
deleted file mode 100644
index 208b5b47e28c..000000000000
--- a/dns/maradns/files/patch-utf8-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- utf8/Makefile.orig Sun Jul 22 21:25:44 2001
-+++ utf8/Makefile Sun Jul 22 21:25:51 2001
-@@ -5,7 +5,7 @@
- EXECS=utf8test
-
- #FLAGS = -O2
--FLAGS = -g
-+FLAGS = -g $(CFLAGS)
-
- all: $(EXECS)
-
diff --git a/dns/maradns/pkg-comment b/dns/maradns/pkg-comment
deleted file mode 100644
index 1c53d10ad184..000000000000
--- a/dns/maradns/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A DNS server implementation with focus on security and simplicity
diff --git a/dns/maradns/pkg-descr b/dns/maradns/pkg-descr
deleted file mode 100644
index 84e451eae3e3..000000000000
--- a/dns/maradns/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-MaraDNS is a DNS server with the following features:
-
-* Security-aware programming. A DNS server needs to be secure. There is a
-number of security features in the code, including:
-
- 1. The code uses a special string library which is resistant to buffer
- overflows.
- 2. The code, if started as root, mandates running as an unprivledged
- user in a chroot() jail.
-
-* Open-Source. This DNS server is public-domain code. There are no restrictions
-attached to this code.
-
-* Simplicity. This DNS server has the minimum number of features needed to
-correctly act as an authoritative name server for a domain.
-
-WWW: http://www.maradns.org/
-
-- Anders Nordby <anders@fix.no>
diff --git a/dns/maradns/pkg-plist b/dns/maradns/pkg-plist
deleted file mode 100644
index ce162e7ffbc5..000000000000
--- a/dns/maradns/pkg-plist
+++ /dev/null
@@ -1,35 +0,0 @@
-sbin/maradns
-sbin/zoneserver
-sbin/getzone
-bin/askmara
-etc/mararc.sample
-%%PORTDOCS%%share/doc/maradns/detailed/spammers/azmalink.net
-%%PORTDOCS%%share/doc/maradns/detailed/RFC1035.compliance
-%%PORTDOCS%%share/doc/maradns/detailed/cache.poison.protection
-%%PORTDOCS%%share/doc/maradns/detailed/csv1.format
-%%PORTDOCS%%share/doc/maradns/detailed/draft-skwan-utf8-dns-05.txt
-%%PORTDOCS%%share/doc/maradns/detailed/example_full_mararc
-%%PORTDOCS%%share/doc/maradns/detailed/faq.html
-%%PORTDOCS%%share/doc/maradns/detailed/firewall.configuration
-%%PORTDOCS%%share/doc/maradns/detailed/handling.compression
-%%PORTDOCS%%share/doc/maradns/detailed/mararc.format
-%%PORTDOCS%%share/doc/maradns/detailed/multiple.qdcount
-%%PORTDOCS%%share/doc/maradns/detailed/recursive-case-insensitive
-%%PORTDOCS%%share/doc/maradns/detailed/recursive.algorithm
-%%PORTDOCS%%share/doc/maradns/detailed/resolution.algorithm
-%%PORTDOCS%%share/doc/maradns/detailed/rfc2044.txt
-%%PORTDOCS%%share/doc/maradns/detailed/rtest.output
-%%PORTDOCS%%share/doc/maradns/detailed/www.monty.de
-%%PORTDOCS%%share/doc/maradns/example_csv1
-%%PORTDOCS%%share/doc/maradns/example_mararc
-%%PORTDOCS%%share/doc/maradns/faq.txt
-%%PORTDOCS%%share/doc/maradns/0QuickStart
-%%PORTDOCS%%share/doc/maradns/CREDITS
-%%PORTDOCS%%share/doc/maradns/CHANGELOG.html
-%%PORTDOCS%%share/doc/maradns/TODO.done
-%%PORTDOCS%%share/doc/maradns/TODO.first
-%%PORTDOCS%%share/doc/maradns/TODO.second
-%%PORTDOCS%%share/doc/maradns/changelog.html
-%%PORTDOCS%%@dirrm share/doc/maradns/detailed/spammers
-%%PORTDOCS%%@dirrm share/doc/maradns/detailed
-%%PORTDOCS%%@dirrm share/doc/maradns