Date: Sat, 5 Feb 2011 12:34:35 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-CPS Makefile distinfo pkg-descr pkg-plist Message-ID: <201102051234.p15CYZYo083480@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102051234.p15CYZYo083480>