Subject: CVS commit: pkgsrc
From: Adam Ciarcinski
Date: 2016-05-13 22:47:32
Message id: 20160513204732.EAF1CFBBA@cvs.NetBSD.org

Log Message:
Changes 1.61.0:
New Libraries:
--------------
Compute:
  Parallel/GPU-computing library
DLL:
  Library for comfortable work with DLL and DSO. Library provides a portable \ 
across platforms way to:
* load libraries
* import any native functions and variables
* make alias names for C++ mangled functions and symbols
* query libraries for sections and exported symbols
* self loading and self querying
* getting program and module location by exported symbol
Hana:
  A modern C++ metaprogramming library. It provides high level algorithms to \ 
manipulate heterogeneous sequences, allows writing type-level computations with \ 
a natural syntax, provides tools to introspect user-defined types and much more.
  Metaparse:
A library for generating compile time parsers parsing embedded DSL code as part \ 
of the C++ compilation process. The library is similar to Spirit, however while \ 
parsers built with Spirit parse at run-time, parsers built with Metaparse parse \ 
at compile-time.

Files:
RevisionActionfile
1.22modifypkgsrc/devel/boost-build/PLIST
1.32modifypkgsrc/devel/boost-build/buildlink3.mk
1.37modifypkgsrc/devel/boost-headers/Makefile
1.31modifypkgsrc/devel/boost-headers/PLIST
1.33modifypkgsrc/devel/boost-headers/buildlink3.mk
1.28modifypkgsrc/devel/boost-jam/buildlink3.mk
1.43modifypkgsrc/devel/boost-libs/Makefile
1.40modifypkgsrc/devel/boost-libs/buildlink3.mk
1.4modifypkgsrc/devel/py-boost/Makefile
1.4modifypkgsrc/devel/py-boost/buildlink3.mk
1.21modifypkgsrc/meta-pkgs/boost/Makefile
1.58modifypkgsrc/meta-pkgs/boost/Makefile.common
1.87modifypkgsrc/meta-pkgs/boost/distinfo
1.3modifypkgsrc/meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp
1.5removepkgsrc/meta-pkgs/boost/patches/patch-libs_context_build_Jamfile.v2