From owner-svn-ports-head@freebsd.org Fri Nov 27 23:50:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C07EEA3A880; Fri, 27 Nov 2015 23:50:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8133A1896; Fri, 27 Nov 2015 23:50:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tARNovKu017519; Fri, 27 Nov 2015 23:50:57 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tARNovuL017514; Fri, 27 Nov 2015 23:50:57 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201511272350.tARNovuL017514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 27 Nov 2015 23:50:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402500 - in head/devel: . libmill X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2015 23:50:59 -0000 Author: bapt Date: Fri Nov 27 23:50:56 2015 New Revision: 402500 URL: https://svnweb.freebsd.org/changeset/ports/402500 Log: add libmill 1.1 Libmill is a library that introduces Go-style concurrency to C. It can execute up to 20 million coroutines and 50 million context switches per second. WWW: http://libmill.org Added: head/devel/libmill/ head/devel/libmill/Makefile (contents, props changed) head/devel/libmill/distinfo (contents, props changed) head/devel/libmill/pkg-descr (contents, props changed) head/devel/libmill/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 27 23:30:32 2015 (r402499) +++ head/devel/Makefile Fri Nov 27 23:50:56 2015 (r402500) @@ -1233,6 +1233,7 @@ SUBDIR += libmatheval SUBDIR += libmba SUBDIR += libmcs + SUBDIR += libmill SUBDIR += libmimedir SUBDIR += libmonetra SUBDIR += libmowgli Added: head/devel/libmill/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libmill/Makefile Fri Nov 27 23:50:56 2015 (r402500) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= libmill +PORTVERSION= 1.1 +CATEGORIES= devel +MASTER_SITES= http://libmill.org/ + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Go-style concurrency in CGo-style concurrency in C + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= libtool pathfix +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +.include Added: head/devel/libmill/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libmill/distinfo Fri Nov 27 23:50:56 2015 (r402500) @@ -0,0 +1,2 @@ +SHA256 (libmill-1.1.tar.gz) = 146add8283cb88f3d42418e4666211d4a085f57c317a24a56e9afab8167db77d +SIZE (libmill-1.1.tar.gz) = 394658 Added: head/devel/libmill/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libmill/pkg-descr Fri Nov 27 23:50:56 2015 (r402500) @@ -0,0 +1,6 @@ +Libmill is a library that introduces Go-style concurrency to C. + +It can execute up to 20 million coroutines and 50 million context switches per +second. + +WWW: http://libmill.org Added: head/devel/libmill/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libmill/pkg-plist Fri Nov 27 23:50:56 2015 (r402500) @@ -0,0 +1,6 @@ +include/libmill.h +lib/libmill.a +lib/libmill.so +lib/libmill.so.10 +lib/libmill.so.10.1.0 +libdata/pkgconfig/libmill.pc