From owner-cvs-all@FreeBSD.ORG Thu Dec 18 05:59:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53F1B16A4CE; Thu, 18 Dec 2003 05:59:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F4243D31; Thu, 18 Dec 2003 05:59:48 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBIDxm0B061259; Thu, 18 Dec 2003 05:59:48 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBIDxmJ4061258; Thu, 18 Dec 2003 05:59:48 -0800 (PST) (envelope-from sergei) Message-Id: <200312181359.hBIDxmJ4061258@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 18 Dec 2003 05:59:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns Makefile ports/dns/updatedd Makefile distinfo pkg-descr pkg-plist ports/dns/updatedd/files patch-updatedd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 13:59:49 -0000 sergei 2003/12/18 05:59:48 PST FreeBSD ports repository Modified files: dns Makefile Added files: dns/updatedd Makefile distinfo pkg-descr pkg-plist dns/updatedd/files patch-updatedd.c Log: Add updatedd 1.8, dynamic DNS Update Client supporting multiple services. Updatedd is a client to update dynamic dns settings. With the use of the pppd ip-up script it can update these settings automatically for you. Updatedd does not run as a daemon. It is divided into one main program and one plugin for each supported service. The plugins are dynamic libraries which are loaded by the main program. So it is possible to remove support for services you don't need. Supported Services: ods.org, dyndns.org, ovh.net, no-ip.org, hn.org Author: Philipp Benner WWW: http://pb.gotdns.org/ PR: 59907 Submitted by: geniusj@ods.org Revision Changes Path 1.13 +1 -0 ports/dns/Makefile 1.1 +43 -0 ports/dns/updatedd/Makefile (new) 1.1 +1 -0 ports/dns/updatedd/distinfo (new) 1.1 +15 -0 ports/dns/updatedd/files/patch-updatedd.c (new) 1.1 +15 -0 ports/dns/updatedd/pkg-descr (new) 1.1 +17 -0 ports/dns/updatedd/pkg-plist (new)