diff options
author | adam <adam@pkgsrc.org> | 2013-02-12 21:07:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-02-12 21:07:21 +0000 |
commit | 5f0440588ff635b2db7d0c8f28ca6cc7c4ab6ee9 (patch) | |
tree | acd26ac849d38f2a380d60399cc0250b645676fd /devel/boost-libs/PLIST | |
parent | 02fda368dc110189db50e5da140b948e5b6927d7 (diff) | |
download | pkgsrc-5f0440588ff635b2db7d0c8f28ca6cc7c4ab6ee9.tar.gz |
Changes 1.53.0:
New Libraries:
Atomic:
C++11-style atomic<>, from Helge Bahmann, maintained by Tim Blechmann.
Coroutine:
Coroutine library, from Oliver Kowalke.
Lockfree:
Lockfree data structures, from Tim Blechmann.
Multiprecision:
Extended precision arithmetic types for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos.
Odeint:
Solving ordinary differential equations, from Karsten Ahnert and Mario Mulansky.
News
This release contains a fix for ticket 7743, in Boost.Locale. For more details, see the security notice.
More info http://www.boost.org/users/history/version_1_53_0.html
Diffstat (limited to 'devel/boost-libs/PLIST')
-rw-r--r-- | devel/boost-libs/PLIST | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/boost-libs/PLIST b/devel/boost-libs/PLIST index fa6679da2cd..0a58216b664 100644 --- a/devel/boost-libs/PLIST +++ b/devel/boost-libs/PLIST @@ -1,4 +1,7 @@ -@comment $NetBSD: PLIST,v 1.18 2012/11/29 21:50:24 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.19 2013/02/12 21:07:21 adam Exp $ +lib/libboost_atomic.a +lib/libboost_atomic.so +lib/libboost_atomic.so.${BOOST_VERSION} lib/libboost_chrono.a lib/libboost_chrono.so lib/libboost_chrono.so.${BOOST_VERSION} @@ -18,6 +21,9 @@ lib/libboost_graph.so.${BOOST_VERSION} lib/libboost_iostreams.a lib/libboost_iostreams.so lib/libboost_iostreams.so.${BOOST_VERSION} +lib/libboost_locale.a +lib/libboost_locale.so +lib/libboost_locale.so.${BOOST_VERSION} lib/libboost_math_c99.a lib/libboost_math_c99.so lib/libboost_math_c99.so.${BOOST_VERSION} |