From owner-cvs-all@FreeBSD.ORG Fri Jan 28 17:22:45 2011 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 124C41065672; Fri, 28 Jan 2011 17:22:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 02F938FC17; Fri, 28 Jan 2011 17:22:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p0SHMix4028540; Fri, 28 Jan 2011 17:22:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p0SHMik6028538; Fri, 28 Jan 2011 17:22:44 GMT (envelope-from miwi) Message-Id: <201101281722.p0SHMik6028538@repoman.freebsd.org> From: Martin Wilke Date: Fri, 28 Jan 2011 17:22:44 +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 Makefile ports/devel/p5-Async-Interrupt 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: Fri, 28 Jan 2011 17:22:45 -0000 miwi 2011-01-28 17:22:44 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Async-Interrupt Makefile distinfo pkg-descr pkg-plist Log: This module implements asynchronous notifications that enable you to signal running perl code from another thread, asynchronously, and sometimes even without using a single syscall. WWW: http://search.cpan.org/dist/Async-Interrupt/ PR: ports/153837 Submitted by: Mikhail T. Feature safe: yes Revision Changes Path 1.4204 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/p5-Async-Interrupt/Makefile (new) 1.1 +2 -0 ports/devel/p5-Async-Interrupt/distinfo (new) 1.1 +5 -0 ports/devel/p5-Async-Interrupt/pkg-descr (new) 1.1 +8 -0 ports/devel/p5-Async-Interrupt/pkg-plist (new)