summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
Diffstat (limited to 'dns')
-rw-r--r--dns/Makefile1
-rw-r--r--dns/ez-ipupdate/Makefile30
-rw-r--r--dns/ez-ipupdate/distinfo2
-rw-r--r--dns/ez-ipupdate/files/ez-ipupdate.in33
-rw-r--r--dns/ez-ipupdate/files/patch-ez-ipupdate.c11
-rw-r--r--dns/ez-ipupdate/pkg-descr23
-rw-r--r--dns/ez-ipupdate/pkg-plist12
7 files changed, 0 insertions, 112 deletions
diff --git a/dns/Makefile b/dns/Makefile
index d38564a844ce..c21d128aee51 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -69,7 +69,6 @@
SUBDIR += dsp
SUBDIR += dynip
SUBDIR += erlang-idna
- SUBDIR += ez-ipupdate
SUBDIR += fastresolve
SUBDIR += firedns
SUBDIR += flamethrower
diff --git a/dns/ez-ipupdate/Makefile b/dns/ez-ipupdate/Makefile
deleted file mode 100644
index cd327e8cb5c9..000000000000
--- a/dns/ez-ipupdate/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: se
-# $FreeBSD$
-
-PORTNAME= ez-ipupdate
-PORTVERSION= 3.0.11b8
-PORTREVISION= 3
-CATEGORIES= dns
-MASTER_SITES= http://dyn.pl/client/UNIX/ez-ipupdate/ \
- http://www.yi.org/help/software/ \
- http://www.devil-linux.us/pub/devel/sources/1.3/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Update your host name on any dynamic DNS service
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-USE_RC_SUBR= ez-ipupdate
-GNU_CONFIGURE= yes
-
-OPTIONS_DEFINE= EXAMPLES
-
-post-install:
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- (cd ${WRKSRC} && ${INSTALL_DATA} example-*.conf ${STAGEDIR}${EXAMPLESDIR})
- ${INSTALL_DATA} ${WRKSRC}/example.conf \
- ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample
-
-.include <bsd.port.mk>
diff --git a/dns/ez-ipupdate/distinfo b/dns/ez-ipupdate/distinfo
deleted file mode 100644
index d635d948a56a..000000000000
--- a/dns/ez-ipupdate/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ez-ipupdate-3.0.11b8.tar.gz) = bf5b8d11ffe055c5891d0ab64bbfa86e99cbda645d40f346146b939fec8d962d
-SIZE (ez-ipupdate-3.0.11b8.tar.gz) = 81975
diff --git a/dns/ez-ipupdate/files/ez-ipupdate.in b/dns/ez-ipupdate/files/ez-ipupdate.in
deleted file mode 100644
index 1209b62e4770..000000000000
--- a/dns/ez-ipupdate/files/ez-ipupdate.in
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: ez-ipupdate
-# REQUIRE:
-# BEFORE:
-# KEYWORD: shutdown
-
-# Add the following line to /etc/rc.conf to enable ez-ipupdate:
-#
-#ez_ipupdate_enable="YES"
-#
-
-. /etc/rc.subr
-
-name=ez_ipupdate
-rcvar=ez_ipupdate_enable
-
-load_rc_config $name
-
-: ${ez_ipupdate_enable="NO"}
-: ${ez_ipupdate_pidfile="/var/run/ez-ipupdate.pid"}
-: ${ez_ipupdate_configfile="%%PREFIX%%/etc/ez-ipupdate.conf"}
-: ${ez_ipupdate_flags="-d -c $ez_ipupdate_configfile -F $ez_ipupdate_pidfile"}
-
-command=%%PREFIX%%/bin/ez-ipupdate
-pidfile=$ez_ipupdate_pidfile
-required_files=$ez_ipupdate_configfile
-sig_stop=QUIT
-
-run_rc_command "$1"
diff --git a/dns/ez-ipupdate/files/patch-ez-ipupdate.c b/dns/ez-ipupdate/files/patch-ez-ipupdate.c
deleted file mode 100644
index 39ef4bed4a5a..000000000000
--- a/dns/ez-ipupdate/files/patch-ez-ipupdate.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ez-ipupdate.c.orig
-+++ ez-ipupdate.c
-@@ -798,7 +798,7 @@
- sprintf(buf, "message incomplete because your OS sucks: %s\n", fmt);
- #endif
-
-- syslog(LOG_NOTICE, buf);
-+ syslog(LOG_NOTICE, "%s", buf);
- }
- else
- {
diff --git a/dns/ez-ipupdate/pkg-descr b/dns/ez-ipupdate/pkg-descr
deleted file mode 100644
index 574788d1c108..000000000000
--- a/dns/ez-ipupdate/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-ez-ipupdate is a small utility for updating your host name
-if you are using any of the following dynamic DNS services:
-
- http://gnudip.cheapnet.net (GNUDip)
- http://www.dhs.org
- http://www.dyn.ca (GNUDip)
- http://www.dyndns.org
- http://www.dyns.cx
- http://www.easydns.com
- http://www.ez-ip.net
- http://www.hn.org
- http://www.justlinux.com
- http://www.ods.org
- http://www.tzo.com
- http://www.zoneedit.com
-
-It is pure C and works on Linux, *BSD and Solaris.
-
-The key features are: support for multiple service types, daemon
-mode that monitors your IP address and only sends updates when
-your IP address changes.
-
-WWW: http://www.ez-ipupdate.com/
diff --git a/dns/ez-ipupdate/pkg-plist b/dns/ez-ipupdate/pkg-plist
deleted file mode 100644
index 755be466bfc1..000000000000
--- a/dns/ez-ipupdate/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-bin/ez-ipupdate
-etc/ez-ipupdate.conf.sample
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-dhs.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-dyndns.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-dyns.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-easydns.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-gnudip.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-heipv6tb.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-justlinux.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-ods.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-pgpow.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-tzo.conf