diff options
author | adam <adam@pkgsrc.org> | 2010-05-15 05:42:23 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-05-15 05:42:23 +0000 |
commit | 0449a85c93a23aa1b757445abafa4f299032bc85 (patch) | |
tree | 6d3316d39ff042bc276f1a639226a79612b0b026 /meta-pkgs/boost | |
parent | 8c22b82ef7ae3874d24acbe6448b0d7634066d68 (diff) | |
download | pkgsrc-0449a85c93a23aa1b757445abafa4f299032bc85.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.
Diffstat (limited to 'meta-pkgs/boost')
-rw-r--r-- | meta-pkgs/boost/Makefile.common | 4 | ||||
-rw-r--r-- | meta-pkgs/boost/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
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 |