aboutsummaryrefslogtreecommitdiff
path: root/dns/dhid
diff options
context:
space:
mode:
Diffstat (limited to 'dns/dhid')
-rw-r--r--dns/dhid/Makefile37
-rw-r--r--dns/dhid/distinfo2
-rw-r--r--dns/dhid/files/dhid.sh20
-rw-r--r--dns/dhid/files/patch-aa13
-rw-r--r--dns/dhid/files/patch-ab17
-rw-r--r--dns/dhid/pkg-comment1
-rw-r--r--dns/dhid/pkg-descr16
-rw-r--r--dns/dhid/pkg-message5
-rw-r--r--dns/dhid/pkg-plist3
9 files changed, 0 insertions, 114 deletions
diff --git a/dns/dhid/Makefile b/dns/dhid/Makefile
deleted file mode 100644
index abe318814d5d..000000000000
--- a/dns/dhid/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: dhid
-# Date created: Sat Aug 21 06:13:59 EDT 1999
-# Whom: Oryx Gazella <oryx@ungulate.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= dhid
-PORTVERSION= 4.0.2
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- ${PORTNAME}-3.1${EXTRACT_SUFX}
-
-MAINTAINER= oryx@ungulate.net
-
-OLDWRKSRC= ${WRKDIR}/${PORTNAME}-3.1
-
-MAN8= dhid.8
-
-post-patch:
- @${ECHO} "===> Patching dhid.h"
- ${PERL} -i -p -e "s^__PREFIX__^${PREFIX}^g" ${WRKSRC}/dhid.h
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/dhid ${PREFIX}/sbin
- ${INSTALL_MAN} ${OLDWRKSRC}/dhid.8 ${PREFIX}/man/man8
- ${INSTALL} ${COPY} -o root -g wheel -m 600 ${OLDWRKSRC}/dhid.conf ${PREFIX}/etc/dhid.conf.sample
-
-post-install:
- @if [ ! -f ${PREFIX}/etc/rc.d/dhid.sh ]; then \
- ${ECHO} "===> Installing ${PREFIX}/etc/rc.d/dhid.sh startup file."; \
- ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/dhid.sh ${PREFIX}/etc/rc.d/dhid.sh; \
- fi;
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/dns/dhid/distinfo b/dns/dhid/distinfo
deleted file mode 100644
index 2a1346e93915..000000000000
--- a/dns/dhid/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (dhid-4.0.2.tar.gz) = 16532ef68d89ed51a9e57ea9ac886268
-MD5 (dhid-3.1.tar.gz) = f419031035f79936592c8ecf97fbe62c
diff --git a/dns/dhid/files/dhid.sh b/dns/dhid/files/dhid.sh
deleted file mode 100644
index 510f4ab70d16..000000000000
--- a/dns/dhid/files/dhid.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then
- echo "$0: Cannot determine the PREFIX" >&2
- exit 1
-fi
-
-case "$1" in
-start)
- [ -x "${PREFIX}/sbin/dhid" -a -f "${PREFIX}/etc/dhid.conf" ] && ${PREFIX}/sbin/dhid > /dev/null && echo -n ' dhid'
- ;;
-stop)
- killall dhid && echo -n ' dhid'
- ;;
-*)
- echo "Usage: `basename $0` {start|stop}" >&2
- ;;
-esac
-
-exit 0
diff --git a/dns/dhid/files/patch-aa b/dns/dhid/files/patch-aa
deleted file mode 100644
index ff0171d63d58..000000000000
--- a/dns/dhid/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- dhid.h.orig Sun Jan 14 19:39:01 2001
-+++ dhid.h Sun Jan 14 19:41:37 2001
-@@ -73,8 +73,8 @@
- #define OFFLINE_REQ 0x00000451
-
-
--#define DHID_CONF "/etc/dhid.conf"
--#define DHID_PID "/etc/dhid.pid"
-+#define DHID_CONF "__PREFIX__/etc/dhid.conf"
-+#define DHID_PID "/var/run/dhid.pid"
-
- #define DEF_ISPORT 58800
- #define FAIL_ALLOW 3
diff --git a/dns/dhid/files/patch-ab b/dns/dhid/files/patch-ab
deleted file mode 100644
index a818e892bcfd..000000000000
--- a/dns/dhid/files/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.orig Sun Jan 14 19:39:56 2001
-+++ Makefile Sun Jan 14 19:40:37 2001
-@@ -25,13 +25,10 @@
- #
- # DHIS(c) Dynamic Host Information System Release 4.0
-
--CC=cc
-+CC?=cc
-
- # Add -lnsl and -lsocket to LIBS in SysV systems
- #
--CFLAGS=-I/usr/local/include -DQRC=1
--LFLAGS=-L/usr/local/lib
--LIBS=-lgmp
-
- # Use these and comment the above if you wish to compile dhid without
- # secure public key authentication or don't have the GMP library
diff --git a/dns/dhid/pkg-comment b/dns/dhid/pkg-comment
deleted file mode 100644
index edea8d6cf8d1..000000000000
--- a/dns/dhid/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-DHIS client for updating dynamic DNS entries in dhisd DNS tables
diff --git a/dns/dhid/pkg-descr b/dns/dhid/pkg-descr
deleted file mode 100644
index 1709e04134e1..000000000000
--- a/dns/dhid/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-DHIS Daemon Client release 4.0.1
-================================
-
-dhid is the DHIS client daemon. dhid is used to update the DNS tables on
-a DHIS provider.
-
-If you haven't done so yet, you will need to register your host with a
-DHIS provider. http://www.dhis.org/dhis/services/
-
-dhid.conf should be configured according to the provider's assigned
-parameters. Use the dhid.conf.sample for a template.
-
-- Oryx
-oryx@ungulate.net
-
-WWW: http://www.dhis.org/dhis/services/
diff --git a/dns/dhid/pkg-message b/dns/dhid/pkg-message
deleted file mode 100644
index c5f73d7ca26a..000000000000
--- a/dns/dhid/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-
-Before dhid can run, you will need to register with a DHIS provider.
-See http://www.dhis.org/dhis/services/ for a list of providers.
-Enter the DHIS account information into the dhid.conf file.
-
diff --git a/dns/dhid/pkg-plist b/dns/dhid/pkg-plist
deleted file mode 100644
index 179602d78992..000000000000
--- a/dns/dhid/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-etc/dhid.conf.sample
-etc/rc.d/dhid.sh
-sbin/dhid