h2n, easy BIND[48] configure and maintainance tool.
This program is introduced in NUTSHELL's ``DNS & BIND''.
This commit is contained in:
parent
044c7cc0b1
commit
8ff7f60bb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15599
10 changed files with 72 additions and 0 deletions
26
dns/h2n/Makefile
Normal file
26
dns/h2n/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: h2n
|
||||
# Version required: 1.29
|
||||
# Date created: 27 Nov 1997
|
||||
# Whom: SADA Kenji <sada@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1998/11/22 17:39:56 sada Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dns
|
||||
PKGNAME= h2n-1.29
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.iij.ad.jp/pub/published/oreilly/nutshell/dnsbind/ \
|
||||
ftp://ftp.uu.net/published/oreilly/nutshell/dnsbind/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= sada@FreeBSD.ORG
|
||||
|
||||
NO_BUILD= YES
|
||||
NO_WRKSUBDIR= YES
|
||||
RESTRICTED= "Never get an approval yet."
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/h2n ${PREFIX}/bin
|
||||
@${INSTALL_MAN} ${WRKSRC}/h2n.man ${PREFIX}/man/cat8/h2n.8
|
||||
|
||||
.include <bsd.port.mk>
|
1
dns/h2n/distinfo
Normal file
1
dns/h2n/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (dns.tar.Z) = 6a1c571901d82bb82c58f6b821d81df2
|
1
dns/h2n/pkg-comment
Normal file
1
dns/h2n/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Translate host table to name server file format
|
6
dns/h2n/pkg-descr
Normal file
6
dns/h2n/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
h2n - Translate host table to name server file format
|
||||
|
||||
This program is explained in "DNS and BIND" (NUTSHELL HANDBOOK).
|
||||
|
||||
- SADA Kenji
|
||||
sada@FreeBSD.ORG
|
2
dns/h2n/pkg-plist
Normal file
2
dns/h2n/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/h2n
|
||||
man/cat8/h2n.8
|
26
net/h2n/Makefile
Normal file
26
net/h2n/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: h2n
|
||||
# Version required: 1.29
|
||||
# Date created: 27 Nov 1997
|
||||
# Whom: SADA Kenji <sada@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1998/11/22 17:39:56 sada Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dns
|
||||
PKGNAME= h2n-1.29
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.iij.ad.jp/pub/published/oreilly/nutshell/dnsbind/ \
|
||||
ftp://ftp.uu.net/published/oreilly/nutshell/dnsbind/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= sada@FreeBSD.ORG
|
||||
|
||||
NO_BUILD= YES
|
||||
NO_WRKSUBDIR= YES
|
||||
RESTRICTED= "Never get an approval yet."
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/h2n ${PREFIX}/bin
|
||||
@${INSTALL_MAN} ${WRKSRC}/h2n.man ${PREFIX}/man/cat8/h2n.8
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/h2n/distinfo
Normal file
1
net/h2n/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (dns.tar.Z) = 6a1c571901d82bb82c58f6b821d81df2
|
1
net/h2n/pkg-comment
Normal file
1
net/h2n/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Translate host table to name server file format
|
6
net/h2n/pkg-descr
Normal file
6
net/h2n/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
h2n - Translate host table to name server file format
|
||||
|
||||
This program is explained in "DNS and BIND" (NUTSHELL HANDBOOK).
|
||||
|
||||
- SADA Kenji
|
||||
sada@FreeBSD.ORG
|
2
net/h2n/pkg-plist
Normal file
2
net/h2n/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/h2n
|
||||
man/cat8/h2n.8
|
Loading…
Reference in a new issue