From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 19 14:00:50 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0844B16A4DB for ; Tue, 19 Apr 2005 14:00:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB34A43D39 for ; Tue, 19 Apr 2005 14:00:49 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3JE0ngv058173 for ; Tue, 19 Apr 2005 14:00:49 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3JE0ndh058172; Tue, 19 Apr 2005 14:00:49 GMT (envelope-from gnats) Date: Tue, 19 Apr 2005 14:00:49 GMT Message-Id: <200504191400.j3JE0ndh058172@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Emanuel Haupt Subject: Re: ports/80091: new port: dns/zonenotify X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2005 14:00:50 -0000 The following reply was made to PR ports/80091; it has been noted by GNATS. From: Emanuel Haupt To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/80091: new port: dns/zonenotify Date: Tue, 19 Apr 2005 15:57:41 +0200 - the MASTER_SITES url is sometimes unavailable. a second url has been added - the "do-install:" section has been removed. new shell archive: --shar-start-- # 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: # # zonenotify # zonenotify/Makefile # zonenotify/pkg-descr # zonenotify/distinfo # echo c - zonenotify mkdir -p zonenotify > /dev/null 2>&1 echo x - zonenotify/Makefile sed 's/^X//' >zonenotify/Makefile << 'END-of-zonenotify/Makefile' X# New ports collection makefile for: zonenotify X# Date created: 19 August 2005 X# Whom: Emanuel Haupt X# X# $FreeBSD$ X# X XPORTNAME= zonenotify XPORTVERSION= 0.1 XCATEGORIES= dns XMASTER_SITES= http://morettoni.net/bsd/ \ X http://cvs.delink.net/mirrors/morettoni.net/ X XMAINTAINER= ehaupt@critical.ch XCOMMENT= A dns notify sender written in C X XPLIST_FILES= bin/zonenotify XWRKSRC= ${WRKDIR}/${PORTNAME} X Xdo-build: X ${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} ${WRKSRC}/zonenotify.c X X.include END-of-zonenotify/Makefile echo x - zonenotify/pkg-descr sed 's/^X//' >zonenotify/pkg-descr << 'END-of-zonenotify/pkg-descr' Xzonenotify is usefull to send a NS_NOTIFY packet to BIND slave server. XWhen you update a zone in your djbdns DNS you must notify the slaves Xabout you change. X XWWW: http://morettoni.net/zonenotify.en.html X X- ehaupt Xehaupt@critical.ch END-of-zonenotify/pkg-descr echo x - zonenotify/distinfo sed 's/^X//' >zonenotify/distinfo << 'END-of-zonenotify/distinfo' XMD5 (zonenotify-0.1.tar.gz) = c7db05a80fe3cf36b265ba908f16c1e9 XSIZE (zonenotify-0.1.tar.gz) = 3592 END-of-zonenotify/distinfo exit --shar-end-- -- GnuPG key id: 0x47494C56 Download: http://pgp.mit.edu:11371 Key fingerprint: C6BF EB8E 76C1 6738 D75C 8E66 5089 8F9D 4749 4C56