1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

The Horde_Rpc library provides a common abstracted interface to various

remote methods of accessing Horde functionality.

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2011-07-07 20:56:44 +00:00
parent 0b86071c24
commit 8319bbadd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277308
4 changed files with 27 additions and 0 deletions

View File

@ -755,6 +755,7 @@
SUBDIR += pear-Horde_Kolab_Server
SUBDIR += pear-Horde_Kolab_Session
SUBDIR += pear-Horde_Ldap
SUBDIR += pear-Horde_Rpc
SUBDIR += pear-Horde_Scribe
SUBDIR += pear-Horde_Url
SUBDIR += pear-Net_CDDB

View File

@ -0,0 +1,20 @@
# Ports collection makefile for: pear-Horde_Rpc
# Date created: 6 July 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= Horde_Rpc
DISTVERSION= 1.0.1
CATEGORIES= net www pear
MAINTAINER= mm@FreeBSD.org
COMMENT= Horde RPC API
USE_HORDE_RUN= Horde_ActiveSync Horde_Core Horde_Exception Horde_Lock \
Horde_Perms Horde_Serialize Horde_Support Horde_SyncMl \
Horde_Translation Horde_Util Horde_Xml_Element Horde_Http
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Rpc-1.0.1.tgz) = 63add94cc7fd9d6d35a7f8227e6de3093a6e1df9fa1a2538ca6a310786da3ef3
SIZE (Horde/Horde_Rpc-1.0.1.tgz) = 50968

View File

@ -0,0 +1,4 @@
The Horde_Rpc library provides a common abstracted interface to various
remote methods of accessing Horde functionality.
WWW: http://pear.horde.org