From owner-cvs-all@FreeBSD.ORG Mon Oct 13 19:49:51 2008 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 4706C1065689; Mon, 13 Oct 2008 19:49:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 360398FC15; Mon, 13 Oct 2008 19:49:51 +0000 (UTC) (envelope-from amdmi3@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 m9DJnpUq062862; Mon, 13 Oct 2008 19:49:51 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DJnpAL062861; Mon, 13 Oct 2008 19:49:51 GMT (envelope-from amdmi3) Message-Id: <200810131949.m9DJnpAL062861@repoman.freebsd.org> From: Dmitry Marakasov Date: Mon, 13 Oct 2008 19:49:51 +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/pcl 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, 13 Oct 2008 19:49:51 -0000 amdmi3 2008-10-13 19:49:51 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pcl Makefile distinfo pkg-descr pkg-plist Log: The Portable Coroutine Library (PCL) implements the low level functionality for coroutines. For a definition of the term coroutine see The Art of Computer Programming by Donald E. Knuth. Coroutines are a very simple cooperative multitasking environment where the switch from one task to another is done explicitly by a function call. WWW: http://www.xmailserver.org/libpcl.html PR: 128066 Submitted by: Manuel Giraud Revision Changes Path 1.3212 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/pcl/Makefile (new) 1.1 +3 -0 ports/devel/pcl/distinfo (new) 1.1 +8 -0 ports/devel/pcl/pkg-descr (new) 1.1 +5 -0 ports/devel/pcl/pkg-plist (new)