diff options
author | adam <adam@pkgsrc.org> | 2010-08-26 17:40:58 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-08-26 17:40:58 +0000 |
commit | 9b2501df6fe61f025a143f11677d5fb16e3f58ab (patch) | |
tree | 8bd9cb509cdf2ee14b866c775b519f1278e38df3 /meta-pkgs | |
parent | 613cfeb6dd720572d6e6f06f48f53ca709d62153 (diff) | |
download | pkgsrc-9b2501df6fe61f025a143f11677d5fb16e3f58ab.tar.gz |
Changes 1.44.0:
New Libraries
* Meta State Machine: High-performance expressive UML2 finite state machines,
from Christophe Henry
* Polygon: Booleans/clipping, resizing/offsetting and more for planar polygons
with integral coordinates, from Lucanus Simonson.
Updated Libraries
* Accumulators
* Asio
* Config
* Filesystem
* Foreach
* Hash
* Iostreams
* Math
* MPL
* Multi-index Containers
* Proto
* Regex
* Thread
* TR1
* Type Traits
* uBLAS
* Utility
* Uuid
* Xpressive
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/boost/Makefile | 3 | ||||
-rw-r--r-- | meta-pkgs/boost/Makefile.common | 11 | ||||
-rw-r--r-- | meta-pkgs/boost/distinfo | 8 |
3 files changed, 14 insertions, 8 deletions
diff --git a/meta-pkgs/boost/Makefile b/meta-pkgs/boost/Makefile index 086ee8e26e6..0986fd310dd 100644 --- a/meta-pkgs/boost/Makefile +++ b/meta-pkgs/boost/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/09/13 16:14:13 jmmv Exp $ -# +# $NetBSD: Makefile,v 1.13 2010/08/26 17:40:59 adam Exp $ BOOST_PACKAGE= meta-pkg BOOST_COMMENT= (meta package) diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common index 14df54cfc5c..e0d2cb78b6b 100644 --- a/meta-pkgs/boost/Makefile.common +++ b/meta-pkgs/boost/Makefile.common @@ -1,9 +1,16 @@ -# $NetBSD: Makefile.common,v 1.23 2010/05/15 05:42:24 adam Exp $ +# $NetBSD: Makefile.common,v 1.24 2010/08/26 17:40:59 adam Exp $ +# +# used by devel/boost-build/Makefile +# used by devel/boost-docs/Makefile +# used by devel/boost-jam/Makefile +# used by devel/boost-headers/Makefile +# used by devel/boost-libs/Makefile +# used by devel/boost-python/Makefile BOOST_PACKAGE?= undefined BOOST_COMMENT?= undefined -BOOST_VERSION= 1.43.0 +BOOST_VERSION= 1.44.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 9c7cee1ba7c..ff47c544cda 100644 --- a/meta-pkgs/boost/distinfo +++ b/meta-pkgs/boost/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.26 2010/08/25 22:50:12 tez Exp $ +$NetBSD: distinfo,v 1.27 2010/08/26 17:40:59 adam Exp $ -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 (boost_1_44_0.tar.bz2) = 0dfeaad7a316ddfdcdb8a7e42443ef048ad18c01 +RMD160 (boost_1_44_0.tar.bz2) = 1fe1bf83ce5699dc43cbfc3d5a6997722c34c938 +Size (boost_1_44_0.tar.bz2) = 38806420 bytes SHA1 (patch-aa) = 5a38ee7ad5f16a823d8bb81a95734e7957c55f2d SHA1 (patch-ab) = 2fa89ce671e5fb0dca160a820524cff2d1ec8927 SHA1 (patch-ac) = 12304069d394b56bb6294701ff30fe811a91abed |