aboutsummaryrefslogtreecommitdiff
path: root/devel/bear
Commit message (Collapse)AuthorAgeFilesLines
* devel/bear: Update to version 2.4.4Joseph Mingrone2020-09-142-4/+4
| | | | | | | Upstream changes: https://github.com/rizsotto/Bear/releases/tag/2.4.4 Notes: svn path=/head/; revision=548622
* devel/bear: Update to v2.4.3Joseph Mingrone2020-01-312-6/+6
| | | | | | | Upstream changes: https://github.com/rizsotto/Bear/releases/tag/v2.4.3 Notes: svn path=/head/; revision=524668
* devel/bear: Update to version 2.4.2Joseph Mingrone2019-08-302-4/+5
| | | | | | | Upstream changes: https://github.com/rizsotto/Bear/releases/tag/2.4.2 Notes: svn path=/head/; revision=510284
* devel/bear: Update to bug-fix release 2.4.1Joseph Mingrone2019-08-053-4/+5
| | | | Notes: svn path=/head/; revision=508136
* devel/bear: Update to version 2.4.0Joseph Mingrone2019-05-152-4/+4
| | | | | | | | Upstream changes: https://github.com/rizsotto/Bear/blob/master/ChangeLog.md#240-20190512 Notes: svn path=/head/; revision=501737
* devel/bear: Update to version 2.3.13Joseph Mingrone2018-08-312-4/+4
| | | | | | | Upstream changes: https://github.com/rizsotto/Bear/blob/master/ChangeLog.md Notes: svn path=/head/; revision=478624
* devel/bear: Update to version 2.3.12Joseph Mingrone2018-08-072-4/+4
| | | | | | | Upstream changes: https://github.com/rizsotto/Bear/blob/master/ChangeLog.md Notes: svn path=/head/; revision=476620
* devel/bear: Update to version 2.3.11; Take maintainershipJoseph Mingrone2018-06-273-8/+7
| | | | | | | Upstream changes: https://github.com/rizsotto/Bear/blob/master/ChangeLog.md Notes: svn path=/head/; revision=473415
* Correction to r473019: Revert the unintended change to the 'Created by' headers.Yuri Victorovich2018-06-221-1/+1
| | | | Notes: svn path=/head/; revision=473023
* Reset MAINTAINER on ports maintained by amutu@amutu.comYuri Victorovich2018-06-221-2/+2
| | | | | | | | | | | Based on the new policy of all maintained ports reset when maintaner is absent for 3 months. Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months). portscout database indicates that 48.94% of his ports aren't updated. Notes: svn path=/head/; revision=473019
* Simplify some USES=pythonAntoine Brodin2017-12-291-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=457499
* New port: devel/bearKurt Jaeger2017-07-234-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=446457
* Sorting out some Erlang stuff:Jimmy Olgeni2015-06-275-60/+0
| | | | | | | | | | | | | | | | - Rename a few Erlang-related ports using the erlang- prefix; it will avoid confusion with elixir- ports. - Remove DOCS and EXAMPLES where not actually useful. - Simplify RUN_DEPENDS where possible. - Move textproc/exmpp to devel/erlang-exmpp. - Add missing R18 compatibility fix for devel/erlang-oserl. - Upgrade erlang-cuttlefish to 2.0.3. The idea is that libraries ("deps") have the "erlang-" prefix, while larger projects (rabbitmq, yaws, couchdb, etc) keep their usual names. Notes: svn path=/head/; revision=390698
* Add devel/bear, a set of statistics functions for Erlang.Jimmy Olgeni2015-05-205-0/+60
Notes: svn path=/head/; revision=386857