099620b87c
- Update to 2.0.11
- Update pkg-plist
- Enable STAGE support
- Backport C++11 SWIG fixes from upstream for games/py-fife [1][2]
- Use GNU Make as recommended by upstream [3]
- Modernise LIB_DEPENDS
- Add regression-test: target to make running the test suite easier
- pkg-descr: Tab to space in WWW:
[1] Commit: 92128eef44
[2] Issue: https://github.com/swig/swig/issues/73
[3] http://www.swig.org/Doc2.0/Preface.html
PR: ports/185684
Submitted by: koobs
Approved by: Jason Bacon <jwbacon@tds.net> (maintainer)
MFH: 2014Q1
9 lines
332 B
Text
9 lines
332 B
Text
SWIG is a tool for automatically generating the wrapper code needed
|
|
to link collections of functions written in C/C++ with other
|
|
programming languages.
|
|
|
|
Using SWIG, it is possible to greatly simplify interface development
|
|
and to put interesting interfaces on existing applications with
|
|
little effort.
|
|
|
|
WWW: http://www.swig.org/
|