Portage is a package management system used by Gentoo Linux
# 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
Stable on Mips, bug 173860.
11 Apr 2007; Jeroen Roovers
aggregate-1.6.ebuild:
Stable for HPPA (bug #173860) and fixed spelling errors in
10 Apr 2007; Gustavo Zacarias
Stable on sparc wrt #173860
22 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
21 May 2006; Chris White
Added japanese metadata.xml translation. Thanks to Yoshino-san in bug #133571.
01 May 2005; Michael Hanselmann
Stable on ppc.
29 Dec 2004; Ciaran McCreesh
Change encoding to UTF-8 for GLEP 31 compliance
19 Jul 2004; Robin H. Johnson
ebuild cleanup.
07 Jun 2004; Bryan Østergaard
Stable on alpha.
28 Oct 2003; Robin H. Johnson
move to x86, add other arches that it should work on
13 Sep 2003; Robin H. Johnson
forgot perl rdepend
*aggregate-1.6 (13 Sep 2003)
13 Sep 2003; Robin H. Johnson
metadata.xml:
initial commit
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
# 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
}
Aggregate は CIDR ネットワークをアグリゲートするツールです。
stdin を入力とし、stdoutを出力とします。IPv4 を network/prefix または
network/netmask 、start_address - end_address の記述形式で理解します。
それ等記述形式の入力を読み込み、同じ形式又は異なる形式で出力します。