freebsd-ports/devel/bear/distinfo
Kurt Jaeger ec561ec189 New port: devel/bear
Bear is a tool that generates a compilation database for clang
tooling. The JSON compilation database is used in the clang project
to provide information on how a single compilation unit is processed.
With this, it is easy to re-run the compilation with alternate
programs. One way to get a compilation database is to use cmake as
the build tool. Passing -DCMAKE_EXPORT_COMPILE_COMMANDS=ON to cmake
generates the compile_commands.json file into the current directory.
For non-cmake projects, Bear generates the JSON file during the
build process.

The concept behind Bear is: to execute the original build command
and intercept the exec calls issued by the build tool. To achieve
that, Bear uses the LD_PRELOAD or DYLD_INSERT_LIBRARIES mechanisms
provided by the dynamic linker.

WWW: https://github.com/rizsotto/Bear

PR:		220475
Submitted by:	Jov <amutu@amutu.com>
2017-07-23 08:05:00 +00:00

4 lines
176 B
Plaintext

TIMESTAMP = 1499241718
SHA256 (rizsotto-Bear-2.3.6_GH0.tar.gz) = 94ceb407d4058b22563bc26b5a4d0d1d10df83987320e60e455e8a6a5616a75d
SIZE (rizsotto-Bear-2.3.6_GH0.tar.gz) = 41275