gunnar: server/pear-h4/PEAR-Mail-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-Mail-H4
In directory doto:/tmp/cvs-serv10085/pear-h4/PEAR-Mail-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: Convert to new packaging style.

2008-09-10  Gunnar Wrobel  <p at rdus.de>

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

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

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

# The name of the RPM package
package='PEAR-Mail-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.2.0b5'

# 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_SMTP-H4 >= 1.4.1    \
'

# Package summary description
summary='PEAR: Class that provides multiple interfaces for sending emails'

# Long package description
description=' \
PEARs Mail package defines an interface for implementing mailers under the \
PEAR hierarchy.  It also provides supporting functions useful to multiple \
mailer backends.  Currently supported backends include: PHPs native \
mail() function, sendmail, and SMTP.  This package also provides a RFC822 \
email address list validation utility class. \
'

# Source code license
license='PHP/BSD'





More information about the commits mailing list