mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Add djbdns-tools-1.05:
This port contains a subset of the DJBDNS package. It includes several useful Domain Name System (DNS) tools: - dnsfilter: a parallel IP-address-to-host-name converter - dnsip, dnsipq, dnsname, dnstxt, and dnsmx: simple command-line interfaces to DNS - dnsq, dnstrace, dnstracesort: DNS debugging tools Author: Daniel J. Bernstein <djb@cr.yp.to> WWW: http://cr.yp.to/djbdns.html
This commit is contained in:
parent
ab16937b74
commit
983e24899d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119178
@ -16,6 +16,7 @@
|
||||
SUBDIR += dhid
|
||||
SUBDIR += dhisd
|
||||
SUBDIR += djbdns
|
||||
SUBDIR += djbdns-tools
|
||||
SUBDIR += dlint
|
||||
SUBDIR += dnrd
|
||||
SUBDIR += dns_balance
|
||||
|
44
dns/djbdns-tools/Makefile
Normal file
44
dns/djbdns-tools/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# New ports collection makefile for: djbdns-tools
|
||||
# Date created: 2004-09-16
|
||||
# Whom: Sergei Kolobov <sergei@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= djbdns
|
||||
PORTVERSION= 1.05
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://cr.yp.to/djbdns/ \
|
||||
ftp://cr.yp.to/djbdns/ \
|
||||
http://smarden.org/pape/djb/manpages/:manpages
|
||||
PKGNAMESUFFIX= -tools
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
${DISTNAME}-man-20031023.tar.gz:manpages
|
||||
|
||||
MAINTAINER= sergei@FreeBSD.org
|
||||
COMMENT= Resolver tools from djbdns package
|
||||
|
||||
CONFLICTS= djbdns-[0-9]*
|
||||
|
||||
PROGRAMS= dnsip dnsipq dnsname dnstxt dnsmx dnsfilter \
|
||||
random-ip dnsqr dnsq dnstrace
|
||||
SCRIPTS= dnstracesort
|
||||
MAN1= dnsfilter.1 dnsip.1 dnsipq.1 dnsmx.1 dnsname.1 \
|
||||
dnsq.1 dnsqr.1 dnstrace.1 dnstracesort.1 dnstxt.1
|
||||
|
||||
ALL_TARGET= it
|
||||
|
||||
do-patch:
|
||||
@${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
|
||||
@${ECHO_CMD} "${CC} ${STRIP}" > ${WRKSRC}/conf-ld
|
||||
@${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/bin
|
||||
@cd ${WRKSRC} && \
|
||||
${INSTALL_PROGRAM} ${PROGRAMS} ${PREFIX}/bin && \
|
||||
${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/bin
|
||||
@cd ${WRKDIR}/djbdns-man && \
|
||||
${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
2
dns/djbdns-tools/distinfo
Normal file
2
dns/djbdns-tools/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (djbdns-1.05.tar.gz) = 3147c5cd56832aa3b41955c7a51cbeb2
|
||||
MD5 (djbdns-1.05-man-20031023.tar.gz) = 14d7329cff69f604fac607436eb8485e
|
10
dns/djbdns-tools/pkg-descr
Normal file
10
dns/djbdns-tools/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
This port contains a subset of the DJBDNS package.
|
||||
It includes several useful Domain Name System (DNS) tools:
|
||||
|
||||
- dnsfilter: a parallel IP-address-to-host-name converter
|
||||
- dnsip, dnsipq, dnsname, dnstxt, and dnsmx: simple
|
||||
command-line interfaces to DNS
|
||||
- dnsq, dnstrace, dnstracesort: DNS debugging tools
|
||||
|
||||
Author: Daniel J. Bernstein <djb@cr.yp.to>
|
||||
WWW: http://cr.yp.to/djbdns.html
|
12
dns/djbdns-tools/pkg-plist
Normal file
12
dns/djbdns-tools/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
@comment $FreeBSD$
|
||||
bin/dnsfilter
|
||||
bin/dnsip
|
||||
bin/dnsipq
|
||||
bin/dnsmx
|
||||
bin/dnsname
|
||||
bin/dnsq
|
||||
bin/dnsqr
|
||||
bin/dnstrace
|
||||
bin/dnstracesort
|
||||
bin/dnstxt
|
||||
bin/random-ip
|
Loading…
Reference in New Issue
Block a user