From owner-svn-ports-all@FreeBSD.ORG Thu Mar 12 13:49:21 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FB5D4C7; Thu, 12 Mar 2015 13:49:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED928B93; Thu, 12 Mar 2015 13:49:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2CDnKih008045; Thu, 12 Mar 2015 13:49:20 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2CDnKGS008041; Thu, 12 Mar 2015 13:49:20 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201503121349.t2CDnKGS008041@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 12 Mar 2015 13:49:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381090 - head/devel/caf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2015 13:49:21 -0000 Author: vanilla Date: Thu Mar 12 13:49:19 2015 New Revision: 381090 URL: https://svnweb.freebsd.org/changeset/ports/381090 QAT: https://qat.redports.org/buildarchive/r381090/ Log: Upgrade to 0.13. PR: 198542 Submitted by: maintainer Modified: head/devel/caf/Makefile head/devel/caf/distinfo head/devel/caf/pkg-plist Modified: head/devel/caf/Makefile ============================================================================== --- head/devel/caf/Makefile Thu Mar 12 13:13:21 2015 (r381089) +++ head/devel/caf/Makefile Thu Mar 12 13:49:19 2015 (r381090) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actor-framework -PORTVERSION= 0.12.2 +PORTVERSION= 0.13 CATEGORIES= devel MASTER_SITES= GH @@ -18,7 +18,7 @@ USES= compiler:c++11-lang cmake:outsour USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME} -GH_COMMIT= 37bbd2c +GH_COMMIT= 4b1b1ad OPTIONS_DEFINE= DEBUG TEST STATIC OPTIONS_RADIO= LOG_LEVEL Modified: head/devel/caf/distinfo ============================================================================== --- head/devel/caf/distinfo Thu Mar 12 13:13:21 2015 (r381089) +++ head/devel/caf/distinfo Thu Mar 12 13:49:19 2015 (r381090) @@ -1,2 +1,2 @@ -SHA256 (actor-framework-0.12.2.tar.gz) = 19be5bbdec710b883052909c1460a6279626bd0917062e7e040e6fe598b62414 -SIZE (actor-framework-0.12.2.tar.gz) = 530513 +SHA256 (actor-framework-0.13.tar.gz) = fcf80aa4d0adc9ffc9da648185f05bade84ddedd5f072742c29a7dfc1b3608fd +SIZE (actor-framework-0.13.tar.gz) = 562582 Modified: head/devel/caf/pkg-plist ============================================================================== --- head/devel/caf/pkg-plist Thu Mar 12 13:13:21 2015 (r381089) +++ head/devel/caf/pkg-plist Thu Mar 12 13:49:19 2015 (r381090) @@ -1,5 +1,6 @@ include/caf/abstract_actor.hpp include/caf/abstract_channel.hpp +include/caf/abstract_event_based_actor.hpp include/caf/abstract_group.hpp include/caf/actor.hpp include/caf/actor_addr.hpp @@ -7,6 +8,7 @@ include/caf/actor_cast.hpp include/caf/actor_companion.hpp include/caf/actor_namespace.hpp include/caf/actor_ostream.hpp +include/caf/actor_pool.hpp include/caf/actor_proxy.hpp include/caf/all.hpp include/caf/announce.hpp @@ -34,11 +36,14 @@ include/caf/detail/behavior_impl.hpp include/caf/detail/behavior_stack.hpp include/caf/detail/boxed.hpp include/caf/detail/comparable.hpp +include/caf/detail/concatenated_tuple.hpp include/caf/detail/ctm.hpp include/caf/detail/decorated_tuple.hpp include/caf/detail/default_uniform_type_info.hpp include/caf/detail/disablable_delete.hpp +include/caf/detail/disposer.hpp include/caf/detail/double_ended_queue.hpp +include/caf/detail/embedded.hpp include/caf/detail/functor_attachable.hpp include/caf/detail/get_mac_addresses.hpp include/caf/detail/get_root_uuid.hpp @@ -46,15 +51,16 @@ include/caf/detail/group_manager.hpp include/caf/detail/ieee_754.hpp include/caf/detail/implicit_conversions.hpp include/caf/detail/int_list.hpp +include/caf/detail/intrusive_partitioned_list.hpp include/caf/detail/left_or_right.hpp -include/caf/detail/lifted_fun.hpp include/caf/detail/limited_vector.hpp include/caf/detail/logging.hpp -include/caf/detail/make_counted.hpp include/caf/detail/memory.hpp +include/caf/detail/memory_cache_flag_type.hpp +include/caf/detail/message_case_builder.hpp include/caf/detail/message_data.hpp -include/caf/detail/message_iterator.hpp -include/caf/detail/proper_actor.hpp +include/caf/detail/optional_message_visitor.hpp +include/caf/detail/pair_storage.hpp include/caf/detail/pseudo_tuple.hpp include/caf/detail/purge_refs.hpp include/caf/detail/raw_access.hpp @@ -66,15 +72,16 @@ include/caf/detail/single_reader_queue.h include/caf/detail/singleton_mixin.hpp include/caf/detail/singletons.hpp include/caf/detail/sync_request_bouncer.hpp +include/caf/detail/tail_argument_token.hpp include/caf/detail/tbind.hpp include/caf/detail/try_match.hpp include/caf/detail/tuple_vals.hpp include/caf/detail/tuple_zip.hpp include/caf/detail/type_list.hpp +include/caf/detail/type_nr.hpp include/caf/detail/type_pair.hpp include/caf/detail/type_traits.hpp include/caf/detail/typed_actor_util.hpp -include/caf/detail/types_array.hpp include/caf/detail/unboxed.hpp include/caf/detail/uniform_type_info_map.hpp include/caf/detail/variant_data.hpp @@ -92,6 +99,7 @@ include/caf/fwd.hpp include/caf/group.hpp include/caf/illegal_message_element.hpp include/caf/intrusive_ptr.hpp +include/caf/invoke_message_result.hpp include/caf/io/accept_handle.hpp include/caf/io/all.hpp include/caf/io/asio_network.hpp @@ -125,8 +133,8 @@ include/caf/io/unpublish.hpp include/caf/local_actor.hpp include/caf/locks.hpp include/caf/mailbox_element.hpp -include/caf/match.hpp -include/caf/match_expr.hpp +include/caf/make_counted.hpp +include/caf/match_case.hpp include/caf/may_have_timeout.hpp include/caf/memory_managed.hpp include/caf/message.hpp @@ -135,30 +143,14 @@ include/caf/message_handler.hpp include/caf/message_id.hpp include/caf/message_priority.hpp include/caf/mixin/actor_widget.hpp -include/caf/mixin/behavior_stack_based.hpp include/caf/mixin/functor_based.hpp -include/caf/mixin/mailbox_based.hpp -include/caf/mixin/memory_cached.hpp -include/caf/mixin/single_timeout.hpp include/caf/mixin/sync_sender.hpp include/caf/node_id.hpp include/caf/none.hpp include/caf/on.hpp include/caf/optional.hpp -include/caf/policy/actor_policies.hpp -include/caf/policy/cooperative_scheduling.hpp -include/caf/policy/event_based_resume.hpp -include/caf/policy/invoke_policy.hpp -include/caf/policy/nestable_invoke.hpp -include/caf/policy/no_resume.hpp -include/caf/policy/no_scheduling.hpp -include/caf/policy/not_prioritizing.hpp -include/caf/policy/prioritizing.hpp -include/caf/policy/priority_policy.hpp -include/caf/policy/resume_policy.hpp +include/caf/policy/profiled.hpp include/caf/policy/scheduler_policy.hpp -include/caf/policy/scheduling_policy.hpp -include/caf/policy/sequential_invoke.hpp include/caf/policy/work_stealing.hpp include/caf/primitive_variant.hpp include/caf/ref_counted.hpp @@ -170,6 +162,7 @@ include/caf/sb_actor.hpp include/caf/scheduler.hpp include/caf/scheduler/abstract_coordinator.hpp include/caf/scheduler/coordinator.hpp +include/caf/scheduler/profiled_coordinator.hpp include/caf/scheduler/worker.hpp include/caf/scoped_actor.hpp include/caf/send.hpp @@ -180,6 +173,7 @@ include/caf/skip_message.hpp include/caf/spawn.hpp include/caf/spawn_fwd.hpp include/caf/spawn_options.hpp +include/caf/static_visitor.hpp include/caf/string_algorithms.hpp include/caf/string_serialization.hpp include/caf/system_messages.hpp @@ -196,20 +190,11 @@ include/caf/uniform_typeid.hpp include/caf/unit.hpp include/caf/variant.hpp include/caf/wildcard_position.hpp -include/cppa/any_tuple.hpp -include/cppa/cow_tuple.hpp -include/cppa/cppa.hpp -include/cppa/cppa_fwd.hpp -include/cppa/opt.hpp -include/cppa/opt_impls.hpp -include/cppa/publish_local_groups.hpp -include/cppa/spawn_io.hpp -include/cppa/tuple_cast.hpp lib/libcaf_core.so lib/libcaf_core.so.0 -lib/libcaf_core.so.0.12.2 +lib/libcaf_core.so.0.13.0 %%STATIC%%lib/libcaf_core_static.a lib/libcaf_io.so lib/libcaf_io.so.0 -lib/libcaf_io.so.0.12.2 +lib/libcaf_io.so.0.13.0 %%STATIC%%lib/libcaf_io_static.a