summaryrefslogtreecommitdiff
path: root/net/pdnsd
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-05 07:41:35 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-05 07:41:35 +0000
commite1906e85ed4521c96066ce130869615c304c2a7a (patch)
tree2168725e487d131fef0e49ba7dfdd230e3466624 /net/pdnsd
parentChase repocopies towards ports/dns (diff)
Massive repo-copies request: net->dns (partly devel->dns)
The category "dns" has been added, now is the time to move the dns-related ports to the new world. Is there anyone who is brave enough to complete this difficult job? ;) PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
Notes
Notes: svn path=/head/; revision=88582
Diffstat (limited to 'net/pdnsd')
-rw-r--r--net/pdnsd/Makefile29
-rw-r--r--net/pdnsd/distinfo1
-rw-r--r--net/pdnsd/files/pdnsd.sh19
-rw-r--r--net/pdnsd/pkg-descr20
-rw-r--r--net/pdnsd/pkg-install9
-rw-r--r--net/pdnsd/pkg-message3
-rw-r--r--net/pdnsd/pkg-plist5
7 files changed, 0 insertions, 86 deletions
diff --git a/net/pdnsd/Makefile b/net/pdnsd/Makefile
deleted file mode 100644
index 7ce5d4c3049b..000000000000
--- a/net/pdnsd/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: pdnsd
-# Date Created: 27 Oct 2000
-# Whom: Roman Shterenzon <roman@xpert.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pdnsd
-PORTVERSION= 1.1.7a
-CATEGORIES= net
-MASTER_SITES= http://home.t-online.de/home/Moestl/
-
-MAINTAINER= roman@xpert.com
-COMMENT= Caching (permanently, writes to disk on exit) DNS proxy-server
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-cachedir=${PDNSDB}
-
-MAN8= pdnsd-ctl.8
-
-PDNSDB= /var/db/pdnsd
-
-post-install:
- @${MKDIR} ${PREFIX}/etc/rc.d
- @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pdnsd.sh > ${PREFIX}/etc/rc.d/pdnsd.sh
- @${CHMOD} 750 ${PREFIX}/etc/rc.d/pdnsd.sh
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/net/pdnsd/distinfo b/net/pdnsd/distinfo
deleted file mode 100644
index 7c17be369b86..000000000000
--- a/net/pdnsd/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (pdnsd-1.1.7a.tar.gz) = 96ef0f6708a14215c57ca89240b5e7ae
diff --git a/net/pdnsd/files/pdnsd.sh b/net/pdnsd/files/pdnsd.sh
deleted file mode 100644
index b5d6453eafd0..000000000000
--- a/net/pdnsd/files/pdnsd.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-case $1 in
-start)
- if [ -x %%PREFIX%%/sbin/pdnsd -a -f %%PREFIX%%/etc/pdnsd.conf ]; then
- %%PREFIX%%/sbin/pdnsd -d
- echo -n ' pdnsd'
- fi
- ;;
-stop)
- killall pdnsd && echo -n ' pdnsd'
- ;;
-*)
- echo "Usage: `basename $0` {start|stop}" >&2
- exit 64
- ;;
-esac
-
-exit 0
diff --git a/net/pdnsd/pkg-descr b/net/pdnsd/pkg-descr
deleted file mode 100644
index 610db2a00fdb..000000000000
--- a/net/pdnsd/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-pdnsd is a proxy dns server with permanent caching (the cache contents are
-written to hard disk on exit) that is designed to cope with unreachable or
-down dns servers (for example in dial-in networking).
-pdnsd can be used with applications that do dns lookups, eg on startup, and
-can't be configured to change that behavior, to prevent the often minute-long
-hangs (or even crashes) that result from stalled dns queries. Some Netscape
-Navigator versions for Unix, for example, expose this behavior.
-pdnsd is configurable via a file and supports run-time configuration using the
-program pdnsd-ctl that comes with pdnsd. This allows you to set the status
-flags of servers that pdnsd knows (to influence which servers pdnsd will
-query), and the addition, deletion and invalidation of DNS records in pdnsd's
-cache.
-Parallel name server queries are supported. This is a technique that allows
-querying several servers at the same time so that very slow or unavailable
-servers will not block the answer for one timeout interval.
-Since version 1.0.0, pdnsd has full IPv6 support.
-
-WWW: http://home.t-online.de/home/Moestl/
-
-Roman Shterenzon <roman@xpert.com>
diff --git a/net/pdnsd/pkg-install b/net/pdnsd/pkg-install
deleted file mode 100644
index d852250d83d1..000000000000
--- a/net/pdnsd/pkg-install
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-PDNSDB=/var/db/pdnsd
-
-mkdir -p ${PDNSDB}
-chown nobody ${PDNSDB}
-chmod 755 ${PDNSDB}
-dd if=/dev/zero of=${PDNSDB}/pdnsd.cache bs=1 count=4 >/dev/null 2>&1
-chown nobody ${PDNSDB}/pdnsd.cache
-chmod 640 ${PDNSDB}/pdnsd.cache
diff --git a/net/pdnsd/pkg-message b/net/pdnsd/pkg-message
deleted file mode 100644
index 9d33034b2f91..000000000000
--- a/net/pdnsd/pkg-message
+++ /dev/null
@@ -1,3 +0,0 @@
-
-You'll need to manually copy ${PREFIX}/etc/pdnsd.conf.sample to
-${PREFIX}/etc/pdnsd.conf and modify it for your needs.
diff --git a/net/pdnsd/pkg-plist b/net/pdnsd/pkg-plist
deleted file mode 100644
index 9b6802dbc753..000000000000
--- a/net/pdnsd/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-etc/pdnsd.conf.sample
-etc/rc.d/pdnsd.sh
-sbin/pdnsd
-sbin/pdnsd-ctl
-@unexec rm -rf /var/db/pdnsd