gunnar: server/pear-h4/Horde_Vfs-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/Horde_Vfs-H4
In directory doto:/tmp/cvs-serv10085/pear-h4/Horde_Vfs-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 ---
2010-02-17  Gunnar Wrobel  <p at rdus.de>

	* package.info: Added package to Kolab CVS.


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

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

# The name of the RPM package
package='Horde_Vfs-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/VFS'

# Commit tag or date to use
repo_commit='e5c1c1e4b04596ca2c003272bad48996757b1d8d'

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

# Version number
version='0.4.0dev20100217'

# Package release number
release='20100217'

# Source URL to download from
sourceurl='http://files.kolab.org/incoming/wrobel/'

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

# Installation prerequisites
prereq='                                   \
PreReq:       OpenPKG, openpkg >= 20070603 \
PreReq:       php, php::with_pear = yes    \
PreReq:       PEAR-Horde-Channel           \
'

# Package summary description
summary='Virtual File System API'

# Long package description
description=' \
This package provides a Virtual File System API, with backends for: \
 \
* SQL \
* FTP \
* Local filesystems \
* Hybrid SQL and filesystem \
* Samba \
* SSH2/SFTP \
* IMAP (Kolab) \
 \
Reading, writing and listing of files are all supported, and there \
are both object-based and array-based interfaces to directory listings. \
'

# Source code license
license='LGPL'





More information about the commits mailing list