Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Oct 2008 19:49:51 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/pcl Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200810131949.m9DJnpAL062861@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810131949.m9DJnpAL062861>