mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
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>
This commit is contained in:
parent
c0cca34980
commit
d5a123599f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221557
@ -1882,6 +1882,7 @@
|
||||
SUBDIR += pas2dox
|
||||
SUBDIR += patch
|
||||
SUBDIR += pccts
|
||||
SUBDIR += pcl
|
||||
SUBDIR += pcre
|
||||
SUBDIR += pcre++
|
||||
SUBDIR += pcsc-lite
|
||||
|
25
devel/pcl/Makefile
Normal file
25
devel/pcl/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: pcl
|
||||
# Date Created: 13 Oct 2008
|
||||
# Whom: Manuel Giraud <manuel.giraud@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pcl
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.xmailserver.org/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= manuel.giraud@gmail.com
|
||||
COMMENT= Portable Coroutine Library
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN3= pcl.3
|
||||
|
||||
WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/pcl/distinfo
Normal file
3
devel/pcl/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (pcl-1.6.tar.gz) = 67f63b02e94ab1775f26bc5463817f09
|
||||
SHA256 (pcl-1.6.tar.gz) = 556834057845ad4413e9e2b629d559b431001ded40d64f607fdeaf4a7b570602
|
||||
SIZE (pcl-1.6.tar.gz) = 335028
|
8
devel/pcl/pkg-descr
Normal file
8
devel/pcl/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
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
|
5
devel/pcl/pkg-plist
Normal file
5
devel/pcl/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
include/pcl.h
|
||||
lib/libpcl.a
|
||||
lib/libpcl.la
|
||||
lib/libpcl.so
|
||||
lib/libpcl.so.1
|
Loading…
Reference in New Issue
Block a user