freebsd-ports/devel/swig20/pkg-descr
Kubilay Kocak 099620b87c devel/swig20: update to 2.0.11, Backport C++11 fixes, Use GNU Make
- 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
2014-01-14 09:01:38 +00:00

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/