gunnar: server/pear/Kolab_Config .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
Mon Jun 28 10:40:52 CEST 2010


Author: gunnar

Update of /kolabrepository/server/pear/Kolab_Config
In directory doto:/tmp/cvs-serv9075

Added Files:
	.cvsignore ChangeLog Makefile package.info 
Log Message:
Added new PEAR package Kolab_Config.

This is currently a simple implementation that is only able to read kolab.globals and kolab.conf. In the long term it would be nice
if this would also be able to retrieve LDAP configuration data. Right now this package is required for the new kolabd hooks so that
we can access the server configuration within the short PHP based hooks.

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

--- NEW FILE: ChangeLog ---
2010-06-28  Gunnar Wrobel  <p at rdus.de>

	* package.info: Added package to Kolab CVS.


--- NEW FILE: Makefile ---
include ../../make-helper/pear.mk

--- NEW FILE: package.info ---
# The name of Horde source package
pear_package='Kolab_Config'

# The name of the RPM package
package='Kolab_Config'

# Where to find information about the package
package_url='http://pear.horde.org/index.php?package='

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

# The name of the package in the source repository
pear_pkgdir='framework/Kolab_Config'

# Commit tag or date to user
repo_commit='8db04d5dbc71180908279b3b701b770e5e5eb1a5'

# What release number should the source snapshot get (usually a date)?
repo_release='20100628'

# Version number
version='0.1.0'

# Package release number
release='20100628'

# Source URL to download from
sourceurl='http://pear.horde.org/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    \
BuildPreReq:  PEAR-Horde-Channel           \
'

# Installatin prerequisites
prereq='                                   \
PreReq:       OpenPKG, openpkg >= 20070603 \
PreReq:       php, php::with_pear = yes    \
PreReq:       PEAR-Horde-Channel           \
'

# Package summary description
summary='A package for reading the Kolab server configuration.'

# Long package description
description=' \
This package reads the various Kolab server \
 configuration files. It should also support retrieving configuration\
 parameters from LDAP but this is not yet implemented. \
'

# Source code license
license='LGPL'





More information about the commits mailing list