From 8ff7f60bb06d7f3f1fac9841ff56f2a153491c2b Mon Sep 17 00:00:00 2001 From: SADA Kenji Date: Thu, 24 Dec 1998 18:52:39 +0000 Subject: h2n, easy BIND[48] configure and maintainance tool. This program is introduced in NUTSHELL's ``DNS & BIND''. --- net/h2n/Makefile | 26 ++++++++++++++++++++++++++ net/h2n/distinfo | 1 + net/h2n/pkg-comment | 1 + net/h2n/pkg-descr | 6 ++++++ net/h2n/pkg-plist | 2 ++ 5 files changed, 36 insertions(+) create mode 100644 net/h2n/Makefile create mode 100644 net/h2n/distinfo create mode 100644 net/h2n/pkg-comment create mode 100644 net/h2n/pkg-descr create mode 100644 net/h2n/pkg-plist (limited to 'net') 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 +# +# $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 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 -- cgit v1.2.3