aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2013-10-23 00:15:08 +0800
committermm <mm@FreeBSD.org>2013-10-23 00:15:08 +0800
commitcfa25365c2b8981748710d39d17d3fe3e3e4b369 (patch)
treeafba6a76ba21bd77a9c9ddbb1fdcb5b72c0a4e06 /net
parentddb44915ef13c93d80f8b4ce1f99f512d7fef4f1 (diff)
downloadfreebsd-ports-gnome-cfa25365c2b8981748710d39d17d3fe3e3e4b369.tar.gz
freebsd-ports-gnome-cfa25365c2b8981748710d39d17d3fe3e3e4b369.tar.zst
freebsd-ports-gnome-cfa25365c2b8981748710d39d17d3fe3e3e4b369.zip
This Horde class provides abstract class for use in creating PHP network
socket clients. WWW: http://pear.horde.org
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/pear-Horde_Socket_Client/Makefile16
-rw-r--r--net/pear-Horde_Socket_Client/distinfo2
-rw-r--r--net/pear-Horde_Socket_Client/pkg-descr4
4 files changed, 23 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 79f19c001385..056d59f3d386 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -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
diff --git a/net/pear-Horde_Socket_Client/Makefile b/net/pear-Horde_Socket_Client/Makefile
new file mode 100644
index 000000000000..7af3a9ff6f6c
--- /dev/null
+++ b/net/pear-Horde_Socket_Client/Makefile
@@ -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>
diff --git a/net/pear-Horde_Socket_Client/distinfo b/net/pear-Horde_Socket_Client/distinfo
new file mode 100644
index 000000000000..5a83ec1c2697
--- /dev/null
+++ b/net/pear-Horde_Socket_Client/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Horde/Horde_Socket_Client-1.0.0.tgz) = 7d35a1ab6b7b5df767f586f661880e1a2ab99cc186625f35dc3aef690cbb5fb0
+SIZE (Horde/Horde_Socket_Client-1.0.0.tgz) = 11125
diff --git a/net/pear-Horde_Socket_Client/pkg-descr b/net/pear-Horde_Socket_Client/pkg-descr
new file mode 100644
index 000000000000..841d9341a3ce
--- /dev/null
+++ b/net/pear-Horde_Socket_Client/pkg-descr
@@ -0,0 +1,4 @@
+This Horde class provides abstract class for use in creating PHP network
+socket clients.
+
+WWW: http://pear.horde.org