svn commit: r405239 - head/science/metaf2xml

Bartek Rutkowski robak at FreeBSD.org
Mon Jan 4 13:49:19 UTC 2016


Author: robak
Date: Mon Jan  4 13:49:17 2016
New Revision: 405239
URL: https://svnweb.freebsd.org/changeset/ports/405239

Log:
  science/metaf2xml: update 1.57 -> 1.58
  
  - Improve COMMENT and pkg-descr
  
  PR:		205555
  Submitted by:	Thomas <metaf2xml at users.sourceforge.net>

Modified:
  head/science/metaf2xml/Makefile
  head/science/metaf2xml/distinfo
  head/science/metaf2xml/pkg-descr

Modified: head/science/metaf2xml/Makefile
==============================================================================
--- head/science/metaf2xml/Makefile	Mon Jan  4 13:17:05 2016	(r405238)
+++ head/science/metaf2xml/Makefile	Mon Jan  4 13:49:17 2016	(r405239)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	metaf2xml
-PORTVERSION=	1.57
+PORTVERSION=	1.58
 CATEGORIES=	science perl5
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	ports at 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

Modified: head/science/metaf2xml/distinfo
==============================================================================
--- head/science/metaf2xml/distinfo	Mon Jan  4 13:17:05 2016	(r405238)
+++ head/science/metaf2xml/distinfo	Mon Jan  4 13:49:17 2016	(r405239)
@@ -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

Modified: head/science/metaf2xml/pkg-descr
==============================================================================
--- head/science/metaf2xml/pkg-descr	Mon Jan  4 13:17:05 2016	(r405238)
+++ head/science/metaf2xml/pkg-descr	Mon Jan  4 13:49:17 2016	(r405239)
@@ -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/


More information about the svn-ports-head mailing list