gunnar: server/pear/PEAR-Net_LDAP .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 07:55:51 CEST 2009


Author: gunnar

Update of /kolabrepository/server/pear/PEAR-Net_LDAP
In directory doto:/tmp/cvs-serv2744

Added Files:
	.cvsignore ChangeLog Makefile package.info 
Log Message:
Added PEAR-Net_LDAP to cvs,

--- NEW FILE: .cvsignore ---
*.src.rpm

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

	* package.info: Added package to CVS.

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

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

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

# 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.1.3'

# 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    \
'

# Package summary description
summary='Object oriented interface for searching and manipulating LDAP-entries'

# Long package description
description=' \
Net_LDAP is a clone of Perls Net::LDAP object interface to \
directory servers. It does contain most of Net::LDAPs features \
but has some own too. \
With Net_LDAP you have: \
* A simple object-oriented interface to connections, searches entries and filters. \
* Support for tls and ldap v3. \
* Simple modification, deletion and creation of ldap entries. \
* Support for schema handling. \
 \
Net_LDAP layers itself on top of PHPs existing ldap extensions. \
'

# Source code license
license='LGPL'





More information about the commits mailing list