summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-06-29 00:55:03 +0000
committerThilo Bangert <bangert@gentoo.org>2002-06-29 00:55:03 +0000
commitd19f63797573f43ce392be56bf42e6ac3217c32e (patch)
tree1248b0606c23a939a46398eadcce97d8f1223c92 /net-dns/dlint
parentnew category: net-dns (diff)
downloadhistorical-d19f63797573f43ce392be56bf42e6ac3217c32e.tar.gz
historical-d19f63797573f43ce392be56bf42e6ac3217c32e.tar.bz2
historical-d19f63797573f43ce392be56bf42e6ac3217c32e.zip
new category: net-dns. initial import
Diffstat (limited to 'net-dns/dlint')
-rw-r--r--net-dns/dlint/ChangeLog13
-rw-r--r--net-dns/dlint/dlint-1.4.0.ebuild32
-rw-r--r--net-dns/dlint/files/digest-dlint-1.4.01
3 files changed, 46 insertions, 0 deletions
diff --git a/net-dns/dlint/ChangeLog b/net-dns/dlint/ChangeLog
new file mode 100644
index 000000000000..8784bad9ca13
--- /dev/null
+++ b/net-dns/dlint/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for net-dns/dlint
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/ChangeLog,v 1.1 2002/06/29 00:55:03 bangert Exp $
+
+*dlint-1.4.0 (1 Feb 2002)
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/net-dns/dlint/dlint-1.4.0.ebuild b/net-dns/dlint/dlint-1.4.0.ebuild
new file mode 100644
index 000000000000..c5a1a0020048
--- /dev/null
+++ b/net-dns/dlint/dlint-1.4.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Bruce A. Locke <blocke@shivan.org>
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/dlint-1.4.0.ebuild,v 1.1 2002/06/29 00:55:03 bangert Exp $
+
+MY_P=${PN}${PV}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Dlint analyzes any DNS zone you specify, and reports any problems it finds by displaying errors and warnings"
+SRC_URI="http://www.domtools.com/pub/${MY_P}.tar.gz"
+HOMEPAGE="http://www.domtools.com/dns/dlint.shtml"
+SLOT="0"
+
+DEPEND="net-misc/bind-tools sys-devel/perl sys-apps/bash"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+
+ mv dlint dlint.orig
+ sed 's:rrfilt=\"/usr/local/bin/digparse\":rrfilt=\"/usr/bin/digparse\":' \
+ dlint.orig > dlint
+
+}
+
+src_install () {
+
+ dobin digparse
+ dobin dlint
+
+ doman dlint.1
+
+ dodoc BUGS COPYING INSTALL README CHANGES COPYRIGHT TESTCASES
+}
diff --git a/net-dns/dlint/files/digest-dlint-1.4.0 b/net-dns/dlint/files/digest-dlint-1.4.0
new file mode 100644
index 000000000000..4c5312ff26b3
--- /dev/null
+++ b/net-dns/dlint/files/digest-dlint-1.4.0
@@ -0,0 +1 @@
+MD5 9fc692ab461af132a52a27a8dae1e07a dlint1.4.0.tar.gz 23007