Index: head/science/metaf2xml/Makefile =================================================================== --- head/science/metaf2xml/Makefile (revision 405238) +++ head/science/metaf2xml/Makefile (revision 405239) @@ -1,40 +1,40 @@ # Created by: Gea-Suan Lin # $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 OPTIONS_DEFINE= APACHE DOCS OPTIONS_SUB= yes APACHE_DESC= Install Apache config file for metaf2xml (depends on Apache) MAKE_ARGS= CGI_BIN_DIR=${WWWDIR}/cgi-bin \ HTDOCS_DIR=${WWWDIR}/htdocs \ METAF2XML=${PREFIX} \ METAF2XML_LIB=${PREFIX}/${SITE_PERL_REL} \ METAF2XML_DOC=${DOCSDIR} \ METAF2XML_XSL=${DATADIR} \ BUILD_ROOT=${STAGEDIR} NO_BUILD= yes USES= perl5 shebangfix tar:tgz USE_PERL5= install run SHEBANG_FILES= metaf.pl metaf2xml.pl metafsrc2raw.pl PLIST_SUB= VERSION=${PORTVERSION} .include .if ${PORT_OPTIONS:MAPACHE} USE_APACHE_RUN= 22+ MAKE_ARGS+= CONF_DIR=${PREFIX}/${APACHEETCDIR}/Includes .endif .include Index: head/science/metaf2xml/distinfo =================================================================== --- head/science/metaf2xml/distinfo (revision 405238) +++ head/science/metaf2xml/distinfo (revision 405239) @@ -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 Index: head/science/metaf2xml/pkg-descr =================================================================== --- head/science/metaf2xml/pkg-descr (revision 405238) +++ head/science/metaf2xml/pkg-descr (revision 405239) @@ -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/