Index: Makefile =================================================================== --- Makefile (revision 418279) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metaf2xml -PORTVERSION= 1.58 +PORTVERSION= 2.0 CATEGORIES= science perl5 MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -17,13 +17,18 @@ APACHE_DESC= Install Apache config file for metaf2xml (depends on Apache) MAKE_ARGS= CGI_BIN_DIR=${WWWDIR}/cgi-bin \ + CGI_DATA_DIR=/var/tmp \ + CGI_LOG_DIR=/var/tmp \ HTDOCS_DIR=${WWWDIR}/htdocs \ METAF2XML=${PREFIX} \ METAF2XML_LIB=${PREFIX}/${SITE_PERL_REL} \ METAF2XML_DOC=${DOCSDIR} \ + METAF2XML_MAN=${PREFIX} \ METAF2XML_XSL=${DATADIR} \ BUILD_ROOT=${STAGEDIR} NO_BUILD= yes +NO_ARCH= yes +RUN_DEPENDS= p5-CGI USES= perl5 shebangfix tar:tgz USE_PERL5= install run SHEBANG_FILES= metaf.pl metaf2xml.pl metafsrc2raw.pl Index: distinfo =================================================================== --- distinfo (revision 418279) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (metaf2xml-1.58.tgz) = 87a906e7f81a0eead7f85cb6674c498b3e8b7ea1133a2c07b952d1915db2a4df -SIZE (metaf2xml-1.58.tgz) = 361267 +SHA256 (metaf2xml-2.0.tgz) = 9fbb25644f168327c91fb5a867f34926234b39144ab741311d66b804757157ce +SIZE (metaf2xml-2.0.tgz) = 371661 Index: pkg-descr =================================================================== --- pkg-descr (revision 418279) +++ pkg-descr (working copy) @@ -1,13 +1,13 @@ -metaf2xml can download, parse and decode aviation routine weather -reports (METAR, SPECI, SAO), aerodrome forecasts (TAF), synoptic -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). +metaf2xml can download, parse and decode aviation routine weather reports +(METAR, SPECI, SAO), aerodrome forecasts (TAF), synoptic observations +(SYNOP), observations from buoys (BUOY) and meteorological reports from +aircrafts (AMDAR). Data can also be taken from decoded BUFR messages. +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. +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/ Index: pkg-plist =================================================================== --- pkg-plist (revision 418279) +++ pkg-plist (working copy) @@ -15,14 +15,11 @@ %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO %%DATADIR%%/metaf-fullhtml.xsl %%DATADIR%%/metaf-html.xsl %%DATADIR%%/metaf-lang-de.xml %%DATADIR%%/metaf-lang-en.xml %%DATADIR%%/metaf-lang-es.xml -%%DATADIR%%/metaf-lang-pl.xml -%%DATADIR%%/metaf-lang-pt-br.xml %%DATADIR%%/metaf-lang-ru.xml %%DATADIR%%/metaf-lang.xml %%DATADIR%%/metaf-sum-html.xsl @@ -40,8 +37,6 @@ %%WWWDIR%%/htdocs/metaf-lang-de.xml %%WWWDIR%%/htdocs/metaf-lang-en.xml %%WWWDIR%%/htdocs/metaf-lang-es.xml -%%WWWDIR%%/htdocs/metaf-lang-pl.xml -%%WWWDIR%%/htdocs/metaf-lang-pt-br.xml %%WWWDIR%%/htdocs/metaf-lang-ru.xml %%WWWDIR%%/htdocs/metaf-lang.xml %%WWWDIR%%/htdocs/metaf-sum-html.xsl