Add odsclient 1.01, ODS Dynamic DNS Client.

PR:		29141
Submitted by:	Jason DiCioccio <geniusj@ods.org>
This commit is contained in:
Mark Pulford 2001-07-22 10:54:08 +00:00
parent 0c2bacbf2a
commit 848df589cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45369
13 changed files with 111 additions and 0 deletions

31
dns/odsclient/Makefile Normal file
View file

@ -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>

1
dns/odsclient/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (odsclient-1.01.tar.gz) = 7f7d8a10742a028c48e051b2777101a0

View file

@ -0,0 +1 @@
ODS Dynamic DNS Client

9
dns/odsclient/pkg-descr Normal file
View file

@ -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

10
dns/odsclient/pkg-message Normal file
View file

@ -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.
----------------------------------------------------------------------

3
dns/odsclient/pkg-plist Normal file
View file

@ -0,0 +1,3 @@
bin/odsclient
%%PORTDOCS%%share/doc/odsclient/README
%%PORTDOCS%%@dirrm share/doc/odsclient

View file

@ -225,6 +225,7 @@
SUBDIR += nttcp
SUBDIR += nylon
SUBDIR += obnc
SUBDIR += odsclient
SUBDIR += ohphone
SUBDIR += openam
SUBDIR += opengatekeeper

31
net/odsclient/Makefile Normal file
View file

@ -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>

1
net/odsclient/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (odsclient-1.01.tar.gz) = 7f7d8a10742a028c48e051b2777101a0

View file

@ -0,0 +1 @@
ODS Dynamic DNS Client

9
net/odsclient/pkg-descr Normal file
View file

@ -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

10
net/odsclient/pkg-message Normal file
View file

@ -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.
----------------------------------------------------------------------

3
net/odsclient/pkg-plist Normal file
View file

@ -0,0 +1,3 @@
bin/odsclient
%%PORTDOCS%%share/doc/odsclient/README
%%PORTDOCS%%@dirrm share/doc/odsclient