View | Details | Raw Unified | Return to bug 205555
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-13 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	metaf2xml
4
PORTNAME=	metaf2xml
5
PORTVERSION=	1.57
5
PORTVERSION=	1.58
6
CATEGORIES=	science perl5
6
CATEGORIES=	science perl5
7
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
7
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	Parse and Decode METAR, TAF, SYNOP and BUOY and Store as XML
10
COMMENT=	Parse and Decode METAR, TAF, SYNOP, BUOY and AMDAR and Write as XML
11
11
12
LICENSE=	GPLv2 GPLv3
12
LICENSE=	GPLv2 GPLv3
13
LICENSE_COMB=	dual
13
LICENSE_COMB=	dual
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (metaf2xml-1.57.tgz) = aa1fb24fffb44ffb77ab32872a2eb97bfe71553c77ed64f6ffb39ae4f54d0ee3
1
SHA256 (metaf2xml-1.58.tgz) = 87a906e7f81a0eead7f85cb6674c498b3e8b7ea1133a2c07b952d1915db2a4df
2
SIZE (metaf2xml-1.57.tgz) = 351399
2
SIZE (metaf2xml-1.58.tgz) = 361267
(-)pkg-descr (-4 / +5 lines)
Lines 1-12 Link Here
1
metaf2xml can download, parse and decode aviation routine weather
1
metaf2xml can download, parse and decode aviation routine weather
2
reports (METAR, SPECI, SAO), aerodrome forecasts (TAF), synoptic
2
reports (METAR, SPECI, SAO), aerodrome forecasts (TAF), synoptic
3
observations (SYNOP) and observations from buoys (BUOY). The
3
observations (SYNOP), observations from buoys (BUOY) and
4
extracted data can be written as XML or passed to a user-defined
4
meteorological reports from aircrafts (AMDAR). The extracted data can
5
function (all done in Perl).
5
be written as XML or passed to a user-defined function (all done in
6
Perl).
6
7
7
It also provides XSLT style sheets to convert the XML to plain
8
It also provides XSLT style sheets to convert the XML to plain
8
language (text, HTML), or XML with different schemas. A web-based
9
language (text, HTML), or XML with different schemas. A web-based
9
(CGI) user interface can be used to download and display up-to-date
10
(CGI) user interface can be used to download and display up-to-date
10
weather data from NOAA, Ogimet, and other sources.
11
weather data from NOAA, Ogimet, and other sources.
11
12
12
WWW: http://metaf2xml.sourceforge.net
13
WWW: http://metaf2xml.sourceforge.net/

Return to bug 205555