From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 19 08:40:30 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 565AE16A4CE for ; Tue, 19 Apr 2005 08:40:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F53243D49 for ; Tue, 19 Apr 2005 08:40:29 +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 j3J8eTdj009141 for ; Tue, 19 Apr 2005 08:40:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3J8eTdq009140; Tue, 19 Apr 2005 08:40:29 GMT (envelope-from gnats) Resent-Date: Tue, 19 Apr 2005 08:40:29 GMT Resent-Message-Id: <200504190840.j3J8eTdq009140@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A033116A4CE for ; Tue, 19 Apr 2005 08:37:57 +0000 (GMT) Received: from beaver.critical.ch (217-162-251-247.dclient.hispeed.ch [217.162.251.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 956FC43D46 for ; Tue, 19 Apr 2005 08:37:56 +0000 (GMT) (envelope-from ehaupt@beaver.critical.ch) Received: from beaver.critical.ch (localhost [127.0.0.1]) by beaver.critical.ch (8.13.3/8.13.1) with ESMTP id j3J8broT000934 for ; Tue, 19 Apr 2005 10:37:53 +0200 (CEST) (envelope-from ehaupt@beaver.critical.ch) Received: (from ehaupt@localhost) by beaver.critical.ch (8.13.3/8.13.1/Submit) id j3J8br2v000933; Tue, 19 Apr 2005 10:37:53 +0200 (CEST) (envelope-from ehaupt) Message-Id: <200504190837.j3J8br2v000933@beaver.critical.ch> Date: Tue, 19 Apr 2005 10:37:53 +0200 (CEST) From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: 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 08:40:30 -0000 >Number: 80091 >Category: ports >Synopsis: new port: dns/zonenotify >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Apr 19 08:40:29 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 5.4-RC3 i386 >Organization: >Environment: System: FreeBSD beaver.critical.ch 5.4-RC3 FreeBSD 5.4-RC3 #0: Sun Apr 17 15:34:32 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src-release/src/sys/BEAVER i386 >Description: new port: dns/zonenotify zonenotify is usefull to send a NS_NOTIFY packet to BIND slave server. When you update a zone in your djbdns DNS you must notify the slaves about you change. --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 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 Xdo-install: X ${INSTALL} ${WRKSRC}/zonenotify ${PREFIX}/bin 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-- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: