gunnar: server/pear/Horde_Cipher-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
Mon Jul 13 16:46:19 CEST 2009


Author: gunnar

Update of /kolabrepository/server/pear/Horde_Cipher-H4
In directory doto:/tmp/cvs-serv26678

Added Files:
	.cvsignore ChangeLog Makefile package.info 
Log Message:
Added Horde_Cipher-H4 to CVS.

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

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

	* package.info: Added package to Kolab CVS.


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

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

# The name of the RPM package
package='Horde_Cipher-H4'

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

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

# Commit tag or date to user
repo_commit='75980849adf24856c0cca39fdad5b145b15da30d'

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

# Version number
version='0.1.0dev20090711'

# Package release number
release='20090713'

# Source URL to download from
sourceurl='http://files.pardus.de/kolab-sources/'

# 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    \
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='Cipher API'

# Long package description
description=' \
This package provides a Block Mode Cipher API, supporting the following ciphers: \
* Blowfish \
* Cast128 \
* DES \
* RC2 \
* RC4 \
 \
And supporting the following block modes: \
* CBC \
* ECB \
* CFB64 \
* OFB64 \
'

# Source code license
license='LGPL'





More information about the commits mailing list