summaryrefslogtreecommitdiff
path: root/editors/codeblocks
AgeCommit message (Collapse)AuthorFilesLines
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2016-08-27Disable PCH for GCC as it fails on LP32 platforms.joerg1-0/+12
2016-08-03Revbump after graphics/gd updateadam1-1/+2
2016-06-19clang objects to the nullptr emulation, so just real C++11 for it.joerg1-1/+6
2016-06-16Import codeblocks-16.01 as editors/codeblockkamil9-0/+1262
Code::Blocks is a free C++ IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable. Finally, an IDE with all the features you need, having a consistent look, feel and operation across platforms. Built around a plugin framework, Code::Blocks can be extended with plugins. Any kind of functionality can be added by installing/coding a plugin. For instance, compiling and debugging functionality is already provided by plugins! Originally packaged in pkgsrc-wip by: - Ondrej Tuma, - Joerg Sonnenberg, - Thomas Klausner, - Tobias Nygren, - Mark Davies, - Blue Rats, - Aleksej Saushev, - Aleksej Lebedev, - K.I.A.Derouiche and - myself.