summaryrefslogtreecommitdiff
path: root/devel/boost-headers
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-01-20 20:40:18 +0000
committerjmmv <jmmv@pkgsrc.org>2006-01-20 20:40:18 +0000
commit38913fffe5297a57d3264d1e01d3ee284f0f545e (patch)
tree71396235770577010f24b2c51ed073dbcfa1dfa0 /devel/boost-headers
parentb8a2a98b064adb4aa55cf42b86fe2bdccd73741d (diff)
downloadpkgsrc-38913fffe5297a57d3264d1e01d3ee284f0f545e.tar.gz
Update boost* to 1.33.1:
Any Library: Cast to reference types introduced in 1.33.0 is now documented on any_cast documentation page. Config Library: Don't undef BOOST_LIB_TOOLSET after use. Boost.Python: * The build now assumes Python 2.4 by default, rather than 2.2 * Support Python that's built without Unicode support * Support for wrapping classes with overloaded address-of (&) operators Smart Pointer Library: Fixed problems under Metrowerks CodeWarrior on PowerPC (Mac OS X) with inlining on, GNU GCC on PowerPC 64. Regex Library: Fixed the supplied makefiles, and other small compiler specific changes. Refer to the regex history page for more information on these and other small changes. Iostreams Library: Improved the interface for accessing a chain's components, added is_open members to the file and file descriptor devices, fixed memory-mapped files on Windows, and made minor changes to the documentation. Functional/Hash Library: Fixed the points example. Multi-index Containers Library: Fixed a problem with multithreaded code, and other minor changes. Refer to the library release notes for further details. Graph Library: * Fixed a problem with the relaxed heap on x86 Linux (fixes bug in dijkstra_shortest_paths). * Fixed problems with cuthill_mckee_ordering and king_ordering producing no results. * Added color_map parameter to dijkstra_shortest_paths. Signals Library: Fixed problems with the use of Signals across shared library boundaries. Thread library: read_write_mutex has been removed due to problems with deadlocks. Wave library (V1.2.1) Fixed a couple of problems, refer to the change log for further details.
Diffstat (limited to 'devel/boost-headers')
-rw-r--r--devel/boost-headers/Makefile4
-rw-r--r--devel/boost-headers/PLIST8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/boost-headers/Makefile b/devel/boost-headers/Makefile
index 60aee022a4d..3bea87ab09f 100644
--- a/devel/boost-headers/Makefile
+++ b/devel/boost-headers/Makefile
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2006/01/12 22:48:46 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/01/20 20:40:19 jmmv Exp $
#
-PKGREVISION= 1
-
BOOST_PACKAGE= headers
BOOST_COMMENT= (build-time headers)
BOOST_CONFIG= generate
diff --git a/devel/boost-headers/PLIST b/devel/boost-headers/PLIST
index 6a5648f214c..52984909ff1 100644
--- a/devel/boost-headers/PLIST
+++ b/devel/boost-headers/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2005/08/12 20:58:45 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/01/20 20:40:19 jmmv Exp $
include/boost/algorithm/minmax.hpp
include/boost/algorithm/minmax_element.hpp
include/boost/algorithm/string.hpp
@@ -388,6 +388,7 @@ include/boost/detail/indirect_traits.hpp
include/boost/detail/interlocked.hpp
include/boost/detail/is_function_ref_tester.hpp
include/boost/detail/is_incrementable.hpp
+include/boost/detail/is_xxx.hpp
include/boost/detail/iterator.hpp
include/boost/detail/lightweight_mutex.hpp
include/boost/detail/lightweight_test.hpp
@@ -2629,6 +2630,7 @@ include/boost/serialization/deque.hpp
include/boost/serialization/detail/shared_count_132.hpp
include/boost/serialization/detail/shared_ptr_132.hpp
include/boost/serialization/detail/shared_ptr_nmt_132.hpp
+include/boost/serialization/detail/stack_constructor.hpp
include/boost/serialization/export.hpp
include/boost/serialization/extended_type_info.hpp
include/boost/serialization/extended_type_info_no_rtti.hpp
@@ -2661,6 +2663,7 @@ include/boost/serialization/variant.hpp
include/boost/serialization/vector.hpp
include/boost/serialization/version.hpp
include/boost/serialization/void_cast.hpp
+include/boost/serialization/void_cast_fwd.hpp
include/boost/serialization/weak_ptr.hpp
include/boost/shared_array.hpp
include/boost/shared_container_iterator.hpp
@@ -2893,6 +2896,7 @@ include/boost/spirit/fusion/sequence/less_equal.hpp
include/boost/spirit/fusion/sequence/limits.hpp
include/boost/spirit/fusion/sequence/make_tuple.hpp
include/boost/spirit/fusion/sequence/not_equal_to.hpp
+include/boost/spirit/fusion/sequence/prepend_view.hpp
include/boost/spirit/fusion/sequence/range.hpp
include/boost/spirit/fusion/sequence/single_view.hpp
include/boost/spirit/fusion/sequence/size.hpp
@@ -3100,13 +3104,11 @@ include/boost/thread/condition.hpp
include/boost/thread/detail/config.hpp
include/boost/thread/detail/force_cast.hpp
include/boost/thread/detail/lock.hpp
-include/boost/thread/detail/read_write_lock.hpp
include/boost/thread/detail/singleton.hpp
include/boost/thread/detail/tss_hooks.hpp
include/boost/thread/exceptions.hpp
include/boost/thread/mutex.hpp
include/boost/thread/once.hpp
-include/boost/thread/read_write_mutex.hpp
include/boost/thread/recursive_mutex.hpp
include/boost/thread/thread.hpp
include/boost/thread/tss.hpp