gunnar: server/pear-h4/PEAR-Auth_SASL-H4 .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
Thu Feb 18 11:06:55 CET 2010


Author: gunnar

Update of /kolabrepository/server/pear-h4/PEAR-Auth_SASL-H4
In directory doto:/tmp/cvs-serv10085/pear-h4/PEAR-Auth_SASL-H4

Added Files:
	.cvsignore ChangeLog Makefile package.info 
Log Message:
Added the next Horde4 piece: imp. Does work on my test install but there are still some major issues and installation on another system should be close but not yet fully functional.

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

--- NEW FILE: ChangeLog ---
2008-09-10  Gunnar Wrobel  <p at rdus.de>

	* PEAR-Auth_SASL.spec (License): Fixed license.

2007-05-29  Gunnar Wrobel  <p at rdus.de>

	* PEAR-Auth_SASL.spec: Added package to Kolab CVS.


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

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

# The name of the RPM package
package='PEAR-Auth_SASL-H4'

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

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

# 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='PEAR: Abstraction of various SASL mechanism responses'

# Long package description
description='Provides code to generate responses to common SASL mechanisms, including: \
o Digest-MD5               \
o CramMD5                  \
o Plain                    \
o Anonymous                \
o Login (Pseudo mechanism) \
'

# Source code license
license='BSD'





More information about the commits mailing list