interface to various online weather-services for PHP
ok alek@
This commit is contained in:
parent
bee4648d92
commit
14626c5618
22
net/pear-Services-Weather/Makefile
Normal file
22
net/pear-Services-Weather/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/02/15 09:51:34 mbalmer Exp $
|
||||
|
||||
COMMENT= "interface to various online weather-services for PHP"
|
||||
|
||||
V= 1.3.1
|
||||
DISTNAME= Services_Weather-${V}
|
||||
PKGNAME= pear-Services-Weather-${V}
|
||||
CATEGORIES= net pear
|
||||
|
||||
MASTER_SITES= http://pear.php.net/get/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
||||
MODULES= www/php5/pear
|
||||
|
||||
# PHP License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
4
net/pear-Services-Weather/distinfo
Normal file
4
net/pear-Services-Weather/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Services_Weather-1.3.1.tgz) = a84d8dc57e063e8fd615af92a99103c6
|
||||
RMD160 (Services_Weather-1.3.1.tgz) = 6aed8e1b5290e23f2e8359868bd3697fe0189831
|
||||
SHA1 (Services_Weather-1.3.1.tgz) = 1ddc76008e538df79c3264e8c40e1bc067cba262
|
||||
SIZE (Services_Weather-1.3.1.tgz) = 44818
|
6
net/pear-Services-Weather/pkg/DESCR
Normal file
6
net/pear-Services-Weather/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Services_Weather searches for given locations and retrieves current
|
||||
weather data and, dependent on the used service, also forecasts. Up to
|
||||
now, GlobalWeather from CapeScience, Weather XML from EJSE (US only),
|
||||
a XOAP service from Weather.com and METAR/TAF from NOAA are supported.
|
||||
Further services will get included, if they become available, have a
|
||||
usable API and are properly documented.
|
26
net/pear-Services-Weather/pkg/PLIST
Normal file
26
net/pear-Services-Weather/pkg/PLIST
Normal file
@ -0,0 +1,26 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/02/15 09:51:34 mbalmer Exp $
|
||||
lib/
|
||||
lib/php/
|
||||
pear/data/Services_Weather/
|
||||
pear/data/Services_Weather/buildMetarDB.php
|
||||
pear/data/Services_Weather/images/
|
||||
pear/data/Services_Weather/images/sunrise.gif
|
||||
pear/data/Services_Weather/images/sunset.gif
|
||||
pear/doc/Services_Weather/
|
||||
pear/doc/Services_Weather/examples/
|
||||
pear/doc/Services_Weather/examples/ejse-basic.php
|
||||
pear/doc/Services_Weather/examples/globalweather-basic.php
|
||||
pear/doc/Services_Weather/examples/metar-basic.php
|
||||
pear/doc/Services_Weather/examples/metar-extensive.php
|
||||
pear/doc/Services_Weather/examples/php_sunrise_sunset.php
|
||||
pear/doc/Services_Weather/examples/weather.com-basic.php
|
||||
pear/doc/Services_Weather/examples/weather.com-extensive.php
|
||||
pear/lib/.registry/services_weather.reg
|
||||
pear/lib/Services/
|
||||
pear/lib/Services/Weather/
|
||||
pear/lib/Services/Weather.php
|
||||
pear/lib/Services/Weather/Common.php
|
||||
pear/lib/Services/Weather/Ejse.php
|
||||
pear/lib/Services/Weather/Globalweather.php
|
||||
pear/lib/Services/Weather/Metar.php
|
||||
pear/lib/Services/Weather/Weatherdotcom.php
|
Loading…
Reference in New Issue
Block a user