my @suites = @SUITES;
 my @archs = @ARCHITECTURES;
 my %deborts_hash;
-@deborts_hash{qw( avr32 m68k powerpcspe sh4 sparc64 )} = ();
+@deborts_hash{qw( alpha avr32 hppa m68k powerpcspe sh4 sparc64 )} = ();
 
 $DBDIR .= "/contents";
 mkdirp( $DBDIR );
 
                title => g('ports of packages to architectures not yet or not anymore available in Debian'),
                mirror_list => 'http://wiki.debian.org/DebianPorts/Mirrors',
                unofficial_port => {
+                       alpha => {
+                               url_name => 'alpha',
+                               name => 'Alpha',
+                       },
                        avr32 => {
                                url => 'http://avr32.debian.net/',
                                name => 'AVR32',
                        },
+                       hppa => {
+                               url_name => 'hppa',
+                               name => 'HPPA',
+                       },
+                       m68k => {
+                               url_name => 'm68k',
+                               name => 'M68K',
+                       },
                        powerpcspe => {
                                url => 'http://wiki.debian.org/PowerPCSPEPort',
                                name => 'PowerPCSPE',
                                url => 'http://wiki.debian.org/Sparc64',
                                name => 'Sparc64',
                        },
-                       m68k => {
-                               url_name => 'm68k',
-                               name => 'M68K',
-                       },
                },
                north_america => [
                        "www.gtlib.gatech.edu/pub/gnuab/debian",