Bug 128066 - New port: devel/pcl Portable Coroutine Library
Summary: New port: devel/pcl Portable Coroutine Library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-13 17:00 UTC by Manuel Giraud
Modified: 2008-10-13 21:00 UTC (History)
0 users

See Also:


Attachments
file.shar (2.04 KB, text/plain)
2008-10-13 17:00 UTC, Manuel Giraud
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!