science/metaf2xml: update 1.57 -> 1.58
- Improve COMMENT and pkg-descr PR: 205555 Submitted by: Thomas <metaf2xml@users.sourceforge.net>
This commit is contained in:
parent
32b114d2d0
commit
0bd0fc7cb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405239
@ -2,12 +2,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= metaf2xml
|
||||
PORTVERSION= 1.57
|
||||
PORTVERSION= 1.58
|
||||
CATEGORIES= science perl5
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Parse and Decode METAR, TAF, SYNOP and BUOY and Store as XML
|
||||
COMMENT= Parse and Decode METAR, TAF, SYNOP, BUOY and AMDAR and Write as XML
|
||||
|
||||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (metaf2xml-1.57.tgz) = aa1fb24fffb44ffb77ab32872a2eb97bfe71553c77ed64f6ffb39ae4f54d0ee3
|
||||
SIZE (metaf2xml-1.57.tgz) = 351399
|
||||
SHA256 (metaf2xml-1.58.tgz) = 87a906e7f81a0eead7f85cb6674c498b3e8b7ea1133a2c07b952d1915db2a4df
|
||||
SIZE (metaf2xml-1.58.tgz) = 361267
|
||||
|
@ -1,12 +1,13 @@
|
||||
metaf2xml can download, parse and decode aviation routine weather
|
||||
reports (METAR, SPECI, SAO), aerodrome forecasts (TAF), synoptic
|
||||
observations (SYNOP) and observations from buoys (BUOY). The
|
||||
extracted data can be written as XML or passed to a user-defined
|
||||
function (all done in Perl).
|
||||
observations (SYNOP), observations from buoys (BUOY) and
|
||||
meteorological reports from aircrafts (AMDAR). The extracted data can
|
||||
be written as XML or passed to a user-defined function (all done in
|
||||
Perl).
|
||||
|
||||
It also provides XSLT style sheets to convert the XML to plain
|
||||
language (text, HTML), or XML with different schemas. A web-based
|
||||
(CGI) user interface can be used to download and display up-to-date
|
||||
weather data from NOAA, Ogimet, and other sources.
|
||||
|
||||
WWW: http://metaf2xml.sourceforge.net
|
||||
WWW: http://metaf2xml.sourceforge.net/
|
||||
|
Loading…
Reference in New Issue
Block a user