1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Dmitry Marakasov
4d3ca9fac1 - Update to 0.3, mark more archs as unsupported
- While here, canonize identation and add tiny improvements (use PORTVERSION in MASTER_SITES url, no need to use full path in MAKEFILE)

PR:		131223
Submitted by:	Tassilo Philipp <tphilipp at potion-studios dot com> (maintainer)
2009-02-05 15:21:05 +00:00
Jimmy Olgeni
a249020977 Large round of typo fixes in ports/devel (pkg-descr). 2008-06-01 09:42:37 +00:00
Philippe Audeoud
0dcc1af515 - Mark BROKEN on sparc64
Approved by:	maintainer, mentor (implicit)
2008-05-30 20:06:29 +00:00
Philippe Audeoud
90072195f8 - Update to 0.2.
PR:		ports/123899
Submitted by:	Tassilo Philipp <tphilipp potion-studios com>
Approved by:	tabthorpe (mentor)
2008-05-23 15:20:44 +00:00
Cheng-Lung Sung
4344a7d1ef The dyncall library encapsulates architecture-, OS- and compiler-specific
function call semantics in a virtual "bind parameters from left to right
and then call" interface allowing programmers to call C functions in a
completely dynamic manner. In other workds, instead of calling a function
directly, the dyncall library provides a mechanism to push the function
parameters manually and to issue the call afterwards.
This means, that a program can determine at runtime what function to
call, and what parameters to pass to it. The library is written in C and
assembly and provides a very simple C interface to program against.

The library comes in very handy to power flexible message systems,
dynamic function call dispatch mechanisms, closure implementations or
even to bridge different programming languages.
When it comes to language bindings, the dyncall library provides a clean
and portable C interface to dynamically issue calls to foreign code using
small kernels written in assembly. Instead of providing code for every
bridged function call, which unnecessarily results in code bloat, only a
couple of instructions are used to invoke every possible call.

WWW: http://www.dyncall.org

PR:		ports/122720
Submitted by:	Tassilo Philipp <tphilipp at potion-studios.com>
2008-04-14 00:47:00 +00:00