Package: wmfrog
Version: 0.3.1+git20140909-1
Severity: normal

Hello,

wmfrog is no more functioning because of discontinued service on URLs
used to get metar data in /usr/lib/wmfrog/weather.pl

This data can now be fetched from this URL :
$ftp="ftp://tgftp.nws.noaa.gov/data/observations/metar/stations/${station}.TXT";;

and changing $mode from "http" to "ftp" in weather.pl

Hope this might help, sorry for my poor writing 
Thank you

-- System Information:
Debian Release: 8.6
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'oldoldstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wmfrog depends on:
ii  libc6                    2.19-18+deb8u6  GNU C Library: Shared
libraries ii  libx11-6                 2:1.6.2-3       X11 client-side
library ii  libxext6                 2:1.3.3-1       X11 miscellaneous
extension librar ii  libxpm4                  1:3.5.11-1+b1   X11
pixmap library ii  wget                     1.13.4-3+deb7u2 retrieves
files from the web

wmfrog recommends no packages.

wmfrog suggests no packages.

-- no debconf information



-- 
Bastien Mourgues
mailto:[email protected]
30c30
< $mode="http"; # html || ftp
---
> $mode="ftp"; # html || ftp
56a57,58
> $ftp  = "ftp://tgftp.nws.noaa.gov/data/observations/metar/stations/${station}.TXT";;
> 

Reply via email to