diff options
author | perky <perky@FreeBSD.org> | 2002-07-25 18:57:37 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-07-25 18:57:37 +0000 |
commit | 4031654d2f51d7a5df951a8da3ab78aa1b08aa38 (patch) | |
tree | 2d190e284f263768dac796491219727b5a0a89ea /astro/py-metar | |
parent | 1508dd3b193674d5a842416e603be67e41c4e0cf (diff) | |
download | FreeBSD-ports-4031654d2f51d7a5df951a8da3ab78aa1b08aa38.zip FreeBSD-ports-4031654d2f51d7a5df951a8da3ab78aa1b08aa38.tar.gz |
Add py-metar 0.2, Python module for NOAA's METAR weather service.
Diffstat (limited to 'astro/py-metar')
-rw-r--r-- | astro/py-metar/Makefile | 21 | ||||
-rw-r--r-- | astro/py-metar/distinfo | 1 | ||||
-rw-r--r-- | astro/py-metar/pkg-comment | 1 | ||||
-rw-r--r-- | astro/py-metar/pkg-descr | 5 | ||||
-rw-r--r-- | astro/py-metar/pkg-plist | 4 |
5 files changed, 32 insertions, 0 deletions
diff --git a/astro/py-metar/Makefile b/astro/py-metar/Makefile new file mode 100644 index 0000000..7c06044 --- /dev/null +++ b/astro/py-metar/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: py-metar +# Date created: 26 July 2002 +# Whom: Hye-Shik Chang <perky@fallin.lv> +# +# $FreeBSD$ +# + +PORTNAME= metar +PORTVERSION= 0.2 +CATEGORIES= astro python +MASTER_SITES= http://unattached.i-no.de/english/packages/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= pymetar-${PORTVERSION} + +MAINTAINER= perky@FreeBSD.org + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +USE_PYTHON_PREFIX= yes + +.include <bsd.port.mk> diff --git a/astro/py-metar/distinfo b/astro/py-metar/distinfo new file mode 100644 index 0000000..36b94d6 --- /dev/null +++ b/astro/py-metar/distinfo @@ -0,0 +1 @@ +MD5 (pymetar-0.2.tar.gz) = ea4bf8dee21dfadbd84e9535dd07b711 diff --git a/astro/py-metar/pkg-comment b/astro/py-metar/pkg-comment new file mode 100644 index 0000000..d34dc86 --- /dev/null +++ b/astro/py-metar/pkg-comment @@ -0,0 +1 @@ +Python module that provides access to NOAA's METAR weather reports diff --git a/astro/py-metar/pkg-descr b/astro/py-metar/pkg-descr new file mode 100644 index 0000000..56f5c60 --- /dev/null +++ b/astro/py-metar/pkg-descr @@ -0,0 +1,5 @@ +Pymetar is a python module and command line tool designed to fetch Metar +reports from the NOAA (http://www.noaa.gov) and allow access to the +included weather information. + +WWW: http://unattached.i-no.de/english/linux.php diff --git a/astro/py-metar/pkg-plist b/astro/py-metar/pkg-plist new file mode 100644 index 0000000..dea77df --- /dev/null +++ b/astro/py-metar/pkg-plist @@ -0,0 +1,4 @@ +bin/pymetar +%%PYTHON_SITELIBDIR%%/pymetar.py +%%PYTHON_SITELIBDIR%%/pymetar.pyc +%%PYTHON_SITELIBDIR%%/pymetar.pyo |