From owner-freebsd-current@FreeBSD.ORG Wed Oct 30 02:29:21 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 284D9611; Wed, 30 Oct 2013 02:29:21 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-ob0-x235.google.com (mail-ob0-x235.google.com [IPv6:2607:f8b0:4003:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D59432B2A; Wed, 30 Oct 2013 02:29:20 +0000 (UTC) Received: by mail-ob0-f181.google.com with SMTP id wp4so834534obc.40 for ; Tue, 29 Oct 2013 19:29:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CBydjKyrFWlSd9JC9lT5JqXzcHTUDkP+cZ0L2xyKTM0=; b=mVxTMOeVcbEAyb1TBH6+/MgrZbmv6FB/e1ijDRIevRsxJ2XJHFTqRQXVYwEis7KN6d dvV258x+Z/Z4khOeWKX1jHqDmQ9RQe2nXxF3C0m8w7Y/yGePoqU1x8Uta7CGbq9bcknq 0GAlvlihEQtJl/rHX81g8YpD0nkHt2dmYCWKbh0BTp4rgLI3PDNhNV0UNTh6uGFz6bBY puWVGot6xGK9sJvOEajPhwZek9ceTNMpJDKA2MxDyAHISozLG4i+aL4CzQPlDcm7RvOr sXIb4RhZW9GPh3uD7cnSOxVQv8JOEYnXrsXJ61dbDOhtvHUoEsjRSxDBPxrNZI3BcsMA ydQQ== MIME-Version: 1.0 X-Received: by 10.182.246.74 with SMTP id xu10mr2190455obc.23.1383100160097; Tue, 29 Oct 2013 19:29:20 -0700 (PDT) Received: by 10.76.132.9 with HTTP; Tue, 29 Oct 2013 19:29:20 -0700 (PDT) Received: by 10.76.132.9 with HTTP; Tue, 29 Oct 2013 19:29:20 -0700 (PDT) In-Reply-To: <3EEC7B6A-3203-4FA7-9270-AD634350BD45@fisglobal.com> References: <3EEC7B6A-3203-4FA7-9270-AD634350BD45@fisglobal.com> Date: Tue, 29 Oct 2013 19:29:20 -0700 Message-ID: Subject: Re: [RFC] libdispatch (aka Grand Central Dispatch) in base From: Freddie Cash To: Devin Teske Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD-Current , "Teske, Devin" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 02:29:21 -0000 On Oct 29, 2013 7:21 PM, "Teske, Devin" wrote: > > > On Oct 29, 2013, at 7:17 PM, Freddie Cash wrote: > > > > > On Oct 29, 2013 7:07 PM, "Teske, Devin" wrote: > > > > > > Hi all, > > > > > > I'd like to bring up the discussion for topic.. > > > > > > Importing libdispatch (aka Apple's Grand Central Dispatch) into base (contrib?). > > > > Hasn't this been done already? There's mention of it in the archives from 2009/2010. There was a port by Robert Watson et al to 8.1 mentioned in the quarterly status reports, and indications it would be imported after 8.1-release. > > > > I knew about the port, and I had heard about previous efforts, but when I go > scrounging around HEAD, I can't find it. Let alone older branches. Hrm, maybe it hasn't been imported yet (Google search of svnweb.FreeBSD.orgonly shows the ports branch). And looks like the port hasn't been touched in 2 years. I just remembered reading about it and found the quarterly report in my mail archive.