diff options
author | robak <robak@FreeBSD.org> | 2016-01-04 21:49:17 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2016-01-04 21:49:17 +0800 |
commit | e5eb36d81fa299f4d3cd5f44d582b425152459cf (patch) | |
tree | 501fb8d5a6f69eedd285762d563b1c181cfa91ba /science | |
parent | 7e713410f83be0925da8b17f0692109871cdf751 (diff) | |
download | freebsd-ports-gnome-e5eb36d81fa299f4d3cd5f44d582b425152459cf.tar.gz freebsd-ports-gnome-e5eb36d81fa299f4d3cd5f44d582b425152459cf.tar.zst freebsd-ports-gnome-e5eb36d81fa299f4d3cd5f44d582b425152459cf.zip |
science/metaf2xml: update 1.57 -> 1.58
- Improve COMMENT and pkg-descr
PR: 205555
Submitted by: Thomas <metaf2xml@users.sourceforge.net>
Diffstat (limited to 'science')
-rw-r--r-- | science/metaf2xml/Makefile | 4 | ||||
-rw-r--r-- | science/metaf2xml/distinfo | 4 | ||||
-rw-r--r-- | science/metaf2xml/pkg-descr | 9 |
3 files changed, 9 insertions, 8 deletions
diff --git a/science/metaf2xml/Makefile b/science/metaf2xml/Makefile index 9e8e3e87e9cd..7d89f03ec338 100644 --- a/science/metaf2xml/Makefile +++ b/science/metaf2xml/Makefile @@ -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 diff --git a/science/metaf2xml/distinfo b/science/metaf2xml/distinfo index 08325e584864..3cd302703cb3 100644 --- a/science/metaf2xml/distinfo +++ b/science/metaf2xml/distinfo @@ -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 diff --git a/science/metaf2xml/pkg-descr b/science/metaf2xml/pkg-descr index 15c0f9339eff..7c7278c4db01 100644 --- a/science/metaf2xml/pkg-descr +++ b/science/metaf2xml/pkg-descr @@ -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/ |