From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 13 16:00:14 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B5751065698 for ; Mon, 13 Oct 2008 16:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E7E2A8FC32 for ; Mon, 13 Oct 2008 16:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DG0D15057540 for ; Mon, 13 Oct 2008 16:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9DG0DQA057539; Mon, 13 Oct 2008 16:00:13 GMT (envelope-from gnats) Resent-Date: Mon, 13 Oct 2008 16:00:13 GMT Resent-Message-Id: <200810131600.m9DG0DQA057539@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Manuel Giraud Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCFAB106568B for ; Mon, 13 Oct 2008 15:53:16 +0000 (UTC) (envelope-from giraud@lx-mgi.cetp.ipsl.fr) Received: from lx-mgi.cetp.ipsl.fr (lx-mgi.cetp.ipsl.fr [193.52.174.180]) by mx1.freebsd.org (Postfix) with ESMTP id 4F5138FC24 for ; Mon, 13 Oct 2008 15:53:15 +0000 (UTC) (envelope-from giraud@lx-mgi.cetp.ipsl.fr) Received: from lx-mgi.cetp.ipsl.fr (localhost [127.0.0.1]) by lx-mgi.cetp.ipsl.fr (8.14.2/8.14.2) with ESMTP id m9DFpa05002967 for ; Mon, 13 Oct 2008 17:51:36 +0200 (CEST) (envelope-from giraud@lx-mgi.cetp.ipsl.fr) Received: (from giraud@localhost) by lx-mgi.cetp.ipsl.fr (8.14.2/8.14.2/Submit) id m9DFpavL002966; Mon, 13 Oct 2008 17:51:36 +0200 (CEST) (envelope-from giraud) Message-Id: <200810131551.m9DFpavL002966@lx-mgi.cetp.ipsl.fr> Date: Mon, 13 Oct 2008 17:51:36 +0200 (CEST) From: Manuel Giraud To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/128066: New port: devel/pcl Portable Coroutine Library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Manuel Giraud List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2008 16:00:14 -0000 >Number: 128066 >Category: ports >Synopsis: New port: devel/pcl Portable Coroutine Library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 13 16:00:13 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Manuel Giraud >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD lx-mgi.cetp.ipsl.fr 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Tue Aug 26 16:56:53 CEST 2008 root@lx-mgi.cetp.ipsl.fr:/usr/obj/usr/src/sys/LX-MGI i386 >Description: Portable Coroutine Library >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pcl # pcl/distinfo # pcl/Makefile # pcl/pkg-descr # pcl/pkg-plist # echo c - pcl mkdir -p pcl > /dev/null 2>&1 echo x - pcl/distinfo sed 's/^X//' >pcl/distinfo << '706bb7e7c58b4eb1daf36c7de2b45b85' XMD5 (pcl-1.6.tar.gz) = 67f63b02e94ab1775f26bc5463817f09 XSHA256 (pcl-1.6.tar.gz) = 556834057845ad4413e9e2b629d559b431001ded40d64f607fdeaf4a7b570602 XSIZE (pcl-1.6.tar.gz) = 335028 706bb7e7c58b4eb1daf36c7de2b45b85 echo x - pcl/Makefile sed 's/^X//' >pcl/Makefile << '78deb5f3aa4228479999411ded03f467' X# New ports collection makefile for: pcl X# Date Created: 13 Oct 2008 X# Whom: Manuel Giraud X# X# $FreeBSD$ X# X XPORTNAME= pcl XPORTVERSION= 1.6 XCATEGORIES= devel XMASTER_SITES= http://www.xmailserver.org/ XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= manuel.giraud@gmail.com XCOMMENT= Portable Coroutine Library. X XUSE_AUTOTOOLS= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XUSE_LDCONFIG= yes XWRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} X X.include 78deb5f3aa4228479999411ded03f467 echo x - pcl/pkg-descr sed 's/^X//' >pcl/pkg-descr << 'f812862e9795d974123227cb5e6a91fc' XThe Portable Coroutine Library (PCL) implements the low level Xfunctionality for coroutines. For a definition of the term coroutine Xsee The Art of Computer Programming by Donald E. Knuth. Coroutines are Xa very simple cooperative multitasking environment where the switch Xfrom one task to another is done explicitly by a function call. X XWWW: http://www.xmailserver.org/libpcl.html f812862e9795d974123227cb5e6a91fc echo x - pcl/pkg-plist sed 's/^X//' >pcl/pkg-plist << 'c7fe7ced23a329c1f5c5033550a6e531' Xlib/libpcl.la Xlib/libpcl.a Xlib/libpcl.so Xlib/libpcl.so.1 Xinclude/pcl.h Xman/man3/pcl.3 c7fe7ced23a329c1f5c5033550a6e531 exit >Release-Note: >Audit-Trail: >Unformatted: