gunnar: server/pear-h4/PEAR-Net_SMTP-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-Net_SMTP-H4
In directory doto:/tmp/cvs-serv10085/pear-h4/PEAR-Net_SMTP-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 ---
2009-07-11  Gunnar Wrobel  <p at rdus.de>

	* package.info: Converted to new packaging style. Update to 1.3.2.

2008-11-08  Gunnar Wrobel  <p at rdus.de>

	* PEAR-Net_SMTP.spec: Update to 1.3.1.

2007-08-08  Gunnar Wrobel  <p at rdus.de>

	* PEAR-Net_SMTP.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='Net_SMTP'

# The name of the RPM package
package='PEAR-Net_SMTP-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.4.1'

# 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    \
PreReq:	      PEAR-Net_Socket-H4 >= 1.0.7  \
PreReq:	      PEAR-Auth_SASL-H4            \
'

# Package summary description
summary='An implementation of the SMTP protocol'

# Long package description
description='Provides an implementation of the SMTP protocol using PEARs Net_Socket \
class. \
'

# Source code license
license='PHP'





More information about the commits mailing list