1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/libconcurrent/pkg-plist
Tobias Kortkamp c786b839d9 devel/libconcurrent: Update to latest commit
While here clean the port up a little and add TEST_TARGET
2017-12-14 17:28:54 +00:00

14 lines
530 B
Plaintext

include/concurrent/concurrent.h
include/concurrent/shortname.h
lib/libconcurrent.a
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/accumulator.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/concurrent_sort1.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coroutine1.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coroutine2.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/float1.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/float2.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/many_context1.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/strsplit.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/time_slice1.c