From owner-svn-ports-head@freebsd.org Tue Jan 8 07:47:12 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AA871492EBC; Tue, 8 Jan 2019 07:47:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B548E7361C; Tue, 8 Jan 2019 07:47:11 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A87D624829; Tue, 8 Jan 2019 07:47:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x087lBvW098490; Tue, 8 Jan 2019 07:47:11 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x087lAtZ098485; Tue, 8 Jan 2019 07:47:10 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201901080747.x087lAtZ098485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 8 Jan 2019 07:47:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489647 - in head/devel: . libdill X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . libdill X-SVN-Commit-Revision: 489647 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B548E7361C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 08 Jan 2019 07:47:12 -0000 Author: yuri Date: Tue Jan 8 07:47:10 2019 New Revision: 489647 URL: https://svnweb.freebsd.org/changeset/ports/489647 Log: New port: devel/libdill: Structured concurrency library in C Added: head/devel/libdill/ head/devel/libdill/Makefile (contents, props changed) head/devel/libdill/distinfo (contents, props changed) head/devel/libdill/pkg-descr (contents, props changed) head/devel/libdill/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jan 8 05:15:36 2019 (r489646) +++ head/devel/Makefile Tue Jan 8 07:47:10 2019 (r489647) @@ -1400,6 +1400,7 @@ SUBDIR += libddoc SUBDIR += libdevq SUBDIR += libdfui + SUBDIR += libdill SUBDIR += libdisasm SUBDIR += libdisorder SUBDIR += libdispatch Added: head/devel/libdill/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libdill/Makefile Tue Jan 8 07:47:10 2019 (r489647) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= libdill +DISTVERSION= 2.13 +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Structured concurrency library in C + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= autoreconf gmake libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static +USE_GITHUB= yes +GH_ACCOUNT= sustrik +USE_LDCONFIG= yes + +.include Added: head/devel/libdill/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libdill/distinfo Tue Jan 8 07:47:10 2019 (r489647) @@ -0,0 +1,3 @@ +TIMESTAMP = 1546807674 +SHA256 (sustrik-libdill-2.13_GH0.tar.gz) = bc68e997f40cda0b4b9be57c0ee27d830fcc020854221e6d43af44017bb4b084 +SIZE (sustrik-libdill-2.13_GH0.tar.gz) = 445261 Added: head/devel/libdill/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libdill/pkg-descr Tue Jan 8 07:47:10 2019 (r489647) @@ -0,0 +1,12 @@ +Libdill is a C library that makes writing structured concurrent programs easy. + +Concurrency allows multiple functions to run independent of one another. + +Structured concurrency means that lifetimes of concurrent functions are cleanly +nested. If coroutine foo launches coroutine bar, then bar must finish before foo +finishes. + +Please note that concurrency isn't the same as parallelism. libdill provides +concurrency, but not parallelism. + +WWW: http://libdill.org Added: head/devel/libdill/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libdill/pkg-plist Tue Jan 8 07:47:10 2019 (r489647) @@ -0,0 +1,107 @@ +include/libdill.h +include/libdillimpl.h +lib/libdill.so +lib/libdill.so.20 +lib/libdill.so.20.4.0 +libdata/pkgconfig/libdill.pc +man/man3/brecv.3.gz +man/man3/brecvl.3.gz +man/man3/bsend.3.gz +man/man3/bsendl.3.gz +man/man3/bundle.3.gz +man/man3/bundle_go.3.gz +man/man3/bundle_go_mem.3.gz +man/man3/bundle_mem.3.gz +man/man3/bundle_wait.3.gz +man/man3/chdone.3.gz +man/man3/chmake.3.gz +man/man3/chmake_mem.3.gz +man/man3/choose.3.gz +man/man3/chrecv.3.gz +man/man3/chsend.3.gz +man/man3/fdclean.3.gz +man/man3/fdin.3.gz +man/man3/fdout.3.gz +man/man3/go.3.gz +man/man3/go_mem.3.gz +man/man3/hclose.3.gz +man/man3/hmake.3.gz +man/man3/hown.3.gz +man/man3/hquery.3.gz +man/man3/http_attach.3.gz +man/man3/http_attach_mem.3.gz +man/man3/http_detach.3.gz +man/man3/http_done.3.gz +man/man3/http_recvfield.3.gz +man/man3/http_recvrequest.3.gz +man/man3/http_recvstatus.3.gz +man/man3/http_sendfield.3.gz +man/man3/http_sendrequest.3.gz +man/man3/http_sendstatus.3.gz +man/man3/ipaddr_family.3.gz +man/man3/ipaddr_len.3.gz +man/man3/ipaddr_local.3.gz +man/man3/ipaddr_port.3.gz +man/man3/ipaddr_remote.3.gz +man/man3/ipaddr_setport.3.gz +man/man3/ipaddr_sockaddr.3.gz +man/man3/ipaddr_str.3.gz +man/man3/ipc_accept.3.gz +man/man3/ipc_accept_mem.3.gz +man/man3/ipc_close.3.gz +man/man3/ipc_connect.3.gz +man/man3/ipc_connect_mem.3.gz +man/man3/ipc_done.3.gz +man/man3/ipc_listen.3.gz +man/man3/ipc_listen_mem.3.gz +man/man3/ipc_pair.3.gz +man/man3/ipc_pair_mem.3.gz +man/man3/mrecv.3.gz +man/man3/mrecvl.3.gz +man/man3/msend.3.gz +man/man3/msendl.3.gz +man/man3/msleep.3.gz +man/man3/now.3.gz +man/man3/prefix_attach.3.gz +man/man3/prefix_attach_mem.3.gz +man/man3/prefix_detach.3.gz +man/man3/suffix_attach.3.gz +man/man3/suffix_attach_mem.3.gz +man/man3/suffix_detach.3.gz +man/man3/tcp_accept.3.gz +man/man3/tcp_accept_mem.3.gz +man/man3/tcp_close.3.gz +man/man3/tcp_connect.3.gz +man/man3/tcp_connect_mem.3.gz +man/man3/tcp_done.3.gz +man/man3/tcp_listen.3.gz +man/man3/tcp_listen_mem.3.gz +man/man3/term_attach.3.gz +man/man3/term_attach_mem.3.gz +man/man3/term_detach.3.gz +man/man3/term_done.3.gz +man/man3/tls_attach_client.3.gz +man/man3/tls_attach_client_mem.3.gz +man/man3/tls_attach_server.3.gz +man/man3/tls_attach_server_mem.3.gz +man/man3/tls_detach.3.gz +man/man3/tls_done.3.gz +man/man3/udp_open.3.gz +man/man3/udp_open_mem.3.gz +man/man3/udp_recv.3.gz +man/man3/udp_recvl.3.gz +man/man3/udp_send.3.gz +man/man3/udp_sendl.3.gz +man/man3/ws_attach_client.3.gz +man/man3/ws_attach_client_mem.3.gz +man/man3/ws_attach_server.3.gz +man/man3/ws_attach_server_mem.3.gz +man/man3/ws_detach.3.gz +man/man3/ws_done.3.gz +man/man3/ws_recv.3.gz +man/man3/ws_recvl.3.gz +man/man3/ws_request_key.3.gz +man/man3/ws_response_key.3.gz +man/man3/ws_send.3.gz +man/man3/ws_sendl.3.gz +man/man3/yield.3.gz