greenwich-0.8.2/0000755000076400007640000000000010372112016012467 5ustar gavingavingreenwich-0.8.2/src/0000755000076400007640000000000010372111737013267 5ustar gavingavingreenwich-0.8.2/src/industrial.xcf0000644000076400007640000001552210035070536016151 0ustar gavingavingimp xcf file00BBgp00Question Mark     00%005R " !''%%%%%&('('((()R " !''%%%%%&('('((()R " !''%%%%%&('('((()RA|ۧP!r  Q)fDJ\d $&D&$6$P$&A$0$%'&1'&'C'tn'>(00Outline     B00V00f   " @#""@@ @ @! @!@"#$@$@%@%$@$&&&%@00Industrial Globe     00100Aq*3?;889:-$!&Kq{gE76RU8(@L3,kwG"@¾πn,?ռ̼ʼɹڱϬr /yº¼ةšc gմйʰQ FټȾ1 )ʯü¿¡p Sȧ¿ÿ='ΟЗl@դ(`ʔ˭ufJ%ʉĽf9{o@5q~~闕zoqaQBw|鎍r*Zux{}oY"&?r`p{twyz|}~~|{m=&&;89xPxqrstssrpuX*'%9?B?lchijiihgb8($3=@DAZ`_`aa`_Uvf~' -:=AD^\\[ZXNAFG[,#% '6:=?ZWVVUTRONKV_&# /6:SMRQPOMKIGC5$$'255?LLKJHGEB@u6$! .23TN?GGFECB@>[dgbǦSID*5Taeieyų{8H>#+K^bfiĦtfjl|EBG8CZ^bc~~}|zxutqxy;GD1 8QZ^trxwvusqolgOEE=),EVYXcrrqpnljgeSEB4 8PUWrkbllkjhgec`xOA=+ +BQTQMeggfecb`^[I=2 4HORLJaba`_^][YVA/6' 8JNPVJ\\[ZYWVTRr/8* (9IKbW<>.2u.9@AA@?>=;:83'! *(8<<=<<;:9862+$'*.2576552/+'"!#%$$!2qGUic`_afO?!Arȴzb6\|ܽgK2lڻ`"MܨxBg尘OeқES̎? +z% nʺV Nș2 {cL»ŕ/h޿ȼĸKӸsI巿)`ϼسɷ-euժş2tƴ̥R;Sʗˡ^?Q}鼻ǟpXg>S~{wēŴżkh>Ty׼nic?HqȤꧦ¿Uh[5]qtql~{c\M/ Keprki~}{yvYKT= .Qjnps¦i|}|{zyxvtrKWC ;TikpYqwwvutsqomolKF1CSfednqrrqpomkjhcKC9 DOaXkllkjihfec`Q:89UR^fggfedca`^\ZF85-&DGW`aabaa``_^\[YWQA7#'<@U\\[ZZXWVPE:- 2=CJORUVUSQKE>8-  *69<;;63+2@CikFFM  ck /<Wp   e2]4 h '  D h"/  "@#"#i/  i$; $G($R0 $Z7  $a>! $gC$ $jF'!$mH(!$mH( $jF' [$gC$ 5"a>!/"|Z7 (X!tQ0 != ۉiF( 3`}[; (EŌnM/  6U}]>#(CbjK.  2NtsU8 "9Uq䨐x\@'  '>Ysԡy_D,  )@Yr嵝x_F. )?Vm 帢r[D.  ':Ocwȧ{hT?,  "2DWhwzl[I7&  )8GVcnwyqfYJ;-  )5AKT\adffeb]VNC8,! $,39=@BBA>:4-&   "$$#!    greenwich-0.8.2/src/greenwich.pl0000755000076400007640000002432710372111665015612 0ustar gavingavin#!/usr/bin/perl # This file is part of Greenwich. # # PerlPanel is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # PerlPanel is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with PerlPanel; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # Copyright: (C) 2003-2004 Gavin Brown # # $Id: greenwich.pl,v 1.9 2006/02/07 12:33:57 gavin Exp $ use Gtk2 -init; use Gtk2::GladeXML; use Gtk2::Helper; use Gnome2; use Gnome2::GConf; use IO::Socket; use POSIX qw(setlocale); use Locale::gettext; use File::Basename qw(basename); use strict; my $NAME = 'Greenwich'; my $VERSION = '0.8.2'; my $PREFIX = '@PREFIX@'; my $GLADE_FILE = (-d $PREFIX ? "$PREFIX/share/greenwich" : $ENV{PWD}.'/share').'/greenwich.glade'; my $ICON_FILE = (-d $PREFIX ? "$PREFIX/share/pixmaps" : $ENV{PWD}.'/share').'/greenwich.png'; my $WHOIS_MAP = (-d $PREFIX ? "$PREFIX/lib/greenwich" : $ENV{PWD}.'/lib').'/WhoisMap.pm'; my $LOCALE_DIR = (-d $PREFIX ? "$PREFIX/share/locale" : $ENV{PWD}.'/locale'); my $FONT_PATH = '/desktop/gnome/interface/monospace_font_name'; my $GCONF_BASE = sprintf('/apps/%s', lc($NAME)); my $LAST_FILE = ''; my $RUNNING = 0; my @DEFAULT_SERVERS = qw( whois.godaddy.com whois.networksolutions.com whois.publicinterestregistry.org whois.ripe.net whois.centralnic.net whois.nic.us whois.nic.uk whois.aunic.net whois.cnnic.net.cn whois.crsnic.net whois.krnic.net whois.nic.ad.jp whois.nic.br whois.nic.fr whois.nic.nu whois.ripe.net whois.tonic.to whois.twnic.net ); require($WHOIS_MAP); my $AUTHORS = [ 'Gavin Brown (main development)', 'Mark Howard (Debian packages and manpage)', 'Dag Wieers (RPM packages)', ]; my $TRANSLATORS = [ 'Peter Wouda (Dutch translation)', 'Marcus Eskilsson (Swedish translation)', 'Franck Routier (French Translation)', 'Ricardo Mones Lastra (Spanish Translation)', 'Dario Conigliaro (Italian Translation)', ]; my $COPYRIGHT = sprintf('%s %04d Gavin Brown', chr(169), (localtime())[5]+1900); if (!setlocale(LC_MESSAGES, $ENV{LANG})) { print STDERR "*** setlocale failed!\n"; } else { bindtextdomain(lc($NAME), $LOCALE_DIR); textdomain(lc($NAME));; } my $NORMAL_CURSOR = Gtk2::Gdk::Cursor->new('left_ptr'); my $BUSY_CURSOR = Gtk2::Gdk::Cursor->new('watch'); Gnome2::Program->init($NAME, $VERSION); my $gconf = Gnome2::GConf::Client->get_default; $gconf->add_dir($GCONF_BASE, 'preload-onelevel'); my $app = Gtk2::GladeXML->new($GLADE_FILE); $app->signal_autoconnect_from_package('main'); $app->get_widget('output_view')->get_buffer->create_tag( 'monospace', font => $gconf->get_string($FONT_PATH), wrap_mode => 'none', ); my $servers_string = $gconf->get_string("$GCONF_BASE/servers"); my @SERVERS = ($servers_string ne '' ? split(',', $servers_string) : @DEFAULT_SERVERS); $app->get_widget('server_combo')->set_popdown_strings(@SERVERS); $app->get_widget('server_combo')->entry->set_text(''); my @HISTORY = split(',', $gconf->get_string("$GCONF_BASE/history")); $app->get_widget('query_combo')->set_popdown_strings(@HISTORY); $app->get_widget('query_combo')->entry->set_text(''); $app->get_widget('auto_checkbutton')->set_active($gconf->get_bool("$GCONF_BASE/auto")); if ($gconf->get_bool("$GCONF_BASE/auto")) { $app->get_widget('optional_parts')->hide_all; } else { $app->get_widget('optional_parts')->show_all; } $app->get_widget('recursion_checkbutton')->set_active($gconf->get_bool("$GCONF_BASE/recursive")); $app->get_widget('server_combo')->disable_activate; $app->get_widget('query_combo')->disable_activate; $app->get_widget('server_combo')->entry->signal_connect('activate', \&make_request); $app->get_widget('query_combo')->entry->signal_connect('activate', \&make_request); $app->get_widget('query_combo')->entry->grab_focus; set_status(gettext("Ready.")); my $icon = Gtk2::Gdk::Pixbuf->new_from_file($ICON_FILE); $app->get_widget('main_window')->set_icon($icon); $app->get_widget('save_question')->set_icon($icon); $gconf->notify_add($FONT_PATH, sub { my $tag = $app->get_widget('output_view')->get_buffer->get_tag_table->lookup('monospace'); $tag->set('font', $_[2]->{value}->{value}); return 1; }); $gconf->notify_add("$GCONF_BASE/auto", sub { $app->get_widget('auto_checkbutton')->set_active($_[2]->{value}->{value}); return 1; }); Gtk2->main; sub close_program { Gtk2->main_quit; } sub save_output { my $dialog; if ('' ne (my $msg = Gtk2->check_version (2, 4, 0)) or $Gtk2::VERSION < 1.040) { $dialog = Gtk2::FileSelection->new(gettext("Choose File")); } else { $dialog = Gtk2::FileChooserDialog->new( gettext("Choose File"), $app->get_widget('main_window'), 'save', 'gtk-cancel' => 'cancel', 'gtk-ok' => 'ok' ); } $dialog->set_modal(1); $dialog->set_filename($LAST_FILE ne '' ? $LAST_FILE : $ENV{HOME}.'/'); $dialog->signal_connect('response', sub { my $file = $dialog->get_filename; $dialog->destroy; if ($_[1] eq 'ok') { if (-e $file) { my $id; $app->get_widget('question_label')->set_text(sprintf(gettext("The file '%s' already exists.\n\nDo you want to replace it?"), basename($file))); $id = $app->get_widget('save_question')->signal_connect('response', sub { if ($_[1] == 0) { write_output_to_file($file); } $app->get_widget('save_question')->hide_all; $app->get_widget('save_question')->signal_handler_disconnect($id); }); $app->get_widget('save_question')->show_all; } else { write_output_to_file($file); } } }); $dialog->show_all; } sub write_output_to_file { my $file = shift; if (!open(FILE, ">$file")) { my $dialog = Gtk2::MessageDialog->new($app->get_widget('main_window'), 'modal', 'error', 'ok', $!); $dialog->signal_connect('response', sub { $dialog->destroy }); $dialog->show_all; } else { print FILE $app->get_widget('output_view')->get_buffer->get_text( $app->get_widget('output_view')->get_buffer->get_start_iter, $app->get_widget('output_view')->get_buffer->get_end_iter, 0, ); } close (FILE); return 1; } sub open_aboutwindow { my $dialog = Gnome2::About->new( $NAME, $VERSION, $COPYRIGHT, gettext("A whois client for GNOME."), $AUTHORS, '', join("\n", @{$TRANSLATORS}), Gtk2::Gdk::Pixbuf->new_from_file($ICON_FILE), ); $dialog->set_icon($icon); $dialog->show(); return 1; } sub auto_toggled { $gconf->set_bool("$GCONF_BASE/auto", $app->get_widget('auto_checkbutton')->get_active); if ($app->get_widget('auto_checkbutton')->get_active) { $app->get_widget('optional_parts')->hide_all; } else { $app->get_widget('optional_parts')->show_all; } return 1; } sub recursion_toggled { $gconf->set_bool("$GCONF_BASE/recursive", $app->get_widget('recursion_checkbutton')->get_active); return 1; } sub make_request { return undef if $RUNNING == 1; my ($server, $port, $query); $query = $app->get_widget('query_combo')->entry->get_text; return undef unless ($query ne ''); @HISTORY = grep { $query ne $_ } grep { $_ ne '' } @HISTORY; splice(@HISTORY, 0, 0, $query); @HISTORY = splice(@HISTORY, 0, 50); $app->get_widget('query_combo')->set_popdown_strings(@HISTORY); my $str = join(',', @HISTORY); $gconf->set_string("$GCONF_BASE/history", $str); if ($app->get_widget('auto_checkbutton')->get_active) { $port = 43; $server = whois_server($query); } else { $server = $app->get_widget('server_combo')->entry->get_text; $port = $app->get_widget('port_spinbutton')->get_value; @SERVERS = grep { $server ne $_ } grep { $_ ne '' } @SERVERS; splice(@SERVERS, 0, 0, $server); @SERVERS = splice(@SERVERS, 0, 50); $app->get_widget('server_combo')->set_popdown_strings(); $gconf->set_string("$GCONF_BASE/servers", join(',', @SERVERS)); } if ($server eq '') { return undef; } else { $app->get_widget('main_window')->window->set_cursor($BUSY_CURSOR); $app->get_widget('output_view')->get_window('text')->set_cursor($BUSY_CURSOR); set_output(get_whois($server, $port, $query, $gconf->get_int("$GCONF_BASE/timeout"), $gconf->get_bool("$GCONF_BASE/recursive"))); $app->get_widget('main_window')->window->set_cursor($NORMAL_CURSOR); $app->get_widget('output_view')->get_window('text')->set_cursor($NORMAL_CURSOR); } set_status(gettext("Ready.")); update_ui(); return 1; } sub set_output { my $output = shift; $app->get_widget('output_view')->get_buffer->set_text(''); $app->get_widget('output_view')->get_buffer->insert_with_tags_by_name( $app->get_widget('output_view')->get_buffer->get_start_iter, $output, 'monospace' ); return 1; } sub get_whois { my ($server, $port, $query, $timeout, $recursive) = @_; set_status(sprintf(gettext("Querying %s:%d..."), $server, $port)); update_ui(); my $socket = IO::Socket::INET->new( PeerAddr => $server, PeerPort => $port, Type => SOCK_STREAM, Proto => 'tcp', Timeout => $timeout ); update_ui(); if (!$socket) { $@ =~ s/^IO::Socket::INET: connect: //; my $dialog = Gtk2::MessageDialog->new($app->get_widget('main_window'), 'modal', 'error', 'ok', gettext($@)); $dialog->set_icon($icon); $dialog->signal_connect('response', sub { $dialog->destroy }); $dialog->show_all; return undef; } printf($socket "%s\r\n", $query); my $buffer = sprintf("[%s]\n", $server); while (<$socket>) { update_ui(); $buffer .= $_; } close($socket); if ($buffer =~ /whois server:\s?([A-Za-z0-0\.\-]+)/i && $recursive == 1) { update_ui(); $buffer = sprintf("[%s]\n\n", $server).get_whois($1, $port, $query, $timeout); } return $buffer; } sub set_status { my $text = shift; $app->get_widget('status_bar')->push($text); } sub query_changed { my $entry = shift; $app->get_widget('query_button')->set_sensitive($entry->get_text eq '' ? undef : 1); return 1; } sub update_ui { Gtk2->main_iteration while (Gtk2->events_pending) } greenwich-0.8.2/src/po/0000755000076400007640000000000010372111737013705 5ustar gavingavingreenwich-0.8.2/src/po/sv.po0000644000076400007640000000417310035254715014702 0ustar gavingavin# This file is part of Greenwich. # PerlPanel is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # PerlPanel is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with PerlPanel; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Copyright: (C) 2003-2004 Gavin Brown # $Id: sv.po,v 1.1 2004/04/08 13:55:25 jodrell Exp $ # # msgid "" msgstr "" "Project-Id-Version: Greenwich X.Y.Z\n" "Report-Msgid-Bugs-To: gavin.brown@uk.com\n" "POT-Creation-Date: 2004-04-07 16:23:00\n" "PO-Revision-Date: 2004-04-08 14:37+0100\n" "Last-Translator: $Author: jodrell $ <(null)>\n" "Language-Team: (null)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit" msgid "Ready." msgstr "Redo." msgid "Choose File" msgstr "Välj fil" msgid "" "The file '%s' already exists.\n" "\n" "Do you want to replace it?" msgstr "Filen '%s' finns redan." msgid "A whois client for GNOME." msgstr "En whois-klient för GNOME." msgid "Querying %s:%d..." msgstr "Frågar %s:%d..." msgid "Greenwich" msgstr "Greenwich" msgid "Auto" msgstr "Automatisk" msgid "Server:" msgstr "Server:" msgid "Port:" msgstr "Port:" msgid "Query:" msgstr "Fråga:" msgid "Greenwich Preferences" msgstr "Greenwich Inställningar" msgid "Network:" msgstr "Nätverk:" msgid "Timeout for network connections:" msgstr "Time out för nätverkskopplingar:" msgid "Recursive:" msgstr "Rekursiv:" msgid "Perform recursive lookups" msgstr "Gör rekursiva uppslagningar" msgid "Question" msgstr "Fråga" msgid "_Replace" msgstr "_Ersätt" greenwich-0.8.2/src/po/pl.po0000644000076400007640000000425610257011705014663 0ustar gavingavin# This file is part of Greenwich. # PerlPanel is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # PerlPanel is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with PerlPanel; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Copyright: (C) 2003-2004 Gavin Brown # $Id: pl.po,v 1.4 2005/06/24 14:08:05 jodrell Exp $ # # msgid "" msgstr "" "Project-Id-Version: Greenwich X.Y.Z\n" "Report-Msgid-Bugs-To: gavin.brown@uk.com\n" "POT-Creation-Date: 2004-04-07 16:23:00\n" "PO-Revision-Date: 2004-04-08 14:37+0100\n" "Last-Translator: $Author: jodrell $ <(null)>\n" "Language-Team: (null)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit" msgid "Ready." msgstr "Gotowy." msgid "Choose File" msgstr "Wybierz plik" msgid "" "The file '%s' already exists.\n" "\n" "Do you want to replace it?" msgstr "Plik '%s' istnieje.\n" "\n" "Czy chcesz nadpisać zmiany?" msgid "A whois client for GNOME." msgstr "Whois klient pod GNOME." msgid "Question %s:%d..." msgstr "Pytanie %s:%d..." msgid "Greenwich" msgstr "Greenwich" msgid "Auto" msgstr "Auto" msgid "Server:" msgstr "Serwer:" msgid "Port:" msgstr "Port:" msgid "Query:" msgstr "Zapytanie:" msgid "Greenwich Preferences" msgstr "Greenwich Preferencje" msgid "Network:" msgstr "Sieć:" msgid "Timeout for network connections:" msgstr "UpĹ‚ynÄ…Ĺ‚ ĹĽÄ…dany limit czasu:" msgid "Recursive:" msgstr "Rekursywny:" msgid "Perform recursive lookups" msgstr "Uruchom rekursywne poszukiwania" msgid "Question" msgstr "Pytanie" msgid "_Replace" msgstr "_ZamieĹ„" greenwich-0.8.2/src/po/fr.po0000644000076400007640000000427610045476773014700 0ustar gavingavin# This file is part of Greenwich. # PerlPanel is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # PerlPanel is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with PerlPanel; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Copyright: (C) 2003-2004 Gavin Brown # $Id: fr.po,v 1.3 2004/05/03 17:14:35 jodrell Exp $ # # msgid "" msgstr "" "Project-Id-Version: Greenwich X.Y.Z\n" "Report-#msgid-Bugs-To: gavin.brown@uk.com\n" "POT-Creation-Date: 2004-04-07 16:23:00\n" "PO-Revision-Date: 2004-04-09 15:05+0100\n" "Last-Translator: $Author: jodrell $ <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit" msgid "Ready." msgstr "Prêt." msgid "Choose File" msgstr "Enregister sous" msgid "" "The file '%s' already exists.\n" "\n" "Do you want to replace it?" msgstr "" msgid "A whois client for GNOME." msgstr "Un client Whois pour GNOME." msgid "Querying %s:%d..." msgstr "Connection à %s:%d..." msgid "Greenwich" msgstr "Greenwich" #msgid "Auto" #msgstr "Auto-détection" msgid "Server:" msgstr "Serveur:" msgid "Port:" msgstr "Port:" msgid "Query:" msgstr "Requête:" #msgid "Greenwich Preferences" #msgstr "Préférences" msgid "Network:" msgstr "Rèlages réseau" msgid "Timeout for network connections:" msgstr "Délai d'attente pour les connections réseau:" msgid "Recursive:" msgstr "Options du mode récursif" #msgid "Perform recursive lookups" #msgstr "Effectuer des consultations récursives (voir l'aide pour des détails)" msgid "Question" msgstr "" msgid "_Replace" msgstr "" greenwich-0.8.2/src/po/en.po0000644000076400007640000000350010035254715014645 0ustar gavingavin# This file is part of Greenwich. # # PerlPanel is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # PerlPanel is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with PerlPanel; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # Copyright: (C) 2003-2004 Gavin Brown # # $Id: en.po,v 1.2 2004/04/08 13:55:25 jodrell Exp $ msgid "" msgstr "" "Project-Id-Version: Greenwich X.Y.Z\n" "Report-Msgid-Bugs-To: gavin.brown@uk.com\n" "POT-Creation-Date: 2004-04-07 16:23:00\n" "PO-Revision-Date: $Date: 2004/04/08 13:55:25 $\n" "Last-Translator: $Author: jodrell $\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" msgid "Ready." msgstr "" msgid "Choose File" msgstr "" msgid "" "The file '%s' already exists.\n" "\n" "Do you want to replace it?" msgstr "" msgid "A whois client for GNOME." msgstr "" msgid "Querying %s:%d..." msgstr "" msgid "Greenwich" msgstr "" msgid "Auto" msgstr "" msgid "Server:" msgstr "" msgid "Port:" msgstr "" msgid "Query:" msgstr "" msgid "Greenwich Preferences" msgstr "" msgid "Network:" msgstr "" msgid "Timeout for network connections:" msgstr "" msgid "Recursive:" msgstr "" msgid "Perform recursive lookups" msgstr "" msgid "Question" msgstr "" msgid "_Replace" msgstr "" greenwich-0.8.2/src/greenwich.xcf0000755000076400007640000001746510035070536015761 0ustar gavingavingimp xcf file00BBg] >0040pt Palatino Bold Italic     %00900I   UU(#qU"  888 q q q)U(q''U'Uq'U8'U)U)q*8+,q,U)8(U(U()U00White Outline     0000+e")**#$")FԷF**#?Է???"?E #" *) *F *"*)FM*"?F*?Է??*")*# ?#????"?E?"۸? )F#!*?#*F$**$F*#?*#"F")#"**"**"**"*#"*F""##??$")**#6e")**#$")FԷF**#?Է???"?E #" *) *F *"*)FM*"?F*?Է??*")*# ?#????"?E?"۸? )F#!*?#*F$**$F*#?*#"F")#"**"**"**"*#"*F""##??$")**#6e")**#$")FԷF**#?Է???"?E #" *) *F *"*)FM*"?F*?Է??*")*# ?#????"?E?"۸? )F#!*?#*F$**$F*#?*#"F")#"**"**"**"*#"*F""##??$")**#6!)**"$!*FϲG+*">ϲ?"?F#"+*+E,!P,+N,(%+,"̲AF,")*$?, ?$?A?A "A FشA!"I%")A$*A%*H &*,&#+$!1i+$"G$)#$*+#*+#+,#+$#*I$"Ѭ%$#*++,+$)900webbrower-48.png from jimmac      00 00 oHZ|׿mK2 &tֵYPҰ|Y, [кcWLOI% mf[VT5Ra&[ȢaYKC7IUPҿu`ZKGO>_a$ %ϫu~rC>-tĪ}eaI7& Fâ|T;NdUY=0Yȴ_JC@DD=UO7!|ÿѼmPI97=BGLO/ߧǧzipD604C1ATA߾κȫh\|RaHA+/0.3=4)ؿǬ\RZ:9=?210%+!%&ƻʭmKBIAC:C;?37#'( "õϵtR=>84527uOC+&(յqZDC=>A54AVI0"ߺŦͻĺyPITQR7=L.!ߟҞueںY_iaZ5@;!&mޣllƜai}jD;Q%"Hߴuƴ̭exv[JBP2,ΦͲu_mmviZPN>"_ܻ·~yfVRTZNHUO@&Ȱõc`WRH=+2>8.3np`\VK@/375%>pyvuxi^UJE>;@>1#Myutmd[REEDA=:* 7yxpljf`[VOG@EE3!)`rqid^`\YRPNJGC?0 6?OTPRPPJHCC>0 #1=>>5+% *MzN() LmM,'iZ&Kʗ@"&3QjkZE' "5I1!0-,+)**+!iwK&**()*)(/:nyu{zvwzxQrڱ@B{~~zw{^ŲQE~<30,.14123&S\bc_YVQ[+")($%&(*7>oHZ|տmK2 &tҵYPǻzU+ [ʿv`WRUH% mdZVT>Va&[Ž^UIC7LUPüǿ°t[WICOBca( %˸Լm|GB4tռp__I=) FҹtN7I_TY=0YZE?>C?=RO=!|ÿƭaJG77;?CIO/ߩżỔi^ph|B654A6>TAιlcQW[JYE?/3033=4%ؿrjhUGTG87:?683)0'%&ƻ˨i_H>>685?;?67'',*"ŵccJ883/123uL@0+(!#­tcO;?95932@VI4%$"߼ȥлuĺjH?ABB2=L2&"ߠ֜p[nr߼EOWPL2@;&'&m䣜^Z|p˗NTmqf94V*""H崘ciñϭnNdnvUGBT2$,եҰYIR[}iZTUB(_㼨ª÷piQCCLZNHYR@&˱ʸv\NIH;3!->8)3²~ehW\O?7/370%?jptu~maYGA>@@C1#N|yxvm^ZEJIA=:* 7xqmqmjd^WPJJ8!)byuidafc_^TVRPHD5 9DU^WVTTRLNNH5 +5CCH:0"% *MzN()D]>$'ZrG&9ͷ.&%oHZ}ànK2 &t[PǼūm/ [Ľǿ0 mƸ4[½¼Pǻ·a%9uļfFô~yu6YtpX}ųypig߬ǽ޼rf\7ǷuuidCàqv|zujTҢxqqcvqrgʽy}qlVдʳ~tpjlIߤ¿òȨvphrha6nЪzmfihlcHҽ¬Źѳ}rh`hdiT,õ˱Եxutrhc``g._нͷúvllj`\`_TNϻmmf`^e[VWR%3Ź|vrma_^\YV\c>?ͼ|xlc[\V[VV[NO|zymdeWWVUUWH8xpmqmida_YTRR7)fphafe_^TVRTPSG' =M[^[YVTRPRLQ>% /,% *MzN();M/(K{za6'(sk &*AA)' "*0-,+)**+!iwK&**()*)(/:nyu{zvwzxQrڱ@B{~~zw{^ŲQE~<30,.14123&S\bc_YVQ[+")($%&(*7>A /;?@?7) 5pƆL.W h /J W  @ h,  /  G 6  q6  _!'00 >7 C>%CD)CG,<I. /I. G, sD)V_>%$R8 blI0 #W>'@cJ2  ]mR<&   lvWC.  !YoYG2  #H ˏhWG4"   "7dșt`RC2"  .@W{λl`VJ<.  &2>IQa`]XQI>3&  &0DWGD>70'  )A)%  <F  '% #3@MR[\UTNF8* Lp Ѥ~D  _ ԷmB .v ۵sQ)xxpgreenwich-0.8.2/src/bluecurve.xcf0000644000076400007640000001357410035070536015774 0ustar gavingavingimp xcf file00BݘBݘ g#00Question Mark     00-00=6' # !)))))))))))*))%'*))))+76' # !)))))))))))*))%'*))))+76' # !)))))))))))*))%'*))))+768UU'8"UqUqU UU8qqqUU8qUU8q8((q((q(UU(U(((q(8(*((8%U'8ƍUq)q(()(*8700Outline_      B00V00f   % !&&%%%%%%&''' # # $ % ('''''')00Globe     00002,ThxoeZM@. cwk^OA82) U{m^N>60*# |l[J;4-' }vgTB70*#K̵Ǚij\K;3,% dʷ¾ZnUR?5.'   ~ĮYWnp\YD70)" bpksOXvM]H91*#  #Ɍhb]`K:2+$ hĶXvaL:3+$ ½]d`K:2+$ 3wǥ|u|P^I92*#  Y÷dzJ90ZE81)"  fa¿~AohTA6/(!  _[=Zxt`M<4-&   USgPk{jWE81*$  K]屯Uo^M=5.(!  @Pf䪨zHqbRA71+$  8Cq|8R|pbTD93-'!  49RVxRN:H\G}tj_RD:4/)#  /4-'J8twx]:ibXMB94/*$ ( '.37D|9_bcK1*VNE=83/*%%  (-1,yJEdI5_b<6851-)$ ) #'+.8vwwuD)()`2:.('#  + !$(%'Fmlk<-2+ ,A6!  +" !$&#;a`]I *("  (/ !',R8#! #0 6@$% 0'" "0( #1-+&" "-(     +( /2(   )263)  )142* (//1,  #2@}vU'žrF pui/*|ocL;ƾuh[JWӿȻzm`RE Ӹ̰~qcVH; ݸܷ³tfXK=-߆ϴİvhZM?1 3ֻwj\N@2. ݙϸɾxj\NA3.& ѹxj\N@2.3 Sǯvi[M?2.3 ߶ītgYK>0/4- ţrdWI;//49 )̝{naSF8.1>:(ٳvj]OB5-9R;&֦Ĺ~qdXK>1.AR<$ֽĺwk_RE9.0M[>"ԍ|pdXL@3-6[X? ՜і½~sh]QE9./DgSA~z҉͌uk`UJ>2-3UrGA m~}~ulbWMB6.0DcnB= Cs{~ʘ|tkbXND9/.7Yt`A) hpw~Ē}|{upi`WNE:1.1KivMB Wdkqqr|nbe]UMD;1-1?`viB= *X_djnmkusjd`_YRJB91-1:Yr~PB! CRX]aear|ahee]YSMF>7/.17SleB9 FKPTWZ\Yx|qvu9..18SktHB%>CGJLNON|qMHpqpn{{pldcO* ! "55A@21 2NÐEʀ^ / )ਞŸ<Kκɟtʼ8 i̺Ŀbsư]\{rõ ߞq{P^vŷX ?ː|Ǹ& ݼŷ{ǹv Ŀcǹ mɦ|t{ƸK ŷcyH87Ķ ï~G =´侼I˾0=¥gqǹ1=f? True Greenwich GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False 400 500 True False True False False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST True True True True True GTK_SHADOW_NONE True True GNOMEUIINFO_MENU_FILE_TREE True _Save Output... True True gtk-save-as 1 0.5 0.5 0 0 True True GNOMEUIINFO_MENU_EXIT_ITEM True _Query True True Automatically Detect Registry True True True Follow Redirections True True True GNOMEUIINFO_MENU_HELP_TREE True GNOMEUIINFO_MENU_ABOUT_ITEM BONOBO_DOCK_TOP 0 0 0 BONOBO_DOCK_ITEM_BEH_EXCLUSIVE|BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL|BONOBO_DOCK_ITEM_BEH_LOCKED True False 0 1 True False 6 True False 6 True Server: False True GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True False True False True False True True True True 0 True * False True GTK_SELECTION_BROWSE 0 False False True Port: False True GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True True 1 0 False GTK_UPDATE_ALWAYS False False 43 0 65535 1 10 10 0 False False 0 False False True False 6 True Query: False True GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True False True False True False True True True True 0 True * True True GTK_SELECTION_BROWSE 0 True True True True GTK_RELIEF_NONE True True gtk-jump-to 3 0.5 0.5 0 0 0 False False 0 True True 0 False False True True GTK_POLICY_AUTOMATIC GTK_POLICY_AUTOMATIC GTK_SHADOW_IN GTK_CORNER_TOP_LEFT True True False False True GTK_JUSTIFY_LEFT GTK_WRAP_NONE False 0 0 0 0 0 0 0 True True 0 True True True False True 0 True True Question GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE True False False True False False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST True True True False 0 True GTK_BUTTONBOX_END True True True gtk-cancel True GTK_RELIEF_NORMAL True -6 True True True GTK_RELIEF_NORMAL True 0 True 0.5 0.5 0 0 0 0 0 0 True False 2 True gtk-refresh 4 0.5 0.5 0 0 0 False False True _Replace True False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False 0 False True GTK_PACK_END 6 True False 12 True gtk-dialog-question 6 0.5 0.5 0 0 0 False False True this text is replaced at runtime. False False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False 0 True True greenwich-0.8.2/share/greenwich.10000644000076400007640000000345010035070536015636 0ustar gavingavin.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH GREENWICH 1 "July 8, 2002" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME greenwich \- Graphical whois client for GNOME. .SH SYNOPSIS .B greenwich .RI [ options ] .SH DESCRIPTION This manual page documents briefly the .B greenwich command. This manual page was originally written for the Debian distribution by Mark Howard . .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBgreenwich\fP is a graphical whois client for GNOME. It gives a graphical interface for performing whois operations with customizable server options. .SH OPTIONS The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP .B \-h, \-\-help Show summary of options. .TP .B \-g, \-\-geometry Create the main window with the specified geometry, e.g. greenwich --geometry=500x600 .SH SEE ALSO .BR whois (1), perl (1) .br .SH AUTHOR This manual page was written by Mark Howard , for the Debian GNU/Linux system (but may be used by others). .\" $Id: greenwich.1,v 1.1 2004/04/07 21:23:42 jodrell Exp $greenwich-0.8.2/share/greenwich.desktop0000755000076400007640000000036110254526252017154 0ustar gavingavin[Desktop Entry] Name=Greenwich Whois Client Comment=Get information about domain names and IP addresses Exec=greenwich Icon=greenwich.png Terminal=false MultipleArgs=false Type=Application StartupNotify=true Categories=Application;Network; greenwich-0.8.2/share/greenwich.png0000644000076400007640000000775510035070536016276 0ustar gavingavinPNG  IHDR00W pHYs  ~tIME W[IDATxi]y9sY=w;` !N(iDDJF%)Ф(i/ȃCi2'@1ޗ׻8*R_i4ҝ3'~{xv1u`A-RۼyZÃW^JBJp*MDqH&B8uaA&oг| b45IoK{۸7RdG "XoP 3mq'yꪍ]c{aDJ ] MWybk {U.[뮻YsY>݇h:>fHj!/ǣ(z=)tg[߶=U֧?PV37W'Ӵf< <8wfŊ~'ؼ[oJf1=#|R(2:ck_W^s}o_ q21QQw"e _tJ[TjE7,R"^ADwOB:'zT if$IdK344J)T s=Z /Mgaa!io) Iҹ$-R)HaZM*U^سw/rGyMWPcvbU+oq$& )u[gfFHׁٚ5@f 7y!u6֝Ra l|?izaZw曻v7 f3s˹Sҗ4tױlM+!JEg!#oa(zt"9-E&&'ٵ~?|ܜ䈣py|_ot-F+TUXF,4DVoPꂍR8\t"N&㯨ߢ>~؊ɵd0 <l۶LJ梆BDMK$ %C҅@QCYTx^K^J3? vhm70yRv+nR)5C ݂Htq0lm! P|~mqJ*$-9d&gbE4%mjV^=e{?o߾sq~_<".Q*.4"`'Z 4&O4׶&BTgN)sרBW kMY044'FO䞧_$W(d<YŠ]j vge4EÂjMU]a6bLWoD@{DJgn7]k7yrI~cӴX>aӡOI9Da(ҰI8凞=z3603ٿ+7gd"…:z\ {r #|/p<VibU UL!i׭5d2jt:](?Aj*Ml 3EnRWl2+~&CCCʁMf11Բ,TƩH) ]k.q_~~;95\GxGG)I?[nR}#-,B.—M/ $ȷ +Qjם R_Rx4Ca7t"6R6\qW3<㞻ZzJͲL"BѮteya`P_XdazJ-+[_8 I$|RgWnBmQk׬ "b&{/|$&y8^sg&'OکWǏ%Oz$ݮf0Gᄊ{ĩQ$tHi8mI%?.v;c4M-`KϛoމӨ1YkMIItȦy/E;%{b1B_%m6FFFeDPepJ.Y3k$AYZ=;O=*uSJka:#W]c@ߒKzQn |Z.-!P<'V<2cT/_ϙ8Y7m$Zf-J(!QV3iRj 7mƓO>Ɂ%Ni[[[@u!D=8m˲\.FFFw}C"Q%5Q]-X*Tʕ+EOO˖-nZ֬Yݻwi]s5.JERT*u4˲ !fR{B)i;r\ٲJ!D^)R~,jJ[[,,,fIT}}} fl۞T*sU4MS硔Lc=I)(t]uKJ"04 lftt4BEA $ C,GaffǏeq|:I!ĸb\Ӵ)MB!,pO ;)bk< ]IENDB`greenwich-0.8.2/share/greenwich.schema0000644000076400007640000000442010035070536016734 0ustar gavingavin /schemas/apps/greenwich/auto /apps/greenwich/auto greenwich bool true Auto-detect whois server and port When this value is true, Greenwich will work out what whois server it will use to make the query. Greenwich will also use the default whois port (43). /schemas/apps/greenwich/history /apps/greenwich/history greenwich string Recent queries This value contains a comma-separated list of recent queries. /schemas/apps/greenwich/servers /apps/greenwich/servers greenwich string Servers This value contains a comma-separated list of whois servers. This list is used to populate the "Server" combo box. When you enter a new server into the combo, it is added to this list. /schemas/apps/greenwich/recursive /apps/greenwich/recursive greenwich bool true Perform recursive lookups When this value is true, Greenwich will look at the output of a whois query for a string of the form "Whois Server: server.name". It will then make the same query against the specified server. /schemas/apps/greenwich/timeout /apps/greenwich/timeout greenwich int 10 Network timeout This is the period, in seconds, that Greenwich will wait for a connection to open before returning an error. If set to zero, Greenwich will wait forever. greenwich-0.8.2/share/bluecurve.png0000644000076400007640000000653210035070536016307 0ustar gavingavinPNG  IHDR00W pHYs  tIME 9 IDATxypEv?=!/ p]d˪]XdBQa+$eU rl`HL刽9b" !_lHcc׬.*rO{kX.uP"` @8@=44,U5o)Ee32ԸƑ7ڙ8uA_@W |~لEH"ܺ|y|u1>Z9Js/xfq UXKlewgmM?x۪Pj|Bpx,kOc?7?µ,NЮ&`t1C.[iķ1|>'^#!b3[.4Mmbim$uEFc\1#)}11?_o@`7?zw߲T'1L %,}|˛M YUwx$ab%qObnmk%xV`Xe#|eu0}>4 6"\HDɭ?>"GBCbw:}>ZN d aDkߜ oͯx_QrтՌX\^2!YBO{O~¶w׶P'CxڙJq*缠{(0|-  nO/`V6]n|&f'1mYymlH7O[45 k=CͭA!6 Xy>%}i<pb-VW_.0hYӸ%RI~[9cAW4C$P1&/k;ZBP|zۚrFzλ?De}Ӭ%+рtQZP(-sB_ }M Q%//& ?_?h 25o.9׭E*h91:? U\[qr龳m(]|-skh 3܁VsZ<,"J"(N“Ph'hCjO{x*GR{H%GIG_?݇=^:J+_ʽ{6gOB)(R!ֹanC{W:<<}މ>qq< Z+_M^7?p<)_-'QRDKRg*o0M'mW)*%PϞxryw(r{Xְ !vFR~\.F=)Ha"gBbqT˔,Ri8ˁ1+#\*G8*ߗr} Jp [^cd܏A͊zHAn[ 2j3)R!86tpT]h;a;䞵 w IXB:vNyE:9 ;Cf( 4iK7 :;LV FQp!(QZ)ʙr[q'ḯql϶9K89R I0Ï~j5JaYYM4KX,licKaKT/r骛Αuj0MьesdYe9g䁠Mf܏>đ)[]+͒> “՗&+{vq;"%فap4iM&fx,^[¶t=0"~B֠Tt#q3݀ylJX{bAn28G؃kп[ n"p- ~6Zbhvs_u.䦺Z>Lq WqXIː"D c@lnYweQ?q(/ "` ײp\-=b?x)<퍃2yNDz{RSd {twK f#stn?xf3y 9W ``Y0Θ]9j%ԯo @W׋T )UÄ"AzFMϑ ~yc`(??x?G+qLʢ fxEXE`P@1dV9YY @IxKC̿|6:9˃R|޽OX FZ(*b[ÝU5?OfUx N&4ă. QR#;n}u%Nh-n/@+$88!Q^S(@|"|%'ߍA!XF>Ey/F0"Z秸N_ jfTBij,ij5Meg'm&fab5&(JR] V"CQ=]6iw'zK?xT9nJ&4"vpF]R_ğ|O6#`d@`ZxexY5L,Y:0q.3wDezkA*\t\cWqG"ސ"uF7/=̚PS]{g\vGxeh"26xTv|f;_67 ^lfb|0sqCh<' GyBʕQ8Ff3x '5z)jo ]n6fߗ\8+"PhǏQ;IS8Jf`VE)⍭TSPU俷ЄPҏtlxȊH[<@mY_zbe!@$GI: {_F}xoTnr2XzY6OJ)bsWm5à`=C۱ä[C6O^p<,7&.jԕoݬt]C RǑR~O_Sx`:1dpN;#Ck_ZEI뺈=G5t2ہ}ۙ uɗȧ<։"N TY(! ÐW /-e!)$şr\,_(PyIENDB`greenwich-0.8.2/share/greenwich.gladep0000644000076400007640000000056710035070536016740 0ustar gavingavin Greenwich greenwich TRUE greenwich.c greenwich-0.8.2/share/greenwich-24.png0000644000076400007640000000301310306065373016504 0ustar gavingavinPNG  IHDRw=bKGDC pHYs  ~tIME 4 ĿQIDATHǕKlW3sߎ}vZ:[4N"$pBbі.D YbAD V) THHQR [Zy]'qBخ_̜9,:ҦRttfG3o>i[zhO2J=)]MFH4Jʌp쟮߹wpPg|/a*H={Q8[ɩνw@PmougVJjfMuA:z|UuO~}F d6o_i><)d!4Cq8vΞ=jD, w=s/v=9I$wR߿ :<<ӧ7 h P@Ot[ezkkhJ)?̯Ty?#s5$CCChw?s{exiZ?~ QEznꗜfYq2CC `Ht*Ig[lv]0-%jBC>u<%a6 i<=iM\Tk&c:1oBy.O-oLn.ʕj. \!76J+p?L9͵p=F'Jz_FiB `vnJ1)%e3uo[xHFm>[AɷЃ [Z7vZBp5{)oCƝYf9un^WJzc% 8_"@M͈~<6un!O,C74PTI'}3wn,n0N,_ҝgzwFh=M[ XV| 4Ɍi DC11Cb`=zaeBx80z|mhyq!h"7B.xKIENDB`greenwich-0.8.2/share/industrial.png0000644000076400007640000001024210035070536016462 0ustar gavingavinPNG  IHDR00WbKGD pHYs  ~tIME  3L.r?/IDATx՚{l\?1;NIcٔ@BIC!4<eQ+VBTZԲRъV- [ RMپ&qĉ8~ŏqcwdB]HG;.?qʏ@ ԮuDuGzẶTDk Ԇs31>@cǮonぎ7ƫj5/mi#X ӲPJHfQ NNj_OtD? c}Z>M7ۺa-UlpFΌTdKHWxj$Y^clx=M0o{N-[odm|oE)ܐD\o96x+Z+.z5ܷ}G.mj~F+bjcOp뺫xo1sCK:<,gΜ矧i1~x=xJ+Rؖi$jƇj *1 xfu]{{;h5jQࡔ]G~Ex m۬\+Wo>z-_|^OJ)Ԅm ^ͪ6>0yCZ"U.tfWmS6nXǂ=9 DQ+_}v^{5~SR$tQ˲YiӢu5 E~eٽ---1?hI3uy{4M6n -[pw?~D@@k@kV|eQ āp|JضDbq,ӯ]dVu>3D<-<[jDL&s=ǁعs'w橧B8E( ,B^i5DcX׬eo֤Ǖ7MQ I\OpX'7õ>[G^s<# ֳkǍDQ ҁjDkJ22.RaΏ04(-ȻdWHL uAdS]c_<ˮOwcxxxAccc pb&= ֐JggiRie@ee #Q&&7 J&Ә R{zOg0p\@iki{ >|? )' dqDjFG =3a2 l4١NqE,^@:%a&a ˲0-Iuـa8Ew^JkO~~\s5?)f]U+x;VfxRBHr Y}q+Xn2 O҄ek,0-iJL2%i`&aky}{2b~R\BPp,#7Ģ$DbY&ibi` ?Kf|W_}]v]u]Ggg'O|/KX)YAwOXW^y D5dPY@ #/Gifږ/%Ut6q~|aOu׿DGG_~jj7|^abn,J$Ya@qfgnJk:Q/yg|x&<.N D)%BJH![#;v7B@ԊẌ3Y~v!|f=g(B c:t(/725|><ϣK(D/pepLvfgB 0 (=R[ooxlj'PR{ލD,FgttQtpsiy7 0*9/M \vc}!Hu.l}!g}9R13brfP,I1"?9ԩEq r* LzO]}2(|SJ]q;oGb^evn| w;~Kf3SlQ. ۙ?̥.> FIeRIɏ_zǹ\SAcL<;?40\\֕C |LSOa!+ꢡ} ^+BrqjOJΞ\&prs^/= H̖G] 8P ,j;n8Pd٪C,Qi|/01|)t ^nfR~婕B+ETSefHakQƁ Q(ЂJp HKM޴mǭvM]#/?"vbHweFkt|si^v3yh ` Lps#R%TEhb5kM;k[&ˎ; tNR)\d1,QgjK'-^T+TW(d[ ZV8d ;aY"௰H)\( Vendor: http://jodrell.net/ Source: http://jodrell.net/download.html?file=/files/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/root-%{name}-%{version} Prefix: %{_prefix} AutoReq: no BuildArch: noarch BuildRequires: perl >= 0:5.00503 Requires: perl >= 0:5.00503, perl-Gtk2, perl-Gtk2-GladeXML, perl-gettext, perl-Gnome2, perl-Gnome2-GConf, perl-IP-Country %description Greenwich is a graphical whois client for GNOME. It is written in Perl and makes use of the GNOME bindings for Perl. Greenwich transparently handles almost all gTLDs, first- and second-level ccTLDs and whois servers run by private domain registries (like CentralNic). It can also do lookups against IP addresses. %prep %setup ./configure --prefix=%{_prefix} %build make %install rm -rf %{buildroot} %makeinstall prefix=%{buildroot}%{_prefix} %clean rm -rf %{buildroot} %post gconftool-2 --install-schema-file=%{_datadir}/%{name}/%{name}.schema %files %defattr(-,root,root,0755) %doc ChangeLog README %{_bindir}/* %{_datadir}/* %{_libdir}/* %changelog * Tue Jun 29 2004 Gavin Brown - 0.7.1-0 - updated for new unstable branch * Fri Nov 28 2003 Gavin Brown - 0.6.2-0 - updated for new configure-build system * Sun Jan 19 2003 Dag Wieers - 0.5.0-0 - Initial package. greenwich-0.8.2/lib/0000755000076400007640000000000010372111737013246 5ustar gavingavingreenwich-0.8.2/lib/WhoisMap.pm0000644000076400007640000001273510372111665015343 0ustar gavingavin# $Id: WhoisMap.pm,v 1.3 2006/02/07 12:33:57 gavin Exp $ use vars qw(%MAPPINGS %IP_MAPPINGS $TOPLEVEL $AUTHORITY $ADDRESS_LOOKUP_ENABLED); $^W = 0; @ISA = qw(Exporter); @EXPORT = qw(&whois_server &ip_auth); @EXPORT_OK = qw(%MAPPINGS); $TOPLEVEL = 'whois.iana.org'; use strict; our $ADDRESS_LOOKUP_ENABLED = 0; eval 'use IP::Authority ; $ADDRESS_LOOKUP_ENABLED = 1'; if ($ADDRESS_LOOKUP_ENABLED == 1) { $AUTHORITY = IP::Authority->new(); } # most of this list is taken from the whois client by Marco d'Itri : our %MAPPINGS = ( 'br.com' => 'whois.centralnic.net', 'cn.com' => 'whois.centralnic.net', 'eu.com' => 'whois.centralnic.net', 'gb.com' => 'whois.centralnic.net', 'gb.net' => 'whois.centralnic.net', 'hu.com' => 'whois.centralnic.net', 'jpn.com' => 'whois.centralnic.net', 'no.com' => 'whois.centralnic.net', 'qc.com' => 'whois.centralnic.net', 'sa.com' => 'whois.centralnic.net', 'se.com' => 'whois.centralnic.net', 'se.net' => 'whois.centralnic.net', 'uk.com' => 'whois.centralnic.net', 'uk.net' => 'whois.centralnic.net', 'us.com' => 'whois.centralnic.net', 'uy.com' => 'whois.centralnic.net', 'web.com' => 'whois.centralnic.net', 'za.com' => 'whois.centralnic.net', 'eu.org' => 'whois.eu.org', 'com' => 'whois.crsnic.net', 'net' => 'whois.crsnic.net', 'org' => 'whois.publicinterestregistry.net', 'edu' => 'whois.educause.net', 'gov' => 'whois.nic.gov', 'int' => 'whois.icann.org', 'mil' => 'whois.nic.mil', 'biz' => 'whois.nic.biz', 'coop' => 'whois.nic.coop', 'info' => 'whois.afilias.info', 'museum' => 'whois.museum', 'name' => 'whois.nic.name', 'pro' => 'whois.nic.pro', 'ac' => 'whois.nic.ac', 'ag' => 'whois.nic.ag', 'am' => 'whois.amnic.net', 'as' => 'whois.nic.as', 'at' => 'whois.aco.net', 'net.au' => 'whois.connect.com.au', 'au' => 'whois.aunic.net', 'be' => 'whois.dns.be', 'bg' => 'whois.ripe.net', 'br' => 'whois.nic.br', 'bt' => 'whois.nic.tm', 'bz' => 'whois.belizenic.bz', 'ca' => 'whois.cira.ca', 'cc' => 'whois.nic.cc', 'cd' => 'whois.nic.cd', 'ch' => 'whois.nic.ch', 'ci' => 'www.nic.ci', 'ck' => 'whois.nic.ck', 'cl' => 'whois.nic.cl', 'ac.cn' => 'whois.cnc.ac.cn', 'edu.cn' => 'whois.edu.cn', 'cn' => 'whois.cnnic.net.cn', 'uk.co' => 'whois.uk.co', 'cx' => 'whois.nic.cx', 'cz' => 'whois.nic.cz', 'de' => 'whois.denic.de', 'dk' => 'whois.dk-hostmaster.dk', 'ee' => 'whois.eenet.ee', 'eu' => 'whois.eu', 'fj' => 'whois.usp.ac.fj', 'fo' => 'whois.ripe.net', 'fr' => 'whois.nic.fr', 'gf' => 'whois.nplus.gf', 'gg' => 'whois.channelisles.net', 'gl' => 'whois.ripe.net', 'gm' => 'whois.ripe.net', 'gs' => 'whois.adamsnames.tc', 'hm' => 'whois.registry.hm', 'hu' => 'whois.nic.hu', 'id' => 'whois.idnic.net.id', 'ie' => 'whois.domainregistry.ie', 'il' => 'whois.isoc.org.il', 'ir' => 'whois.nic.ir', 'is' => 'whois.isnet.is', 'it' => 'whois.nic.it', 'je' => 'whois.channelisles.net', 'jp' => 'whois.nic.ad.jp', 'kg' => 'whois.domain.kg', 'kr' => 'whois.krnic.net', 'kz' => 'whois.domain.kz', 'la' => 'whois.nic.la', 'li' => 'whois.nic.li', 'lk' => 'whois.nic.lk', 'lt' => 'whois.ripe.net', 'lu' => 'whois.restena.lu', 'lv' => 'whois.ripe.net', 'mc' => 'whois.ripe.net', 'mm' => 'whois.nic.mm', 'ms' => 'whois.adamsnames.tc', 'mx' => 'whois.nic.mx', 'nc' => 'whois.cctld.nc', 'ng' => 'whois.rg.net', 'nl' => 'whois.domain-registry.nl', 'no' => 'whois.norid.no', 'nu' => 'whois.nic.nu', 'nz' => 'whois.domainz.net.nz', 'pe' => 'whois.nic.pe', 'pl' => 'whois.dns.pl', 'pm' => 'whois.nic.fr', 'pw' => 'whois.nic.pw', 're' => 'whois.nic.fr', 'ro' => 'whois.rotld.ro', 'ru' => 'whois.ripn.net', 'se' => 'whois.nic-se.se', 'sg' => 'whois.nic.net.sg', 'sh' => 'whois.nic.sh', 'si' => 'whois.arnes.si', 'sk' => 'whois.ripe.net', 'sm' => 'whois.ripe.net', 'sr' => 'whois.register.sr', 'st' => 'whois.nic.st', 'su' => 'whois.ripn.net', 'tc' => 'whois.adamsnames.tc', 'tf' => 'whois.adamsnames.tc', 'th' => 'whois.thnic.net', 'tj' => 'whois.nic.tj', 'tk' => 'whois.dot.tk', 'tm' => 'whois.nic.tm', 'to' => 'whois.tonic.to', 'tr' => 'whois.metu.edu.tr', 'tv' => 'whois.tv', 'tw' => 'whois.twnic.net', 'ua' => 'whois.com.ua', 'ug' => 'www.registry.co.ug', 'gov.uk' => 'whois.ja.net', 'ac.uk' => 'whois.ja.net', 'uk' => 'whois.nic.uk', 'fed.us' => 'whois.nic.gov', 'us' => 'whois.nic.us', 'va' => 'whois.ripe.net', 'vc' => 'whois.opensrs.net', 'vg' => 'whois.adamsnames.tc', 'ws' => 'whois.samoanic.ws', 'ac.za' => 'whois.ac.za', 'net.za' => 'whois.net.za', ); our %IP_MAPPINGS = ( AR => 'whois.arin.net', RI => 'whois.ripe.net', LA => 'whois.lacnic.net', AP => 'whois.apnic.net', IA => $TOPLEVEL ); sub whois_server { my $domain = shift; my ($prefix, $suffix) = split(/\./, $domain, 2); return $MAPPINGS{$suffix} if (defined($MAPPINGS{$suffix})); # we're reversing the array because (for example) we want to catch uk.nets before .nets: my @matches = reverse grep { $domain =~ /\.$_$/i } sort keys %MAPPINGS; if (scalar @matches > 0) { return $MAPPINGS{$matches[0]}; } elsif ($ADDRESS_LOOKUP_ENABLED == 1) { my $rir_server = ip_auth($domain); if (defined($rir_server)) { return $rir_server; } else { return $TOPLEVEL; } } else { return $TOPLEVEL; } } sub ip_auth { my $domain = shift; return $IP_MAPPINGS{$AUTHORITY->inet_atoauth($domain)}; } 1; greenwich-0.8.2/configure0000755000076400007640000000151310035070536014404 0ustar gavingavin#!/usr/bin/perl # simple configure script for greenwich # $Id: configure,v 1.1 2004/04/07 21:23:42 jodrell Exp $ use strict; use Getopt::Long; my ($help, $prefix); GetOptions('help' => \$help, 'prefix=s' => \$prefix); if (defined($help)) { print <<"END"; Usage: configure [options] Options: --help print this message --prefix=DIR installation destination (will use `pkg-config gtk+-2.0 --variable=prefix` by default) END } else { if (!defined($prefix)) { chomp($prefix = `pkg-config gtk+-2.0 --variable=prefix`); } printf("Configuration options:\n prefix: %s\nWriting Makefile...\n", $prefix); open(SRC, 'Makefile.in'); open(DST, '>Makefile'); while () { s/\@PREFIX\@/$prefix/g; print DST $_; } close(SRC); close(DST); print "Now type 'make' to build.\n"; } greenwich-0.8.2/README0000755000076400007640000000233410044206001013346 0ustar gavingavinREADME ====== === IMPORTANT NOTE === This is a development version of Greenwich. The main affect of this === status is that a) there are no packages, and b) there are no === translations. Greenwich is a whois client that supports almost all gTLDS, ccTLDs, second level ccTLDS and other private domain registries, as well as all IP address registries. It is written in Perl and uses the Gnome libraries to integrate into your desktop environment. For installation instructions please read the INSTALL file. ACKNOWLEDGEMENTS Credit is due to the following people for providing translations of the Greenwich lexicon: Peter Wouda (Dutch) Marcus Eskilsson (Swedish) Franck Routier (French) Ricardo Mones Lastra (Spanish) Dario Conigliaro (Italian) And also to Mark Howard for maintaining the Debian package and manpage. Parts of lib/Greenwich/WhoisMap.pm are taken from the whois client written by Marco d'Itri . Also thanks to Mo Mckinlay (mckinlay@gnu.org) for his help with implementing IP address support. -- $Id: README,v 1.1 2004/04/29 14:06:57 jodrell Exp $ greenwich-0.8.2/LICENSE0000755000076400007640000004313110035070536013507 0ustar gavingavin GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. greenwich-0.8.2/Makefile.in0000755000076400007640000000745610306065373014565 0ustar gavingavin# Makefile for Greenwich. # $Id: Makefile.in,v 1.11 2005/09/02 15:08:43 jodrell Exp $ prefix=@PREFIX@ name=greenwich all: build build: mkdir -p build \ build/bin \ build/locale/en/LC_MESSAGES \ build/locale/fr_FR/LC_MESSAGES \ build/locale/sv_SE/LC_MESSAGES \ build/locale/pl/LC_MESSAGES msgfmt -o build/locale/en/LC_MESSAGES/$(name).mo src/po/en.po msgfmt -o build/locale/fr_FR/LC_MESSAGES/$(name).mo src/po/fr.po msgfmt -o build/locale/sv_SE/LC_MESSAGES/$(name).mo src/po/sv.po msgfmt -o build/locale/pl/LC_MESSAGES/$(name).mo src/po/pl.po perl -ne 's!\@PREFIX\@!$(prefix)!g ; print' < src/$(name).pl > build/bin/$(name) install: -mkdir -p $(DESTDIR)/$(prefix)/bin \ $(DESTDIR)/$(prefix)/lib/$(name) \ $(DESTDIR)/$(prefix)/share/$(name) \ $(DESTDIR)/$(prefix)/share/pixmaps \ $(DESTDIR)/$(prefix)/share/man/man1 \ $(DESTDIR)/$(prefix)/share/locale/en_AU/LC_MESSAGES \ $(DESTDIR)/$(prefix)/share/locale/en_CA/LC_MESSAGES \ $(DESTDIR)/$(prefix)/share/locale/en_GB/LC_MESSAGES \ $(DESTDIR)/$(prefix)/share/locale/en_US/LC_MESSAGES \ $(DESTDIR)/$(prefix)/share/locale/fr_FR/LC_MESSAGES \ $(DESTDIR)/$(prefix)/share/locale/sv_SE/LC_MESSAGES \ $(DESTDIR)/$(prefix)/share/locale/pl/LC_MESSAGES \ $(DESTDIR)/$(prefix)/share/applications \ $(DESTDIR)/$(prefix)/share/icons/hicolor/24x24/apps \ $(DESTDIR)/$(prefix)/share/icons/hicolor/48x48/apps \ $(DESTDIR)/$(prefix)/share/icons/Bluecurve/48x48/apps \ $(DESTDIR)/$(prefix)/share/icons/Industrial/48x48/apps install -m 0755 build/bin/$(name) $(DESTDIR)/$(prefix)/bin/ install -m 0755 lib/WhoisMap.pm $(DESTDIR)/$(prefix)/lib/$(name)/ install -m 0644 share/$(name).png $(DESTDIR)$(prefix)/share/icons/hicolor/48x48/apps/$(name).png install -m 0644 share/$(name).png $(DESTDIR)$(prefix)/share/icons/hicolor/24x24/apps/$(name).png install -m 0644 share/bluecurve.png $(DESTDIR)/$(prefix)/share/icons/Bluecurve/48x48/apps/$(name).png install -m 0644 share/industrial.png $(DESTDIR)/$(prefix)/share/icons/Industrial/48x48/apps/$(name).png install -m 0644 share/$(name).glade $(DESTDIR)/$(prefix)/share/$(name)/ install -m 0644 share/$(name).desktop $(DESTDIR)/$(prefix)/share/applications/ install -m 0644 share/$(name).schema $(DESTDIR)/$(prefix)/share/$(name)/ install -m 0644 share/$(name).1 $(DESTDIR)/$(prefix)/share/man/man1/ install -m 0644 build/locale/en/LC_MESSAGES/$(name).mo $(DESTDIR)/$(prefix)/share/locale/en_AU/LC_MESSAGES/$(name).mo install -m 0644 build/locale/en/LC_MESSAGES/$(name).mo $(DESTDIR)/$(prefix)/share/locale/en_CA/LC_MESSAGES/$(name).mo install -m 0644 build/locale/en/LC_MESSAGES/$(name).mo $(DESTDIR)/$(prefix)/share/locale/en_GB/LC_MESSAGES/$(name).mo install -m 0644 build/locale/en/LC_MESSAGES/$(name).mo $(DESTDIR)/$(prefix)/share/locale/en_US/LC_MESSAGES/$(name).mo install -m 0644 build/locale/fr_FR/LC_MESSAGES/$(name).mo $(DESTDIR)/$(prefix)/share/locale/fr_FR/LC_MESSAGES/$(name).mo install -m 0644 build/locale/sv_SE/LC_MESSAGES/$(name).mo $(DESTDIR)/$(prefix)/share/locale/sv_SE/LC_MESSAGES/$(name).mo install -m 0644 build/locale/pl/LC_MESSAGES/$(name).mo $(DESTDIR)/$(prefix)/share/locale/pl/LC_MESSAGES/$(name).mo @echo Installation complete: now do 'gconftool-2 --install-schema-file=$(DESTDIR)/$(prefix)/share/$(name)/$(name).schema' to install the GConf schema! clean: rm -rf build Makefile distclean: clean uninstall: rm -f $(DESTDIR)/$(prefix)/bin/$(name) rm -f $(DESTDIR)/$(prefix)/share/man/man1/$(name).1 rm -f $(DESTDIR)/$(prefix)/share/gnome/apps/$(name).desktop rm -f $(DESTDIR)/$(prefix)/share/icons/Bluecurve/$(name).png rm -f $(DESTDIR)/$(prefix)/share/icons/Industrial/$(name).png rm -rf $(DESTDIR)/$(prefix)/lib/$(name) rm -rf $(DESTDIR)/$(prefix)/share/$(name)/ find $(DESTDIR)/$(prefix)/share/locale -print | grep -i $(name).mo | xargs rm -rf