From owner-cvs-all@FreeBSD.ORG Mon Apr 23 08:57:04 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 118C616A401; Mon, 23 Apr 2007 08:57:04 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 029EB13C4C5; Mon, 23 Apr 2007 08:57:04 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3N8v3ke086899; Mon, 23 Apr 2007 08:57:03 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3N8v38D086898; Mon, 23 Apr 2007 08:57:03 GMT (envelope-from sat) Message-Id: <200704230857.l3N8v38D086898@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 23 Apr 2007 08:57:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/py-timeoutsocket Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Apr 2007 08:57:04 -0000 sat 2007-04-23 08:57:03 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/py-timeoutsocket Makefile distinfo pkg-descr pkg-plist Log: Add port net/py-timeoutsocket: 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 Revision Changes Path 1.1855 +1 -0 ports/net/Makefile 1.1 +20 -0 ports/net/py-timeoutsocket/Makefile (new) 1.1 +3 -0 ports/net/py-timeoutsocket/distinfo (new) 1.1 +10 -0 ports/net/py-timeoutsocket/pkg-descr (new) 1.1 +3 -0 ports/net/py-timeoutsocket/pkg-plist (new)