From c3e9c3941afd1cd3bc2c7c4f475f6339a37f896a Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 19 Mar 2014 14:05:41 -0700 Subject: [PATCH] add dump stub from index and add first few srcbin.idx files --- .../versions/indices/dump_stub_from_index.pl | 97 + .../indices/srcbin.idx_stubs/bandwidthd.stub | 4521 +++++++++++++++++ .../indices/srcbin.idx_stubs/cpu.stub | 1414 ++++++ 3 files changed, 6032 insertions(+) create mode 100755 t/test_spool/versions/indices/dump_stub_from_index.pl create mode 100644 t/test_spool/versions/indices/srcbin.idx_stubs/bandwidthd.stub create mode 100644 t/test_spool/versions/indices/srcbin.idx_stubs/cpu.stub diff --git a/t/test_spool/versions/indices/dump_stub_from_index.pl b/t/test_spool/versions/indices/dump_stub_from_index.pl new file mode 100755 index 0000000..f81e177 --- /dev/null +++ b/t/test_spool/versions/indices/dump_stub_from_index.pl @@ -0,0 +1,97 @@ +#!/usr/bin/perl +# dump_stub_from_index.pl Outputs stubs from a tied index +# and is released under the terms of the GNU GPL version 3, or any +# later version, at your option. See the file README and COPYING for +# more information. +# Copyright 2014 by Don Armstrong . + + +use warnings; +use strict; + +use Getopt::Long; +use Pod::Usage; + +=head1 NAME + +dump_stub_from_index.pl - Outputs stubs from a tied index + +=head1 SYNOPSIS + +dump_stub_from_index.pl index.idx key1 [key2...] + + Options: + --debug, -d debugging level (Default 0) + --help, -h display this help + --man, -m display manual + +=head1 OPTIONS + +=over + +=item B<--debug, -d> + +Debug verbosity. (Default 0) + +=item B<--help, -h> + +Display brief usage information. + +=item B<--man, -m> + +Display this manual. + +=back + +=head1 EXAMPLES + +dump_stub_from_index.pl + +=cut + + +use vars qw($DEBUG); +use MLDBM qw(DB_File Storable); +use Data::Dumper; +use Fcntl; +use File::Basename; + +$MLDBM::DumpMeth=q(portable); + +my %options = (debug => 0, + help => 0, + man => 0, + ); + +GetOptions(\%options, + 'debug|d+','help|h|?','man|m'); + +pod2usage() if $options{help}; +pod2usage({verbose=>2}) if $options{man}; + +$DEBUG = $options{debug}; + +my @USAGE_ERRORS; +if (@ARGV < 2) { + push @USAGE_ERRORS,"You must give an index and at least one stub"; +} + +pod2usage(join("\n",@USAGE_ERRORS)) if @USAGE_ERRORS; + +my ($index,@stubs) = @ARGV; + +print "# dump_stub_from_index.pl ".basename($index)." ".join(' ',@stubs)."\n"; +my %db; +tie %db, "MLDBM",$index, O_RDONLY + or die "Unable to open and tie $index for reading: $!"; + +my %object; +for my $stub (@stubs) { + $object{$stub} = $db{$stub}; +} +print Data::Dumper->Dump([\%object],[qw($stub)]); + + + + +__END__ diff --git a/t/test_spool/versions/indices/srcbin.idx_stubs/bandwidthd.stub b/t/test_spool/versions/indices/srcbin.idx_stubs/bandwidthd.stub new file mode 100644 index 0000000..5daead4 --- /dev/null +++ b/t/test_spool/versions/indices/srcbin.idx_stubs/bandwidthd.stub @@ -0,0 +1,4521 @@ +# dump_stub_from_index.pl srcbin.idx bandwidthd +$stub = { + 'bandwidthd' => { + '2.0.1+cvs20050208-11' => [ + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'm68k' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'm68k' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'hurd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'hurd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'm68k' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'hurd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'hurd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-11+b1', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-11+b1', + 'amd64' + ] + ], + '2.0.1+cvs20090917-3' => [ + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'kfreebsd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'kfreebsd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3', + 'powerpc' + ] + ], + '2.0.1+cvs20090917-2' => [ + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-2', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-2', + 'powerpc' + ] + ], + '2.0.1+cvs20090917-6' => [ + [ + 'bandwidthd', + '2.0.1+cvs20090917-6', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-6', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-6', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-6', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-6', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-6', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-6', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-6', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-6', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-6', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-6', + 'armhf' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-6', + 'armhf' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-6', + 's390x' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-6', + 's390x' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-6', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-6', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-6', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-6', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-6', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-6', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-6', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-6', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-6', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-6', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-6', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-6', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-6', + 'hurd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-6', + 'hurd-i386' + ] + ], + '2.0.1+cvs20090917-4' => [ + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'kfreebsd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'kfreebsd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4', + 's390' + ] + ], + '2.0.1+cvs20050208-3' => [ + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'hurd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'hurd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'hurd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'hurd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3', + 'm68k' + ] + ], + '2.0.1+cvs20050208-6' => [ + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'm68k' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'hurd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'hurd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'hurd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'hurd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-6', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-6', + 'amd64' + ] + ], + '2.0.1+cvs20090917-4.1' => [ + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'kfreebsd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'hurd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'hurd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'hurd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'hurd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 's390x' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 's390x' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'armhf' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'armhf' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'kfreebsd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-4.1', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-4.1', + 'i386' + ] + ], + '2.0.1+cvs20050208-9' => [ + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'm68k' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'hurd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'hurd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-9', + 'hurd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-9', + 'hurd-i386' + ] + ], + '2.0.1+cvs20050208-3.1' => [ + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'm68k' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'hurd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'hurd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'hurd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'hurd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'm68k' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-3.1', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-3.1', + 'mips' + ] + ], + '2.0.1+cvs20090917-5' => [ + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5', + 's390x' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5', + 's390x' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5', + 'kfreebsd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5', + 'armhf' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5', + 'armhf' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5+b1', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5+b1', + 'kfreebsd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5+b1', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5+b1', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5+b1', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5+b1', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5+b1', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5+b1', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5+b1', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5+b1', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5+b1', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5+b1', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5+b1', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5+b1', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5+b1', + 's390x' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5+b1', + 's390x' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5+b1', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5+b1', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5+b1', + 'armhf' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5+b1', + 'armhf' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5+b1', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5+b1', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5+b1', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5+b1', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-5+b1', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-5+b1', + 'sparc' + ] + ], + '2.0.1+cvs20071208-1' => [ + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'm68k' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'm68k' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-1', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-1', + 'i386' + ] + ], + '2.0.1+cvs20071208-2' => [ + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'm68k' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'm68k' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-2', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-2', + 'ia64' + ] + ], + '2.0.1+cvs20090917-7' => [ + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-7', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-7', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-7', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-7', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-7', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-7', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-7', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-7', + 'kfreebsd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-7', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-7', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-7', + 's390x' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-7', + 's390x' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-7', + 'armhf' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-7', + 'armhf' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-7', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-7', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-7', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-7', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-7', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-7', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-7', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-7', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-7', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-7', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-7', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-7', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-7', + 'hurd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-7', + 'hurd-i386' + ] + ], + '2.0.1+cvs20090917-3.1' => [ + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'kfreebsd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'kfreebsd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'ia64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-3.1', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-3.1', + 'mipsel' + ] + ], + '2.0.1+cvs20071208-3' => [ + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'kfreebsd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'm68k' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'm68k' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'kfreebsd-amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'mipsel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 's390' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'kfreebsd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'kfreebsd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'powerpc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20071208-3', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20071208-3', + 'hppa' + ] + ], + '2.0.1+cvs20090917-1' => [ + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-1', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-1', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-1', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-1', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-1', + 'armel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-1', + 'armel' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20090917-1', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20090917-1', + 'amd64' + ] + ], + '2.0.1+cvs20050208-10' => [ + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'hurd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'hurd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'mips' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'm68k' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'hppa' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'alpha' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'ia64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'powerpc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'mipsel' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'hurd-i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'hurd-i386' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'i386' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'alpha' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'amd64' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'amd64' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'sparc' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'sparc' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 's390' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'm68k' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'm68k' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'mips' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'arm' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'arm' + ], + [ + 'bandwidthd', + '2.0.1+cvs20050208-10', + 'hppa' + ], + [ + 'bandwidthd-pgsql', + '2.0.1+cvs20050208-10', + 'hppa' + ] + ] + } + }; diff --git a/t/test_spool/versions/indices/srcbin.idx_stubs/cpu.stub b/t/test_spool/versions/indices/srcbin.idx_stubs/cpu.stub new file mode 100644 index 0000000..0c43a35 --- /dev/null +++ b/t/test_spool/versions/indices/srcbin.idx_stubs/cpu.stub @@ -0,0 +1,1414 @@ +# dump_stub_from_index.pl srcbin.idx cpu +$stub = { + 'cpu' => { + '1.4.3-11' => [ + [ + 'cpu', + '1.4.3-11', + 'arm' + ], + [ + 'cpu', + '1.4.3-11', + 'mips' + ], + [ + 'cpu', + '1.4.3-11', + 'm68k' + ], + [ + 'cpu', + '1.4.3-11', + 'ia64' + ], + [ + 'cpu', + '1.4.3-11', + 'kfreebsd-i386' + ], + [ + 'cpu', + '1.4.3-11+b1', + 'hurd-i386' + ], + [ + 'cpu', + '1.4.3-11', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-11', + 'hppa' + ], + [ + 'cpu', + '1.4.3-11', + 'alpha' + ], + [ + 'cpu', + '1.4.3-11', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-11', + 'i386' + ], + [ + 'cpu', + '1.4.3-11', + 'kfreebsd-amd64' + ], + [ + 'cpu', + '1.4.3-11', + 's390' + ], + [ + 'cpu', + '1.4.3-11', + 'armel' + ], + [ + 'cpu', + '1.4.3-11', + 'sparc' + ], + [ + 'cpu', + '1.4.3-11', + 'hurd-i386' + ], + [ + 'cpu', + '1.4.3-11', + 'amd64' + ], + [ + 'cpu', + '1.4.3-11', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-11', + 'arm' + ], + [ + 'cpu', + '1.4.3-11', + 'i386' + ], + [ + 'cpu', + '1.4.3-11', + 'hppa' + ], + [ + 'cpu', + '1.4.3-11', + 'kfreebsd-amd64' + ], + [ + 'cpu', + '1.4.3-11', + 'hurd-i386' + ], + [ + 'cpu', + '1.4.3-11', + 's390' + ], + [ + 'cpu', + '1.4.3-11', + 'm68k' + ], + [ + 'cpu', + '1.4.3-11', + 'armel' + ], + [ + 'cpu', + '1.4.3-11', + 'alpha' + ], + [ + 'cpu', + '1.4.3-11', + 'amd64' + ], + [ + 'cpu', + '1.4.3-11', + 'mips' + ], + [ + 'cpu', + '1.4.3-11+b1', + 'hurd-i386' + ], + [ + 'cpu', + '1.4.3-11', + 'sparc' + ], + [ + 'cpu', + '1.4.3-11', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-11', + 'ia64' + ], + [ + 'cpu', + '1.4.3-11', + 'kfreebsd-i386' + ] + ], + '1.4.3-4' => [ + [ + 'cpu', + '1.4.3-4', + 'hppa' + ], + [ + 'cpu', + '1.4.3-4', + 'ia64' + ], + [ + 'cpu', + '1.4.3-4', + 's390' + ], + [ + 'cpu', + '1.4.3-4', + 'i386' + ], + [ + 'cpu', + '1.4.3-4', + 'alpha' + ], + [ + 'cpu', + '1.4.3-4', + 'arm' + ], + [ + 'cpu', + '1.4.3-4', + 'mips' + ], + [ + 'cpu', + '1.4.3-4', + 'sparc' + ], + [ + 'cpu', + '1.4.3-4', + 'm68k' + ], + [ + 'cpu', + '1.4.3-4', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-4', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-4', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-4', + 'sparc' + ], + [ + 'cpu', + '1.4.3-4', + 'i386' + ], + [ + 'cpu', + '1.4.3-4', + 'ia64' + ], + [ + 'cpu', + '1.4.3-4', + 'm68k' + ], + [ + 'cpu', + '1.4.3-4', + 'mips' + ], + [ + 'cpu', + '1.4.3-4', + 'hppa' + ], + [ + 'cpu', + '1.4.3-4', + 's390' + ], + [ + 'cpu', + '1.4.3-4', + 'arm' + ], + [ + 'cpu', + '1.4.3-4', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-4', + 'alpha' + ] + ], + '1.4.3-11.3' => [ + [ + 'cpu', + '1.4.3-11.3', + 'armel' + ], + [ + 'cpu', + '1.4.3-11.3', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-11.3', + 'amd64' + ], + [ + 'cpu', + '1.4.3-11.3', + 'sparc' + ], + [ + 'cpu', + '1.4.3-11.3', + 'armhf' + ], + [ + 'cpu', + '1.4.3-11.3', + 's390x' + ], + [ + 'cpu', + '1.4.3-11.3', + 's390' + ], + [ + 'cpu', + '1.4.3-11.3', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-11.3', + 'hurd-i386' + ], + [ + 'cpu', + '1.4.3-11.3', + 'kfreebsd-amd64' + ], + [ + 'cpu', + '1.4.3-11.3', + 'i386' + ], + [ + 'cpu', + '1.4.3-11.3', + 'mips' + ], + [ + 'cpu', + '1.4.3-11.3', + 'ia64' + ], + [ + 'cpu', + '1.4.3-11.3', + 'kfreebsd-i386' + ] + ], + '1.4.3-7' => [ + [ + 'cpu', + '1.4.3-7', + 'alpha' + ], + [ + 'cpu', + '1.4.3-7', + 'sparc' + ], + [ + 'cpu', + '1.4.3-7', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-7', + 's390' + ], + [ + 'cpu', + '1.4.3-7', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-7', + 'mips' + ], + [ + 'cpu', + '1.4.3-7', + 'hppa' + ], + [ + 'cpu', + '1.4.3-7', + 'm68k' + ], + [ + 'cpu', + '1.4.3-7', + 'i386' + ], + [ + 'cpu', + '1.4.3-7', + 'ia64' + ], + [ + 'cpu', + '1.4.3-7', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-7', + 'hppa' + ], + [ + 'cpu', + '1.4.3-7', + 'sparc' + ], + [ + 'cpu', + '1.4.3-7', + 's390' + ], + [ + 'cpu', + '1.4.3-7', + 'mips' + ], + [ + 'cpu', + '1.4.3-7', + 'i386' + ], + [ + 'cpu', + '1.4.3-7', + 'alpha' + ], + [ + 'cpu', + '1.4.3-7', + 'ia64' + ], + [ + 'cpu', + '1.4.3-7', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-7', + 'm68k' + ] + ], + '1.4.3-11.2' => [ + [ + 'cpu', + '1.4.3-11.2', + 'i386' + ], + [ + 'cpu', + '1.4.3-11.2', + 'ia64' + ], + [ + 'cpu', + '1.4.3-11.2', + 'hurd-i386' + ], + [ + 'cpu', + '1.4.3-11.2', + 'alpha' + ], + [ + 'cpu', + '1.4.3-11.2', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-11.2', + 'armel' + ], + [ + 'cpu', + '1.4.3-11.2', + 'hppa' + ], + [ + 'cpu', + '1.4.3-11.2', + 'kfreebsd-i386' + ], + [ + 'cpu', + '1.4.3-11.2', + 'mips' + ], + [ + 'cpu', + '1.4.3-11.2', + 's390' + ], + [ + 'cpu', + '1.4.3-11.2', + 'amd64' + ], + [ + 'cpu', + '1.4.3-11.2', + 'kfreebsd-amd64' + ], + [ + 'cpu', + '1.4.3-11.2', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-11.2', + 'sparc' + ], + [ + 'cpu', + '1.4.3-11.2', + 'i386' + ], + [ + 'cpu', + '1.4.3-11.2', + 'armel' + ], + [ + 'cpu', + '1.4.3-11.2', + 'hppa' + ], + [ + 'cpu', + '1.4.3-11.2', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-11.2', + 'amd64' + ], + [ + 'cpu', + '1.4.3-11.2', + 'alpha' + ], + [ + 'cpu', + '1.4.3-11.2', + 'hurd-i386' + ], + [ + 'cpu', + '1.4.3-11.2', + 'mips' + ], + [ + 'cpu', + '1.4.3-11.2', + 'ia64' + ], + [ + 'cpu', + '1.4.3-11.2+b1', + 'hurd-i386' + ], + [ + 'cpu', + '1.4.3-11.2', + 's390x' + ], + [ + 'cpu', + '1.4.3-11.2', + 'kfreebsd-i386' + ], + [ + 'cpu', + '1.4.3-11.2', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-11.2', + 's390' + ], + [ + 'cpu', + '1.4.3-11.2', + 'kfreebsd-amd64' + ], + [ + 'cpu', + '1.4.3-11.2', + 'armhf' + ], + [ + 'cpu', + '1.4.3-11.2', + 'sparc' + ] + ], + '1.4.3-10' => [ + [ + 'cpu', + '1.4.3-10', + 'i386' + ], + [ + 'cpu', + '1.4.3-10', + 'hurd-i386' + ], + [ + 'cpu', + '1.4.3-10', + 'i386' + ], + [ + 'cpu', + '1.4.3-10', + 'hurd-i386' + ] + ], + '1.4.3-9' => [ + [ + 'cpu', + '1.4.3-9', + 'ia64' + ], + [ + 'cpu', + '1.4.3-9', + 'hurd-i386' + ], + [ + 'cpu', + '1.4.3-9', + 'alpha' + ], + [ + 'cpu', + '1.4.3-9', + 'hppa' + ], + [ + 'cpu', + '1.4.3-9', + 'sparc' + ], + [ + 'cpu', + '1.4.3-9', + 's390' + ], + [ + 'cpu', + '1.4.3-9', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-9', + 'i386' + ], + [ + 'cpu', + '1.4.3-9', + 'amd64' + ], + [ + 'cpu', + '1.4.3-9', + 'mips' + ], + [ + 'cpu', + '1.4.3-9', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-9', + 'm68k' + ], + [ + 'cpu', + '1.4.3-9', + 'arm' + ], + [ + 'cpu', + '1.4.3-9', + 'mips' + ], + [ + 'cpu', + '1.4.3-9', + 'alpha' + ], + [ + 'cpu', + '1.4.3-9', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-9', + 'i386' + ], + [ + 'cpu', + '1.4.3-9', + 'hppa' + ], + [ + 'cpu', + '1.4.3-9', + 'm68k' + ], + [ + 'cpu', + '1.4.3-9', + 'amd64' + ], + [ + 'cpu', + '1.4.3-9', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-9', + 'ia64' + ], + [ + 'cpu', + '1.4.3-9', + 'sparc' + ], + [ + 'cpu', + '1.4.3-9', + 'hurd-i386' + ], + [ + 'cpu', + '1.4.3-9', + 's390' + ], + [ + 'cpu', + '1.4.3-9', + 'arm' + ] + ], + '1.4.3-11.1' => [ + [ + 'cpu', + '1.4.3-11.1', + 'kfreebsd-i386' + ], + [ + 'cpu', + '1.4.3-11.1', + 'hurd-i386' + ], + [ + 'cpu', + '1.4.3-11.1', + 'hppa' + ], + [ + 'cpu', + '1.4.3-11.1', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-11.1', + 'armel' + ], + [ + 'cpu', + '1.4.3-11.1', + 'kfreebsd-amd64' + ], + [ + 'cpu', + '1.4.3-11.1', + 'i386' + ], + [ + 'cpu', + '1.4.3-11.1', + 'amd64' + ], + [ + 'cpu', + '1.4.3-11.1', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-11.1', + 'ia64' + ], + [ + 'cpu', + '1.4.3-11.1', + 's390' + ], + [ + 'cpu', + '1.4.3-11.1', + 'alpha' + ], + [ + 'cpu', + '1.4.3-11.1', + 'mips' + ], + [ + 'cpu', + '1.4.3-11.1', + 'sparc' + ], + [ + 'cpu', + '1.4.3-11.1', + 'sparc' + ], + [ + 'cpu', + '1.4.3-11.1', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-11.1', + 'alpha' + ], + [ + 'cpu', + '1.4.3-11.1', + 'hurd-i386' + ], + [ + 'cpu', + '1.4.3-11.1', + 'i386' + ], + [ + 'cpu', + '1.4.3-11.1', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-11.1', + 'ia64' + ], + [ + 'cpu', + '1.4.3-11.1', + 'kfreebsd-i386' + ], + [ + 'cpu', + '1.4.3-11.1', + 'amd64' + ], + [ + 'cpu', + '1.4.3-11.1', + 'hppa' + ], + [ + 'cpu', + '1.4.3-11.1', + 'armel' + ], + [ + 'cpu', + '1.4.3-11.1', + 'kfreebsd-amd64' + ], + [ + 'cpu', + '1.4.3-11.1', + 'mips' + ], + [ + 'cpu', + '1.4.3-11.1', + 's390' + ] + ], + '1.4.3-9.1' => [ + [ + 'cpu', + '1.4.3-9.1', + 'm68k' + ], + [ + 'cpu', + '1.4.3-9.1', + 'i386' + ], + [ + 'cpu', + '1.4.3-9.1', + 'armel' + ], + [ + 'cpu', + '1.4.3-9.1', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-9.1', + 's390' + ], + [ + 'cpu', + '1.4.3-9.1', + 'ia64' + ], + [ + 'cpu', + '1.4.3-9.1+b1', + 'm68k' + ], + [ + 'cpu', + '1.4.3-9.1', + 'mips' + ], + [ + 'cpu', + '1.4.3-9.1', + 'alpha' + ], + [ + 'cpu', + '1.4.3-9.1', + 'hppa' + ], + [ + 'cpu', + '1.4.3-9.1', + 'sparc' + ], + [ + 'cpu', + '1.4.3-9.1', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-9.1', + 'arm' + ], + [ + 'cpu', + '1.4.3-9.1', + 'amd64' + ], + [ + 'cpu', + '1.4.3-9.1', + 'hurd-i386' + ], + [ + 'cpu', + '1.4.3-9.1', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-9.1', + 'sparc' + ], + [ + 'cpu', + '1.4.3-9.1', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-9.1+b1', + 'm68k' + ], + [ + 'cpu', + '1.4.3-9.1', + 'hppa' + ], + [ + 'cpu', + '1.4.3-9.1', + 's390' + ], + [ + 'cpu', + '1.4.3-9.1', + 'alpha' + ], + [ + 'cpu', + '1.4.3-9.1', + 'ia64' + ], + [ + 'cpu', + '1.4.3-9.1', + 'i386' + ], + [ + 'cpu', + '1.4.3-9.1', + 'amd64' + ], + [ + 'cpu', + '1.4.3-9.1', + 'm68k' + ], + [ + 'cpu', + '1.4.3-9.1', + 'hurd-i386' + ], + [ + 'cpu', + '1.4.3-9.1', + 'arm' + ], + [ + 'cpu', + '1.4.3-9.1', + 'armel' + ], + [ + 'cpu', + '1.4.3-9.1', + 'mips' + ] + ], + '1.4.3-8' => [ + [ + 'cpu', + '1.4.3-8', + 'mips' + ], + [ + 'cpu', + '1.4.3-8', + 'arm' + ], + [ + 'cpu', + '1.4.3-8', + 'hppa' + ], + [ + 'cpu', + '1.4.3-8', + 'hurd-i386' + ], + [ + 'cpu', + '1.4.3-8', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-8', + 'alpha' + ], + [ + 'cpu', + '1.4.3-8', + 'i386' + ], + [ + 'cpu', + '1.4.3-8', + 'ia64' + ], + [ + 'cpu', + '1.4.3-8', + 'm68k' + ], + [ + 'cpu', + '1.4.3-8', + 's390' + ], + [ + 'cpu', + '1.4.3-8', + 'amd64' + ], + [ + 'cpu', + '1.4.3-8', + 'sparc' + ], + [ + 'cpu', + '1.4.3-8', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-8', + 'arm' + ], + [ + 'cpu', + '1.4.3-8', + 'hppa' + ], + [ + 'cpu', + '1.4.3-8', + 'amd64' + ], + [ + 'cpu', + '1.4.3-8', + 'i386' + ], + [ + 'cpu', + '1.4.3-8', + 'hurd-i386' + ], + [ + 'cpu', + '1.4.3-8', + 'sparc' + ], + [ + 'cpu', + '1.4.3-8', + 'alpha' + ], + [ + 'cpu', + '1.4.3-8', + 'mips' + ], + [ + 'cpu', + '1.4.3-8', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-8', + 'ia64' + ], + [ + 'cpu', + '1.4.3-8', + 's390' + ], + [ + 'cpu', + '1.4.3-8', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-8', + 'm68k' + ] + ], + '1.4.3-3' => [ + [ + 'cpu', + '1.4.3-3', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-3', + 'ia64' + ], + [ + 'cpu', + '1.4.3-3', + 'm68k' + ], + [ + 'cpu', + '1.4.3-3', + 'alpha' + ], + [ + 'cpu', + '1.4.3-3', + 'arm' + ], + [ + 'cpu', + '1.4.3-3', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-3', + 'hppa' + ], + [ + 'cpu', + '1.4.3-3', + 'sparc' + ], + [ + 'cpu', + '1.4.3-3', + 'i386' + ], + [ + 'cpu', + '1.4.3-3', + 'mips' + ], + [ + 'cpu', + '1.4.3-3', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-3', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-3', + 'alpha' + ], + [ + 'cpu', + '1.4.3-3', + 'm68k' + ], + [ + 'cpu', + '1.4.3-3', + 'sparc' + ], + [ + 'cpu', + '1.4.3-3', + 'mips' + ], + [ + 'cpu', + '1.4.3-3', + 'arm' + ], + [ + 'cpu', + '1.4.3-3', + 'ia64' + ], + [ + 'cpu', + '1.4.3-3', + 'hppa' + ], + [ + 'cpu', + '1.4.3-3', + 'i386' + ] + ], + '1.4.3-5' => [ + [ + 'cpu', + '1.4.3-5', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-5', + 'sparc' + ], + [ + 'cpu', + '1.4.3-5', + 'mips' + ], + [ + 'cpu', + '1.4.3-5', + 'i386' + ], + [ + 'cpu', + '1.4.3-5', + 'ia64' + ], + [ + 'cpu', + '1.4.3-5', + 'arm' + ], + [ + 'cpu', + '1.4.3-5', + 'm68k' + ], + [ + 'cpu', + '1.4.3-5', + 'hppa' + ], + [ + 'cpu', + '1.4.3-5', + 'alpha' + ], + [ + 'cpu', + '1.4.3-5', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-5', + 's390' + ], + [ + 'cpu', + '1.4.3-5', + 'sparc' + ], + [ + 'cpu', + '1.4.3-5', + 'alpha' + ], + [ + 'cpu', + '1.4.3-5', + 'i386' + ], + [ + 'cpu', + '1.4.3-5', + 'arm' + ], + [ + 'cpu', + '1.4.3-5', + 'powerpc' + ], + [ + 'cpu', + '1.4.3-5', + 's390' + ], + [ + 'cpu', + '1.4.3-5', + 'mips' + ], + [ + 'cpu', + '1.4.3-5', + 'ia64' + ], + [ + 'cpu', + '1.4.3-5', + 'm68k' + ], + [ + 'cpu', + '1.4.3-5', + 'mipsel' + ], + [ + 'cpu', + '1.4.3-5', + 'hppa' + ] + ] + } + }; -- 2.39.2