Describe: sync_20150323-10625-gd39eb49
Commit: d39eb49f254e34946b0ae89f0ad85c2420b890d5
Modifications:
devel/libblocksruntime/Makefile | 29
+++++++++++++++++++++++++++++
devel/libblocksruntime/distinfo | 2 ++
devel/libblocksruntime/pkg/DESCR | 4 ++++
devel/libblocksruntime/pkg/PLIST | 2 ++
4 files changed, 37 insertions(+)
create mode 100644 devel/libblocksruntime/Makefile
create mode 100644 devel/libblocksruntime/distinfo
create mode 100644 devel/libblocksruntime/pkg/DESCR
create mode 100644 devel/libblocksruntime/pkg/PLIST
Log messages:
Add libblocksruntime.
Basically the Blocks language extension adds closure support to the
C/Objective-C/C++/Objective-C++ languages. If you are familiar with the
Smalltalk programming language, the Blocks language extensions provides
something very similar to Smalltalk code blocks.
Various Blocks language extension documentation can be found at:
http://clang.llvm.org/docs/LanguageExtensions.html#blocks
Language Specification for Blocks:
http://clang.llvm.org/docs/BlockLanguageSpec.html (HTML)
http://llvm.org/releases/3.1/tools/clang/docs/BlockLanguageSpec.txt
(TXT)
http://www.opensource.apple.com/source/libclosure/libclosure-59/BlockSpec.rtf
(RTF)
http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Blocks
http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Blocks/Blocks.pdf
Needed by asterisk when compiling with clang.