summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkp <markp@FreeBSD.org>2001-07-22 10:54:08 +0000
committermarkp <markp@FreeBSD.org>2001-07-22 10:54:08 +0000
commit0342d1f1e862ee6843d946c2f2ab6f3fcd54c7f1 (patch)
tree27a3a13e54def61cf6870c22e893165dc60c2dde
parent4af226781ad81094084560906bb70bced2b1cc7a (diff)
downloadFreeBSD-ports-0342d1f1e862ee6843d946c2f2ab6f3fcd54c7f1.zip
FreeBSD-ports-0342d1f1e862ee6843d946c2f2ab6f3fcd54c7f1.tar.gz
Add odsclient 1.01, ODS Dynamic DNS Client.
PR: 29141 Submitted by: Jason DiCioccio <geniusj@ods.org>
-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
-rw-r--r--net/Makefile1
-rw-r--r--net/odsclient/Makefile31
-rw-r--r--net/odsclient/distinfo1
-rw-r--r--net/odsclient/pkg-comment1
-rw-r--r--net/odsclient/pkg-descr9
-rw-r--r--net/odsclient/pkg-message10
-rw-r--r--net/odsclient/pkg-plist3
13 files changed, 111 insertions, 0 deletions
diff --git a/dns/odsclient/Makefile b/dns/odsclient/Makefile
new file mode 100644
index 0000000..32dbb79
--- /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 0000000..5d11594
--- /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 0000000..1f4f6c4
--- /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 0000000..6b9443d
--- /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 0000000..d166c7a
--- /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 0000000..c1aee60
--- /dev/null
+++ b/dns/odsclient/pkg-plist
@@ -0,0 +1,3 @@
+bin/odsclient
+%%PORTDOCS%%share/doc/odsclient/README
+%%PORTDOCS%%@dirrm share/doc/odsclient
diff --git a/net/Makefile b/net/Makefile
index ef93c44..be5e6f9 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -225,6 +225,7 @@
SUBDIR += nttcp
SUBDIR += nylon
SUBDIR += obnc
+ SUBDIR += odsclient
SUBDIR += ohphone
SUBDIR += openam
SUBDIR += opengatekeeper
diff --git a/net/odsclient/Makefile b/net/odsclient/Makefile
new file mode 100644
index 0000000..32dbb79
--- /dev/null
+++ b/net/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/net/odsclient/distinfo b/net/odsclient/distinfo
new file mode 100644
index 0000000..5d11594
--- /dev/null
+++ b/net/odsclient/distinfo
@@ -0,0 +1 @@
+MD5 (odsclient-1.01.tar.gz) = 7f7d8a10742a028c48e051b2777101a0
diff --git a/net/odsclient/pkg-comment b/net/odsclient/pkg-comment
new file mode 100644
index 0000000..1f4f6c4
--- /dev/null
+++ b/net/odsclient/pkg-comment
@@ -0,0 +1 @@
+ODS Dynamic DNS Client
diff --git a/net/odsclient/pkg-descr b/net/odsclient/pkg-descr
new file mode 100644
index 0000000..6b9443d
--- /dev/null
+++ b/net/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/net/odsclient/pkg-message b/net/odsclient/pkg-message
new file mode 100644
index 0000000..d166c7a
--- /dev/null
+++ b/net/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/net/odsclient/pkg-plist b/net/odsclient/pkg-plist
new file mode 100644
index 0000000..c1aee60
--- /dev/null
+++ b/net/odsclient/pkg-plist
@@ -0,0 +1,3 @@
+bin/odsclient
+%%PORTDOCS%%share/doc/odsclient/README
+%%PORTDOCS%%@dirrm share/doc/odsclient
OpenPOWER on IntegriCloud