diff options
author | sada <sada@FreeBSD.org> | 1998-12-25 02:52:39 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1998-12-25 02:52:39 +0800 |
commit | 914bdd6f18aa610e46f3b6c133bb2e173ad3407a (patch) | |
tree | 67447c822ffc71995d57335bf1f632712a0c3503 /net/h2n | |
parent | 23d555fa190744ece37747097f28ae37f238156f (diff) | |
download | freebsd-ports-gnome-914bdd6f18aa610e46f3b6c133bb2e173ad3407a.tar.gz freebsd-ports-gnome-914bdd6f18aa610e46f3b6c133bb2e173ad3407a.tar.zst freebsd-ports-gnome-914bdd6f18aa610e46f3b6c133bb2e173ad3407a.zip |
h2n, easy BIND[48] configure and maintainance tool.
This program is introduced in NUTSHELL's ``DNS & BIND''.
Diffstat (limited to 'net/h2n')
-rw-r--r-- | net/h2n/Makefile | 26 | ||||
-rw-r--r-- | net/h2n/distinfo | 1 | ||||
-rw-r--r-- | net/h2n/pkg-comment | 1 | ||||
-rw-r--r-- | net/h2n/pkg-descr | 6 | ||||
-rw-r--r-- | net/h2n/pkg-plist | 2 |
5 files changed, 36 insertions, 0 deletions
diff --git a/net/h2n/Makefile b/net/h2n/Makefile new file mode 100644 index 000000000000..b312f046f867 --- /dev/null +++ b/net/h2n/Makefile @@ -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> diff --git a/net/h2n/distinfo b/net/h2n/distinfo new file mode 100644 index 000000000000..914884692638 --- /dev/null +++ b/net/h2n/distinfo @@ -0,0 +1 @@ +MD5 (dns.tar.Z) = 6a1c571901d82bb82c58f6b821d81df2 diff --git a/net/h2n/pkg-comment b/net/h2n/pkg-comment new file mode 100644 index 000000000000..247f8b8528bf --- /dev/null +++ b/net/h2n/pkg-comment @@ -0,0 +1 @@ +Translate host table to name server file format diff --git a/net/h2n/pkg-descr b/net/h2n/pkg-descr new file mode 100644 index 000000000000..9afa2e3bc415 --- /dev/null +++ b/net/h2n/pkg-descr @@ -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 diff --git a/net/h2n/pkg-plist b/net/h2n/pkg-plist new file mode 100644 index 000000000000..63c0c3a82ea7 --- /dev/null +++ b/net/h2n/pkg-plist @@ -0,0 +1,2 @@ +bin/h2n +man/cat8/h2n.8 |