| 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
Manuel Giraud
2008-10-13 17:00:13 UTC
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. 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"
State Changed From-To: open->closed New port added, with minor changes. Thanks! |