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

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 13 19:49:51 UTC 2008


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 <manuel dot giraud at gmail dot com>
  
  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)


More information about the cvs-all mailing list