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

13 lines
530 B
Text

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