Bug 128066

Summary: New port: devel/pcl Portable Coroutine Library
Product: Ports & Packages Reporter: Manuel Giraud <manuel.giraud>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Manuel Giraud 2008-10-13 17:00:13 UTC
	Portable Coroutine Library
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2008-10-13 20:36:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-13 20:50:05 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2008-10-13 20:50:27 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!