Bug 207669 - [NEW PORT] devel/libconcurrent: Tiny asymmetric-coroutine library
Summary: [NEW PORT] devel/libconcurrent: Tiny asymmetric-coroutine library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Raphael Kubo da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-03 04:00 UTC by Tobias Kortkamp
Modified: 2016-03-03 10:22 UTC (History)
1 user (show)

See Also:


Attachments
Poudriere testport log FreeBSD 10.2/amd64 (12.87 KB, text/x-log)
2016-03-03 04:00 UTC, Tobias Kortkamp
no flags Details
libconcurrent.shar (3.25 KB, text/plain)
2016-03-03 04:01 UTC, Tobias Kortkamp
tobik: maintainer-approval+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Kortkamp freebsd_committer freebsd_triage 2016-03-03 04:00:58 UTC
Created attachment 167667 [details]
Poudriere testport log FreeBSD 10.2/amd64

Tiny asymmetric-coroutine library:
- generator bidirectional communication with yield_value/resume_value
- native context switch
- C11

WWW: https://github.com/sharow/libconcurrent/
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2016-03-03 04:01:35 UTC
Created attachment 167668 [details]
libconcurrent.shar
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-03-03 10:22:13 UTC
A commit references this bug:

Author: rakuco
Date: Thu Mar  3 10:21:31 UTC 2016
New revision: 410025
URL: https://svnweb.freebsd.org/changeset/ports/410025

Log:
  New port: devel/libconcurrent.

  Tiny asymmetric-coroutine library:
  - generator bidirectional communication with yield_value/resume_value
  - native context switch
  - C11

  WWW: https://github.com/sharow/libconcurrent/

  PR:		207669
  Submitted by:	Tobias Kortkamp <t@tobik.me>

Changes:
  head/devel/Makefile
  head/devel/libconcurrent/
  head/devel/libconcurrent/Makefile
  head/devel/libconcurrent/distinfo
  head/devel/libconcurrent/pkg-descr
  head/devel/libconcurrent/pkg-plist
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-03-03 10:22:57 UTC
Committed, thank you.

By the way, I appreciate it that you've added comments to the Makefile explaining why some things were being done. That's really helpful in the long term!