summaryrefslogtreecommitdiff
path: root/dns/odsclient
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2001-07-22 10:54:08 +0000
committerMark Pulford <markp@FreeBSD.org>2001-07-22 10:54:08 +0000
commit848df589cf3ab35bee009f54a8495226115f5454 (patch)
tree673a473c22339c3b847872898555cc2968413490 /dns/odsclient
parentFix audio detection problem. (diff)
Add odsclient 1.01, ODS Dynamic DNS Client.
PR: 29141 Submitted by: Jason DiCioccio <geniusj@ods.org>
Notes
Notes: svn path=/head/; revision=45369
Diffstat (limited to 'dns/odsclient')
-rw-r--r--dns/odsclient/Makefile31
-rw-r--r--dns/odsclient/distinfo1
-rw-r--r--dns/odsclient/pkg-comment1
-rw-r--r--dns/odsclient/pkg-descr9
-rw-r--r--dns/odsclient/pkg-message10
-rw-r--r--dns/odsclient/pkg-plist3
6 files changed, 55 insertions, 0 deletions
diff --git a/dns/odsclient/Makefile b/dns/odsclient/Makefile
new file mode 100644
index 000000000000..32dbb7983e9c
--- /dev/null
+++ b/dns/odsclient/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: odsclient
+# Date created: Jul 22, 2001
+# Whom: geniusj@ods.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= odsclient
+PORTVERSION= 1.01
+CATEGORIES= net
+MASTER_SITES= http://www.ods.org/
+
+MAINTAINER= geniusj@ods.org
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+ALL_TARGET= odsclient
+
+post-patch:
+ @${PERL} -pi -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/odsclient ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
+.endif
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/dns/odsclient/distinfo b/dns/odsclient/distinfo
new file mode 100644
index 000000000000..5d11594f6f36
--- /dev/null
+++ b/dns/odsclient/distinfo
@@ -0,0 +1 @@
+MD5 (odsclient-1.01.tar.gz) = 7f7d8a10742a028c48e051b2777101a0
diff --git a/dns/odsclient/pkg-comment b/dns/odsclient/pkg-comment
new file mode 100644
index 000000000000..1f4f6c4be796
--- /dev/null
+++ b/dns/odsclient/pkg-comment
@@ -0,0 +1 @@
+ODS Dynamic DNS Client
diff --git a/dns/odsclient/pkg-descr b/dns/odsclient/pkg-descr
new file mode 100644
index 000000000000..6b9443d149bf
--- /dev/null
+++ b/dns/odsclient/pkg-descr
@@ -0,0 +1,9 @@
+A dynamic DNS client for the service provided by the Open Domain Server.
+This client is the official ODS client, it is a simple command-line client that
+can easily be placed into any scripts necessary.
+
+Account signup, Host creation, etc can be found at:
+
+WWW: http://www.ods.org/
+
+- geniusj@ods.org
diff --git a/dns/odsclient/pkg-message b/dns/odsclient/pkg-message
new file mode 100644
index 000000000000..d166c7ad60e5
--- /dev/null
+++ b/dns/odsclient/pkg-message
@@ -0,0 +1,10 @@
+----------------------------------------------------------------------
+To use this client you must first signup for an account at ods.org You
+can find the signup page at http://www.ods.org/adduserform.html
+
+After you signup you can get your host by typing:
+odsclient Username Password Hostname [IP-address]
+
+The IP address is optional. If it is not specified, the server will
+determine it for you.
+----------------------------------------------------------------------
diff --git a/dns/odsclient/pkg-plist b/dns/odsclient/pkg-plist
new file mode 100644
index 000000000000..c1aee60ead6c
--- /dev/null
+++ b/dns/odsclient/pkg-plist
@@ -0,0 +1,3 @@
+bin/odsclient
+%%PORTDOCS%%share/doc/odsclient/README
+%%PORTDOCS%%@dirrm share/doc/odsclient