1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- update descriptions (COMMENT, pkg-desc)

- No need to bump PORTREVISION

Submitted by:	b-thomas_AT_freenet dot de
This commit is contained in:
Cheng-Lung Sung 2007-08-04 02:43:26 +00:00
parent 33e8773906
commit 3a9c39a91f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197046
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= clsung@FreeBSD.org
COMMENT= Parses and decodes aviation routine and stores the components in XML
COMMENT= Parses METAR, TAF, and SYNOP messages and stores the components in XML
MAKE_ARGS= CGI_BIN_DIR=${TARGETDIR}/www/metaf2xml/cgi-bin \
HTDOCS_DIR=${TARGETDIR}/www/metaf2xml/htdocs \

View File

@ -1,6 +1,6 @@
metaf2xml parses and decodes aviation routine weather reports and
aerodrome forecasts (i.e. METAR and TAF messages) and stores the
components in XML. They can then be converted to text, HTML, or other
formats.
metaf2xml parses aviation routine weather reports (METAR, SPECI),
aerodrome forecasts (TAF), and synoptic observations (SYNOP) and
stores the components in XML. They can then be converted to plain
language (text, HTML), or XML with different schemas.
WWW: http://metaf2xml.sourceforge.net/