From owner-svn-ports-head@freebsd.org Mon Jan 4 13:49:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF224A61A62; Mon, 4 Jan 2016 13:49:18 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 964D61BD1; Mon, 4 Jan 2016 13:49:18 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u04DnHjP004492; Mon, 4 Jan 2016 13:49:17 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u04DnHAE004489; Mon, 4 Jan 2016 13:49:17 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201601041349.u04DnHAE004489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 4 Jan 2016 13:49:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405239 - head/science/metaf2xml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2016 13:49:19 -0000 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 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@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/