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 +# +# $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 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