summaryrefslogtreecommitdiff
path: root/dns/ddup
diff options
context:
space:
mode:
Diffstat (limited to 'dns/ddup')
-rw-r--r--dns/ddup/Makefile45
-rw-r--r--dns/ddup/distinfo1
-rw-r--r--dns/ddup/files/Makefile17
-rw-r--r--dns/ddup/files/patch-ddupcron.sh29
-rw-r--r--dns/ddup/pkg-comment1
-rw-r--r--dns/ddup/pkg-descr19
-rw-r--r--dns/ddup/pkg-message5
-rw-r--r--dns/ddup/pkg-plist4
8 files changed, 0 insertions, 121 deletions
diff --git a/dns/ddup/Makefile b/dns/ddup/Makefile
deleted file mode 100644
index 22099e710d5b..000000000000
--- a/dns/ddup/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: ddup
-# Date created: 30 September 1999
-# Whom: cjm2
-#
-# $FreeBSD$
-#
-
-PORTNAME= ddup
-PORTVERSION= 3.0.1
-CATEGORIES= net
-MASTER_SITES= http://www.ddup.org/download/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-unix
-
-MAINTAINER= cjm2@altavista.net
-
-MAN1= ddup.1
-MANCOMPRESSED= maybe
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-# Uncomment this if you want to enable debugging.
-#DEBUG= -g
-
-MAKE_ARGS= DEBUG="${DEBUG}"
-
-post-extract:
- cd ${WRKSRC}; ${GUNZIP_CMD} ddup.1.gz
-
-post-patch:
- ${PERL} -i -pe 's,!!PREFIX!!,${PREFIX},' ${WRKSRC}/ddupcron.sh
- ${PERL} -i -pe 's,/etc\b,${PREFIX}$$&,' ${WRKSRC}/ddup.1
-
-pre-build:
- ${CP} ${FILESDIR}/Makefile ${WRKSRC}/
- ${ECHO} "#define file_name \"${PREFIX}/etc/ddup.conf\"" > ${WRKSRC}/options.h
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/ddupcron.sh ${PREFIX}/sbin/
-.if !defined(NOPORTSDOC)
- ${MKDIR} ${PREFIX}/share/doc/ddup
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ddup/
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/dns/ddup/distinfo b/dns/ddup/distinfo
deleted file mode 100644
index fb43fa3f1d8d..000000000000
--- a/dns/ddup/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ddup-3.0.1-unix.tar.gz) = 6c3ee8158f994de4cbbaf0593fb0226c
diff --git a/dns/ddup/files/Makefile b/dns/ddup/files/Makefile
deleted file mode 100644
index c875fcafb1c9..000000000000
--- a/dns/ddup/files/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-PROG= ddup
-SRCS= ddup.c \
- ddup_functions.c \
- getopt.c \
- getopt1.c \
- parse_config.c \
- parse_option.c \
- update.c
-CFLAGS+= ${DEBUG}
-MAN1= ddup.1
-BINDIR= ${LOCALBASE}/sbin
-MANDIR= ${LOCALBASE}/man/man
-
-.include <bsd.prog.mk>
-
diff --git a/dns/ddup/files/patch-ddupcron.sh b/dns/ddup/files/patch-ddupcron.sh
deleted file mode 100644
index ed354d7afff8..000000000000
--- a/dns/ddup/files/patch-ddupcron.sh
+++ /dev/null
@@ -1,29 +0,0 @@
---- ddupcron.sh.orig Mon Oct 23 02:11:48 2000
-+++ ddupcron.sh Thu Nov 2 14:16:39 2000
-@@ -2,19 +2,23 @@
-
- # Define the host to be updated as 1st arguement to script
- if [ -z $1 ]; then
-- echo "Usage: ddupcron.sh hostname"
-+ echo "Usage: ddupcron.sh hostname [interface]"
- exit
- else
- HOST=$1
- fi
- # Define interface to grep address from
--IFACE="eth0"
-+if [ -z $2 ]; then
-+ IFACE=fxp0
-+else
-+ IFACE=$2
-+fi
- IFCHECK=$(/sbin/ifconfig $IFACE|grep ask|awk '{print $2}'|cut -d ':' -f2)
- # Define where we should store last IP
- IPFILE="/tmp/ddupip"
- IPCHECK=$(cat $IPFILE)
- # Define path to ddup and ddup arguments (except --host)
--DDUP_PATH="/home/ddup/ddup"
-+DDUP_PATH="!!PREFIX!!/sbin/ddup"
- DDUP_ARGS="--debug"
-
-
diff --git a/dns/ddup/pkg-comment b/dns/ddup/pkg-comment
deleted file mode 100644
index 3a489e82631d..000000000000
--- a/dns/ddup/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A DynDNS.org client for UNIX (Now support NIC v2.0)
diff --git a/dns/ddup/pkg-descr b/dns/ddup/pkg-descr
deleted file mode 100644
index a39e2362e40d..000000000000
--- a/dns/ddup/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-DD-UP is a program that is used to update a host provided by the Free
-DynDNS service of dyndns.org.
-
-This version supports:
- - Dynamic Hostnames
- - Static Hostnames
- - DynDNS.Org NIC v2.0
-
-Features in this version include:
- - Automatic IP Detection
- - Manual IP Specification
- - Wildcard hosts
- - Backup MX hosts
- - Operation through a proxy server
-
-Author: Thomas Gandy <tegandy@enid.com>
-WWW: http://www.ddup.org/
-
-EMAIL: cjm2@altavista.net
diff --git a/dns/ddup/pkg-message b/dns/ddup/pkg-message
deleted file mode 100644
index 74555f9fa182..000000000000
--- a/dns/ddup/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-********************************************************
-*** If you are upgrading or are a first time user ***
-*** you MUST make your configuration file by typing ***
-*** ddup --makeconf ***
-********************************************************
diff --git a/dns/ddup/pkg-plist b/dns/ddup/pkg-plist
deleted file mode 100644
index 03f294b6ea19..000000000000
--- a/dns/ddup/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-sbin/ddup
-sbin/ddupcron.sh
-share/doc/ddup/README
-@dirrm share/doc/ddup