mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
842b6d60a5
- Add patches to make it work with Perl 5.6.0 - Remove a mirror which does not hold a distfile anymore - Add perl5 to CATEGORIES - Take over the maintainership (from ports@FreeBSD.org)
16 lines
454 B
Plaintext
16 lines
454 B
Plaintext
SWIG is a tool for automatically generating the wrapper code needed
|
|
to link collections of functions written in C/C++ with interpreted
|
|
scripting languages. Currently, SWIG supports :
|
|
|
|
- Tcl
|
|
- Perl4
|
|
- Perl5
|
|
- Guile-iii
|
|
- Python 1.3
|
|
|
|
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/
|