Bug 45028

Summary: (no subject)
Product: Ports & Packages Reporter: Alexis Yushin <alexis>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Alexis Yushin 2002-11-07 11:00:11 UTC
 Synopsis:	New port of NSD version 1.0.2b1
 Category: ports
 Class:		maintainer-update
 System: FreeBSD open.nlnetlabs.nl 4.6-STABLE FreeBSD 4.6-STABLE #9: Tue Aug 13 13:28:51 CEST 2002 ted@open.nlnetlabs.nl:/usr/src/sys/compile/NLnetLabs i386
 
 Description:
 	New port of NSD. Version 1.0.2b1
 Fix:
 
 # 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:
 #
 #	nsd
 #	nsd/Makefile
 #	nsd/distinfo
 #	nsd/pkg-plist
 #	nsd/pkg-comment
 #	nsd/pkg-descr
 #
 echo c - nsd
 mkdir -p nsd > /dev/null 2>&1
 echo x - nsd/Makefile
 sed 's/^X//' >nsd/Makefile << 'END-of-nsd/Makefile'
 X# New ports collection makefile for:	nsd
 X# Date created:				07 November 2002
 X# Whom:					alexis
 X#
 X# $FreeBSD: $
 X#
 X
 XPORTNAME=	nsd
 XPORTVERSION=	1.0.2b1
 XCATEGORIES=	net
 XMASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/
 XDISTNAME=	nsd-1.0.2b1
 X
 XMAINTAINER=	nsd-port@nlnetlabs.nl
 X
 X.include <bsd.port.pre.mk>
 X
 XMAN8=	nsd.8 zonec.8 nsdc.8
 X
 Xpost-install:
 X	${INSTALL_DATA} ${WRKSRC}/nsd.zones.sample \
 X		${PREFIX}/etc/nsd/nsd.zones.sample
 X	${INSTALL_DATA} ${WRKSRC}/nsdc.conf.sample \
 X		${PREFIX}/etc/nsd/nsdc.conf.sample
 X
 X.include <bsd.port.post.mk>
 END-of-nsd/Makefile
 echo x - nsd/distinfo
 sed 's/^X//' >nsd/distinfo << 'END-of-nsd/distinfo'
 XMD5 (nsd-1.0.2b1.tar.gz) = a4d42a797699ecd5f98836192536c8a2
 END-of-nsd/distinfo
 echo x - nsd/pkg-plist
 sed 's/^X//' >nsd/pkg-plist << 'END-of-nsd/pkg-plist'
 Xsbin/nsd
 Xsbin/nsdc
 Xsbin/zonec
 Xsbin/nsd-notify
 Xetc/nsd/nsd.zones.sample
 END-of-nsd/pkg-plist
 echo x - nsd/pkg-comment
 sed 's/^X//' >nsd/pkg-comment << 'END-of-nsd/pkg-comment'
 XAn authoratative only non-recursive high performance name server
 END-of-nsd/pkg-comment
 echo x - nsd/pkg-descr
 sed 's/^X//' >nsd/pkg-descr << 'END-of-nsd/pkg-descr'
 XThis is NSD Name Server Daemon (NSD) version 1.0.2 beta
 X
 XNSD is a complete implementation of an authoritative DNS nameserver. 
 X
 XFor more information:
 X
 XWWW:	 http://www.nlnetlabs.nl/nsd
 X
 XThe source code is available from:
 X
 XWWW:	http://www.nlnetlabs.nl/downloads/nsd
 END-of-nsd/pkg-descr
 exit
Comment 1 Tom Hukins freebsd_committer freebsd_triage 2002-11-07 18:45:55 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports

This is a misfiled update to the net/nsd port
Comment 2 Tom Hukins freebsd_committer freebsd_triage 2002-11-07 18:47:06 UTC
State Changed
From-To: open->feedback

Please resend as a patch not a shar.  See section 14 (Upgrading) of the 
Porter's Handbook for details.
Comment 3 Tom Hukins freebsd_committer freebsd_triage 2002-11-22 14:29:32 UTC
State Changed
From-To: feedback->closed

Port updates should be sent as a patch, not a shar, as described in the 
Porter's Handbook.