diff options
author | knu <knu@FreeBSD.org> | 2000-09-06 15:58:07 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-06 15:58:07 +0000 |
commit | 31be575cd7b2de6b9428c1feb0fae14ab43d7860 (patch) | |
tree | 3d2c4526c2d034048b2ec9885f617344f5236657 /devel/swig20/pkg-descr | |
parent | 99a4190c7c02c234a8acec7310da3f51960e02cf (diff) | |
download | FreeBSD-ports-31be575cd7b2de6b9428c1feb0fae14ab43d7860.zip FreeBSD-ports-31be575cd7b2de6b9428c1feb0fae14ab43d7860.tar.gz |
Update to 1.3a4.
- SWIG has finally merged swigruby and now includes Ruby support!
Sort and update PLIST.
Update DESCR to reflect the latest languages support.
Diffstat (limited to 'devel/swig20/pkg-descr')
-rw-r--r-- | devel/swig20/pkg-descr | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/swig20/pkg-descr b/devel/swig20/pkg-descr index b2bad2b..c9ea8c1 100644 --- a/devel/swig20/pkg-descr +++ b/devel/swig20/pkg-descr @@ -3,11 +3,12 @@ to link collections of functions written in C/C++ with interpreted scripting languages. Currently, SWIG supports : - Tcl - - Perl4 + - Python - Perl5 - - Guile-iii - - Python 1.3 + - Java + - Guile - MzScheme + - Ruby Using SWIG, it is possible to greatly simplify interface development and to put interesting interfaces on existing applications with |