summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-08-04 02:43:26 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-08-04 02:43:26 +0000
commit3a9c39a91f6f938e34ca98d5a6ad5b42dc5f8737 (patch)
tree9defb4b005e22cd8c9e099450b6b2269fee4710b /textproc
parentAdd dependency on rar: (diff)
- update descriptions (COMMENT, pkg-desc)
- No need to bump PORTREVISION Submitted by: b-thomas_AT_freenet dot de
Notes
Notes: svn path=/head/; revision=197046
Diffstat (limited to 'textproc')
-rw-r--r--textproc/metaf2xml/Makefile2
-rw-r--r--textproc/metaf2xml/pkg-descr8
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/metaf2xml/Makefile b/textproc/metaf2xml/Makefile
index 76945d41ea59..2278aa0ffa49 100644
--- a/textproc/metaf2xml/Makefile
+++ b/textproc/metaf2xml/Makefile
@@ -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 \
diff --git a/textproc/metaf2xml/pkg-descr b/textproc/metaf2xml/pkg-descr
index 64c6d31d94ee..54cb615cfcd3 100644
--- a/textproc/metaf2xml/pkg-descr
+++ b/textproc/metaf2xml/pkg-descr
@@ -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/