From owner-cvs-all@FreeBSD.ORG Mon Jan 12 19:52:07 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 793101065675; Mon, 12 Jan 2009 19:52:07 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6A5628FC0C; Mon, 12 Jan 2009 19:52:07 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CJq7ZX069365; Mon, 12 Jan 2009 19:52:07 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0CJq7ZR069364; Mon, 12 Jan 2009 19:52:07 GMT (envelope-from wxs) Message-Id: <200901121952.n0CJq7ZR069364@repoman.freebsd.org> From: Wesley Shields Date: Mon, 12 Jan 2009 19:52:07 +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/devel/p5-Thread-Cancel Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 19:52:07 -0000 wxs 2009-01-12 19:52:07 UTC FreeBSD ports repository Added files: devel/p5-Thread-Cancel Makefile distinfo pkg-descr pkg-plist Log: This module adds cancellation capabilities for threads. Cancelled threads are terminated using threads->exit(). The thread is then detached, and hence automatically cleaned up. Threads that are suspended using Thread::Suspend do not need to be resumed in order to be cancelled. It is possible for a thread to cancel itself. PR: ports/110475 Submitted by: Ruben van Staveren Revision Changes Path 1.1 +37 -0 ports/devel/p5-Thread-Cancel/Makefile (new) 1.1 +3 -0 ports/devel/p5-Thread-Cancel/distinfo (new) 1.1 +11 -0 ports/devel/p5-Thread-Cancel/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Thread-Cancel/pkg-plist (new)