aboutsummaryrefslogtreecommitdiff
path: root/dns/inadyn
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-09-20 15:15:31 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-09-20 15:15:31 +0000
commitcc385012e2dc23d05b4479cc151534dc8dfdad54 (patch)
treecfde40f70def491a29be23e56dc466029f42788f /dns/inadyn
parenta48956e47363320dd8619a5e07e927a59ff4bf4b (diff)
downloadports-cc385012e2dc23d05b4479cc151534dc8dfdad54.tar.gz
ports-cc385012e2dc23d05b4479cc151534dc8dfdad54.zip
Add inadyn 1.96, INADYN - Simple DYNAMIC DNS client.
PR: ports/86350 Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Notes
Notes: svn path=/head/; revision=143215
Diffstat (limited to 'dns/inadyn')
-rw-r--r--dns/inadyn/Makefile47
-rw-r--r--dns/inadyn/distinfo2
-rw-r--r--dns/inadyn/pkg-descr7
3 files changed, 56 insertions, 0 deletions
diff --git a/dns/inadyn/Makefile b/dns/inadyn/Makefile
new file mode 100644
index 000000000000..48d5f491c7bd
--- /dev/null
+++ b/dns/inadyn/Makefile
@@ -0,0 +1,47 @@
+# New ports collection makefile for: inadyn
+# Date created: 9 September 2005
+# Whom: Alex Samorukov <samm@os2.kiev.ua>
+#
+# $FreeBSD$
+#
+
+PORTNAME= inadyn
+PORTVERSION= 1.96
+CATEGORIES= dns
+MASTER_SITES= http://inadyn.ina-tech.net/
+DISTNAME= inadyn.v1.96
+EXTRACT_SUFX= .zip
+
+MAINTAINER= samm@os2.kiev.ua
+COMMENT= INADYN - Simple DYNAMIC DNS client
+
+WRKSRC= ${WRKDIR}/inadyn
+USE_ZIP= yes
+USE_GMAKE= yes
+MAKEFILE= makefile
+
+MAN8= inadyn.8
+MAN5= inadyn.conf.5
+MANCOMPRESSED= no
+
+PORTDOCS= readme.html
+PLIST_FILES= bin/inadyn
+
+NO_INSTALL_MANPAGES=yes
+
+do-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
+.endif
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/linux/inadyn ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/man/inadyn.8 ${MANPREFIX}/man/man8
+ ${INSTALL_SCRIPT} ${WRKSRC}/man/inadyn.conf.5 ${MANPREFIX}/man/man5
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Doesn't build on 4.x"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/dns/inadyn/distinfo b/dns/inadyn/distinfo
new file mode 100644
index 000000000000..6396b4e4d298
--- /dev/null
+++ b/dns/inadyn/distinfo
@@ -0,0 +1,2 @@
+MD5 (inadyn.v1.96.zip) = 0d5ab08003ac08c36f55a562d0c4b1c1
+SIZE (inadyn.v1.96.zip) = 127742
diff --git a/dns/inadyn/pkg-descr b/dns/inadyn/pkg-descr
new file mode 100644
index 000000000000..e0ec1042a19b
--- /dev/null
+++ b/dns/inadyn/pkg-descr
@@ -0,0 +1,7 @@
+INADYN is a dynamic DNS client. That is, it maintains the IP address of a host
+name. It periodically checks whether the IP address stored by the DNS server
+is the real current address of the machine that is running INADYN.
+It supports the following dynamic DNS services: dyndns.org (in all three
+flavors: dynamic, static, custom), freedns.afraid.org, zoneedit.com, no-ip.com
+
+WWW: http://inadyn.ina-tech.net/