Python script that downloads weather data and can be cron'd.
PR: 15806 Submitted by: Will Andrews <andrews@technologist.com>
This commit is contained in:
parent
c73aca2ef0
commit
0a87a5fb5d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24453
5 changed files with 36 additions and 0 deletions
28
astro/pyweather/Makefile
Normal file
28
astro/pyweather/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: pyWeather
|
||||
# Version required: 0.1b
|
||||
# Date created: 18 Dec 1999
|
||||
# Whom: Will Andrews <andrews@technologist.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= pyWeather
|
||||
PKGNAME= pyWeather-0.1b
|
||||
CATEGORIES= astro python
|
||||
MASTER_SITES= http://members.bellatlantic.net/~rasclkng/
|
||||
|
||||
MAINTAINER= andrews@technologist.com
|
||||
|
||||
RUN_DEPENDS= ${PYTHON}:${PORTSDIR}/lang/python
|
||||
|
||||
NO_BUILD= yes
|
||||
PYTHON?= ${LOCALBASE}/bin/python
|
||||
|
||||
pre-install:
|
||||
@${PERL} -pi -e "s:/usr/bin/python:${PYTHON}:g" ${WRKSRC}/pyWeather.py
|
||||
@${PERL} -pi -e "s:pyWeather.py:pyWeather:g" ${WRKSRC}/pyWeather.py
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/pyWeather.py ${PREFIX}/bin/pyWeather
|
||||
|
||||
.include <bsd.port.mk>
|
1
astro/pyweather/distinfo
Normal file
1
astro/pyweather/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (pyWeather.tar.gz) = 0c62a75cf3357c5a5f92ca5df004c4d7
|
1
astro/pyweather/pkg-comment
Normal file
1
astro/pyweather/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Python script that downloads weather data and can be cron'd
|
5
astro/pyweather/pkg-descr
Normal file
5
astro/pyweather/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Python script that downloads weather data and can be cron'd.
|
||||
|
||||
WWW: http://members.bellatlantic.net/~rasclkng/
|
||||
|
||||
Author: The Almighty Groundhog <groundhog@linuxfreak.com>
|
1
astro/pyweather/pkg-plist
Normal file
1
astro/pyweather/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/pyWeather
|
Loading…
Reference in a new issue