diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-23 08:57:03 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-23 08:57:03 +0000 |
commit | c6cc5a1a379325b478704cd7739b411e81ea899e (patch) | |
tree | 098c45d43689f19f346dfab2f40c5f2c8d484693 /net/py-timeoutsocket | |
parent | 31513b8244917fcd3ec1ac7734d78b872304058b (diff) | |
download | ports-c6cc5a1a379325b478704cd7739b411e81ea899e.tar.gz ports-c6cc5a1a379325b478704cd7739b411e81ea899e.zip |
Notes
Diffstat (limited to 'net/py-timeoutsocket')
-rw-r--r-- | net/py-timeoutsocket/Makefile | 20 | ||||
-rw-r--r-- | net/py-timeoutsocket/distinfo | 3 | ||||
-rw-r--r-- | net/py-timeoutsocket/pkg-descr | 10 | ||||
-rw-r--r-- | net/py-timeoutsocket/pkg-plist | 3 |
4 files changed, 36 insertions, 0 deletions
diff --git a/net/py-timeoutsocket/Makefile b/net/py-timeoutsocket/Makefile new file mode 100644 index 000000000000..8b44ccacc6e7 --- /dev/null +++ b/net/py-timeoutsocket/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: timeoutsocket +# Date created: 23 April 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= timeoutsocket +PORTVERSION= 1.23 +CATEGORIES= net python +MASTER_SITES= CENKES +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Timeout mechanism for TCP connections + +USE_PYTHON= yes +USE_PYDISTUTILS=yes + +.include <bsd.port.mk> diff --git a/net/py-timeoutsocket/distinfo b/net/py-timeoutsocket/distinfo new file mode 100644 index 000000000000..d0ba700e9640 --- /dev/null +++ b/net/py-timeoutsocket/distinfo @@ -0,0 +1,3 @@ +MD5 (timeoutsocket-1.23.tar.gz) = b0377d66e8972924607ae084656d7c82 +SHA256 (timeoutsocket-1.23.tar.gz) = 754c991ff9d83d7566931311efe044c5483d4ad85099f0ab1155beb242626e53 +SIZE (timeoutsocket-1.23.tar.gz) = 4081 diff --git a/net/py-timeoutsocket/pkg-descr b/net/py-timeoutsocket/pkg-descr new file mode 100644 index 000000000000..fd42d94db22a --- /dev/null +++ b/net/py-timeoutsocket/pkg-descr @@ -0,0 +1,10 @@ +timeoutsocket enables a timeout mechanism on all TCP connections. It +does this by inserting a shim into the socket module. After this module +has been imported, all socket creation goes through this shim. As a +result, every TCP connection will support a timeout. + +The beauty of this method is that it immediately and transparently +enables the entire python library to support timeouts on TCP sockets. + +WWW: http://www.timo-tasi.org/python/timeoutsocket.py +Author: Timothy O'Malley <timo@alum.mit.edu> diff --git a/net/py-timeoutsocket/pkg-plist b/net/py-timeoutsocket/pkg-plist new file mode 100644 index 000000000000..ec49c91bed66 --- /dev/null +++ b/net/py-timeoutsocket/pkg-plist @@ -0,0 +1,3 @@ +%%PYTHON_SITELIBDIR%%/timeoutsocket.py +%%PYTHON_SITELIBDIR%%/timeoutsocket.pyc +%%PYTHON_SITELIBDIR%%/timeoutsocket.pyo |