summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-09-13 07:50:51 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-09-13 07:50:51 +0000
commit26c2f652d917d2f765308713496f197e3872bc27 (patch)
tree4e9e1183c18d2a9f4be3648bafedbbfb5553a424 /net-misc/aggregate
parentinitial commit (diff)
downloadgentoo-2-26c2f652d917d2f765308713496f197e3872bc27.tar.gz
gentoo-2-26c2f652d917d2f765308713496f197e3872bc27.tar.bz2
gentoo-2-26c2f652d917d2f765308713496f197e3872bc27.zip
initial commit
Diffstat (limited to 'net-misc/aggregate')
-rw-r--r--net-misc/aggregate/ChangeLog10
-rw-r--r--net-misc/aggregate/Manifest3
-rw-r--r--net-misc/aggregate/aggregate-1.6.ebuild26
-rw-r--r--net-misc/aggregate/files/digest-aggregate-1.61
-rw-r--r--net-misc/aggregate/metadata.xml9
5 files changed, 48 insertions, 1 deletions
diff --git a/net-misc/aggregate/ChangeLog b/net-misc/aggregate/ChangeLog
new file mode 100644
index 000000000000..2688bdd5d1c5
--- /dev/null
+++ b/net-misc/aggregate/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-misc/aggregate
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.1 2003/09/13 07:50:49 robbat2 Exp $
+
+*aggregate-1.6 (13 Sep 2003)
+
+ 13 Sep 2003; Robin H. Johnson <robbat2@gentoo.org> aggregate-1.6.ebuild,
+ metadata.xml:
+ initial commit
+
diff --git a/net-misc/aggregate/Manifest b/net-misc/aggregate/Manifest
index a26ae4fd7e4a..a660e8ba4ad2 100644
--- a/net-misc/aggregate/Manifest
+++ b/net-misc/aggregate/Manifest
@@ -1,3 +1,4 @@
-MD5 18dac75fccbcb186644c44f14b932808 aggregate-1.6.ebuild 719
+MD5 e28e88b2d9d610527a9caf359b3aedd5 aggregate-1.6.ebuild 712
+MD5 3133d38e864c565f95569b4364bd1980 ChangeLog 357
MD5 9f1abaa78635fdee2ccf7afa628037ad metadata.xml 575
MD5 fd7332e0e77892f20301ab3204e867f2 files/digest-aggregate-1.6 64
diff --git a/net-misc/aggregate/aggregate-1.6.ebuild b/net-misc/aggregate/aggregate-1.6.ebuild
new file mode 100644
index 000000000000..9b01672bcff8
--- /dev/null
+++ b/net-misc/aggregate/aggregate-1.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.1 2003/09/13 07:50:49 robbat2 Exp $
+
+DESCRIPTION="aggregate takes a list of prefixes in conventional format on stdin, and performs two optimisations to reduce the length of the prefix list."
+HOMEPAGE="http://dist.automagic.org/"
+SRC_URI="${HOMEPAGE}/${P}.tar.gz"
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=""
+#RDEPEND=""
+S=${WORKDIR}/${P}
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ into /usr
+ dobin aggregate aggregate-ios
+ doman aggregate.1 aggregate-ios.1
+ dodoc LICENSE HISTORY
+}
diff --git a/net-misc/aggregate/files/digest-aggregate-1.6 b/net-misc/aggregate/files/digest-aggregate-1.6
new file mode 100644
index 000000000000..d670b6a97a20
--- /dev/null
+++ b/net-misc/aggregate/files/digest-aggregate-1.6
@@ -0,0 +1 @@
+MD5 6fcc515388bf2c5b0c8f9f733bfee7e1 aggregate-1.6.tar.gz 20566
diff --git a/net-misc/aggregate/metadata.xml b/net-misc/aggregate/metadata.xml
new file mode 100644
index 000000000000..1cb597e6eb3a
--- /dev/null
+++ b/net-misc/aggregate/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>robbat2@gentoo.org</email>
+</maintainer>
+<longdescription>aggregate is a tool for aggregating CIDR networks. Input is read from stdin and output is written to stdout. It undestands IPv4 networks represented as network/prefix, network/netmask and start_address - end_addres. It is able to read input in any one of these formats and output in the same or a different format.</longdescription>
+</pkgmetadata>