From owner-cvs-ports@FreeBSD.ORG Sat Feb 5 12:34:36 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1905B1065679; Sat, 5 Feb 2011 12:34:36 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 094BC8FC14; Sat, 5 Feb 2011 12:34:36 +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 p15CYZBb083481; Sat, 5 Feb 2011 12:34:35 GMT (envelope-from culot@repoman.freebsd.org) Received: (from culot@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p15CYZYo083480; Sat, 5 Feb 2011 12:34:35 GMT (envelope-from culot) Message-Id: <201102051234.p15CYZYo083480@repoman.freebsd.org> From: Frederic Culot Date: Sat, 5 Feb 2011 12:34:35 +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-CPS Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2011 12:34:36 -0000 culot 2011-02-05 12:34:35 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-CPS Makefile distinfo pkg-descr pkg-plist Log: The functions in this module implement or assist the writing of programs, or parts of them, in Continuation Passing Style (CPS). Briefly, CPS is a style of writing code where the normal call/return mechanism is replaced by explicit "continuations", values passed in to functions which they should invoke, to implement return behaviour. WWW: http://search.cpan.org/dist/CPS/ Approved by: sahil@/wen@ (mentors, implicit) Feature safe: yes Revision Changes Path 1.4212 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-CPS/Makefile (new) 1.1 +2 -0 ports/devel/p5-CPS/distinfo (new) 1.1 +7 -0 ports/devel/p5-CPS/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-CPS/pkg-plist (new)