aboutsummaryrefslogtreecommitdiff
path: root/devel/pcl
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* Mark as broken on sparc64.Mark Linimon2009-02-031-1/+7
| | | | Notes: svn path=/head/; revision=227497
* The Portable Coroutine Library (PCL) implements the low levelDmitry Marakasov2008-10-134-0/+41
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> Notes: svn path=/head/; revision=221557