2 # Written by Jonathan McDowell <noodles@earth.li>
3 # Copyright 2000 Project Purple.
4 # Dedicated to linguists called Simon everywhere.
6 # Processes the output of gpg -v --list-keys to a format gpgstats likes.
9 # gpg -v --list-keys | ./gpgpre | uniq > keyfile
11 # I should really include the uniq in the code.
17 while ($curline = <>) {
20 if ($curline =~ /^pub.*\/([0-9a-fA-F]{8}) [0-9-\/]{10} (.*)/) {
23 } elsif ($curline =~ /^sig *([0-9a-fA-F]{8})/) {