summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1998-12-24 18:52:39 +0000
committerSADA Kenji <sada@FreeBSD.org>1998-12-24 18:52:39 +0000
commit8ff7f60bb06d7f3f1fac9841ff56f2a153491c2b (patch)
tree7ebdd4841e7badf721195128ec304b2a98d62c41 /dns
parentInstall headers for libc-client (diff)
h2n, easy BIND[48] configure and maintainance tool.
This program is introduced in NUTSHELL's ``DNS & BIND''.
Notes
Notes: svn path=/head/; revision=15599
Diffstat (limited to 'dns')
-rw-r--r--dns/h2n/Makefile26
-rw-r--r--dns/h2n/distinfo1
-rw-r--r--dns/h2n/pkg-comment1
-rw-r--r--dns/h2n/pkg-descr6
-rw-r--r--dns/h2n/pkg-plist2
5 files changed, 36 insertions, 0 deletions
diff --git a/dns/h2n/Makefile b/dns/h2n/Makefile
new file mode 100644
index 000000000000..b312f046f867
--- /dev/null
+++ b/dns/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/dns/h2n/distinfo b/dns/h2n/distinfo
new file mode 100644
index 000000000000..914884692638
--- /dev/null
+++ b/dns/h2n/distinfo
@@ -0,0 +1 @@
+MD5 (dns.tar.Z) = 6a1c571901d82bb82c58f6b821d81df2
diff --git a/dns/h2n/pkg-comment b/dns/h2n/pkg-comment
new file mode 100644
index 000000000000..247f8b8528bf
--- /dev/null
+++ b/dns/h2n/pkg-comment
@@ -0,0 +1 @@
+Translate host table to name server file format
diff --git a/dns/h2n/pkg-descr b/dns/h2n/pkg-descr
new file mode 100644
index 000000000000..9afa2e3bc415
--- /dev/null
+++ b/dns/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/dns/h2n/pkg-plist b/dns/h2n/pkg-plist
new file mode 100644
index 000000000000..63c0c3a82ea7
--- /dev/null
+++ b/dns/h2n/pkg-plist
@@ -0,0 +1,2 @@
+bin/h2n
+man/cat8/h2n.8