Add py-metar 0.2, Python module for NOAA's METAR weather service.

This commit is contained in:
Hye-Shik Chang 2002-07-25 18:57:37 +00:00
parent e24c539e8e
commit 790dab7797
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63558
6 changed files with 33 additions and 0 deletions

View File

@ -27,6 +27,7 @@
SUBDIR += p5-Geo-METAR
SUBDIR += p5-SETI-Stats
SUBDIR += planets
SUBDIR += py-metar
SUBDIR += pyweather
SUBDIR += rmap
SUBDIR += saoimage

21
astro/py-metar/Makefile Normal file
View File

@ -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>

1
astro/py-metar/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (pymetar-0.2.tar.gz) = ea4bf8dee21dfadbd84e9535dd07b711

View File

@ -0,0 +1 @@
Python module that provides access to NOAA's METAR weather reports

5
astro/py-metar/pkg-descr Normal file
View File

@ -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

4
astro/py-metar/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/pymetar
%%PYTHON_SITELIBDIR%%/pymetar.py
%%PYTHON_SITELIBDIR%%/pymetar.pyc
%%PYTHON_SITELIBDIR%%/pymetar.pyo