From owner-freebsd-ports Sun Jul 22 3:10:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 745D037B406 for ; Sun, 22 Jul 2001 03:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6MAA3g66357; Sun, 22 Jul 2001 03:10:03 -0700 (PDT) (envelope-from gnats) Received: from bluenugget.net (bsd.st [64.3.150.188]) by hub.freebsd.org (Postfix) with ESMTP id 0C10637B403 for ; Sun, 22 Jul 2001 03:08:40 -0700 (PDT) (envelope-from geniusj@bluenugget.net) Received: by bluenugget.net (Postfix, from userid 1000) id 2A5D61368B; Sun, 22 Jul 2001 03:06:58 -0700 (PDT) Message-Id: <20010722100658.2A5D61368B@bluenugget.net> Date: Sun, 22 Jul 2001 03:06:58 -0700 (PDT) From: Jason DiCioccio Reply-To: Jason DiCioccio To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29141: New port odsclient - Dynamic DNS Client for ODS.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29141 >Category: ports >Synopsis: New port odsclient - Dynamic DNS Client for ODS.ORG >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 22 03:10:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jason DiCioccio >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD bluenugget.net 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue Jul 10 12:07:04 PDT 2001 geniusj@bluenugget.net:/usr/src/sys/compile/PHREEBSD i386 >Description: 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 >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # odsclient # odsclient/Makefile # odsclient/distinfo # odsclient/pkg-comment # odsclient/pkg-descr # odsclient/pkg-plist # odsclient/files # odsclient/files/patch-aa # echo c - odsclient mkdir -p odsclient > /dev/null 2>&1 echo x - odsclient/Makefile sed 's/^X//' >odsclient/Makefile << 'END-of-odsclient/Makefile' X# New ports collection makefile for: odsclient X# Date created: Jul 22, 2001 X# Whom: geniusj@ods.org X# X# $FreeBSD: $ X# X XPORTNAME= odsclient XPORTVERSION= 1.01 XCATEGORIES= net XMASTER_SITES= http://www.ods.org/ X XMAINTAINER= geniusj@ods.org X XWRKSRC= ${WRKDIR}/${PORTNAME} Xdo-install: X @${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}/README X @${INSTALL_PROGRAM} ${WRKSRC}/odsclient ${PREFIX}/bin/odsclient X Xpost-install: X strip ${PREFIX}/bin/odsclient X @${ECHO_MSG} "-------------------------------------------------------------------------------" X @${ECHO_MSG} "To use this client you must first signup for an account at ods.org" X @${ECHO_MSG} "You can find the signup page at http://www.ods.org/adduserform.html" X @${ECHO_MSG} "" X @${ECHO_MSG} "After you signup you can get your host by typing:" X @${ECHO_MSG} "${PREFIX}/bin/odsclient username password hostname [ipaddress]" X @${ECHO_MSG} "" X @${ECHO_MSG} "The IP address is optional. If it is not specified, the server will determine" X @${ECHO_MSG} "it for you." X @${ECHO_MSG} "-------------------------------------------------------------------------------" X X.include END-of-odsclient/Makefile echo x - odsclient/distinfo sed 's/^X//' >odsclient/distinfo << 'END-of-odsclient/distinfo' XMD5 (odsclient-1.01.tar.gz) = 7f7d8a10742a028c48e051b2777101a0 END-of-odsclient/distinfo echo x - odsclient/pkg-comment sed 's/^X//' >odsclient/pkg-comment << 'END-of-odsclient/pkg-comment' XODS Dynamic DNS Client END-of-odsclient/pkg-comment echo x - odsclient/pkg-descr sed 's/^X//' >odsclient/pkg-descr << 'END-of-odsclient/pkg-descr' XA dynamic DNS client for the service provided by the Open Domain Server. XThis client is the official ODS client, it is a simple command-line client that Xcan easily be placed into any scripts necessary. X XAccount signup, Host creation, etc can be found at: X XWWW: http://www.ods.org/ X X geniusj@ods.org END-of-odsclient/pkg-descr echo x - odsclient/pkg-plist sed 's/^X//' >odsclient/pkg-plist << 'END-of-odsclient/pkg-plist' Xbin/odsclient Xshare/doc/odsclient/README X@dirrm share/doc/odsclient END-of-odsclient/pkg-plist echo c - odsclient/files mkdir -p odsclient/files > /dev/null 2>&1 echo x - odsclient/files/patch-aa sed 's/^X//' >odsclient/files/patch-aa << 'END-of-odsclient/files/patch-aa' X*** Makefile.orig Sun Jul 22 01:35:53 2001 X--- Makefile Sun Jul 22 01:38:53 2001 X*************** X*** 3,8 **** X--- 3,10 ---- X DNSLIB=#-lresolv X OBJS=client.o memmem.o vasprintf.o socket.o X X+ all: odsclient X+ X odsclient: $(OBJS) X $(CC) -o odsclient $(OBJS) $(DNSLIB) X END-of-odsclient/files/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message