Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2005 13:45:23 +0100 (CET)
From:      Jaap Akkerhuis <jaap@NLnetLabs.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jaap@NLnetLabs.nl
Subject:   ports/77346: Update port dns/drill: New version, bug fixes
Message-ID:  <200502101245.j1ACjNWJ098968@bartok.nlnetlabs.nl>
Resent-Message-ID: <200502101250.j1ACoEps099873@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         77346
>Category:       ports
>Synopsis:       Update port dns/drill: New version, bug fixes
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 10 12:50:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jaap Akkerhuis
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
NLnet LABS
>Environment:
System: FreeBSD bartok.nlnetlabs.nl 5.3-STABLE FreeBSD 5.3-STABLE #8: Mon Feb 7 12:51:54 CET 2005 jaap@bartok.nlnetlabs.nl:/usr/obj/usr/src/sys/BARTOK i386


>Description:
	New version of drill conatining bug fixes
>How-To-Repeat:

>Fix:

--- drill.shar begins here ---
# 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:
#
#	drill
#	drill/pkg-plist
#	drill/pkg-descr
#	drill/distinfo
#	drill/Makefile
#	drill/files
#	drill/files/patch-Makefile.in
#
echo c - drill
mkdir -p drill > /dev/null 2>&1
echo x - drill/pkg-plist
sed 's/^X//' >drill/pkg-plist << 'END-of-drill/pkg-plist'
Xbin/drill
END-of-drill/pkg-plist
echo x - drill/pkg-descr
sed 's/^X//' >drill/pkg-descr << 'END-of-drill/pkg-descr'
XDrill is a tool ala dig from BIND. It was designed with DNSSEC in
Xmind and should be a useful debugging/query tool for DNSSEC.
X
XWWW:	http://www.nlnetlabs.nl/dnssec/drill.html.
X
X
X	jaap akkerhuis
X
Xjaap@nletlabs.nl
END-of-drill/pkg-descr
echo x - drill/distinfo
sed 's/^X//' >drill/distinfo << 'END-of-drill/distinfo'
XMD5 (drill-0.9.2.tar.bz2) = ebbc2a161b7b8a4fddae67e653f8ce61
XSIZE (drill-0.9.2.tar.bz2) = 101174
END-of-drill/distinfo
echo x - drill/Makefile
sed 's/^X//' >drill/Makefile << 'END-of-drill/Makefile'
X# New ports collection makefile for:	drill
X# Date created:        30 December 2004
X# Whom:                Jaap Akkerhuis <jaap@NLnetLabs.nl
X#
X# $FreeBSD: ports/dns/drill/Makefile,v 1.1 2005/01/12 09:46:03 edwin Exp $
X#
X
XPORTNAME=	drill
XPORTVERSION=	0.9.2
XCATEGORIES=	dns
XMASTER_SITES=	http://www.nlnetlabs.nl/downloads/drill/
X
XMAINTAINER=	jaap@NLnetLabs.nl
XCOMMENT=	A dig style dnssec aware dns debugging tool
X
XMAN1=		drill.1
XMANCOMPRESSED=	no
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
XUSE_BZIP2=	yes
XUSE_OPENSSL=	yes
XHAS_CONFIGURE=	yes
XLDFLAGS+=	-L${OPENSSLLIB}
XCFLAGS+=	-I${OPENSSLINC}
XCONFIGURE_ARGS=	--prefix=${PREFIX}
X
X.include <bsd.port.mk>
END-of-drill/Makefile
echo c - drill/files
mkdir -p drill/files > /dev/null 2>&1
echo x - drill/files/patch-Makefile.in
sed 's/^X//' >drill/files/patch-Makefile.in << 'END-of-drill/files/patch-Makefile.in'
X--- Makefile.in.orig	Wed Jan  5 01:37:41 2005
X+++ Makefile.in	Wed Jan 12 20:42:10 2005
X@@ -10,7 +10,7 @@
X CC = @CC@
X CFLAGS = @CFLAGS@
X LDFLAGS = @LDFLAGS@
X-LIBS = @LIBS@
X+LIBS = @LIBS@ -lssl
X INSTALL = $(srcdir)/install-sh -c
X INSTALL_PROGRAM = $(INSTALL)
X 
END-of-drill/files/patch-Makefile.in
exit
--- drill.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502101245.j1ACjNWJ098968>