1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

This Horde class provides abstract class for use in creating PHP network

socket clients.

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2013-10-22 16:15:08 +00:00
parent 84ede63fda
commit 27258225d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331291
4 changed files with 23 additions and 0 deletions

View File

@ -796,6 +796,7 @@
SUBDIR += pear-Horde_Ldap
SUBDIR += pear-Horde_Rpc
SUBDIR += pear-Horde_Scribe
SUBDIR += pear-Horde_Socket_Client
SUBDIR += pear-Horde_Url
SUBDIR += pear-Net_CDDB
SUBDIR += pear-Net_CheckIP

View File

@ -0,0 +1,16 @@
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= Horde_Socket_Client
PORTVERSION= 1.0.0
CATEGORIES= net www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Socket Client
USE_HORDE_RUN= Horde_Exception
NO_STAGE= yes
.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_Socket_Client-1.0.0.tgz) = 7d35a1ab6b7b5df767f586f661880e1a2ab99cc186625f35dc3aef690cbb5fb0
SIZE (Horde/Horde_Socket_Client-1.0.0.tgz) = 11125

View File

@ -0,0 +1,4 @@
This Horde class provides abstract class for use in creating PHP network
socket clients.
WWW: http://pear.horde.org