Bug 80091 - new port: dns/zonenotify
Summary: new port: dns/zonenotify
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-19 09:40 UTC by Emanuel Haupt
Modified: 2005-04-23 12:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Haupt 2005-04-19 09:40:29 UTC
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 <ehaupt@critical.ch>
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 <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--
Comment 1 haupt 2005-04-19 14:57:41 UTC
- 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
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-04-23 12:52:43 UTC
State Changed
From-To: open->closed

New port added, thank you!