pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May 13 20:47:32 UTC 2016

Modified Files:
        pkgsrc/devel/boost-build: PLIST buildlink3.mk
        pkgsrc/devel/boost-headers: Makefile PLIST buildlink3.mk
        pkgsrc/devel/boost-jam: buildlink3.mk
        pkgsrc/devel/boost-libs: Makefile buildlink3.mk
        pkgsrc/devel/py-boost: Makefile buildlink3.mk
        pkgsrc/meta-pkgs/boost: Makefile Makefile.common distinfo
        pkgsrc/meta-pkgs/boost/patches: patch-boost_config_stdlib_libcpp.hpp
Removed Files:
        pkgsrc/meta-pkgs/boost/patches: patch-libs_context_build_Jamfile.v2

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.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/boost-build/PLIST
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/boost-build/buildlink3.mk
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/boost-headers/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/boost-headers/PLIST
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/boost-headers/buildlink3.mk
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/boost-jam/buildlink3.mk
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/boost-libs/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/boost-libs/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-boost/Makefile \
    pkgsrc/devel/py-boost/buildlink3.mk
cvs rdiff -u -r1.20 -r1.21 pkgsrc/meta-pkgs/boost/Makefile
cvs rdiff -u -r1.57 -r1.58 pkgsrc/meta-pkgs/boost/Makefile.common
cvs rdiff -u -r1.86 -r1.87 pkgsrc/meta-pkgs/boost/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp
cvs rdiff -u -r1.5 -r0 \
    pkgsrc/meta-pkgs/boost/patches/patch-libs_context_build_Jamfile.v2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index