Date: Tue, 19 Apr 2005 14:00:49 GMT From: Emanuel Haupt <haupt@critical.ch> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/80091: new port: dns/zonenotify Message-ID: <200504191400.j3JE0ndh058172@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/80091; it has been noted by GNATS. From: Emanuel Haupt <haupt@critical.ch> 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 <ehaupt@critical.ch> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504191400.j3JE0ndh058172>