ChangeLog

# ChangeLog for net-misc/aggregate
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.13 2007/04/22 08:48:42 kloeri Exp $

22 Apr 2007; Bryan Østergaard aggregate-1.6.ebuild:
Stable on Mips, bug 173860.

11 Apr 2007; Jeroen Roovers metadata.xml,
aggregate-1.6.ebuild:
Stable for HPPA (bug #173860) and fixed spelling errors in .

10 Apr 2007; Gustavo Zacarias aggregate-1.6.ebuild:
Stable on sparc wrt #173860

22 Feb 2007; Piotr Jaroszyński ChangeLog:
Transition to Manifest2.

21 May 2006; Chris White metadata.xml:
Added japanese metadata.xml translation. Thanks to Yoshino-san in bug #133571.

01 May 2005; Michael Hanselmann aggregate-1.6.ebuild:
Stable on ppc.

29 Dec 2004; Ciaran McCreesh :
Change encoding to UTF-8 for GLEP 31 compliance

19 Jul 2004; Robin H. Johnson aggregate-1.6.ebuild:
ebuild cleanup.

07 Jun 2004; Bryan Østergaard aggregate-1.6.ebuild:
Stable on alpha.

28 Oct 2003; Robin H. Johnson aggregate-1.6.ebuild:
move to x86, add other arches that it should work on

13 Sep 2003; Robin H. Johnson aggregate-1.6.ebuild:
forgot perl rdepend

*aggregate-1.6 (13 Sep 2003)

13 Sep 2003; Robin H. Johnson aggregate-1.6.ebuild,
metadata.xml:
initial commit

Manifest

DIST aggregate-1.6.tar.gz 20566 RMD160 f6ce594c0fb44642c839d1514d8c3e3fe014a865 SHA1 13420baf4f3f93dbed3c380ab6cca175609c5d7d SHA256 166503005cd8722c730e530cc90652ddfa198a25624914c65dffc3eb87ba5482
EBUILD aggregate-1.6.ebuild 699 RMD160 0a3cbee5ed27393b3d5e5fe5bbb683b59ac35a95 SHA1 7f83289d8451aff4547effe192e1faa1cb3aa954 SHA256 166aa31fa5bf32e7723190b023fc8259ed25a988edf0aec9df013d1750a3d1b1
MISC ChangeLog 1585 RMD160 f6e75335b8abb2036b5a30f84da8eb1219b357ec SHA1 774adbc15eaf9386d2e7da88c03e9336ebd3e9b2 SHA256 d05bcc39b9f6515d1d82a25a3f304e24d49f8a025ba1f91ab5b03563a6befe0c
MISC metadata.xml 982 RMD160 431f958562b5b3f78edb5f7318d3a93c69a4da4b SHA1 904427c9f56e5e9a022bdd94856a8dd95b70f9c1 SHA256 a360aaeb1657b807a204f81b658b12de344d936fa258478992499d9baf70262f

aggregate-1.6.ebuild

# Copyright 1999-2007 Gentoo Foundation
# 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.13 2007/04/22 08:48:42 kloeri 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."
BASE_URI="http://dist.automagic.org/"
HOMEPAGE="${BASE_URI}"
SRC_URI="${BASE_URI}/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 mips ppc sparc x86"
IUSE=""
DEPEND=""
RDEPEND="dev-lang/perl"

src_install() {
dobin aggregate aggregate-ios
doman aggregate.1 aggregate-ios.1
dodoc LICENSE HISTORY
}

metadata.xml




no-herd

robbat2@gentoo.org

aggregate is a tool for aggregating CIDR networks. Input is read from stdin and output is written to stdout. It understands IPv4 networks represented as network/prefix, network/netmask and start_address - end_address. It is able to read input in any one of these formats and output in the same or a different format.

Aggregate は CIDR ネットワークをアグリゲートするツールです。
stdin を入力とし、stdoutを出力とします。IPv4 を network/prefix または
network/netmask 、start_address - end_address の記述形式で理解します。
それ等記述形式の入力を読み込み、同じ形式又は異なる形式で出力します。