1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

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.

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2011-07-07 21:03:21 +00:00
parent 7e31981544
commit 56f4f65e13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277312
4 changed files with 42 additions and 0 deletions

View File

@ -626,6 +626,7 @@
SUBDIR += pear-File_Fstab
SUBDIR += pear-File_Gettext
SUBDIR += pear-Horde_Log
SUBDIR += pear-Horde_Vfs
SUBDIR += pear-I18Nv2
SUBDIR += pear-Log
SUBDIR += pear-Translation2

View File

@ -0,0 +1,26 @@
# Ports collection makefile for: pear-Horde_Vfs
# Date created: 7 July 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= Horde_Vfs
PORTVERSION= 1.0.3
CATEGORIES= sysutils www pear
PKGNAMEPREFIX= pear-
MAINTAINER= mm@FreeBSD.org
COMMENT= Horde Virtual File System API
OPTIONS= FTP "Depend on FTP PHP extension" Off
USE_HORDE_RUN= Horde_Exception Horde_Translation Horde_Util
.include <bsd.port.pre.mk>
.if defined(WITH_FTP)
USE_PHP+= ftp
.endif
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Vfs-1.0.3.tgz) = 28d1b185337acde4122e1d18662cdf8438b98717c3e6a8ef533d32e4056ba64e
SIZE (Horde/Horde_Vfs-1.0.3.tgz) = 56149

View File

@ -0,0 +1,13 @@
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.
WWW: http://pear.horde.org