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:
parent
84ede63fda
commit
27258225d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331291
@ -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
|
||||
|
16
net/pear-Horde_Socket_Client/Makefile
Normal file
16
net/pear-Horde_Socket_Client/Makefile
Normal 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>
|
2
net/pear-Horde_Socket_Client/distinfo
Normal file
2
net/pear-Horde_Socket_Client/distinfo
Normal 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
|
4
net/pear-Horde_Socket_Client/pkg-descr
Normal file
4
net/pear-Horde_Socket_Client/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This Horde class provides abstract class for use in creating PHP network
|
||||
socket clients.
|
||||
|
||||
WWW: http://pear.horde.org
|
Loading…
Reference in New Issue
Block a user