Port details |
- pcl Portable Coroutine Library
- 1.6_1 devel
=0 1.6_1Version of this port present on the latest quarterly branch. - Maintainer: manuel.giraud@gmail.com
 - Port Added: 2008-10-13 19:50:12
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- License: not specified in port
- Description:
- 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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/pcl/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pcl
- pkg install pcl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pcl
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pcl-1.6.tar.gz) = 556834057845ad4413e9e2b629d559b431001ded40d64f607fdeaf4a7b570602
SIZE (pcl-1.6.tar.gz) = 335028
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- net/ocserv
Configuration Options:
- No options to configure
- Options name:
- devel_pcl
- USES:
- libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 13
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6_1 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.6_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.6_1 22 Feb 2017 15:02:18
  |
bapt  |
Drop useless dependency on gmake (bmake build those fine) |
1.6_1 25 Jul 2014 13:48:46
  |
amdmi3  |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
1.6 25 Jan 2014 07:46:03
  |
danfe  |
Fix the build on sparc64. |
1.6 25 Jan 2014 00:47:42
  |
bapt  |
Support stage |
1.6 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.6 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
1.6 29 Dec 2010 20:04:42
 |
pgollucci  |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
1.6 03 Feb 2009 05:36:54
 |
linimon  |
Mark as broken on sparc64. |
1.6 13 Oct 2008 19:49:51
 |
amdmi3  |
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> |
Number of commits found: 13
|