diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2014-10-11 17:28:39 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2014-10-11 17:28:39 +0000 |
commit | 22fd6e29a36ddc02b12ff1eff7d12c5a27a20887 (patch) | |
tree | 2c2af0bf140630e2a94f5ae9ea51b102892d01eb | |
parent | 69a4bb6af19200ffb441ee70951d6a01150d68cd (diff) | |
download | ports-22fd6e29a36ddc02b12ff1eff7d12c5a27a20887.tar.gz ports-22fd6e29a36ddc02b12ff1eff7d12c5a27a20887.zip |
Notes
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/embb/Makefile | 37 | ||||
-rw-r--r-- | devel/embb/distinfo | 2 | ||||
-rw-r--r-- | devel/embb/pkg-descr | 11 | ||||
-rw-r--r-- | devel/embb/pkg-plist | 255 |
5 files changed, 306 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index fe6950cb02f1..4946e42fa6b6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -394,6 +394,7 @@ SUBDIR += elfrc SUBDIR += elfsh SUBDIR += elftoaout + SUBDIR += embb SUBDIR += epl.el SUBDIR += epm SUBDIR += epydoc diff --git a/devel/embb/Makefile b/devel/embb/Makefile new file mode 100644 index 000000000000..8c57f9343347 --- /dev/null +++ b/devel/embb/Makefile @@ -0,0 +1,37 @@ +# Created by: Thomas Zander <riggs@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= embb +PORTVERSION= 0.2.1 +CATEGORIES= devel + +MAINTAINER= riggs@FreeBSD.org +COMMENT= Embedded Multicore Building Blocks + +LICENSE= BSD2CLAUSE BSD3CLAUSE +LICENSE_COMB= multi + +USE_GITHUB= yes +GH_ACCOUNT= riggs- +GH_COMMIT= d40a5c3 +GH_TAGNAME= ${GH_COMMIT} + +USES= cmake:outsource compiler:c11 + +CMAKE_ARGS= -DINSTALL_PREFIX=${PREFIX} \ + -DBUILD_TESTS=OFF + +OPTIONS_DEFINE= DOCS EXAMPLES + +DOCS_CMAKE_OFF= -DINSTALL_DOCS=OFF + +OPTIONS_SUB= yes + +post-patch: + ${RM} ${WRKSRC}/doc/examples/CMakeLists.txt + ${MV} ${WRKSRC}/doc/examples ${WRKSRC} + +post-install: + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}/${EXAMPLESDIR} + +.include <bsd.port.mk> diff --git a/devel/embb/distinfo b/devel/embb/distinfo new file mode 100644 index 000000000000..c3061898f6a8 --- /dev/null +++ b/devel/embb/distinfo @@ -0,0 +1,2 @@ +SHA256 (embb-0.2.1.tar.gz) = ff4b0b82cbb4e9596576117f1c24dcb4e1899e8e486b4422da39bd47c0394a29 +SIZE (embb-0.2.1.tar.gz) = 1447957 diff --git a/devel/embb/pkg-descr b/devel/embb/pkg-descr new file mode 100644 index 000000000000..7594b7392473 --- /dev/null +++ b/devel/embb/pkg-descr @@ -0,0 +1,11 @@ +The Embedded Multicore Building Blocks (EMBB) are an easy to use yet +powerful and efficient C/C++ library for the development of parallel +applications. EMBB has been specifically designed for embedded systems and +the typical requirements that accompany them, such as real-time capability +and constraints on memory consumption. As a major advantage, low-level +operations are hidden in the library which relieves software developers +from the burden of thread management and synchronization. This not only +improves productivity of parallel software development, but also results +in increased reliability and performance of the applications. + +WWW: https://github.com/siemens/embb diff --git a/devel/embb/pkg-plist b/devel/embb/pkg-plist new file mode 100644 index 000000000000..bd455c84cd62 --- /dev/null +++ b/devel/embb/pkg-plist @@ -0,0 +1,255 @@ +include/embb/algorithms/algorithms.h +include/embb/algorithms/count.h +include/embb/algorithms/execution_policy.h +include/embb/algorithms/for_each.h +include/embb/algorithms/identity.h +include/embb/algorithms/internal/count-inl.h +include/embb/algorithms/internal/for_each-inl.h +include/embb/algorithms/internal/merge_sort-inl.h +include/embb/algorithms/internal/partition-inl.h +include/embb/algorithms/internal/partition.h +include/embb/algorithms/internal/quick_sort-inl.h +include/embb/algorithms/internal/reduce-inl.h +include/embb/algorithms/internal/scan-inl.h +include/embb/algorithms/invoke.h +include/embb/algorithms/merge_sort.h +include/embb/algorithms/quick_sort.h +include/embb/algorithms/reduce.h +include/embb/algorithms/scan.h +include/embb/algorithms/zip_iterator.h +include/embb/base/atomic.h +include/embb/base/base.h +include/embb/base/c/atomic.h +include/embb/base/c/base.h +include/embb/base/c/condition_variable.h +include/embb/base/c/core_set.h +include/embb/base/c/counter.h +include/embb/base/c/duration.h +include/embb/base/c/errors.h +include/embb/base/c/internal/atomic/and_assign.h +include/embb/base/c/internal/atomic/atomic_sizes.h +include/embb/base/c/internal/atomic/atomic_variables.h +include/embb/base/c/internal/atomic/compare_and_swap.h +include/embb/base/c/internal/atomic/fetch_and_add.h +include/embb/base/c/internal/atomic/generate_atomic_implementation_template.h +include/embb/base/c/internal/atomic/load.h +include/embb/base/c/internal/atomic/memory_barrier.h +include/embb/base/c/internal/atomic/or_assign.h +include/embb/base/c/internal/atomic/store.h +include/embb/base/c/internal/atomic/swap.h +include/embb/base/c/internal/atomic/xor_assign.h +include/embb/base/c/internal/bitset.h +include/embb/base/c/internal/cmake_config.h +include/embb/base/c/internal/config.h +include/embb/base/c/internal/macro_helper.h +include/embb/base/c/internal/platform.h +include/embb/base/c/internal/thread_index.h +include/embb/base/c/internal/unused.h +include/embb/base/c/log.h +include/embb/base/c/memory_allocation.h +include/embb/base/c/mutex.h +include/embb/base/c/thread.h +include/embb/base/c/thread_specific_storage.h +include/embb/base/c/time.h +include/embb/base/condition_variable.h +include/embb/base/core_set.h +include/embb/base/duration.h +include/embb/base/exceptions.h +include/embb/base/function.h +include/embb/base/internal/atomic/atomic_arithmetic.h +include/embb/base/internal/atomic/atomic_base.h +include/embb/base/internal/atomic/atomic_implementation.h +include/embb/base/internal/atomic/atomic_integer.h +include/embb/base/internal/atomic/atomic_pointer.h +include/embb/base/internal/atomic/atomic_utility.h +include/embb/base/internal/cmake_config.h +include/embb/base/internal/condition_variable-inl.h +include/embb/base/internal/config.h +include/embb/base/internal/duration-inl.h +include/embb/base/internal/function0.h +include/embb/base/internal/function1.h +include/embb/base/internal/function2.h +include/embb/base/internal/function3.h +include/embb/base/internal/function4.h +include/embb/base/internal/function5.h +include/embb/base/internal/functionT.h +include/embb/base/internal/memory_allocation-inl.h +include/embb/base/internal/mutex-inl.h +include/embb/base/internal/nil.h +include/embb/base/internal/platform.h +include/embb/base/internal/thread-inl.h +include/embb/base/internal/thread_closures.h +include/embb/base/internal/thread_specific_storage-inl.h +include/embb/base/memory_allocation.h +include/embb/base/mutex.h +include/embb/base/thread.h +include/embb/base/thread_specific_storage.h +include/embb/base/time.h +include/embb/containers/containers.h +include/embb/containers/internal/hazard_pointer-inl.h +include/embb/containers/internal/hazard_pointer.h +include/embb/containers/internal/lock_free_mpmc_queue-inl.h +include/embb/containers/internal/lock_free_stack-inl.h +include/embb/containers/internal/lock_free_tree_value_pool-inl.h +include/embb/containers/internal/object_pool-inl.h +include/embb/containers/internal/wait_free_array_value_pool-inl.h +include/embb/containers/internal/wait_free_spsc_queue-inl.h +include/embb/containers/lock_free_mpmc_queue.h +include/embb/containers/lock_free_stack.h +include/embb/containers/lock_free_tree_value_pool.h +include/embb/containers/object_pool.h +include/embb/containers/wait_free_array_value_pool.h +include/embb/containers/wait_free_spsc_queue.h +include/embb/dataflow/dataflow.h +include/embb/dataflow/internal/action.h +include/embb/dataflow/internal/clock_listener.h +include/embb/dataflow/internal/constant_source.h +include/embb/dataflow/internal/in.h +include/embb/dataflow/internal/inputs.h +include/embb/dataflow/internal/node.h +include/embb/dataflow/internal/out.h +include/embb/dataflow/internal/outputs.h +include/embb/dataflow/internal/process.h +include/embb/dataflow/internal/process_executor.h +include/embb/dataflow/internal/scheduler.h +include/embb/dataflow/internal/scheduler_mtapi.h +include/embb/dataflow/internal/scheduler_sequential.h +include/embb/dataflow/internal/select.h +include/embb/dataflow/internal/signal.h +include/embb/dataflow/internal/sink.h +include/embb/dataflow/internal/sink_executor.h +include/embb/dataflow/internal/source.h +include/embb/dataflow/internal/source_executor.h +include/embb/dataflow/internal/spinlock.h +include/embb/dataflow/internal/switch.h +include/embb/dataflow/internal/tuple.h +include/embb/dataflow/internal/typelist.h +include/embb/dataflow/network.h +include/embb/mtapi/action.h +include/embb/mtapi/affinity.h +include/embb/mtapi/c/mtapi.h +include/embb/mtapi/continuation.h +include/embb/mtapi/group.h +include/embb/mtapi/mtapi.h +include/embb/mtapi/node.h +include/embb/mtapi/queue.h +include/embb/mtapi/task.h +include/embb/mtapi/taskcontext.h +include/mtapi.h +lib/libembb_algorithms_cpp.a +lib/libembb_base_c.a +lib/libembb_base_cpp.a +lib/libembb_containers_cpp.a +lib/libembb_dataflow_cpp.a +lib/libembb_mtapi_c.a +lib/libembb_mtapi_cpp.a +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/counting/count-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/counting/count_if-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/counting/counting-fragmented.cc +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/counting/setup-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/for_each/doubling-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/for_each/doubling_zip-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/for_each/for_each-fragmented.cc +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/for_each/setup_zip-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/invoke/invocation-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/invoke/invoke-fragmented.cc +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/invoke/packages-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/invoke/parallel_quick_sort-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/invoke/quick_sort-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/dot_product-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/parallel-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/range_init-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/reduce-fragmented.cc +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/second_range_init-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/sequential-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/scan/prefix_sum-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/scan/scan-fragmented.cc +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/scan/sequential_prefix_sum-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/scan/setup-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/sorting/merge_sort_preallocated-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/sorting/quick_sort-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/sorting/quick_sort_custom_compare-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/sorting/range_define-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/sorting/sorting-fragmented.cc +%%EXAMPLES%%%%EXAMPLESDIR%%/containers/object_pool-fragmented.cc +%%EXAMPLES%%%%EXAMPLESDIR%%/containers/object_pool-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/containers/object_pool_2-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/containers/queues-fragmented.cc +%%EXAMPLES%%%%EXAMPLESDIR%%/containers/queues-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/containers/stack-fragmented.cc +%%EXAMPLES%%%%EXAMPLESDIR%%/containers/stack-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_add-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_comparator-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_connect-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_consumer-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_declare_add_sources-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_declare_replace-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_declare_sink-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_declare_source-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_include-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_linear-fragmented.cc +%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_network-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_nonlinear-fragmented.cc +%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_producer-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_replace_function-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_run-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_sink_function-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_source_function-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/insert_snippets.py +%%EXAMPLES%%%%EXAMPLESDIR%%/main.cc +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c-fragmented.cc +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_action_signature-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_calc_direct-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_calc_task-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_domain_node_id-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_finalize-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_initialize-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_register_action-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_start_task-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_validate_arguments-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_validate_result_buffer-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_wait_task-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_check_status-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp-fragmented.cc +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_action_signature-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_calc_direct-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_calc_task-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_get_node-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_start_task-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_wait_task-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_terminating_condition-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_write_back-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/function-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/function_define-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/functor-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/functor_define-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/lambda-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/manual-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/setup-snippet.h +%%EXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/stl_for_each-fragmented.cc +%%DOCS%%%%DOCSDIR%%/images/embb.jpg +%%DOCS%%%%DOCSDIR%%/images/embb.pdf +%%DOCS%%%%DOCSDIR%%/images/embb.png +%%DOCS%%%%DOCSDIR%%/images/embb.pptx +%%DOCS%%%%DOCSDIR%%/reference/Doxyfile.in +%%DOCS%%%%DOCSDIR%%/reference/DoxygenHTMLStyle.css +%%DOCS%%%%DOCSDIR%%/reference/DoxygenLayout.xml +%%DOCS%%%%DOCSDIR%%/reference/embb.dox +%%DOCS%%%%DOCSDIR%%/reference/header.html +%%DOCS%%%%DOCSDIR%%/reference/index.html +%%DOCS%%%%DOCSDIR%%/tutorial/content/algorithms.tex +%%DOCS%%%%DOCSDIR%%/tutorial/content/containers.tex +%%DOCS%%%%DOCSDIR%%/tutorial/content/dataflow.tex +%%DOCS%%%%DOCSDIR%%/tutorial/content/introduction.tex +%%DOCS%%%%DOCSDIR%%/tutorial/content/mtapi.tex +%%DOCS%%%%DOCSDIR%%/tutorial/content/preface.tex +%%DOCS%%%%DOCSDIR%%/tutorial/customize.tex +%%DOCS%%%%DOCSDIR%%/tutorial/pics/chicago-square.jpg +%%DOCS%%%%DOCSDIR%%/tutorial/pics/cover/logo_multicore_expert-center_siemens.png +%%DOCS%%%%DOCSDIR%%/tutorial/pics/cover/sie_logo_layer_petrol_rgb.png +%%DOCS%%%%DOCSDIR%%/tutorial/references.bib +%%DOCS%%%%DOCSDIR%%/tutorial/sty/README.txt +%%DOCS%%%%DOCSDIR%%/tutorial/sty/siemens_core.sty +%%DOCS%%%%DOCSDIR%%/tutorial/sty/siemens_double.sty +%%DOCS%%%%DOCSDIR%%/tutorial/sty/siemens_single.sty +%%DOCS%%%%DOCSDIR%%/tutorial/tutorial.tex |