cvs commit: ports/devel Makefile ports/devel/p5-CPS Makefile distinfo pkg-descr pkg-plist

Frederic Culot culot at FreeBSD.org
Sat Feb 5 12:34:36 UTC 2011


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)


More information about the cvs-all mailing list