summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam>2010-05-15 05:42:23 +0000
committeradam <adam>2010-05-15 05:42:23 +0000
commitc117525d86562656cf7d95cfd374238de1069a3c (patch)
tree6d3316d39ff042bc276f1a639226a79612b0b026
parente9ab9dc60c155966f5938b00ed6686438a86fc1f (diff)
downloadpkgsrc-c117525d86562656cf7d95cfd374238de1069a3c.tar.gz
Changes 1.43.0:
New Libraries: * Functional/factory: Function objects for dynamic and by-value construction. * Functional/forward: Function object adapters to address the forwarding problem. Major Updates: * Range: Boost.Range has undergone extensive updates that it include all of the features from the recently reviewed Boost.RangeEx. * Range-based version of the full STL iterator based algorithms. * Range adaptors which can be combined with range-based algorithms for unpresedented expressiveness and efficiency. * New functions: irange, istream_range, join, combine. Updated Libraries Build System: * When cross-compiling to GNU targets, static libraries are properly created. Previously, using such libraries resulted in Archive has no index error. * The naming of DLL and import libraries with gcc compiler on Windows, both mingw and cygwin, now matches default conventions of those environments. Previously, the naming scheme was the same as for other Windows compilers. Updated Tools: * Quickbook: Unicode escape characters. * Support the UTF-8 byte order mark. * Disallow [ in simple markup. Fixes some errors with mismatched punctuation. * Add a command line flag (-D) to define macros at the command line. * Improved post-processor output. * Check that [section] and [endsect] tags are balanced in templates.
-rw-r--r--devel/boost-build/PLIST6
-rw-r--r--devel/boost-build/buildlink3.mk4
-rw-r--r--devel/boost-docs/PLIST454
-rw-r--r--devel/boost-headers/PLIST260
-rw-r--r--devel/boost-headers/buildlink3.mk4
-rw-r--r--devel/boost-jam/buildlink3.mk4
-rw-r--r--devel/boost-libs/PLIST5
-rw-r--r--devel/boost-libs/buildlink3.mk4
-rw-r--r--devel/boost-python/Makefile3
-rw-r--r--devel/boost-python/buildlink3.mk6
-rw-r--r--meta-pkgs/boost/Makefile.common4
-rw-r--r--meta-pkgs/boost/distinfo8
12 files changed, 657 insertions, 105 deletions
diff --git a/devel/boost-build/PLIST b/devel/boost-build/PLIST
index 6aacb35d456..68ac0f83fcf 100644
--- a/devel/boost-build/PLIST
+++ b/devel/boost-build/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2009/11/24 09:53:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2010/05/15 05:42:23 adam Exp $
share/boost-build/boost-build.jam
share/boost-build/boost.css
share/boost-build/boost_build.png
@@ -10,6 +10,7 @@ share/boost-build/build/alias.jam
share/boost-build/build/alias.py
share/boost-build/build/build-request.jam
share/boost-build/build/build_request.py
+share/boost-build/build/configure.jam
share/boost-build/build/engine.py
share/boost-build/build/errors.py
share/boost-build/build/feature.jam
@@ -466,6 +467,9 @@ share/boost-build/tools/borland.jam
share/boost-build/tools/builtin.jam
share/boost-build/tools/builtin.py
share/boost-build/tools/cast.jam
+share/boost-build/tools/clang-darwin.jam
+share/boost-build/tools/clang-unix.jam
+share/boost-build/tools/clang.jam
share/boost-build/tools/common.jam
share/boost-build/tools/common.py
share/boost-build/tools/como-linux.jam
diff --git a/devel/boost-build/buildlink3.mk b/devel/boost-build/buildlink3.mk
index a682328a1b3..63a74fd2b76 100644
--- a/devel/boost-build/buildlink3.mk
+++ b/devel/boost-build/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.14 2010/02/12 10:31:04 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2010/05/15 05:42:23 adam Exp $
BUILDLINK_TREE+= boost-build
.if !defined(BOOST_BUILD_BUILDLINK3_MK)
BOOST_BUILD_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.42.*
+BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.43.*
BUILDLINK_DEPMETHOD.boost-build?= build
BUILDLINK_PKGSRCDIR.boost-build?= ../../devel/boost-build
.endif # BOOST_BUILD_BUILDLINK3_MK
diff --git a/devel/boost-docs/PLIST b/devel/boost-docs/PLIST
index 73dde2451b5..a6b3ba62df9 100644
--- a/devel/boost-docs/PLIST
+++ b/devel/boost-docs/PLIST
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.11 2010/02/12 10:31:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2010/05/15 05:42:23 adam Exp $
+@pkgdir share/doc/boost/libs/utility/enable_if
+@pkgdir share/doc/boost/libs/utility/swap
share/doc/boost/boost.css
share/doc/boost/boost.png
share/doc/boost/index.htm
@@ -888,6 +890,16 @@ share/doc/boost/libs/function_types/example/result_of.hpp
share/doc/boost/libs/function_types/example/result_of_example.cpp
share/doc/boost/libs/function_types/index.html
share/doc/boost/libs/functional/binders.html
+share/doc/boost/libs/functional/factory/doc/Jamfile
+share/doc/boost/libs/functional/factory/doc/factory.qbk
+share/doc/boost/libs/functional/factory/doc/html/boostbook.css
+share/doc/boost/libs/functional/factory/doc/html/index.html
+share/doc/boost/libs/functional/factory/index.html
+share/doc/boost/libs/functional/forward/doc/Jamfile
+share/doc/boost/libs/functional/forward/doc/forward.qbk
+share/doc/boost/libs/functional/forward/doc/html/boostbook.css
+share/doc/boost/libs/functional/forward/doc/html/index.html
+share/doc/boost/libs/functional/forward/index.html
share/doc/boost/libs/functional/function_traits.html
share/doc/boost/libs/functional/hash/doc/Jamfile.v2
share/doc/boost/libs/functional/hash/doc/changes.qbk
@@ -923,9 +935,18 @@ share/doc/boost/libs/fusion/doc/fusion.qbk
share/doc/boost/libs/fusion/doc/html/fusion/acknowledgements.html
share/doc/boost/libs/fusion/doc/html/fusion/adapted.html
share/doc/boost/libs/fusion/doc/html/fusion/adapted/adapt_assoc.html
+share/doc/boost/libs/fusion/doc/html/fusion/adapted/adapt_assoc_struct_named.html
+share/doc/boost/libs/fusion/doc/html/fusion/adapted/adapt_assoc_tpl_struct.html
share/doc/boost/libs/fusion/doc/html/fusion/adapted/adapt_struct.html
+share/doc/boost/libs/fusion/doc/html/fusion/adapted/adapt_struct_named.html
+share/doc/boost/libs/fusion/doc/html/fusion/adapted/adapt_tpl_struct.html
+share/doc/boost/libs/fusion/doc/html/fusion/adapted/array.html
share/doc/boost/libs/fusion/doc/html/fusion/adapted/boost__array.html
share/doc/boost/libs/fusion/doc/html/fusion/adapted/boost__tuple.html
+share/doc/boost/libs/fusion/doc/html/fusion/adapted/define_assoc_struct.html
+share/doc/boost/libs/fusion/doc/html/fusion/adapted/define_assoc_tpl_struct.html
+share/doc/boost/libs/fusion/doc/html/fusion/adapted/define_struct.html
+share/doc/boost/libs/fusion/doc/html/fusion/adapted/define_tpl_struct.html
share/doc/boost/libs/fusion/doc/html/fusion/adapted/mpl_sequence.html
share/doc/boost/libs/fusion/doc/html/fusion/adapted/std__pair.html
share/doc/boost/libs/fusion/doc/html/fusion/algorithm.html
@@ -2200,6 +2221,7 @@ share/doc/boost/libs/graph/doc/figs/visitor.gif
share/doc/boost/libs/graph/doc/figs/wheel_graph.gif
share/doc/boost/libs/graph/doc/file_dependency_example.html
share/doc/boost/libs/graph/doc/filtered_graph.html
+share/doc/boost/libs/graph/doc/find_odd_cycle.html
share/doc/boost/libs/graph/doc/floyd_warshall_shortest.html
share/doc/boost/libs/graph/doc/fruchterman_reingold.html
share/doc/boost/libs/graph/doc/graph_coloring.html
@@ -2215,6 +2237,7 @@ share/doc/boost/libs/graph/doc/incident.html
share/doc/boost/libs/graph/doc/incremental_components.html
share/doc/boost/libs/graph/doc/index.html
share/doc/boost/libs/graph/doc/inv_adjacency_iterator.html
+share/doc/boost/libs/graph/doc/is_bipartite.html
share/doc/boost/libs/graph/doc/is_kuratowski_subgraph.html
share/doc/boost/libs/graph/doc/is_straight_line_drawing.html
share/doc/boost/libs/graph/doc/iscope99.pdf
@@ -2257,6 +2280,7 @@ share/doc/boost/libs/graph/doc/prim_minimum_spanning_tree.html
share/doc/boost/libs/graph/doc/profile.htm
share/doc/boost/libs/graph/doc/property.html
share/doc/boost/libs/graph/doc/property_map.html
+share/doc/boost/libs/graph/doc/property_put.html
share/doc/boost/libs/graph/doc/property_writer.html
share/doc/boost/libs/graph/doc/publications.html
share/doc/boost/libs/graph/doc/push_relabel_max_flow.html
@@ -2287,6 +2311,7 @@ share/doc/boost/libs/graph/doc/tc-out.gif
share/doc/boost/libs/graph/doc/tc.gif
share/doc/boost/libs/graph/doc/time_stamper.html
share/doc/boost/libs/graph/doc/topological_sort.html
+share/doc/boost/libs/graph/doc/topology.html
share/doc/boost/libs/graph/doc/transitive_closure.html
share/doc/boost/libs/graph/doc/transitive_closure.w
share/doc/boost/libs/graph/doc/transpose_graph.html
@@ -2325,6 +2350,7 @@ share/doc/boost/libs/graph/example/bfs.expected
share/doc/boost/libs/graph/example/bfs_basics.expected
share/doc/boost/libs/graph/example/bfs_neighbor.cpp
share/doc/boost/libs/graph/example/biconnected_components.cpp
+share/doc/boost/libs/graph/example/bipartite_example.cpp
share/doc/boost/libs/graph/example/boost_web.dat
share/doc/boost/libs/graph/example/boost_web_graph.cpp
share/doc/boost/libs/graph/example/boost_web_graph.expected
@@ -2563,7 +2589,6 @@ share/doc/boost/libs/graph/example/write_graphviz.cpp
share/doc/boost/libs/graph/index.html
share/doc/boost/libs/graph/src/graphml.cpp
share/doc/boost/libs/graph/src/read_graphviz_new.cpp
-share/doc/boost/libs/graph/src/read_graphviz_spirit.cpp
share/doc/boost/libs/graph_parallel/doc/BUILD_DOCS.tcl
share/doc/boost/libs/graph_parallel/doc/DistributedEdgeListGraph.rst
share/doc/boost/libs/graph_parallel/doc/DistributedGraph.rst
@@ -4335,10 +4360,6 @@ share/doc/boost/libs/math/doc/sf_and_dist/graphs/laguerre.png
share/doc/boost/libs/math/doc/sf_and_dist/graphs/laguerre.svg
share/doc/boost/libs/math/doc/sf_and_dist/graphs/laplace_pdf.png
share/doc/boost/libs/math/doc/sf_and_dist/graphs/laplace_pdf.svg
-share/doc/boost/libs/math/doc/sf_and_dist/graphs/laplace_pdf_mu.png
-share/doc/boost/libs/math/doc/sf_and_dist/graphs/laplace_pdf_mu.svg
-share/doc/boost/libs/math/doc/sf_and_dist/graphs/laplace_pdf_sigma.png
-share/doc/boost/libs/math/doc/sf_and_dist/graphs/laplace_pdf_sigma.svg
share/doc/boost/libs/math/doc/sf_and_dist/graphs/legendre_p.png
share/doc/boost/libs/math/doc/sf_and_dist/graphs/legendre_p.svg
share/doc/boost/libs/math/doc/sf_and_dist/graphs/legendre_q.png
@@ -4852,7 +4873,9 @@ share/doc/boost/libs/math/performance/main.cpp
share/doc/boost/libs/math/performance/msvc-9-dist.log
share/doc/boost/libs/math/performance/performance_measure.hpp
share/doc/boost/libs/math/performance/required_defines.hpp
+share/doc/boost/libs/math/performance/test_bessel.cpp
share/doc/boost/libs/math/performance/test_beta.cpp
+share/doc/boost/libs/math/performance/test_cbrt.cpp
share/doc/boost/libs/math/performance/test_erf.cpp
share/doc/boost/libs/math/performance/test_expm1_log1p.cpp
share/doc/boost/libs/math/performance/test_gamma.cpp
@@ -6629,6 +6652,8 @@ share/doc/boost/libs/proto/doc/reference.xml
share/doc/boost/libs/proto/doc/reference/args.xml
share/doc/boost/libs/proto/doc/reference/concepts/BasicPrimitiveTransform.xml
share/doc/boost/libs/proto/doc/reference/concepts/CallableTransform.xml
+share/doc/boost/libs/proto/doc/reference/concepts/Domain.xml
+share/doc/boost/libs/proto/doc/reference/concepts/Expr.xml
share/doc/boost/libs/proto/doc/reference/concepts/ObjectTransform.xml
share/doc/boost/libs/proto/doc/reference/concepts/PolymorphicFunctionObject.xml
share/doc/boost/libs/proto/doc/reference/concepts/PrimitiveTransform.xml
@@ -6665,6 +6690,7 @@ share/doc/boost/libs/proto/doc/reference/transform/lazy.xml
share/doc/boost/libs/proto/doc/reference/transform/make.xml
share/doc/boost/libs/proto/doc/reference/transform/pass_through.xml
share/doc/boost/libs/proto/doc/reference/transform/when.xml
+share/doc/boost/libs/proto/doc/release_notes.qbk
share/doc/boost/libs/proto/doc/resources.qbk
share/doc/boost/libs/proto/example/Jamfile.v2
share/doc/boost/libs/proto/example/calc1.cpp
@@ -7068,43 +7094,358 @@ share/doc/boost/libs/python/src/tuple.cpp
share/doc/boost/libs/python/src/wrapper.cpp
share/doc/boost/libs/python/todo.html
share/doc/boost/libs/python/todo.txt
-share/doc/boost/libs/random/histogram.cpp
+share/doc/boost/libs/random/doc/Jamfile.v2
+share/doc/boost/libs/random/doc/concepts.qbk
+share/doc/boost/libs/random/doc/distribution_performance_linux.qbk
+share/doc/boost/libs/random/doc/distribution_performance_windows.qbk
+share/doc/boost/libs/random/doc/distributions.qbk
+share/doc/boost/libs/random/doc/generator_defs.qbk
+share/doc/boost/libs/random/doc/generator_performance_linux.qbk
+share/doc/boost/libs/random/doc/generator_performance_windows.qbk
+share/doc/boost/libs/random/doc/generators.qbk
+share/doc/boost/libs/random/doc/nondet_random.qbk
+share/doc/boost/libs/random/doc/performance.qbk
+share/doc/boost/libs/random/doc/performance_data.qbk
+share/doc/boost/libs/random/doc/random.qbk
+share/doc/boost/libs/random/doc/random_number_generator.qbk
+share/doc/boost/libs/random/doc/tutorial.qbk
+share/doc/boost/libs/random/example/Jamfile.v2
+share/doc/boost/libs/random/example/die.cpp
+share/doc/boost/libs/random/example/random_demo.cpp
+share/doc/boost/libs/random/example/weighted_die.cpp
+share/doc/boost/libs/random/extra/Jamfile.v2
+share/doc/boost/libs/random/extra/haertel.hpp
+share/doc/boost/libs/random/extra/test_haertel.cpp
share/doc/boost/libs/random/index.html
-share/doc/boost/libs/random/instantiate.cpp
-share/doc/boost/libs/random/integrate.hpp
share/doc/boost/libs/random/nondet_random.html
-share/doc/boost/libs/random/nondet_random_speed.cpp
+share/doc/boost/libs/random/performance/generate_table.cpp
+share/doc/boost/libs/random/performance/nondet_random_speed.cpp
+share/doc/boost/libs/random/performance/random_speed.cpp
share/doc/boost/libs/random/random-concepts.html
share/doc/boost/libs/random/random-distributions.html
share/doc/boost/libs/random/random-generators.html
share/doc/boost/libs/random/random-misc.html
share/doc/boost/libs/random/random-performance.html
share/doc/boost/libs/random/random-variate.html
-share/doc/boost/libs/random/random_demo.cpp
-share/doc/boost/libs/random/random_device.cpp
-share/doc/boost/libs/random/random_speed.cpp
-share/doc/boost/libs/random/random_test.cpp
-share/doc/boost/libs/random/statistic_tests.cpp
-share/doc/boost/libs/random/statistic_tests.hpp
-share/doc/boost/libs/random/validate.cpp
-share/doc/boost/libs/random/wg21-proposal.html
+share/doc/boost/libs/random/src/random_device.cpp
share/doc/boost/libs/range/doc/Jamfile.v2
-share/doc/boost/libs/range/doc/boost_range.html
share/doc/boost/libs/range/doc/boost_range.qbk
+share/doc/boost/libs/range/doc/concepts.qbk
share/doc/boost/libs/range/doc/example.cpp
-share/doc/boost/libs/range/doc/examples.html
-share/doc/boost/libs/range/doc/faq.html
-share/doc/boost/libs/range/doc/headers.html
-share/doc/boost/libs/range/doc/history_ack.html
-share/doc/boost/libs/range/doc/intro.html
-share/doc/boost/libs/range/doc/mfc_atl.html
+share/doc/boost/libs/range/doc/examples.qbk
+share/doc/boost/libs/range/doc/faq.qbk
+share/doc/boost/libs/range/doc/headers.qbk
+share/doc/boost/libs/range/doc/history_ack.qbk
+share/doc/boost/libs/range/doc/html/index.html
+share/doc/boost/libs/range/doc/html/quickbook_HTML.manifest
+share/doc/boost/libs/range/doc/html/range/concepts.html
+share/doc/boost/libs/range/doc/html/range/concepts/bidirectional_range.html
+share/doc/boost/libs/range/doc/html/range/concepts/concept_checking.html
+share/doc/boost/libs/range/doc/html/range/concepts/forward_range.html
+share/doc/boost/libs/range/doc/html/range/concepts/overview.html
+share/doc/boost/libs/range/doc/html/range/concepts/random_access_range.html
+share/doc/boost/libs/range/doc/html/range/concepts/single_pass_range.html
+share/doc/boost/libs/range/doc/html/range/examples.html
+share/doc/boost/libs/range/doc/html/range/faq.html
+share/doc/boost/libs/range/doc/html/range/history_ack.html
+share/doc/boost/libs/range/doc/html/range/introduction.html
+share/doc/boost/libs/range/doc/html/range/library_headers.html
+share/doc/boost/libs/range/doc/html/range/library_headers/adaptors.html
+share/doc/boost/libs/range/doc/html/range/library_headers/algorithm.html
+share/doc/boost/libs/range/doc/html/range/library_headers/algorithm_extensions.html
+share/doc/boost/libs/range/doc/html/range/library_headers/general.html
+share/doc/boost/libs/range/doc/html/range/mfc_atl.html
+share/doc/boost/libs/range/doc/html/range/mfc_atl/atl_ranges.html
+share/doc/boost/libs/range/doc/html/range/mfc_atl/const_ranges.html
+share/doc/boost/libs/range/doc/html/range/mfc_atl/mfc_ranges.html
+share/doc/boost/libs/range/doc/html/range/mfc_atl/references.html
+share/doc/boost/libs/range/doc/html/range/mfc_atl/requirements.html
+share/doc/boost/libs/range/doc/html/range/portability.html
+share/doc/boost/libs/range/doc/html/range/reference.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/adaptors_general_requirements.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/adaptors_introduction.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/adaptors_reference.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/adaptors_synopsis.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/general_requirements.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/introduction.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/reference.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/reference/adjacent_filtered.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/reference/copied.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/reference/filtered.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/reference/indexed.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/reference/indirected.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/reference/map_keys.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/reference/map_values.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/reference/replaced.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/reference/replaced_if.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/reference/reversed.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/reference/sliced.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/reference/strided.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/reference/tokenized.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/reference/transformed.html
+share/doc/boost/libs/range/doc/html/range/reference/adaptors/reference/uniqued.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/heap.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/heap/make_heap.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/heap/pop_heap.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/heap/push_heap.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/heap/sort_heap.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/copy.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/copy_backward.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/fill.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/fill_n.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/generate.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/inplace_merge.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/merge.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/nth_element.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/partial_sort.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/partition.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/random_shuffle.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/remove.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/remove_copy.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/remove_copy_if.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/remove_if.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/replace.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/replace_copy.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/replace_copy_if.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/replace_if.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/reverse.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/reverse_copy.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/rotate.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/rotate_copy.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/sort.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/stable_partition.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/stable_sort.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/swap_ranges.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/transform.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/unique.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/mutating/unique_copy.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/new.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/new/copy_n.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/new/erase.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/new/for_each.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/new/insert.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/new/iota.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/new/is_sorted.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/new/overwrite.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/new/push_back.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/new/push_front.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/new/remove_erase.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/new/remove_erase_if.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/adjacent_find.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/binary_search.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/count.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/count_if.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/equal.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/equal_range.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/find.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/find_end.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/find_first_of.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/find_if.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/for_each.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/lexicographical_compare.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/lower_bound.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/max_element.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/min_element.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/mismatch.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/search.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/search_n.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/non_mutating/upper_bound.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/numeric.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/numeric/accumulate.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/numeric/adjacent_difference.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/numeric/inner_product.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/numeric/partial_sum.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/permutation.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/permutation/next_permutation.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/permutation/prev_permutation.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/set.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/set/includes.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/set/set_difference.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/set/set_intersection.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/set/set_symmetric_difference.html
+share/doc/boost/libs/range/doc/html/range/reference/algorithms/set/set_union.html
+share/doc/boost/libs/range/doc/html/range/reference/concept_implementation.html
+share/doc/boost/libs/range/doc/html/range/reference/concept_implementation/overview.html
+share/doc/boost/libs/range/doc/html/range/reference/concept_implementation/semantics.html
+share/doc/boost/libs/range/doc/html/range/reference/concept_implementation/semantics/functions.html
+share/doc/boost/libs/range/doc/html/range/reference/concept_implementation/semantics/metafunctions.html
+share/doc/boost/libs/range/doc/html/range/reference/concept_implementation/synopsis.html
+share/doc/boost/libs/range/doc/html/range/reference/extending.html
+share/doc/boost/libs/range/doc/html/range/reference/extending/method_1.html
+share/doc/boost/libs/range/doc/html/range/reference/extending/method_2.html
+share/doc/boost/libs/range/doc/html/range/reference/extending/method_3.html
+share/doc/boost/libs/range/doc/html/range/reference/extending/method_3/method_3_1.html
+share/doc/boost/libs/range/doc/html/range/reference/extending/method_3/method_3_2.html
+share/doc/boost/libs/range/doc/html/range/reference/range_algorithm.html
+share/doc/boost/libs/range/doc/html/range/reference/ranges.html
+share/doc/boost/libs/range/doc/html/range/reference/ranges/counting_range.html
+share/doc/boost/libs/range/doc/html/range/reference/ranges/introduction.html
+share/doc/boost/libs/range/doc/html/range/reference/ranges/irange.html
+share/doc/boost/libs/range/doc/html/range/reference/ranges/istream_range.html
+share/doc/boost/libs/range/doc/html/range/reference/ranges/reference.html
+share/doc/boost/libs/range/doc/html/range/reference/ranges/reference/counting_range.html
+share/doc/boost/libs/range/doc/html/range/reference/ranges/reference/irange.html
+share/doc/boost/libs/range/doc/html/range/reference/ranges/reference/istream_range.html
+share/doc/boost/libs/range/doc/html/range/reference/semantics/functions.html
+share/doc/boost/libs/range/doc/html/range/reference/semantics/metafunctions.html
+share/doc/boost/libs/range/doc/html/range/reference/synopsis.html
+share/doc/boost/libs/range/doc/html/range/reference/utilities.html
+share/doc/boost/libs/range/doc/html/range/reference/utilities/iterator_range.html
+share/doc/boost/libs/range/doc/html/range/reference/utilities/join.html
+share/doc/boost/libs/range/doc/html/range/reference/utilities/sub_range.html
+share/doc/boost/libs/range/doc/html/range/style_guide.html
+share/doc/boost/libs/range/doc/html/range/upgrade.html
+share/doc/boost/libs/range/doc/html/range/upgrade/upgrade_1_34_to_1_35.html
+share/doc/boost/libs/range/doc/html/range/upgrade/upgrade_from_1_34.html
+share/doc/boost/libs/range/doc/html/range/upgrade/upgrade_from_1_42.html
+share/doc/boost/libs/range/doc/html/range/utilities/iterator_range.html
+share/doc/boost/libs/range/doc/html/range/utilities/join.html
+share/doc/boost/libs/range/doc/html/range/utilities/sub_range.html
+share/doc/boost/libs/range/doc/html/standalone_HTML.manifest
+share/doc/boost/libs/range/doc/introduction.qbk
+share/doc/boost/libs/range/doc/mfc_atl.qbk
share/doc/boost/libs/range/doc/mfc_atl.rst
-share/doc/boost/libs/range/doc/portability.html
-share/doc/boost/libs/range/doc/range.html
+share/doc/boost/libs/range/doc/portability.qbk
+share/doc/boost/libs/range/doc/reference.qbk
+share/doc/boost/libs/range/doc/reference/adaptors.qbk
+share/doc/boost/libs/range/doc/reference/adaptors/adjacent_filtered.html
+share/doc/boost/libs/range/doc/reference/adaptors/adjacent_filtered.qbk
+share/doc/boost/libs/range/doc/reference/adaptors/copied.html
+share/doc/boost/libs/range/doc/reference/adaptors/copied.qbk
+share/doc/boost/libs/range/doc/reference/adaptors/examples/adjacent_filtered.cpp
+share/doc/boost/libs/range/doc/reference/adaptors/examples/copied.cpp
+share/doc/boost/libs/range/doc/reference/adaptors/examples/filtered.cpp
+share/doc/boost/libs/range/doc/reference/adaptors/examples/indexed.cpp
+share/doc/boost/libs/range/doc/reference/adaptors/examples/indirected.cpp
+share/doc/boost/libs/range/doc/reference/adaptors/examples/map_keys.cpp
+share/doc/boost/libs/range/doc/reference/adaptors/examples/map_values.cpp
+share/doc/boost/libs/range/doc/reference/adaptors/examples/replaced.cpp
+share/doc/boost/libs/range/doc/reference/adaptors/examples/replaced_if.cpp
+share/doc/boost/libs/range/doc/reference/adaptors/examples/reversed.cpp
+share/doc/boost/libs/range/doc/reference/adaptors/examples/sliced.cpp
+share/doc/boost/libs/range/doc/reference/adaptors/examples/strided.cpp
+share/doc/boost/libs/range/doc/reference/adaptors/examples/tokenized.cpp
+share/doc/boost/libs/range/doc/reference/adaptors/examples/transformed.cpp
+share/doc/boost/libs/range/doc/reference/adaptors/examples/uniqued.cpp
+share/doc/boost/libs/range/doc/reference/adaptors/filtered.html
+share/doc/boost/libs/range/doc/reference/adaptors/filtered.qbk
+share/doc/boost/libs/range/doc/reference/adaptors/indexed.html
+share/doc/boost/libs/range/doc/reference/adaptors/indexed.qbk
+share/doc/boost/libs/range/doc/reference/adaptors/indirected.html
+share/doc/boost/libs/range/doc/reference/adaptors/indirected.qbk
+share/doc/boost/libs/range/doc/reference/adaptors/map_keys.html
+share/doc/boost/libs/range/doc/reference/adaptors/map_keys.qbk
+share/doc/boost/libs/range/doc/reference/adaptors/map_values.html
+share/doc/boost/libs/range/doc/reference/adaptors/map_values.qbk
+share/doc/boost/libs/range/doc/reference/adaptors/replaced.html
+share/doc/boost/libs/range/doc/reference/adaptors/replaced.qbk
+share/doc/boost/libs/range/doc/reference/adaptors/replaced_if.html
+share/doc/boost/libs/range/doc/reference/adaptors/replaced_if.qbk
+share/doc/boost/libs/range/doc/reference/adaptors/reversed.html
+share/doc/boost/libs/range/doc/reference/adaptors/reversed.qbk
+share/doc/boost/libs/range/doc/reference/adaptors/sliced.html
+share/doc/boost/libs/range/doc/reference/adaptors/sliced.qbk
+share/doc/boost/libs/range/doc/reference/adaptors/strided.html
+share/doc/boost/libs/range/doc/reference/adaptors/strided.qbk
+share/doc/boost/libs/range/doc/reference/adaptors/tokenized.html
+share/doc/boost/libs/range/doc/reference/adaptors/tokenized.qbk
+share/doc/boost/libs/range/doc/reference/adaptors/transformed.html
+share/doc/boost/libs/range/doc/reference/adaptors/transformed.qbk
+share/doc/boost/libs/range/doc/reference/adaptors/uniqued.html
+share/doc/boost/libs/range/doc/reference/adaptors/uniqued.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/adjacent_find.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/binary_search.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/copy.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/copy_backward.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/count.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/count_if.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/equal.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/equal_range.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/fill.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/fill_n.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/find.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/find_end.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/find_first_of.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/find_if.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/for_each.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/generate.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/includes.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/inplace_merge.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/lexicographical_compare.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/lower_bound.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/make_heap.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/max_element.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/merge.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/min_element.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/mismatch.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/next_permutation.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/nth_element.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/partial_sort.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/partition.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/pop_heap.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/prev_permutation.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/push_heap.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/random_shuffle.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/remove.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/remove_copy.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/remove_copy_if.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/remove_if.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/replace.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/replace_copy.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/replace_copy_if.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/replace_if.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/reverse.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/reverse_copy.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/rotate.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/rotate_copy.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/search.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/search_n.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/set_difference.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/set_intersection.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/set_symmetric_difference.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/set_union.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/sort.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/sort_heap.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/stable_partition.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/stable_sort.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/swap_ranges.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/transform.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/unique.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/unique_copy.qbk
+share/doc/boost/libs/range/doc/reference/algorithm/upper_bound.qbk
+share/doc/boost/libs/range/doc/reference/algorithm_ext/copy_n.qbk
+share/doc/boost/libs/range/doc/reference/algorithm_ext/erase.qbk
+share/doc/boost/libs/range/doc/reference/algorithm_ext/for_each.qbk
+share/doc/boost/libs/range/doc/reference/algorithm_ext/insert.qbk
+share/doc/boost/libs/range/doc/reference/algorithm_ext/iota.qbk
+share/doc/boost/libs/range/doc/reference/algorithm_ext/is_sorted.qbk
+share/doc/boost/libs/range/doc/reference/algorithm_ext/overwrite.qbk
+share/doc/boost/libs/range/doc/reference/algorithm_ext/push_back.qbk
+share/doc/boost/libs/range/doc/reference/algorithm_ext/push_front.qbk
+share/doc/boost/libs/range/doc/reference/algorithm_ext/remove_erase.qbk
+share/doc/boost/libs/range/doc/reference/algorithm_ext/remove_erase_if.qbk
+share/doc/boost/libs/range/doc/reference/algorithms.qbk
+share/doc/boost/libs/range/doc/reference/extending.qbk
+share/doc/boost/libs/range/doc/reference/numeric/accumulate.qbk
+share/doc/boost/libs/range/doc/reference/numeric/adjacent_difference.qbk
+share/doc/boost/libs/range/doc/reference/numeric/inner_product.qbk
+share/doc/boost/libs/range/doc/reference/numeric/partial_sum.qbk
+share/doc/boost/libs/range/doc/reference/overview.qbk
+share/doc/boost/libs/range/doc/reference/ranges.qbk
+share/doc/boost/libs/range/doc/reference/ranges/counting_range.qbk
+share/doc/boost/libs/range/doc/reference/ranges/irange.qbk
+share/doc/boost/libs/range/doc/reference/ranges/istream_range.qbk
+share/doc/boost/libs/range/doc/reference/semantics.qbk
+share/doc/boost/libs/range/doc/reference/synopsis.qbk
+share/doc/boost/libs/range/doc/reference/utilities.qbk
share/doc/boost/libs/range/doc/style.css
-share/doc/boost/libs/range/doc/style.html
-share/doc/boost/libs/range/doc/upgrading.html
-share/doc/boost/libs/range/doc/utility_class.html
+share/doc/boost/libs/range/doc/style.qbk
+share/doc/boost/libs/range/doc/upgrade.qbk
share/doc/boost/libs/range/index.html
share/doc/boost/libs/rational/index.html
share/doc/boost/libs/rational/rational.html
@@ -7352,6 +7693,7 @@ share/doc/boost/libs/serialization/doc/release.html
share/doc/boost/libs/serialization/doc/serialization.html
share/doc/boost/libs/serialization/doc/shared_ptr.html
share/doc/boost/libs/serialization/doc/shared_ptr2.html
+share/doc/boost/libs/serialization/doc/simple_log.html
share/doc/boost/libs/serialization/doc/singleton.html
share/doc/boost/libs/serialization/doc/smart_cast.html
share/doc/boost/libs/serialization/doc/special.html
@@ -7375,6 +7717,7 @@ share/doc/boost/libs/serialization/example/demo_dll_b.ipp
share/doc/boost/libs/serialization/example/demo_exception.cpp
share/doc/boost/libs/serialization/example/demo_fast_archive.cpp
share/doc/boost/libs/serialization/example/demo_gps.hpp
+share/doc/boost/libs/serialization/example/demo_log.cpp
share/doc/boost/libs/serialization/example/demo_output.txt
share/doc/boost/libs/serialization/example/demo_pimpl.cpp
share/doc/boost/libs/serialization/example/demo_pimpl_A.cpp
@@ -7385,11 +7728,15 @@ share/doc/boost/libs/serialization/example/demo_polymorphic_A.hpp
share/doc/boost/libs/serialization/example/demo_portable_archive.cpp
share/doc/boost/libs/serialization/example/demo_save.xml
share/doc/boost/libs/serialization/example/demo_shared_ptr.cpp
+share/doc/boost/libs/serialization/example/demo_simple_log.cpp
+share/doc/boost/libs/serialization/example/demo_trivial_archive.cpp
share/doc/boost/libs/serialization/example/demo_xml.cpp
share/doc/boost/libs/serialization/example/demo_xml.hpp
share/doc/boost/libs/serialization/example/demo_xml_load.cpp
share/doc/boost/libs/serialization/example/demo_xml_save.cpp
share/doc/boost/libs/serialization/example/demofile.txt
+share/doc/boost/libs/serialization/example/log_archive.cpp
+share/doc/boost/libs/serialization/example/log_archive.hpp
share/doc/boost/libs/serialization/example/polymorphic_portable_binary_iarchive.cpp
share/doc/boost/libs/serialization/example/polymorphic_portable_binary_iarchive.hpp
share/doc/boost/libs/serialization/example/polymorphic_portable_binary_oarchive.cpp
@@ -7399,6 +7746,7 @@ share/doc/boost/libs/serialization/example/portable_binary_iarchive.cpp
share/doc/boost/libs/serialization/example/portable_binary_iarchive.hpp
share/doc/boost/libs/serialization/example/portable_binary_oarchive.cpp
share/doc/boost/libs/serialization/example/portable_binary_oarchive.hpp
+share/doc/boost/libs/serialization/example/simple_log_archive.hpp
share/doc/boost/libs/serialization/index.html
share/doc/boost/libs/serialization/performance/Jamfile.v2
share/doc/boost/libs/serialization/performance/binary_archive.hpp
@@ -7475,10 +7823,13 @@ share/doc/boost/libs/serialization/vc7ide/demo_auto_ptr.vcproj
share/doc/boost/libs/serialization/vc7ide/demo_dll.vcproj
share/doc/boost/libs/serialization/vc7ide/demo_exception.vcproj
share/doc/boost/libs/serialization/vc7ide/demo_fast_archive.vcproj
+share/doc/boost/libs/serialization/vc7ide/demo_log.vcproj
share/doc/boost/libs/serialization/vc7ide/demo_pimpl.vcproj
share/doc/boost/libs/serialization/vc7ide/demo_polymorphic.vcproj
share/doc/boost/libs/serialization/vc7ide/demo_portable_archive.vcproj
share/doc/boost/libs/serialization/vc7ide/demo_shared_ptr.vcproj
+share/doc/boost/libs/serialization/vc7ide/demo_simple_log.vcproj
+share/doc/boost/libs/serialization/vc7ide/demo_trivial_archive.vcproj
share/doc/boost/libs/serialization/vc7ide/demo_xml.vcproj
share/doc/boost/libs/serialization/vc7ide/demo_xml_load.vcproj
share/doc/boost/libs/serialization/vc7ide/demo_xml_save.vcproj
@@ -7619,6 +7970,7 @@ share/doc/boost/libs/signals2/doc/snippet_extractor.cpp
share/doc/boost/libs/signals2/doc/tests.xml
share/doc/boost/libs/signals2/doc/thread_safety.xml
share/doc/boost/libs/signals2/doc/tutorial.xml
+share/doc/boost/libs/signals2/example/Jamfile.v2
share/doc/boost/libs/signals2/example/custom_combiners.cpp
share/doc/boost/libs/signals2/example/disconnect_and_block.cpp
share/doc/boost/libs/signals2/example/doc_view.cpp
@@ -7662,18 +8014,6 @@ share/doc/boost/libs/smart_ptr/sp_techniques.html
share/doc/boost/libs/smart_ptr/src/sp_collector.cpp
share/doc/boost/libs/smart_ptr/src/sp_debug_hooks.cpp
share/doc/boost/libs/smart_ptr/weak_ptr.htm
-share/doc/boost/libs/spirit/benchmarks/boiler_plate.cpp
-share/doc/boost/libs/spirit/benchmarks/high_resolution_timer.hpp
-share/doc/boost/libs/spirit/benchmarks/karma/Jamfile
-share/doc/boost/libs/spirit/benchmarks/karma/double_performance.cpp
-share/doc/boost/libs/spirit/benchmarks/karma/format_performance.cpp
-share/doc/boost/libs/spirit/benchmarks/karma/int_generator.cpp
-share/doc/boost/libs/spirit/benchmarks/karma/real_generator.cpp
-share/doc/boost/libs/spirit/benchmarks/karma/sequence_performance.cpp
-share/doc/boost/libs/spirit/benchmarks/measure.hpp
-share/doc/boost/libs/spirit/benchmarks/qi/Jamfile
-share/doc/boost/libs/spirit/benchmarks/qi/int_parser.cpp
-share/doc/boost/libs/spirit/benchmarks/qi/real_parser.cpp
share/doc/boost/libs/spirit/classic/change_log.html
share/doc/boost/libs/spirit/classic/doc/acknowledgments.html
share/doc/boost/libs/spirit/classic/doc/basic_concepts.html
@@ -8059,6 +8399,7 @@ share/doc/boost/libs/spirit/doc/html/spirit/karma/reference/string.html
share/doc/boost/libs/spirit/doc/html/spirit/karma/reference/string/string.html
share/doc/boost/libs/spirit/doc/html/spirit/karma/reference/string/symbols.html
share/doc/boost/libs/spirit/doc/html/spirit/karma/tutorials.html
+share/doc/boost/libs/spirit/doc/html/spirit/karma/tutorials/karma_adapted_complex.html
share/doc/boost/libs/spirit/doc/html/spirit/karma/tutorials/karma_complex.html
share/doc/boost/libs/spirit/doc/html/spirit/karma/tutorials/karma_easier_complex.html
share/doc/boost/libs/spirit/doc/html/spirit/karma/tutorials/num_list.html
@@ -8138,6 +8479,7 @@ share/doc/boost/libs/spirit/doc/html/spirit/qi/reference/directive.html
share/doc/boost/libs/spirit/doc/html/spirit/qi/reference/directive/lexeme.html
share/doc/boost/libs/spirit/doc/html/spirit/qi/reference/directive/matches.html
share/doc/boost/libs/spirit/doc/html/spirit/qi/reference/directive/no_case.html
+share/doc/boost/libs/spirit/doc/html/spirit/qi/reference/directive/no_skip.html
share/doc/boost/libs/spirit/doc/html/spirit/qi/reference/directive/omit.html
share/doc/boost/libs/spirit/doc/html/spirit/qi/reference/directive/raw.html
share/doc/boost/libs/spirit/doc/html/spirit/qi/reference/directive/repeat.html
@@ -8199,6 +8541,10 @@ share/doc/boost/libs/spirit/doc/html/spirit/structure/include.html
share/doc/boost/libs/spirit/doc/html/spirit/support.html
share/doc/boost/libs/spirit/doc/html/spirit/support/multi_pass.html
share/doc/boost/libs/spirit/doc/html/spirit/what_s_new.html
+share/doc/boost/libs/spirit/doc/html/spirit/what_s_new/spirit_1_x.html
+share/doc/boost/libs/spirit/doc/html/spirit/what_s_new/spirit_2_1.html
+share/doc/boost/libs/spirit/doc/html/spirit/what_s_new/spirit_2_2.html
+share/doc/boost/libs/spirit/doc/html/spirit/what_s_new/spirit_2_3.html
share/doc/boost/libs/spirit/doc/introduction.qbk
share/doc/boost/libs/spirit/doc/karma.qbk
share/doc/boost/libs/spirit/doc/karma/action.qbk
@@ -8303,6 +8649,7 @@ share/doc/boost/libs/spirit/example/karma/calc2_ast_vm.cpp
share/doc/boost/libs/spirit/example/karma/calc2_ast_vm.hpp
share/doc/boost/libs/spirit/example/karma/classify_char.cpp
share/doc/boost/libs/spirit/example/karma/complex_number.cpp
+share/doc/boost/libs/spirit/example/karma/complex_number_adapt.cpp
share/doc/boost/libs/spirit/example/karma/complex_number_easier.cpp
share/doc/boost/libs/spirit/example/karma/customize_counter.cpp
share/doc/boost/libs/spirit/example/karma/customize_embedded_container.cpp
@@ -8361,6 +8708,7 @@ share/doc/boost/libs/spirit/example/lex/word_count_functor_flex.cpp
share/doc/boost/libs/spirit/example/lex/word_count_lexer.cpp
share/doc/boost/libs/spirit/example/qi/Jamfile
share/doc/boost/libs/spirit/example/qi/actions.cpp
+share/doc/boost/libs/spirit/example/qi/adapt_template_struct.cpp
share/doc/boost/libs/spirit/example/qi/boost_array.cpp
share/doc/boost/libs/spirit/example/qi/calc1.cpp
share/doc/boost/libs/spirit/example/qi/calc2.cpp
@@ -8384,6 +8732,8 @@ share/doc/boost/libs/spirit/example/qi/calc7/calc7b.hpp
share/doc/boost/libs/spirit/example/qi/calc7/calc7c.cpp
share/doc/boost/libs/spirit/example/qi/calc7/calc7c.hpp
share/doc/boost/libs/spirit/example/qi/complex_number.cpp
+share/doc/boost/libs/spirit/example/qi/display_attribute_type.cpp
+share/doc/boost/libs/spirit/example/qi/display_attribute_type.hpp
share/doc/boost/libs/spirit/example/qi/employee.cpp
share/doc/boost/libs/spirit/example/qi/iter_pos.hpp
share/doc/boost/libs/spirit/example/qi/iter_pos_parser.cpp
@@ -8426,6 +8776,19 @@ share/doc/boost/libs/spirit/example/support/Jamfile
share/doc/boost/libs/spirit/example/support/multi_pass.cpp
share/doc/boost/libs/spirit/example/support/multi_pass.txt
share/doc/boost/libs/spirit/index.html
+share/doc/boost/libs/spirit/optimization/boiler_plate.cpp
+share/doc/boost/libs/spirit/optimization/high_resolution_timer.hpp
+share/doc/boost/libs/spirit/optimization/karma/Jamfile
+share/doc/boost/libs/spirit/optimization/karma/double_performance.cpp
+share/doc/boost/libs/spirit/optimization/karma/format_performance.cpp
+share/doc/boost/libs/spirit/optimization/karma/int_generator.cpp
+share/doc/boost/libs/spirit/optimization/karma/real_generator.cpp
+share/doc/boost/libs/spirit/optimization/karma/sequence_performance.cpp
+share/doc/boost/libs/spirit/optimization/measure.hpp
+share/doc/boost/libs/spirit/optimization/qi/Jamfile
+share/doc/boost/libs/spirit/optimization/qi/attr_vs_actions.cpp
+share/doc/boost/libs/spirit/optimization/qi/int_parser.cpp
+share/doc/boost/libs/spirit/optimization/qi/real_parser.cpp
share/doc/boost/libs/spirit/phoenix/doc/Jamfile.v2
share/doc/boost/libs/spirit/phoenix/doc/html/images/add2.png
share/doc/boost/libs/spirit/phoenix/doc/html/images/add2_call.png
@@ -9409,6 +9772,11 @@ share/doc/boost/libs/wave/samples/cpp_tokens/slex/lexer.hpp
share/doc/boost/libs/wave/samples/cpp_tokens/slex_interface.hpp
share/doc/boost/libs/wave/samples/cpp_tokens/slex_iterator.hpp
share/doc/boost/libs/wave/samples/cpp_tokens/slex_token.hpp
+share/doc/boost/libs/wave/samples/custom_directives/custom_directives.cpp
+share/doc/boost/libs/wave/samples/custom_directives/custom_directives.hpp
+share/doc/boost/libs/wave/samples/custom_directives/custom_directives.input
+share/doc/boost/libs/wave/samples/emit_custom_line_directives/emit_custom_line_directives.cpp
+share/doc/boost/libs/wave/samples/emit_custom_line_directives/emit_custom_line_directives.hpp
share/doc/boost/libs/wave/samples/hannibal/hannibal.cpp
share/doc/boost/libs/wave/samples/hannibal/translation_unit_parser.h
share/doc/boost/libs/wave/samples/hannibal/translation_unit_skipper.h
@@ -9570,5 +9938,3 @@ share/doc/boost/more/writingdoc/template/index.html
share/doc/boost/more/writingdoc/template/overview.html
share/doc/boost/more/writingdoc/template/rationale.html
share/doc/boost/rst.css
-@pkgdir share/doc/boost/libs/utility/enable_if
-@pkgdir share/doc/boost/libs/utility/swap
diff --git a/devel/boost-headers/PLIST b/devel/boost-headers/PLIST
index 43ec406d04e..13d3ae18cc6 100644
--- a/devel/boost-headers/PLIST
+++ b/devel/boost-headers/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2010/02/12 10:31:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2010/05/15 05:42:23 adam Exp $
include/boost/accumulators/accumulators.hpp
include/boost/accumulators/accumulators_fwd.hpp
include/boost/accumulators/framework/accumulator_base.hpp
@@ -266,11 +266,13 @@ include/boost/asio/completion_condition.hpp
include/boost/asio/datagram_socket_service.hpp
include/boost/asio/deadline_timer.hpp
include/boost/asio/deadline_timer_service.hpp
+include/boost/asio/detail/base_from_completion_cond.hpp
include/boost/asio/detail/bind_handler.hpp
include/boost/asio/detail/buffer_resize_guard.hpp
+include/boost/asio/detail/buffer_sequence_adapter.hpp
include/boost/asio/detail/buffered_stream_storage.hpp
include/boost/asio/detail/call_stack.hpp
-include/boost/asio/detail/const_buffers_iterator.hpp
+include/boost/asio/detail/completion_handler.hpp
include/boost/asio/detail/consuming_buffers.hpp
include/boost/asio/detail/deadline_timer_service.hpp
include/boost/asio/detail/descriptor_ops.hpp
@@ -281,24 +283,29 @@ include/boost/asio/detail/epoll_reactor_fwd.hpp
include/boost/asio/detail/event.hpp
include/boost/asio/detail/eventfd_select_interrupter.hpp
include/boost/asio/detail/fd_set_adapter.hpp
+include/boost/asio/detail/fenced_block.hpp
+include/boost/asio/detail/gcc_fenced_block.hpp
+include/boost/asio/detail/gcc_x86_fenced_block.hpp
include/boost/asio/detail/handler_alloc_helpers.hpp
-include/boost/asio/detail/handler_base_from_member.hpp
include/boost/asio/detail/handler_invoke_helpers.hpp
-include/boost/asio/detail/handler_queue.hpp
include/boost/asio/detail/hash_map.hpp
-include/boost/asio/detail/indirect_handler_queue.hpp
include/boost/asio/detail/io_control.hpp
include/boost/asio/detail/kqueue_reactor.hpp
include/boost/asio/detail/kqueue_reactor_fwd.hpp
include/boost/asio/detail/local_free_on_block_exit.hpp
+include/boost/asio/detail/macos_fenced_block.hpp
include/boost/asio/detail/mutex.hpp
include/boost/asio/detail/noncopyable.hpp
+include/boost/asio/detail/null_buffers_op.hpp
include/boost/asio/detail/null_event.hpp
+include/boost/asio/detail/null_fenced_block.hpp
include/boost/asio/detail/null_mutex.hpp
include/boost/asio/detail/null_signal_blocker.hpp
include/boost/asio/detail/null_thread.hpp
include/boost/asio/detail/null_tss_ptr.hpp
include/boost/asio/detail/old_win_sdk_compat.hpp
+include/boost/asio/detail/op_queue.hpp
+include/boost/asio/detail/operation.hpp
include/boost/asio/detail/pipe_select_interrupter.hpp
include/boost/asio/detail/pop_options.hpp
include/boost/asio/detail/posix_event.hpp
@@ -311,6 +318,9 @@ include/boost/asio/detail/push_options.hpp
include/boost/asio/detail/reactive_descriptor_service.hpp
include/boost/asio/detail/reactive_serial_port_service.hpp
include/boost/asio/detail/reactive_socket_service.hpp
+include/boost/asio/detail/reactor.hpp
+include/boost/asio/detail/reactor_fwd.hpp
+include/boost/asio/detail/reactor_op.hpp
include/boost/asio/detail/reactor_op_queue.hpp
include/boost/asio/detail/resolver_service.hpp
include/boost/asio/detail/scoped_lock.hpp
@@ -328,20 +338,28 @@ include/boost/asio/detail/socket_ops.hpp
include/boost/asio/detail/socket_option.hpp
include/boost/asio/detail/socket_select_interrupter.hpp
include/boost/asio/detail/socket_types.hpp
+include/boost/asio/detail/solaris_fenced_block.hpp
include/boost/asio/detail/strand_service.hpp
include/boost/asio/detail/task_io_service.hpp
-include/boost/asio/detail/task_io_service_2lock.hpp
include/boost/asio/detail/task_io_service_fwd.hpp
+include/boost/asio/detail/task_io_service_operation.hpp
include/boost/asio/detail/thread.hpp
include/boost/asio/detail/throw_error.hpp
+include/boost/asio/detail/timer_op.hpp
include/boost/asio/detail/timer_queue.hpp
include/boost/asio/detail/timer_queue_base.hpp
+include/boost/asio/detail/timer_queue_fwd.hpp
+include/boost/asio/detail/timer_queue_set.hpp
+include/boost/asio/detail/timer_scheduler.hpp
+include/boost/asio/detail/timer_scheduler_fwd.hpp
include/boost/asio/detail/tss_ptr.hpp
include/boost/asio/detail/win_event.hpp
include/boost/asio/detail/win_fd_set_adapter.hpp
+include/boost/asio/detail/win_fenced_block.hpp
include/boost/asio/detail/win_iocp_handle_service.hpp
include/boost/asio/detail/win_iocp_io_service.hpp
include/boost/asio/detail/win_iocp_io_service_fwd.hpp
+include/boost/asio/detail/win_iocp_operation.hpp
include/boost/asio/detail/win_iocp_overlapped_ptr.hpp
include/boost/asio/detail/win_iocp_serial_port_service.hpp
include/boost/asio/detail/win_iocp_socket_service.hpp
@@ -628,6 +646,7 @@ include/boost/config/compiler/intel.hpp
include/boost/config/compiler/kai.hpp
include/boost/config/compiler/metrowerks.hpp
include/boost/config/compiler/mpw.hpp
+include/boost/config/compiler/nvcc.hpp
include/boost/config/compiler/pgi.hpp
include/boost/config/compiler/sgi_mipspro.hpp
include/boost/config/compiler/sunpro_cc.hpp
@@ -649,6 +668,7 @@ include/boost/config/platform/linux.hpp
include/boost/config/platform/macos.hpp
include/boost/config/platform/qnxnto.hpp
include/boost/config/platform/solaris.hpp
+include/boost/config/platform/symbian.hpp
include/boost/config/platform/vxworks.hpp
include/boost/config/platform/win32.hpp
include/boost/config/posix_features.hpp
@@ -1012,6 +1032,8 @@ include/boost/function_types/property_tags.hpp
include/boost/function_types/result_type.hpp
include/boost/functional.hpp
include/boost/functional/detail/container_fwd.hpp
+include/boost/functional/factory.hpp
+include/boost/functional/forward_adapter.hpp
include/boost/functional/hash.hpp
include/boost/functional/hash/detail/float_functions.hpp
include/boost/functional/hash/detail/hash_float.hpp
@@ -1022,18 +1044,32 @@ include/boost/functional/hash/extensions.hpp
include/boost/functional/hash/hash.hpp
include/boost/functional/hash/hash_fwd.hpp
include/boost/functional/hash_fwd.hpp
+include/boost/functional/lightweight_forward_adapter.hpp
+include/boost/functional/value_factory.hpp
include/boost/fusion/adapted.hpp
include/boost/fusion/adapted/array.hpp
-include/boost/fusion/adapted/array/array_iterator.hpp
-include/boost/fusion/adapted/array/detail/at_impl.hpp
-include/boost/fusion/adapted/array/detail/begin_impl.hpp
-include/boost/fusion/adapted/array/detail/category_of_impl.hpp
-include/boost/fusion/adapted/array/detail/end_impl.hpp
-include/boost/fusion/adapted/array/detail/is_sequence_impl.hpp
-include/boost/fusion/adapted/array/detail/is_view_impl.hpp
-include/boost/fusion/adapted/array/detail/size_impl.hpp
-include/boost/fusion/adapted/array/detail/value_at_impl.hpp
+include/boost/fusion/adapted/array/at_impl.hpp
+include/boost/fusion/adapted/array/begin_impl.hpp
+include/boost/fusion/adapted/array/category_of_impl.hpp
+include/boost/fusion/adapted/array/deref_impl.hpp
+include/boost/fusion/adapted/array/end_impl.hpp
+include/boost/fusion/adapted/array/is_sequence_impl.hpp
+include/boost/fusion/adapted/array/is_view_impl.hpp
+include/boost/fusion/adapted/array/size_impl.hpp
include/boost/fusion/adapted/array/tag_of.hpp
+include/boost/fusion/adapted/array/value_at_impl.hpp
+include/boost/fusion/adapted/array/value_of_impl.hpp
+include/boost/fusion/adapted/boost_array.hpp
+include/boost/fusion/adapted/boost_array/array_iterator.hpp
+include/boost/fusion/adapted/boost_array/detail/at_impl.hpp
+include/boost/fusion/adapted/boost_array/detail/begin_impl.hpp
+include/boost/fusion/adapted/boost_array/detail/category_of_impl.hpp
+include/boost/fusion/adapted/boost_array/detail/end_impl.hpp
+include/boost/fusion/adapted/boost_array/detail/is_sequence_impl.hpp
+include/boost/fusion/adapted/boost_array/detail/is_view_impl.hpp
+include/boost/fusion/adapted/boost_array/detail/size_impl.hpp
+include/boost/fusion/adapted/boost_array/detail/value_at_impl.hpp
+include/boost/fusion/adapted/boost_array/tag_of.hpp
include/boost/fusion/adapted/boost_tuple.hpp
include/boost/fusion/adapted/boost_tuple/boost_tuple_iterator.hpp
include/boost/fusion/adapted/boost_tuple/detail/at_impl.hpp
@@ -1046,6 +1082,25 @@ include/boost/fusion/adapted/boost_tuple/detail/size_impl.hpp
include/boost/fusion/adapted/boost_tuple/detail/value_at_impl.hpp
include/boost/fusion/adapted/boost_tuple/tag_of.hpp
include/boost/fusion/adapted/class.hpp
+include/boost/fusion/adapted/class/adapt_assoc_class.hpp
+include/boost/fusion/adapted/class/adapt_assoc_class_named.hpp
+include/boost/fusion/adapted/class/adapt_class.hpp
+include/boost/fusion/adapted/class/adapt_class_named.hpp
+include/boost/fusion/adapted/class/class_iterator.hpp
+include/boost/fusion/adapted/class/detail/adapt_base.hpp
+include/boost/fusion/adapted/class/detail/at_impl.hpp
+include/boost/fusion/adapted/class/detail/at_key_impl.hpp
+include/boost/fusion/adapted/class/detail/begin_impl.hpp
+include/boost/fusion/adapted/class/detail/category_of_impl.hpp
+include/boost/fusion/adapted/class/detail/end_impl.hpp
+include/boost/fusion/adapted/class/detail/extension.hpp
+include/boost/fusion/adapted/class/detail/has_key_impl.hpp
+include/boost/fusion/adapted/class/detail/is_sequence_impl.hpp
+include/boost/fusion/adapted/class/detail/is_view_impl.hpp
+include/boost/fusion/adapted/class/detail/size_impl.hpp
+include/boost/fusion/adapted/class/detail/value_at_impl.hpp
+include/boost/fusion/adapted/class/detail/value_at_key_impl.hpp
+include/boost/fusion/adapted/class/extension.hpp
include/boost/fusion/adapted/mpl.hpp
include/boost/fusion/adapted/mpl/detail/at_impl.hpp
include/boost/fusion/adapted/mpl/detail/begin_impl.hpp
@@ -1059,32 +1114,31 @@ include/boost/fusion/adapted/mpl/detail/size_impl.hpp
include/boost/fusion/adapted/mpl/detail/value_at_impl.hpp
include/boost/fusion/adapted/mpl/mpl_iterator.hpp
include/boost/fusion/adapted/std_pair.hpp
-include/boost/fusion/adapted/std_pair/detail/at_impl.hpp
-include/boost/fusion/adapted/std_pair/detail/begin_impl.hpp
-include/boost/fusion/adapted/std_pair/detail/category_of_impl.hpp
-include/boost/fusion/adapted/std_pair/detail/end_impl.hpp
-include/boost/fusion/adapted/std_pair/detail/is_sequence_impl.hpp
-include/boost/fusion/adapted/std_pair/detail/is_view_impl.hpp
-include/boost/fusion/adapted/std_pair/detail/size_impl.hpp
-include/boost/fusion/adapted/std_pair/detail/value_at_impl.hpp
-include/boost/fusion/adapted/std_pair/std_pair_iterator.hpp
-include/boost/fusion/adapted/std_pair/tag_of.hpp
include/boost/fusion/adapted/struct.hpp
include/boost/fusion/adapted/struct/adapt_assoc_struct.hpp
+include/boost/fusion/adapted/struct/adapt_assoc_struct_named.hpp
include/boost/fusion/adapted/struct/adapt_struct.hpp
+include/boost/fusion/adapted/struct/adapt_struct_named.hpp
+include/boost/fusion/adapted/struct/define_assoc_struct.hpp
+include/boost/fusion/adapted/struct/define_struct.hpp
+include/boost/fusion/adapted/struct/detail/adapt_base.hpp
include/boost/fusion/adapted/struct/detail/at_impl.hpp
-include/boost/fusion/adapted/struct/detail/at_key_impl.hpp
include/boost/fusion/adapted/struct/detail/begin_impl.hpp
include/boost/fusion/adapted/struct/detail/category_of_impl.hpp
+include/boost/fusion/adapted/struct/detail/define_struct.hpp
+include/boost/fusion/adapted/struct/detail/deref_data_impl.hpp
+include/boost/fusion/adapted/struct/detail/deref_impl.hpp
include/boost/fusion/adapted/struct/detail/end_impl.hpp
-include/boost/fusion/adapted/struct/detail/has_key_impl.hpp
+include/boost/fusion/adapted/struct/detail/extension.hpp
include/boost/fusion/adapted/struct/detail/is_sequence_impl.hpp
include/boost/fusion/adapted/struct/detail/is_view_impl.hpp
+include/boost/fusion/adapted/struct/detail/key_of_impl.hpp
+include/boost/fusion/adapted/struct/detail/namespace.hpp
+include/boost/fusion/adapted/struct/detail/proxy_type.hpp
include/boost/fusion/adapted/struct/detail/size_impl.hpp
include/boost/fusion/adapted/struct/detail/value_at_impl.hpp
-include/boost/fusion/adapted/struct/detail/value_at_key_impl.hpp
-include/boost/fusion/adapted/struct/extension.hpp
-include/boost/fusion/adapted/struct/struct_iterator.hpp
+include/boost/fusion/adapted/struct/detail/value_of_data_impl.hpp
+include/boost/fusion/adapted/struct/detail/value_of_impl.hpp
include/boost/fusion/algorithm.hpp
include/boost/fusion/algorithm/iteration.hpp
include/boost/fusion/algorithm/iteration/accumulate.hpp
@@ -1245,17 +1299,11 @@ include/boost/fusion/container/vector/vector_iterator.hpp
include/boost/fusion/functional.hpp
include/boost/fusion/functional/adapter.hpp
include/boost/fusion/functional/adapter/detail/access.hpp
-include/boost/fusion/functional/adapter/detail/pow2_explode.hpp
-include/boost/fusion/functional/adapter/detail/pt_def.hpp
-include/boost/fusion/functional/adapter/detail/pt_undef.hpp
include/boost/fusion/functional/adapter/fused.hpp
include/boost/fusion/functional/adapter/fused_function_object.hpp
include/boost/fusion/functional/adapter/fused_procedure.hpp
include/boost/fusion/functional/adapter/limits.hpp
include/boost/fusion/functional/adapter/unfused.hpp
-include/boost/fusion/functional/adapter/unfused_generic.hpp
-include/boost/fusion/functional/adapter/unfused_lvalue_args.hpp
-include/boost/fusion/functional/adapter/unfused_rvalue_args.hpp
include/boost/fusion/functional/adapter/unfused_typed.hpp
include/boost/fusion/functional/generation.hpp
include/boost/fusion/functional/generation/detail/gen_make_adapter.hpp
@@ -1263,9 +1311,6 @@ include/boost/fusion/functional/generation/make_fused.hpp
include/boost/fusion/functional/generation/make_fused_function_object.hpp
include/boost/fusion/functional/generation/make_fused_procedure.hpp
include/boost/fusion/functional/generation/make_unfused.hpp
-include/boost/fusion/functional/generation/make_unfused_generic.hpp
-include/boost/fusion/functional/generation/make_unfused_lvalue_args.hpp
-include/boost/fusion/functional/generation/make_unfused_rvalue_args.hpp
include/boost/fusion/functional/invocation.hpp
include/boost/fusion/functional/invocation/detail/that_ptr.hpp
include/boost/fusion/functional/invocation/invoke.hpp
@@ -1273,7 +1318,14 @@ include/boost/fusion/functional/invocation/invoke_function_object.hpp
include/boost/fusion/functional/invocation/invoke_procedure.hpp
include/boost/fusion/functional/invocation/limits.hpp
include/boost/fusion/include/accumulate.hpp
+include/boost/fusion/include/adapt_assoc_class.hpp
+include/boost/fusion/include/adapt_assoc_class_named.hpp
+include/boost/fusion/include/adapt_assoc_struct.hpp
+include/boost/fusion/include/adapt_assoc_struct_named.hpp
+include/boost/fusion/include/adapt_class.hpp
+include/boost/fusion/include/adapt_class_named.hpp
include/boost/fusion/include/adapt_struct.hpp
+include/boost/fusion/include/adapt_struct_named.hpp
include/boost/fusion/include/adapted.hpp
include/boost/fusion/include/adapter.hpp
include/boost/fusion/include/advance.hpp
@@ -1291,6 +1343,7 @@ include/boost/fusion/include/at_c.hpp
include/boost/fusion/include/at_key.hpp
include/boost/fusion/include/back.hpp
include/boost/fusion/include/begin.hpp
+include/boost/fusion/include/boost_array.hpp
include/boost/fusion/include/boost_tuple.hpp
include/boost/fusion/include/category_of.hpp
include/boost/fusion/include/clear.hpp
@@ -1303,6 +1356,8 @@ include/boost/fusion/include/count.hpp
include/boost/fusion/include/count_if.hpp
include/boost/fusion/include/deduce.hpp
include/boost/fusion/include/deduce_sequence.hpp
+include/boost/fusion/include/define_assoc_struct.hpp
+include/boost/fusion/include/define_struct.hpp
include/boost/fusion/include/deque.hpp
include/boost/fusion/include/deque_fwd.hpp
include/boost/fusion/include/deque_tie.hpp
@@ -1383,6 +1438,7 @@ include/boost/fusion/include/pair_tie.hpp
include/boost/fusion/include/pop_back.hpp
include/boost/fusion/include/pop_front.hpp
include/boost/fusion/include/prior.hpp
+include/boost/fusion/include/proxy_type.hpp
include/boost/fusion/include/push_back.hpp
include/boost/fusion/include/push_front.hpp
include/boost/fusion/include/query.hpp
@@ -1723,6 +1779,7 @@ include/boost/graph/bc_clustering.hpp
include/boost/graph/bellman_ford_shortest_paths.hpp
include/boost/graph/betweenness_centrality.hpp
include/boost/graph/biconnected_components.hpp
+include/boost/graph/bipartite.hpp
include/boost/graph/boyer_myrvold_planar_test.hpp
include/boost/graph/breadth_first_search.hpp
include/boost/graph/bron_kerbosch_all_cliques.hpp
@@ -1798,6 +1855,7 @@ include/boost/graph/distributed/hohberg_biconnected_components.hpp
include/boost/graph/distributed/local_subgraph.hpp
include/boost/graph/distributed/mpi_process_group.hpp
include/boost/graph/distributed/named_graph.hpp
+include/boost/graph/distributed/one_bit_color_map.hpp
include/boost/graph/distributed/page_rank.hpp
include/boost/graph/distributed/queue.hpp
include/boost/graph/distributed/reverse_graph.hpp
@@ -1865,6 +1923,7 @@ include/boost/graph/named_function_params.hpp
include/boost/graph/named_graph.hpp
include/boost/graph/neighbor_bfs.hpp
include/boost/graph/numeric_values.hpp
+include/boost/graph/one_bit_color_map.hpp
include/boost/graph/overloading.hpp
include/boost/graph/page_rank.hpp
include/boost/graph/parallel/algorithm.hpp
@@ -2460,12 +2519,12 @@ include/boost/math/special_functions/detail/fp_traits.hpp
include/boost/math/special_functions/detail/gamma_inva.hpp
include/boost/math/special_functions/detail/ibeta_inv_ab.hpp
include/boost/math/special_functions/detail/ibeta_inverse.hpp
+include/boost/math/special_functions/detail/iconv.hpp
include/boost/math/special_functions/detail/igamma_inverse.hpp
include/boost/math/special_functions/detail/igamma_large.hpp
include/boost/math/special_functions/detail/lanczos_sse2.hpp
include/boost/math/special_functions/detail/lgamma_small.hpp
include/boost/math/special_functions/detail/round_fwd.hpp
-include/boost/math/special_functions/detail/simple_complex.hpp
include/boost/math/special_functions/detail/t_distribution_inv.hpp
include/boost/math/special_functions/detail/unchecked_factorial.hpp
include/boost/math/special_functions/digamma.hpp
@@ -3794,6 +3853,7 @@ include/boost/multi_index/detail/safe_mode.hpp
include/boost/multi_index/detail/scope_guard.hpp
include/boost/multi_index/detail/seq_index_node.hpp
include/boost/multi_index/detail/seq_index_ops.hpp
+include/boost/multi_index/detail/serialization_version.hpp
include/boost/multi_index/detail/uintptr_type.hpp
include/boost/multi_index/detail/unbounded.hpp
include/boost/multi_index/detail/value_compare.hpp
@@ -4310,6 +4370,8 @@ include/boost/proto/detail/as_lvalue.hpp
include/boost/proto/detail/decltype.hpp
include/boost/proto/detail/deprecated.hpp
include/boost/proto/detail/dont_care.hpp
+include/boost/proto/detail/expr0.hpp
+include/boost/proto/detail/expr1.hpp
include/boost/proto/detail/funop.hpp
include/boost/proto/detail/ignore_unused.hpp
include/boost/proto/detail/local.hpp
@@ -4601,6 +4663,7 @@ include/boost/random/additive_combine.hpp
include/boost/random/bernoulli_distribution.hpp
include/boost/random/binomial_distribution.hpp
include/boost/random/cauchy_distribution.hpp
+include/boost/random/detail/auto_link.hpp
include/boost/random/detail/config.hpp
include/boost/random/detail/const_mod.hpp
include/boost/random/detail/disable_warnings.hpp
@@ -4636,28 +4699,116 @@ include/boost/random/uniform_smallint.hpp
include/boost/random/variate_generator.hpp
include/boost/random/xor_combine.hpp
include/boost/range.hpp
+include/boost/range/adaptor/adjacent_filtered.hpp
+include/boost/range/adaptor/argument_fwd.hpp
+include/boost/range/adaptor/copied.hpp
+include/boost/range/adaptor/define_adaptor.hpp
+include/boost/range/adaptor/filtered.hpp
+include/boost/range/adaptor/indexed.hpp
+include/boost/range/adaptor/indirected.hpp
+include/boost/range/adaptor/map.hpp
+include/boost/range/adaptor/replaced.hpp
+include/boost/range/adaptor/replaced_if.hpp
+include/boost/range/adaptor/reversed.hpp
+include/boost/range/adaptor/sliced.hpp
+include/boost/range/adaptor/strided.hpp
+include/boost/range/adaptor/tokenized.hpp
+include/boost/range/adaptor/transformed.hpp
+include/boost/range/adaptor/uniqued.hpp
+include/boost/range/adaptors.hpp
+include/boost/range/algorithm.hpp
+include/boost/range/algorithm/adjacent_find.hpp
+include/boost/range/algorithm/binary_search.hpp
+include/boost/range/algorithm/copy.hpp
+include/boost/range/algorithm/copy_backward.hpp
+include/boost/range/algorithm/count.hpp
+include/boost/range/algorithm/count_if.hpp
+include/boost/range/algorithm/equal.hpp
+include/boost/range/algorithm/equal_range.hpp
+include/boost/range/algorithm/fill.hpp
+include/boost/range/algorithm/fill_n.hpp
+include/boost/range/algorithm/find.hpp
+include/boost/range/algorithm/find_end.hpp
+include/boost/range/algorithm/find_first_of.hpp
+include/boost/range/algorithm/find_if.hpp
+include/boost/range/algorithm/for_each.hpp
+include/boost/range/algorithm/generate.hpp
+include/boost/range/algorithm/heap_algorithm.hpp
+include/boost/range/algorithm/inplace_merge.hpp
+include/boost/range/algorithm/lexicographical_compare.hpp
+include/boost/range/algorithm/lower_bound.hpp
+include/boost/range/algorithm/max_element.hpp
+include/boost/range/algorithm/merge.hpp
+include/boost/range/algorithm/min_element.hpp
+include/boost/range/algorithm/mismatch.hpp
+include/boost/range/algorithm/nth_element.hpp
+include/boost/range/algorithm/partial_sort.hpp
+include/boost/range/algorithm/partial_sort_copy.hpp
+include/boost/range/algorithm/partition.hpp
+include/boost/range/algorithm/permutation.hpp
+include/boost/range/algorithm/random_shuffle.hpp
+include/boost/range/algorithm/remove.hpp
+include/boost/range/algorithm/remove_copy.hpp
+include/boost/range/algorithm/remove_copy_if.hpp
+include/boost/range/algorithm/remove_if.hpp
+include/boost/range/algorithm/replace.hpp
+include/boost/range/algorithm/replace_copy.hpp
+include/boost/range/algorithm/replace_copy_if.hpp
+include/boost/range/algorithm/replace_if.hpp
+include/boost/range/algorithm/reverse.hpp
+include/boost/range/algorithm/reverse_copy.hpp
+include/boost/range/algorithm/rotate.hpp
+include/boost/range/algorithm/rotate_copy.hpp
+include/boost/range/algorithm/search.hpp
+include/boost/range/algorithm/search_n.hpp
+include/boost/range/algorithm/set_algorithm.hpp
+include/boost/range/algorithm/sort.hpp
+include/boost/range/algorithm/stable_partition.hpp
+include/boost/range/algorithm/stable_sort.hpp
+include/boost/range/algorithm/swap_ranges.hpp
+include/boost/range/algorithm/transform.hpp
+include/boost/range/algorithm/unique.hpp
+include/boost/range/algorithm/unique_copy.hpp
+include/boost/range/algorithm/upper_bound.hpp
+include/boost/range/algorithm_ext.hpp
+include/boost/range/algorithm_ext/copy_n.hpp
+include/boost/range/algorithm_ext/erase.hpp
+include/boost/range/algorithm_ext/for_each.hpp
+include/boost/range/algorithm_ext/insert.hpp
+include/boost/range/algorithm_ext/iota.hpp
+include/boost/range/algorithm_ext/is_sorted.hpp
+include/boost/range/algorithm_ext/overwrite.hpp
+include/boost/range/algorithm_ext/push_back.hpp
+include/boost/range/algorithm_ext/push_front.hpp
include/boost/range/as_array.hpp
include/boost/range/as_literal.hpp
include/boost/range/atl.hpp
include/boost/range/begin.hpp
include/boost/range/category.hpp
+include/boost/range/combine.hpp
include/boost/range/concepts.hpp
include/boost/range/config.hpp
include/boost/range/const_iterator.hpp
include/boost/range/const_reverse_iterator.hpp
+include/boost/range/counting_range.hpp
include/boost/range/detail/as_literal.hpp
include/boost/range/detail/begin.hpp
include/boost/range/detail/collection_traits.hpp
include/boost/range/detail/collection_traits_detail.hpp
include/boost/range/detail/common.hpp
include/boost/range/detail/const_iterator.hpp
+include/boost/range/detail/demote_iterator_traversal_tag.hpp
include/boost/range/detail/detail_str.hpp
include/boost/range/detail/difference_type.hpp
include/boost/range/detail/empty.hpp
include/boost/range/detail/end.hpp
+include/boost/range/detail/extract_optional_type.hpp
include/boost/range/detail/implementation_help.hpp
include/boost/range/detail/iterator.hpp
+include/boost/range/detail/join_iterator.hpp
include/boost/range/detail/microsoft.hpp
+include/boost/range/detail/misc_concept.hpp
+include/boost/range/detail/range_return.hpp
include/boost/range/detail/remove_extent.hpp
include/boost/range/detail/sfinae.hpp
include/boost/range/detail/size.hpp
@@ -4672,11 +4823,17 @@ include/boost/range/distance.hpp
include/boost/range/empty.hpp
include/boost/range/end.hpp
include/boost/range/functions.hpp
+include/boost/range/irange.hpp
+include/boost/range/istream_range.hpp
include/boost/range/iterator.hpp
include/boost/range/iterator_range.hpp
+include/boost/range/iterator_range_core.hpp
+include/boost/range/iterator_range_io.hpp
+include/boost/range/join.hpp
include/boost/range/metafunctions.hpp
include/boost/range/mfc.hpp
include/boost/range/mutable_iterator.hpp
+include/boost/range/numeric.hpp
include/boost/range/pointer.hpp
include/boost/range/rbegin.hpp
include/boost/range/reference.hpp
@@ -4866,6 +5023,7 @@ include/boost/signals2/detail/unique_lock.hpp
include/boost/signals2/detail/variadic_arg_type.hpp
include/boost/signals2/detail/variadic_slot_invoker.hpp
include/boost/signals2/dummy_mutex.hpp
+include/boost/signals2/expired_slot.hpp
include/boost/signals2/last_value.hpp
include/boost/signals2/mutex.hpp
include/boost/signals2/optional_last_value.hpp
@@ -5252,8 +5410,10 @@ include/boost/spirit/home/karma/directive/buffer.hpp
include/boost/spirit/home/karma/directive/center_alignment.hpp
include/boost/spirit/home/karma/directive/columns.hpp
include/boost/spirit/home/karma/directive/delimit.hpp
+include/boost/spirit/home/karma/directive/encoding.hpp
include/boost/spirit/home/karma/directive/left_alignment.hpp
include/boost/spirit/home/karma/directive/maxwidth.hpp
+include/boost/spirit/home/karma/directive/no_delimit.hpp
include/boost/spirit/home/karma/directive/omit.hpp
include/boost/spirit/home/karma/directive/repeat.hpp
include/boost/spirit/home/karma/directive/right_alignment.hpp
@@ -5495,9 +5655,12 @@ include/boost/spirit/home/qi/detail/permute_function.hpp
include/boost/spirit/home/qi/detail/string_parse.hpp
include/boost/spirit/home/qi/detail/unused_skipper.hpp
include/boost/spirit/home/qi/directive.hpp
+include/boost/spirit/home/qi/directive/encoding.hpp
+include/boost/spirit/home/qi/directive/hold.hpp
include/boost/spirit/home/qi/directive/lexeme.hpp
include/boost/spirit/home/qi/directive/matches.hpp
include/boost/spirit/home/qi/directive/no_case.hpp
+include/boost/spirit/home/qi/directive/no_skip.hpp
include/boost/spirit/home/qi/directive/omit.hpp
include/boost/spirit/home/qi/directive/raw.hpp
include/boost/spirit/home/qi/directive/repeat.hpp
@@ -5561,6 +5724,7 @@ include/boost/spirit/home/qi/string/tst_map.hpp
include/boost/spirit/home/qi/what.hpp
include/boost/spirit/home/support.hpp
include/boost/spirit/home/support/action_dispatch.hpp
+include/boost/spirit/home/support/adapt_class_attributes.hpp
include/boost/spirit/home/support/algorithm/any.hpp
include/boost/spirit/home/support/algorithm/any_if.hpp
include/boost/spirit/home/support/algorithm/any_if_ns.hpp
@@ -5576,6 +5740,12 @@ include/boost/spirit/home/support/char_encoding/ascii.hpp
include/boost/spirit/home/support/char_encoding/iso8859_1.hpp
include/boost/spirit/home/support/char_encoding/standard.hpp
include/boost/spirit/home/support/char_encoding/standard_wide.hpp
+include/boost/spirit/home/support/char_encoding/unicode.hpp
+include/boost/spirit/home/support/char_encoding/unicode/category_table.hpp
+include/boost/spirit/home/support/char_encoding/unicode/lowercase_table.hpp
+include/boost/spirit/home/support/char_encoding/unicode/query.hpp
+include/boost/spirit/home/support/char_encoding/unicode/script_table.hpp
+include/boost/spirit/home/support/char_encoding/unicode/uppercase_table.hpp
include/boost/spirit/home/support/char_set/basic_chset.hpp
include/boost/spirit/home/support/char_set/range.hpp
include/boost/spirit/home/support/char_set/range_functions.hpp
@@ -5633,6 +5803,7 @@ include/boost/spirit/home/support/detail/what_function.hpp
include/boost/spirit/home/support/has_semantic_action.hpp
include/boost/spirit/home/support/info.hpp
include/boost/spirit/home/support/iterators/detail/buf_id_check_policy.hpp
+include/boost/spirit/home/support/iterators/detail/buffering_input_iterator_policy.hpp
include/boost/spirit/home/support/iterators/detail/combine_policies.hpp
include/boost/spirit/home/support/iterators/detail/first_owner_policy.hpp
include/boost/spirit/home/support/iterators/detail/fixed_size_queue.hpp
@@ -5650,6 +5821,7 @@ include/boost/spirit/home/support/iterators/istream_iterator.hpp
include/boost/spirit/home/support/iterators/look_ahead.hpp
include/boost/spirit/home/support/iterators/multi_pass.hpp
include/boost/spirit/home/support/iterators/multi_pass_fwd.hpp
+include/boost/spirit/home/support/iterators/ostream_iterator.hpp
include/boost/spirit/home/support/lazy.hpp
include/boost/spirit/home/support/make_component.hpp
include/boost/spirit/home/support/meta_compiler.hpp
@@ -5823,6 +5995,7 @@ include/boost/spirit/include/karma_lazy.hpp
include/boost/spirit/include/karma_left_alignment.hpp
include/boost/spirit/include/karma_list.hpp
include/boost/spirit/include/karma_maxwidth.hpp
+include/boost/spirit/include/karma_no_delimit.hpp
include/boost/spirit/include/karma_nonterminal.hpp
include/boost/spirit/include/karma_not_predicate.hpp
include/boost/spirit/include/karma_numeric.hpp
@@ -5913,6 +6086,7 @@ include/boost/spirit/include/qi_match_attr.hpp
include/boost/spirit/include/qi_match_auto.hpp
include/boost/spirit/include/qi_matches.hpp
include/boost/spirit/include/qi_no_case.hpp
+include/boost/spirit/include/qi_no_skip.hpp
include/boost/spirit/include/qi_nonterminal.hpp
include/boost/spirit/include/qi_not_predicate.hpp
include/boost/spirit/include/qi_numeric.hpp
@@ -5937,6 +6111,7 @@ include/boost/spirit/include/qi_symbols.hpp
include/boost/spirit/include/qi_uint.hpp
include/boost/spirit/include/qi_what.hpp
include/boost/spirit/include/support.hpp
+include/boost/spirit/include/support_adapt_class_attributes.hpp
include/boost/spirit/include/support_any.hpp
include/boost/spirit/include/support_any_if.hpp
include/boost/spirit/include/support_any_if_ns.hpp
@@ -5952,6 +6127,7 @@ include/boost/spirit/include/support_look_ahead.hpp
include/boost/spirit/include/support_modify.hpp
include/boost/spirit/include/support_multi_pass.hpp
include/boost/spirit/include/support_multi_pass_fwd.hpp
+include/boost/spirit/include/support_ostream_iterator.hpp
include/boost/spirit/include/support_standard.hpp
include/boost/spirit/include/support_standard_wide.hpp
include/boost/spirit/include/support_string_traits.hpp
@@ -6885,8 +7061,12 @@ include/boost/utility/result_of.hpp
include/boost/utility/swap.hpp
include/boost/utility/typed_in_place_factory.hpp
include/boost/utility/value_init.hpp
+include/boost/uuid/name_generator.hpp
+include/boost/uuid/nil_generator.hpp
+include/boost/uuid/random_generator.hpp
include/boost/uuid/seed_rng.hpp
include/boost/uuid/sha1.hpp
+include/boost/uuid/string_generator.hpp
include/boost/uuid/uuid.hpp
include/boost/uuid/uuid_generators.hpp
include/boost/uuid/uuid_io.hpp
diff --git a/devel/boost-headers/buildlink3.mk b/devel/boost-headers/buildlink3.mk
index 7fc603b1737..2cab18d65f3 100644
--- a/devel/boost-headers/buildlink3.mk
+++ b/devel/boost-headers/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.15 2010/02/12 10:31:04 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.16 2010/05/15 05:42:23 adam Exp $
BUILDLINK_TREE+= boost-headers
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= boost-headers
BOOST_HEADERS_BUILDLINK3_MK:=
# Use a dependency pattern that guarantees the proper ABI.
-BUILDLINK_API_DEPENDS.boost-headers+= boost-headers-1.42.*
+BUILDLINK_API_DEPENDS.boost-headers+= boost-headers-1.43.*
BUILDLINK_DEPMETHOD.boost-headers?= build
BUILDLINK_PKGSRCDIR.boost-headers?= ../../devel/boost-headers
diff --git a/devel/boost-jam/buildlink3.mk b/devel/boost-jam/buildlink3.mk
index 622280e62dd..3ea4a7d1111 100644
--- a/devel/boost-jam/buildlink3.mk
+++ b/devel/boost-jam/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.8 2010/02/12 10:31:04 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2010/05/15 05:42:23 adam Exp $
BUILDLINK_TREE+= boost-jam
.if !defined(BOOST_JAM_BUILDLINK3_MK)
BOOST_JAM_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.boost-jam+= boost-jam-1.42.*
+BUILDLINK_API_DEPENDS.boost-jam+= boost-jam-1.43.*
BUILDLINK_DEPMETHOD.boost-jam?= build
BUILDLINK_PKGSRCDIR.boost-jam?= ../../devel/boost-jam
.endif # BOOST_JAM_BUILDLINK3_MK
diff --git a/devel/boost-libs/PLIST b/devel/boost-libs/PLIST
index 3fe6bd4c334..c6fc8695280 100644
--- a/devel/boost-libs/PLIST
+++ b/devel/boost-libs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2009/10/15 07:29:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2010/05/15 05:42:23 adam Exp $
lib/libboost_date_time.a
lib/libboost_date_time.so
lib/libboost_date_time.so.${BOOST_VERSION}
@@ -33,6 +33,9 @@ lib/libboost_prg_exec_monitor.so.${BOOST_VERSION}
lib/libboost_program_options.a
lib/libboost_program_options.so
lib/libboost_program_options.so.${BOOST_VERSION}
+lib/libboost_random.a
+lib/libboost_random.so
+lib/libboost_random.so.${BOOST_VERSION}
lib/libboost_regex.a
lib/libboost_regex.so
lib/libboost_regex.so.${BOOST_VERSION}
diff --git a/devel/boost-libs/buildlink3.mk b/devel/boost-libs/buildlink3.mk
index 4741aa99e94..36a9d9b3766 100644
--- a/devel/boost-libs/buildlink3.mk
+++ b/devel/boost-libs/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.15 2010/02/12 10:31:04 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.16 2010/05/15 05:42:23 adam Exp $
BUILDLINK_TREE+= boost-libs
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= boost-libs
BOOST_LIBS_BUILDLINK3_MK:=
# Use a dependency pattern that guarantees the proper ABI.
-BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.42.*
+BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.43.*
BUILDLINK_PKGSRCDIR.boost-libs?= ../../devel/boost-libs
.include "../../devel/boost-headers/buildlink3.mk"
diff --git a/devel/boost-python/Makefile b/devel/boost-python/Makefile
index 2ecf5272735..d3f1f9f1742 100644
--- a/devel/boost-python/Makefile
+++ b/devel/boost-python/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2010/02/10 19:17:34 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2010/05/15 05:42:24 adam Exp $
BOOST_PACKAGE= python
BOOST_COMMENT= (Boost.Python binary library)
BOOST_CONFIG= installed
-PKGREVISION= 1
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/devel/boost-python/buildlink3.mk b/devel/boost-python/buildlink3.mk
index 68c9a226209..8a17ba2b002 100644
--- a/devel/boost-python/buildlink3.mk
+++ b/devel/boost-python/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.19 2010/02/12 10:31:04 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.20 2010/05/15 05:42:24 adam Exp $
BUILDLINK_TREE+= boost-python
@@ -6,8 +6,8 @@ BUILDLINK_TREE+= boost-python
BOOST_PYTHON_BUILDLINK3_MK:=
# Use a dependency pattern that guarantees the proper ABI.
-BUILDLINK_API_DEPENDS.boost-python+= boost-python-1.42.*
-BUILDLINK_ABI_DEPENDS.boost-python?= boost-python>=1.42.*
+BUILDLINK_API_DEPENDS.boost-python+= boost-python-1.43.*
+BUILDLINK_ABI_DEPENDS.boost-python?= boost-python>=1.43.*
BUILDLINK_PKGSRCDIR.boost-python?= ../../devel/boost-python
.include "../../devel/boost-headers/buildlink3.mk"
diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common
index d156f2c97ab..14df54cfc5c 100644
--- a/meta-pkgs/boost/Makefile.common
+++ b/meta-pkgs/boost/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.22 2010/02/12 10:31:04 adam Exp $
+# $NetBSD: Makefile.common,v 1.23 2010/05/15 05:42:24 adam Exp $
BOOST_PACKAGE?= undefined
BOOST_COMMENT?= undefined
-BOOST_VERSION= 1.42.0
+BOOST_VERSION= 1.43.0
BOOST_SHORT_VERSION= ${BOOST_VERSION:S/./_/:C/\..*$//}
DISTNAME= boost_${BOOST_VERSION:S/./_/g}
diff --git a/meta-pkgs/boost/distinfo b/meta-pkgs/boost/distinfo
index 109a0f479ab..90d32b71206 100644
--- a/meta-pkgs/boost/distinfo
+++ b/meta-pkgs/boost/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2010/02/12 10:31:04 adam Exp $
+$NetBSD: distinfo,v 1.25 2010/05/15 05:42:24 adam Exp $
-SHA1 (boost_1_42_0.tar.bz2) = 3ce3bb1a1bed504635287017f9e628597b409e7b
-RMD160 (boost_1_42_0.tar.bz2) = 90cea6aaa35f22b97e6eb3f5879ca9fe21098349
-Size (boost_1_42_0.tar.bz2) = 33426755 bytes
+SHA1 (boost_1_43_0.tar.bz2) = b8257b7da2a7222739314f8d1e07e217debe71d6
+RMD160 (boost_1_43_0.tar.bz2) = 950fe7c50ed8644ceffd8e494a8e0636037adacd
+Size (boost_1_43_0.tar.bz2) = 33892438 bytes
SHA1 (patch-aa) = 5a38ee7ad5f16a823d8bb81a95734e7957c55f2d
SHA1 (patch-ab) = 2fa89ce671e5fb0dca160a820524cff2d1ec8927
SHA1 (patch-ac) = 12304069d394b56bb6294701ff30fe811a91abed