diff options
author | perky <perky@FreeBSD.org> | 2002-07-26 02:57:37 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-07-26 02:57:37 +0800 |
commit | 4031654d2f51d7a5df951a8da3ab78aa1b08aa38 (patch) | |
tree | 2d190e284f263768dac796491219727b5a0a89ea /astro | |
parent | 1508dd3b193674d5a842416e603be67e41c4e0cf (diff) | |
download | freebsd-ports-gnome-4031654d2f51d7a5df951a8da3ab78aa1b08aa38.tar.gz freebsd-ports-gnome-4031654d2f51d7a5df951a8da3ab78aa1b08aa38.tar.zst freebsd-ports-gnome-4031654d2f51d7a5df951a8da3ab78aa1b08aa38.zip |
Add py-metar 0.2, Python module for NOAA's METAR weather service.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-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 |
6 files changed, 33 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 02021340c8c3..f8e23b8a687f 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -27,6 +27,7 @@ SUBDIR += p5-Geo-METAR SUBDIR += p5-SETI-Stats SUBDIR += planets + SUBDIR += py-metar SUBDIR += pyweather SUBDIR += rmap SUBDIR += saoimage diff --git a/astro/py-metar/Makefile b/astro/py-metar/Makefile new file mode 100644 index 000000000000..7c06044ee16a --- /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 000000000000..36b94d6b7174 --- /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 000000000000..d34dc86f8ffe --- /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 000000000000..56f5c6054443 --- /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 000000000000..dea77df5d173 --- /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 |