diff options
author | markp <markp@FreeBSD.org> | 2001-07-22 18:54:08 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-07-22 18:54:08 +0800 |
commit | 0342d1f1e862ee6843d946c2f2ab6f3fcd54c7f1 (patch) | |
tree | 27a3a13e54def61cf6870c22e893165dc60c2dde /net/odsclient | |
parent | 4af226781ad81094084560906bb70bced2b1cc7a (diff) | |
download | freebsd-ports-gnome-0342d1f1e862ee6843d946c2f2ab6f3fcd54c7f1.tar.gz freebsd-ports-gnome-0342d1f1e862ee6843d946c2f2ab6f3fcd54c7f1.tar.zst freebsd-ports-gnome-0342d1f1e862ee6843d946c2f2ab6f3fcd54c7f1.zip |
Add odsclient 1.01, ODS Dynamic DNS Client.
PR: 29141
Submitted by: Jason DiCioccio <geniusj@ods.org>
Diffstat (limited to 'net/odsclient')
-rw-r--r-- | net/odsclient/Makefile | 31 | ||||
-rw-r--r-- | net/odsclient/distinfo | 1 | ||||
-rw-r--r-- | net/odsclient/pkg-comment | 1 | ||||
-rw-r--r-- | net/odsclient/pkg-descr | 9 | ||||
-rw-r--r-- | net/odsclient/pkg-message | 10 | ||||
-rw-r--r-- | net/odsclient/pkg-plist | 3 |
6 files changed, 55 insertions, 0 deletions
diff --git a/net/odsclient/Makefile b/net/odsclient/Makefile new file mode 100644 index 000000000000..32dbb7983e9c --- /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 000000000000..5d11594f6f36 --- /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 000000000000..1f4f6c4be796 --- /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 000000000000..6b9443d149bf --- /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 000000000000..d166c7ad60e5 --- /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 000000000000..c1aee60ead6c --- /dev/null +++ b/net/odsclient/pkg-plist @@ -0,0 +1,3 @@ +bin/odsclient +%%PORTDOCS%%share/doc/odsclient/README +%%PORTDOCS%%@dirrm share/doc/odsclient |