gunnar: server/pear/PEAR-Service_Weather .cvsignore, NONE, 1.1 ChangeLog, NONE, 1.1 Makefile, NONE, 1.1 package.info, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Sun Jul 12 06:53:05 CEST 2009


Author: gunnar

Update of /kolabrepository/server/pear/PEAR-Service_Weather
In directory doto:/tmp/cvs-serv31783

Added Files:
	.cvsignore ChangeLog Makefile package.info 
Log Message:
Added PEAR-Servic_Weather to CVS.

--- NEW FILE: .cvsignore ---
*.src.rpm
*.tgz
*.spec
package.patch

--- NEW FILE: ChangeLog ---
2009-07-12  Gunnar Wrobel  <p at rdus.de>

	* package.info: Added package to Kolab CVS.


--- NEW FILE: Makefile ---
include ../Pear.mk

--- NEW FILE: package.info ---
# The name of PEAR source package
pear_package='Services_Weather'

# The name of the RPM package
package='PEAR-Services_Weather'

# Where to find information about the package
package_url='http://pear.php.net/package/'

# How should the source be retrieved?
#
# WGET: Download via wget
package_origin='WGET'

# Version number
version='1.4.4'

# Package release number
release='1'

# Source URL to download from
sourceurl='http://pear.php.net/get'

# In which PHP library location should the library get installed
php_lib_loc='php'

# Build prerequisites
buildprereq='                              \
BuildPreReq:  OpenPKG, openpkg >= 20070603 \
BuildPreReq:  php, php::with_pear = yes    \
'

# Installatin prerequisites
prereq='                                   \
PreReq:       OpenPKG, openpkg >= 20070603 \
PreReq:       php, php::with_pear = yes    \
PreReq:       PEAR-HTTP_Request >= 1.2.0   \
PreReq:       PEAR-Cache >= 1.5.3          \
PreReq:       PEAR-DB >= 1.4.0             \
PreReq:       PEAR-SOAP >= 0.7.5           \
PreReq:       PEAR-XML_Serializer >= 0.8.0 \
'

# Package summary description
summary='This class acts as an interface to various online weather-services.'

# Long package description
description=' \
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. \
'

# Source code license
license='BSD'





More information about the commits mailing list