summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lutgens <lamer@gentoo.org>2001-07-15 05:57:35 +0000
committerBen Lutgens <lamer@gentoo.org>2001-07-15 05:57:35 +0000
commitdfafe68c7c44444818dd5934d5f48ca7ce502b37 (patch)
treee2627fccc8f073a06e21c09397a9348bdaecea09 /net-misc
parentAdded pppconfig and made it depend on ppp-2.4.1-r2 which contains a few (diff)
downloadgentoo-2-dfafe68c7c44444818dd5934d5f48ca7ce502b37.tar.gz
gentoo-2-dfafe68c7c44444818dd5934d5f48ca7ce502b37.tar.bz2
gentoo-2-dfafe68c7c44444818dd5934d5f48ca7ce502b37.zip
more fun stuff to tinker with
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/cidr/cidr-2.3.1.ebuild25
-rw-r--r--net-misc/cidr/files/digest-cidr-2.3.11
2 files changed, 26 insertions, 0 deletions
diff --git a/net-misc/cidr/cidr-2.3.1.ebuild b/net-misc/cidr/cidr-2.3.1.ebuild
new file mode 100644
index 000000000000..0f5c4079f536
--- /dev/null
+++ b/net-misc/cidr/cidr-2.3.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Ben Lutgens <lamer@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cidr/cidr-2.3.1.ebuild,v 1.1 2001/07/15 05:57:35 lamer Exp $
+A=cidr-current.tar.gz
+S=${WORKDIR}/${PN}-2.3
+DESCRIPTION="command line util to assist in calculating subnets."
+SRC_URI="http://home.netcom.com/~naym/cidr/${A}"
+HOMEPAGE="http://home.netcom.com/~naym/cidr/"
+DEPEND=""
+
+#RDEPEND=""
+
+src_compile() {
+
+ try make
+}
+
+src_install () {
+
+ dobin cidr
+ dodoc README ChangeLog rfc1978.txt gpl.txt
+ doman cidr.1
+}
+
diff --git a/net-misc/cidr/files/digest-cidr-2.3.1 b/net-misc/cidr/files/digest-cidr-2.3.1
new file mode 100644
index 000000000000..5fecf841699a
--- /dev/null
+++ b/net-misc/cidr/files/digest-cidr-2.3.1
@@ -0,0 +1 @@
+MD5 5954588563509305df07fd437b51e24a cidr-current.tar.gz