Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
NLnet Labs drill 0.9.2 ebuild (Need a bigger hole)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
angelacb
n00b
n00b


Joined: 31 Oct 2003
Posts: 50

PostPosted: Sat May 28, 2005 6:58 pm    Post subject: NLnet Labs drill 0.9.2 ebuild (Need a bigger hole) Reply with quote

If you are interested in NLnet Labs' NSD (or not), you might also be interested in their drill utility. Drill is essentially an alternative to the "dig" utility provided by net-dns/bind-tools. However, if you "need a bigger hole", drill!:lol:

Description:
Quote:
Drill is a tool ala dig from BIND. It was designed with DNSSEC in mind and should be a useful debugging/query tool for DNSSEC.


Web Site: http://www.nlnetlabs.nl/dnssec/drill.html

Setup the overlay path.
Code:
mkdir -p /usr/local/portage/net-dns/drill/files


Place the following into the file /usr/local/portage/net-dns/drill/drill-0.9.2.ebuild:
Code:
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="Drill is a tool similar to dig from BIND."
HOMEPAGE="http://www.nlnetlabs.nl/dnssec/drill.html"
SRC_URI="http://www.nlnetlabs.nl/downloads/drill/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86"
IUSE=""
RESTRICT="nomirror"

# The extracted directory only contains the release's name.
REAL_SRC=${WORKDIR}/${PN}

src_compile() {
   cd ${REAL_SRC}
   econf || die "econf failed"
   emake || die "failed to compile drill"
}

src_install() {
   cd ${REAL_SRC}
   einstall || die "failed to install drill"

   # Extra docs.
   dodoc README
}


Now I guess we do the normal stuff:
Code:
ebuild /usr/local/portage/net-dns/drill/drill-0.9.2.ebuild digest
emerge drill


:P
_________________
Love Linux, Love Life
Back to top
View user's profile Send private message
Manfred
n00b
n00b


Joined: 27 Apr 2004
Posts: 65

PostPosted: Thu Nov 24, 2016 8:24 pm    Post subject: Reply with quote

Re-located HomePage using ".../projects/... " :

. . . https://www.nlnetlabs.nl/projects/drill/


Re-located Source using ".../svn/... " :

On the right, you find the address of a subversion repository:

. . . https://www.nlnetlabs.nl/svn/dnssec/drill/


Hth
Thanks
Back to top
View user's profile Send private message
Manfred
n00b
n00b


Joined: 27 Apr 2004
Posts: 65

PostPosted: Sat Nov 26, 2016 5:04 pm    Post subject: Reply with quote

Already in portage:

Just emerge

. . . net-dns/ldns-utils . . . <-- containing --> /usr/bin/drill

which will pull in

. . . net-libs/ldns

Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum