mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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.
This commit is contained in:
parent
57edebd412
commit
76d6f720c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32338
12 changed files with 216 additions and 177 deletions
|
@ -6,8 +6,8 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= swig
|
PORTNAME= swig
|
||||||
PORTVERSION= 1.3a3
|
PORTVERSION= 1.3a4
|
||||||
CATEGORIES= devel perl5 python tcl82
|
CATEGORIES= devel perl5 python ruby tcl82
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||||
ftp://ftp.rge.com/pub/languages/swig/ \
|
ftp://ftp.rge.com/pub/languages/swig/ \
|
||||||
ftp://ftp.mcc.ac.uk/pub/mvc/swig/
|
ftp://ftp.mcc.ac.uk/pub/mvc/swig/
|
||||||
|
@ -17,7 +17,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||||
MAINTAINER= knu@FreeBSD.org
|
MAINTAINER= knu@FreeBSD.org
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
|
BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
|
||||||
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
|
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 \
|
||||||
|
${LOCALBASE}/bin/ruby:${PORTSDIR}/lang/ruby
|
||||||
|
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (swig1.3a3.tar.gz) = 7e71ab07c330e129bc0119b47d96b030
|
MD5 (swig1.3a4.tar.gz) = 64dee37bacf0dfa00f6dee6e1f133177
|
||||||
|
|
|
@ -3,11 +3,12 @@ to link collections of functions written in C/C++ with interpreted
|
||||||
scripting languages. Currently, SWIG supports :
|
scripting languages. Currently, SWIG supports :
|
||||||
|
|
||||||
- Tcl
|
- Tcl
|
||||||
- Perl4
|
- Python
|
||||||
- Perl5
|
- Perl5
|
||||||
- Guile-iii
|
- Java
|
||||||
- Python 1.3
|
- Guile
|
||||||
- MzScheme
|
- MzScheme
|
||||||
|
- Ruby
|
||||||
|
|
||||||
Using SWIG, it is possible to greatly simplify interface development
|
Using SWIG, it is possible to greatly simplify interface development
|
||||||
and to put interesting interfaces on existing applications with
|
and to put interesting interfaces on existing applications with
|
||||||
|
|
|
@ -1,63 +1,74 @@
|
||||||
bin/swig
|
bin/swig
|
||||||
lib/swig%%VER%%/mzscheme/typemaps.i
|
|
||||||
lib/swig%%VER%%/mzscheme/mzscheme.swg
|
|
||||||
lib/swig%%VER%%/tcl/constarray.i
|
|
||||||
lib/swig%%VER%%/tcl/consthash.i
|
|
||||||
lib/swig%%VER%%/tcl/ptrlang.i
|
|
||||||
lib/swig%%VER%%/tcl/tclsh.i
|
|
||||||
lib/swig%%VER%%/tcl/typemaps.i
|
|
||||||
lib/swig%%VER%%/tcl/wish.i
|
|
||||||
lib/swig%%VER%%/tcl/object.swg
|
|
||||||
lib/swig%%VER%%/tcl/swigtcl8.swg
|
|
||||||
lib/swig%%VER%%/perl5/perlmain.i
|
|
||||||
lib/swig%%VER%%/perl5/ptrlang.i
|
|
||||||
lib/swig%%VER%%/perl5/typemaps.i
|
|
||||||
lib/swig%%VER%%/perl5/headers.swg
|
|
||||||
lib/swig%%VER%%/perl5/perl5.swg
|
|
||||||
lib/swig%%VER%%/perl5/perl5mg.swg
|
|
||||||
lib/swig%%VER%%/perl5/Makefile.pl
|
|
||||||
lib/swig%%VER%%/python/embed.i
|
|
||||||
lib/swig%%VER%%/python/embed13.i
|
|
||||||
lib/swig%%VER%%/python/embed14.i
|
|
||||||
lib/swig%%VER%%/python/embed15.i
|
|
||||||
lib/swig%%VER%%/python/ptrlang.i
|
|
||||||
lib/swig%%VER%%/python/typemaps.i
|
|
||||||
lib/swig%%VER%%/python/typemaps_old.i
|
|
||||||
lib/swig%%VER%%/python/defarg.swg
|
|
||||||
lib/swig%%VER%%/python/python.swg
|
|
||||||
lib/swig%%VER%%/guile/guilemain.i
|
|
||||||
lib/swig%%VER%%/guile/interpreter.i
|
|
||||||
lib/swig%%VER%%/guile/typemaps.i
|
|
||||||
lib/swig%%VER%%/guile/guile.swg
|
|
||||||
lib/swig%%VER%%/guile/guiledec.swg
|
|
||||||
lib/swig%%VER%%/java/typemaps.i
|
|
||||||
lib/swig%%VER%%/java/java.swg
|
|
||||||
lib/swig%%VER%%/array.i
|
|
||||||
lib/swig%%VER%%/autodoc.i
|
|
||||||
lib/swig%%VER%%/carray.i
|
|
||||||
lib/swig%%VER%%/constraints.i
|
|
||||||
lib/swig%%VER%%/ctype.i
|
|
||||||
lib/swig%%VER%%/exception.i
|
|
||||||
lib/swig%%VER%%/malloc.i
|
|
||||||
lib/swig%%VER%%/math.i
|
|
||||||
lib/swig%%VER%%/memory.i
|
|
||||||
lib/swig%%VER%%/objc.i
|
|
||||||
lib/swig%%VER%%/pointer.i
|
|
||||||
lib/swig%%VER%%/stdlib.i
|
|
||||||
lib/swig%%VER%%/timers.i
|
|
||||||
lib/libswigtcl8.a
|
|
||||||
lib/libswigtcl8.la
|
|
||||||
lib/libswigtcl8.so
|
|
||||||
lib/libswigpl.a
|
lib/libswigpl.a
|
||||||
lib/libswigpl.la
|
lib/libswigpl.la
|
||||||
lib/libswigpl.so
|
lib/libswigpl.so
|
||||||
lib/libswigpy.a
|
lib/libswigpy.a
|
||||||
lib/libswigpy.la
|
lib/libswigpy.la
|
||||||
lib/libswigpy.so
|
lib/libswigpy.so
|
||||||
|
lib/libswigtcl8.a
|
||||||
|
lib/libswigtcl8.la
|
||||||
|
lib/libswigtcl8.so
|
||||||
|
lib/swig%%VER%%/array.i
|
||||||
|
lib/swig%%VER%%/autodoc.i
|
||||||
|
lib/swig%%VER%%/carray.i
|
||||||
|
lib/swig%%VER%%/common.swg
|
||||||
|
lib/swig%%VER%%/constraints.i
|
||||||
|
lib/swig%%VER%%/ctype.i
|
||||||
|
lib/swig%%VER%%/exception.i
|
||||||
|
lib/swig%%VER%%/guile/guile.i
|
||||||
|
lib/swig%%VER%%/guile/guile.swg
|
||||||
|
lib/swig%%VER%%/guile/guiledec.swg
|
||||||
|
lib/swig%%VER%%/guile/guilemain.i
|
||||||
|
lib/swig%%VER%%/guile/interpreter.i
|
||||||
|
lib/swig%%VER%%/guile/typemaps.i
|
||||||
|
lib/swig%%VER%%/java/java.swg
|
||||||
|
lib/swig%%VER%%/java/typemaps.i
|
||||||
|
lib/swig%%VER%%/malloc.i
|
||||||
|
lib/swig%%VER%%/math.i
|
||||||
|
lib/swig%%VER%%/memory.i
|
||||||
|
lib/swig%%VER%%/mzscheme/mzscheme.swg
|
||||||
|
lib/swig%%VER%%/mzscheme/typemaps.i
|
||||||
|
lib/swig%%VER%%/objc.i
|
||||||
|
lib/swig%%VER%%/perl5/Makefile.pl
|
||||||
|
lib/swig%%VER%%/perl5/perl5.swg
|
||||||
|
lib/swig%%VER%%/perl5/perlmain.i
|
||||||
|
lib/swig%%VER%%/perl5/ptrlang.i
|
||||||
|
lib/swig%%VER%%/perl5/typemaps.i
|
||||||
|
lib/swig%%VER%%/pointer.i
|
||||||
|
lib/swig%%VER%%/python/defarg.swg
|
||||||
|
lib/swig%%VER%%/python/embed.i
|
||||||
|
lib/swig%%VER%%/python/embed13.i
|
||||||
|
lib/swig%%VER%%/python/embed14.i
|
||||||
|
lib/swig%%VER%%/python/embed15.i
|
||||||
|
lib/swig%%VER%%/python/ptrlang.i
|
||||||
|
lib/swig%%VER%%/python/python.swg
|
||||||
|
lib/swig%%VER%%/python/typemaps.i
|
||||||
|
lib/swig%%VER%%/python/typemaps_old.i
|
||||||
|
lib/swig%%VER%%/ruby/Makefile.swig
|
||||||
|
lib/swig%%VER%%/ruby/embed.i
|
||||||
|
lib/swig%%VER%%/ruby/exception.i
|
||||||
|
lib/swig%%VER%%/ruby/extconf.rb
|
||||||
|
lib/swig%%VER%%/ruby/ptrlang.i
|
||||||
|
lib/swig%%VER%%/ruby/ruby.swg
|
||||||
|
lib/swig%%VER%%/ruby/rubydec.swg
|
||||||
|
lib/swig%%VER%%/ruby/rubydef.swg
|
||||||
|
lib/swig%%VER%%/ruby/typemaps.i
|
||||||
|
lib/swig%%VER%%/stdlib.i
|
||||||
|
lib/swig%%VER%%/tcl/constarray.i
|
||||||
|
lib/swig%%VER%%/tcl/consthash.i
|
||||||
|
lib/swig%%VER%%/tcl/object.swg
|
||||||
|
lib/swig%%VER%%/tcl/ptrlang.i
|
||||||
|
lib/swig%%VER%%/tcl/swigtcl8.swg
|
||||||
|
lib/swig%%VER%%/tcl/tcl8.swg
|
||||||
|
lib/swig%%VER%%/tcl/tclsh.i
|
||||||
|
lib/swig%%VER%%/tcl/typemaps.i
|
||||||
|
lib/swig%%VER%%/tcl/wish.i
|
||||||
|
lib/swig%%VER%%/timers.i
|
||||||
@dirrm lib/swig%%VER%%/guile
|
@dirrm lib/swig%%VER%%/guile
|
||||||
@dirrm lib/swig%%VER%%/java
|
@dirrm lib/swig%%VER%%/java
|
||||||
@dirrm lib/swig%%VER%%/python
|
|
||||||
@dirrm lib/swig%%VER%%/perl5
|
|
||||||
@dirrm lib/swig%%VER%%/tcl
|
|
||||||
@dirrm lib/swig%%VER%%/mzscheme
|
@dirrm lib/swig%%VER%%/mzscheme
|
||||||
|
@dirrm lib/swig%%VER%%/perl5
|
||||||
|
@dirrm lib/swig%%VER%%/python
|
||||||
|
@dirrm lib/swig%%VER%%/ruby
|
||||||
|
@dirrm lib/swig%%VER%%/tcl
|
||||||
@dirrm lib/swig%%VER%%
|
@dirrm lib/swig%%VER%%
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= swig
|
PORTNAME= swig
|
||||||
PORTVERSION= 1.3a3
|
PORTVERSION= 1.3a4
|
||||||
CATEGORIES= devel perl5 python tcl82
|
CATEGORIES= devel perl5 python ruby tcl82
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||||
ftp://ftp.rge.com/pub/languages/swig/ \
|
ftp://ftp.rge.com/pub/languages/swig/ \
|
||||||
ftp://ftp.mcc.ac.uk/pub/mvc/swig/
|
ftp://ftp.mcc.ac.uk/pub/mvc/swig/
|
||||||
|
@ -17,7 +17,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||||
MAINTAINER= knu@FreeBSD.org
|
MAINTAINER= knu@FreeBSD.org
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
|
BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
|
||||||
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
|
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 \
|
||||||
|
${LOCALBASE}/bin/ruby:${PORTSDIR}/lang/ruby
|
||||||
|
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (swig1.3a3.tar.gz) = 7e71ab07c330e129bc0119b47d96b030
|
MD5 (swig1.3a4.tar.gz) = 64dee37bacf0dfa00f6dee6e1f133177
|
||||||
|
|
|
@ -3,11 +3,12 @@ to link collections of functions written in C/C++ with interpreted
|
||||||
scripting languages. Currently, SWIG supports :
|
scripting languages. Currently, SWIG supports :
|
||||||
|
|
||||||
- Tcl
|
- Tcl
|
||||||
- Perl4
|
- Python
|
||||||
- Perl5
|
- Perl5
|
||||||
- Guile-iii
|
- Java
|
||||||
- Python 1.3
|
- Guile
|
||||||
- MzScheme
|
- MzScheme
|
||||||
|
- Ruby
|
||||||
|
|
||||||
Using SWIG, it is possible to greatly simplify interface development
|
Using SWIG, it is possible to greatly simplify interface development
|
||||||
and to put interesting interfaces on existing applications with
|
and to put interesting interfaces on existing applications with
|
||||||
|
|
|
@ -1,63 +1,74 @@
|
||||||
bin/swig
|
bin/swig
|
||||||
lib/swig%%VER%%/mzscheme/typemaps.i
|
|
||||||
lib/swig%%VER%%/mzscheme/mzscheme.swg
|
|
||||||
lib/swig%%VER%%/tcl/constarray.i
|
|
||||||
lib/swig%%VER%%/tcl/consthash.i
|
|
||||||
lib/swig%%VER%%/tcl/ptrlang.i
|
|
||||||
lib/swig%%VER%%/tcl/tclsh.i
|
|
||||||
lib/swig%%VER%%/tcl/typemaps.i
|
|
||||||
lib/swig%%VER%%/tcl/wish.i
|
|
||||||
lib/swig%%VER%%/tcl/object.swg
|
|
||||||
lib/swig%%VER%%/tcl/swigtcl8.swg
|
|
||||||
lib/swig%%VER%%/perl5/perlmain.i
|
|
||||||
lib/swig%%VER%%/perl5/ptrlang.i
|
|
||||||
lib/swig%%VER%%/perl5/typemaps.i
|
|
||||||
lib/swig%%VER%%/perl5/headers.swg
|
|
||||||
lib/swig%%VER%%/perl5/perl5.swg
|
|
||||||
lib/swig%%VER%%/perl5/perl5mg.swg
|
|
||||||
lib/swig%%VER%%/perl5/Makefile.pl
|
|
||||||
lib/swig%%VER%%/python/embed.i
|
|
||||||
lib/swig%%VER%%/python/embed13.i
|
|
||||||
lib/swig%%VER%%/python/embed14.i
|
|
||||||
lib/swig%%VER%%/python/embed15.i
|
|
||||||
lib/swig%%VER%%/python/ptrlang.i
|
|
||||||
lib/swig%%VER%%/python/typemaps.i
|
|
||||||
lib/swig%%VER%%/python/typemaps_old.i
|
|
||||||
lib/swig%%VER%%/python/defarg.swg
|
|
||||||
lib/swig%%VER%%/python/python.swg
|
|
||||||
lib/swig%%VER%%/guile/guilemain.i
|
|
||||||
lib/swig%%VER%%/guile/interpreter.i
|
|
||||||
lib/swig%%VER%%/guile/typemaps.i
|
|
||||||
lib/swig%%VER%%/guile/guile.swg
|
|
||||||
lib/swig%%VER%%/guile/guiledec.swg
|
|
||||||
lib/swig%%VER%%/java/typemaps.i
|
|
||||||
lib/swig%%VER%%/java/java.swg
|
|
||||||
lib/swig%%VER%%/array.i
|
|
||||||
lib/swig%%VER%%/autodoc.i
|
|
||||||
lib/swig%%VER%%/carray.i
|
|
||||||
lib/swig%%VER%%/constraints.i
|
|
||||||
lib/swig%%VER%%/ctype.i
|
|
||||||
lib/swig%%VER%%/exception.i
|
|
||||||
lib/swig%%VER%%/malloc.i
|
|
||||||
lib/swig%%VER%%/math.i
|
|
||||||
lib/swig%%VER%%/memory.i
|
|
||||||
lib/swig%%VER%%/objc.i
|
|
||||||
lib/swig%%VER%%/pointer.i
|
|
||||||
lib/swig%%VER%%/stdlib.i
|
|
||||||
lib/swig%%VER%%/timers.i
|
|
||||||
lib/libswigtcl8.a
|
|
||||||
lib/libswigtcl8.la
|
|
||||||
lib/libswigtcl8.so
|
|
||||||
lib/libswigpl.a
|
lib/libswigpl.a
|
||||||
lib/libswigpl.la
|
lib/libswigpl.la
|
||||||
lib/libswigpl.so
|
lib/libswigpl.so
|
||||||
lib/libswigpy.a
|
lib/libswigpy.a
|
||||||
lib/libswigpy.la
|
lib/libswigpy.la
|
||||||
lib/libswigpy.so
|
lib/libswigpy.so
|
||||||
|
lib/libswigtcl8.a
|
||||||
|
lib/libswigtcl8.la
|
||||||
|
lib/libswigtcl8.so
|
||||||
|
lib/swig%%VER%%/array.i
|
||||||
|
lib/swig%%VER%%/autodoc.i
|
||||||
|
lib/swig%%VER%%/carray.i
|
||||||
|
lib/swig%%VER%%/common.swg
|
||||||
|
lib/swig%%VER%%/constraints.i
|
||||||
|
lib/swig%%VER%%/ctype.i
|
||||||
|
lib/swig%%VER%%/exception.i
|
||||||
|
lib/swig%%VER%%/guile/guile.i
|
||||||
|
lib/swig%%VER%%/guile/guile.swg
|
||||||
|
lib/swig%%VER%%/guile/guiledec.swg
|
||||||
|
lib/swig%%VER%%/guile/guilemain.i
|
||||||
|
lib/swig%%VER%%/guile/interpreter.i
|
||||||
|
lib/swig%%VER%%/guile/typemaps.i
|
||||||
|
lib/swig%%VER%%/java/java.swg
|
||||||
|
lib/swig%%VER%%/java/typemaps.i
|
||||||
|
lib/swig%%VER%%/malloc.i
|
||||||
|
lib/swig%%VER%%/math.i
|
||||||
|
lib/swig%%VER%%/memory.i
|
||||||
|
lib/swig%%VER%%/mzscheme/mzscheme.swg
|
||||||
|
lib/swig%%VER%%/mzscheme/typemaps.i
|
||||||
|
lib/swig%%VER%%/objc.i
|
||||||
|
lib/swig%%VER%%/perl5/Makefile.pl
|
||||||
|
lib/swig%%VER%%/perl5/perl5.swg
|
||||||
|
lib/swig%%VER%%/perl5/perlmain.i
|
||||||
|
lib/swig%%VER%%/perl5/ptrlang.i
|
||||||
|
lib/swig%%VER%%/perl5/typemaps.i
|
||||||
|
lib/swig%%VER%%/pointer.i
|
||||||
|
lib/swig%%VER%%/python/defarg.swg
|
||||||
|
lib/swig%%VER%%/python/embed.i
|
||||||
|
lib/swig%%VER%%/python/embed13.i
|
||||||
|
lib/swig%%VER%%/python/embed14.i
|
||||||
|
lib/swig%%VER%%/python/embed15.i
|
||||||
|
lib/swig%%VER%%/python/ptrlang.i
|
||||||
|
lib/swig%%VER%%/python/python.swg
|
||||||
|
lib/swig%%VER%%/python/typemaps.i
|
||||||
|
lib/swig%%VER%%/python/typemaps_old.i
|
||||||
|
lib/swig%%VER%%/ruby/Makefile.swig
|
||||||
|
lib/swig%%VER%%/ruby/embed.i
|
||||||
|
lib/swig%%VER%%/ruby/exception.i
|
||||||
|
lib/swig%%VER%%/ruby/extconf.rb
|
||||||
|
lib/swig%%VER%%/ruby/ptrlang.i
|
||||||
|
lib/swig%%VER%%/ruby/ruby.swg
|
||||||
|
lib/swig%%VER%%/ruby/rubydec.swg
|
||||||
|
lib/swig%%VER%%/ruby/rubydef.swg
|
||||||
|
lib/swig%%VER%%/ruby/typemaps.i
|
||||||
|
lib/swig%%VER%%/stdlib.i
|
||||||
|
lib/swig%%VER%%/tcl/constarray.i
|
||||||
|
lib/swig%%VER%%/tcl/consthash.i
|
||||||
|
lib/swig%%VER%%/tcl/object.swg
|
||||||
|
lib/swig%%VER%%/tcl/ptrlang.i
|
||||||
|
lib/swig%%VER%%/tcl/swigtcl8.swg
|
||||||
|
lib/swig%%VER%%/tcl/tcl8.swg
|
||||||
|
lib/swig%%VER%%/tcl/tclsh.i
|
||||||
|
lib/swig%%VER%%/tcl/typemaps.i
|
||||||
|
lib/swig%%VER%%/tcl/wish.i
|
||||||
|
lib/swig%%VER%%/timers.i
|
||||||
@dirrm lib/swig%%VER%%/guile
|
@dirrm lib/swig%%VER%%/guile
|
||||||
@dirrm lib/swig%%VER%%/java
|
@dirrm lib/swig%%VER%%/java
|
||||||
@dirrm lib/swig%%VER%%/python
|
|
||||||
@dirrm lib/swig%%VER%%/perl5
|
|
||||||
@dirrm lib/swig%%VER%%/tcl
|
|
||||||
@dirrm lib/swig%%VER%%/mzscheme
|
@dirrm lib/swig%%VER%%/mzscheme
|
||||||
|
@dirrm lib/swig%%VER%%/perl5
|
||||||
|
@dirrm lib/swig%%VER%%/python
|
||||||
|
@dirrm lib/swig%%VER%%/ruby
|
||||||
|
@dirrm lib/swig%%VER%%/tcl
|
||||||
@dirrm lib/swig%%VER%%
|
@dirrm lib/swig%%VER%%
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= swig
|
PORTNAME= swig
|
||||||
PORTVERSION= 1.3a3
|
PORTVERSION= 1.3a4
|
||||||
CATEGORIES= devel perl5 python tcl82
|
CATEGORIES= devel perl5 python ruby tcl82
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||||
ftp://ftp.rge.com/pub/languages/swig/ \
|
ftp://ftp.rge.com/pub/languages/swig/ \
|
||||||
ftp://ftp.mcc.ac.uk/pub/mvc/swig/
|
ftp://ftp.mcc.ac.uk/pub/mvc/swig/
|
||||||
|
@ -17,7 +17,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||||
MAINTAINER= knu@FreeBSD.org
|
MAINTAINER= knu@FreeBSD.org
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
|
BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
|
||||||
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
|
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 \
|
||||||
|
${LOCALBASE}/bin/ruby:${PORTSDIR}/lang/ruby
|
||||||
|
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (swig1.3a3.tar.gz) = 7e71ab07c330e129bc0119b47d96b030
|
MD5 (swig1.3a4.tar.gz) = 64dee37bacf0dfa00f6dee6e1f133177
|
||||||
|
|
|
@ -3,11 +3,12 @@ to link collections of functions written in C/C++ with interpreted
|
||||||
scripting languages. Currently, SWIG supports :
|
scripting languages. Currently, SWIG supports :
|
||||||
|
|
||||||
- Tcl
|
- Tcl
|
||||||
- Perl4
|
- Python
|
||||||
- Perl5
|
- Perl5
|
||||||
- Guile-iii
|
- Java
|
||||||
- Python 1.3
|
- Guile
|
||||||
- MzScheme
|
- MzScheme
|
||||||
|
- Ruby
|
||||||
|
|
||||||
Using SWIG, it is possible to greatly simplify interface development
|
Using SWIG, it is possible to greatly simplify interface development
|
||||||
and to put interesting interfaces on existing applications with
|
and to put interesting interfaces on existing applications with
|
||||||
|
|
|
@ -1,63 +1,74 @@
|
||||||
bin/swig
|
bin/swig
|
||||||
lib/swig%%VER%%/mzscheme/typemaps.i
|
|
||||||
lib/swig%%VER%%/mzscheme/mzscheme.swg
|
|
||||||
lib/swig%%VER%%/tcl/constarray.i
|
|
||||||
lib/swig%%VER%%/tcl/consthash.i
|
|
||||||
lib/swig%%VER%%/tcl/ptrlang.i
|
|
||||||
lib/swig%%VER%%/tcl/tclsh.i
|
|
||||||
lib/swig%%VER%%/tcl/typemaps.i
|
|
||||||
lib/swig%%VER%%/tcl/wish.i
|
|
||||||
lib/swig%%VER%%/tcl/object.swg
|
|
||||||
lib/swig%%VER%%/tcl/swigtcl8.swg
|
|
||||||
lib/swig%%VER%%/perl5/perlmain.i
|
|
||||||
lib/swig%%VER%%/perl5/ptrlang.i
|
|
||||||
lib/swig%%VER%%/perl5/typemaps.i
|
|
||||||
lib/swig%%VER%%/perl5/headers.swg
|
|
||||||
lib/swig%%VER%%/perl5/perl5.swg
|
|
||||||
lib/swig%%VER%%/perl5/perl5mg.swg
|
|
||||||
lib/swig%%VER%%/perl5/Makefile.pl
|
|
||||||
lib/swig%%VER%%/python/embed.i
|
|
||||||
lib/swig%%VER%%/python/embed13.i
|
|
||||||
lib/swig%%VER%%/python/embed14.i
|
|
||||||
lib/swig%%VER%%/python/embed15.i
|
|
||||||
lib/swig%%VER%%/python/ptrlang.i
|
|
||||||
lib/swig%%VER%%/python/typemaps.i
|
|
||||||
lib/swig%%VER%%/python/typemaps_old.i
|
|
||||||
lib/swig%%VER%%/python/defarg.swg
|
|
||||||
lib/swig%%VER%%/python/python.swg
|
|
||||||
lib/swig%%VER%%/guile/guilemain.i
|
|
||||||
lib/swig%%VER%%/guile/interpreter.i
|
|
||||||
lib/swig%%VER%%/guile/typemaps.i
|
|
||||||
lib/swig%%VER%%/guile/guile.swg
|
|
||||||
lib/swig%%VER%%/guile/guiledec.swg
|
|
||||||
lib/swig%%VER%%/java/typemaps.i
|
|
||||||
lib/swig%%VER%%/java/java.swg
|
|
||||||
lib/swig%%VER%%/array.i
|
|
||||||
lib/swig%%VER%%/autodoc.i
|
|
||||||
lib/swig%%VER%%/carray.i
|
|
||||||
lib/swig%%VER%%/constraints.i
|
|
||||||
lib/swig%%VER%%/ctype.i
|
|
||||||
lib/swig%%VER%%/exception.i
|
|
||||||
lib/swig%%VER%%/malloc.i
|
|
||||||
lib/swig%%VER%%/math.i
|
|
||||||
lib/swig%%VER%%/memory.i
|
|
||||||
lib/swig%%VER%%/objc.i
|
|
||||||
lib/swig%%VER%%/pointer.i
|
|
||||||
lib/swig%%VER%%/stdlib.i
|
|
||||||
lib/swig%%VER%%/timers.i
|
|
||||||
lib/libswigtcl8.a
|
|
||||||
lib/libswigtcl8.la
|
|
||||||
lib/libswigtcl8.so
|
|
||||||
lib/libswigpl.a
|
lib/libswigpl.a
|
||||||
lib/libswigpl.la
|
lib/libswigpl.la
|
||||||
lib/libswigpl.so
|
lib/libswigpl.so
|
||||||
lib/libswigpy.a
|
lib/libswigpy.a
|
||||||
lib/libswigpy.la
|
lib/libswigpy.la
|
||||||
lib/libswigpy.so
|
lib/libswigpy.so
|
||||||
|
lib/libswigtcl8.a
|
||||||
|
lib/libswigtcl8.la
|
||||||
|
lib/libswigtcl8.so
|
||||||
|
lib/swig%%VER%%/array.i
|
||||||
|
lib/swig%%VER%%/autodoc.i
|
||||||
|
lib/swig%%VER%%/carray.i
|
||||||
|
lib/swig%%VER%%/common.swg
|
||||||
|
lib/swig%%VER%%/constraints.i
|
||||||
|
lib/swig%%VER%%/ctype.i
|
||||||
|
lib/swig%%VER%%/exception.i
|
||||||
|
lib/swig%%VER%%/guile/guile.i
|
||||||
|
lib/swig%%VER%%/guile/guile.swg
|
||||||
|
lib/swig%%VER%%/guile/guiledec.swg
|
||||||
|
lib/swig%%VER%%/guile/guilemain.i
|
||||||
|
lib/swig%%VER%%/guile/interpreter.i
|
||||||
|
lib/swig%%VER%%/guile/typemaps.i
|
||||||
|
lib/swig%%VER%%/java/java.swg
|
||||||
|
lib/swig%%VER%%/java/typemaps.i
|
||||||
|
lib/swig%%VER%%/malloc.i
|
||||||
|
lib/swig%%VER%%/math.i
|
||||||
|
lib/swig%%VER%%/memory.i
|
||||||
|
lib/swig%%VER%%/mzscheme/mzscheme.swg
|
||||||
|
lib/swig%%VER%%/mzscheme/typemaps.i
|
||||||
|
lib/swig%%VER%%/objc.i
|
||||||
|
lib/swig%%VER%%/perl5/Makefile.pl
|
||||||
|
lib/swig%%VER%%/perl5/perl5.swg
|
||||||
|
lib/swig%%VER%%/perl5/perlmain.i
|
||||||
|
lib/swig%%VER%%/perl5/ptrlang.i
|
||||||
|
lib/swig%%VER%%/perl5/typemaps.i
|
||||||
|
lib/swig%%VER%%/pointer.i
|
||||||
|
lib/swig%%VER%%/python/defarg.swg
|
||||||
|
lib/swig%%VER%%/python/embed.i
|
||||||
|
lib/swig%%VER%%/python/embed13.i
|
||||||
|
lib/swig%%VER%%/python/embed14.i
|
||||||
|
lib/swig%%VER%%/python/embed15.i
|
||||||
|
lib/swig%%VER%%/python/ptrlang.i
|
||||||
|
lib/swig%%VER%%/python/python.swg
|
||||||
|
lib/swig%%VER%%/python/typemaps.i
|
||||||
|
lib/swig%%VER%%/python/typemaps_old.i
|
||||||
|
lib/swig%%VER%%/ruby/Makefile.swig
|
||||||
|
lib/swig%%VER%%/ruby/embed.i
|
||||||
|
lib/swig%%VER%%/ruby/exception.i
|
||||||
|
lib/swig%%VER%%/ruby/extconf.rb
|
||||||
|
lib/swig%%VER%%/ruby/ptrlang.i
|
||||||
|
lib/swig%%VER%%/ruby/ruby.swg
|
||||||
|
lib/swig%%VER%%/ruby/rubydec.swg
|
||||||
|
lib/swig%%VER%%/ruby/rubydef.swg
|
||||||
|
lib/swig%%VER%%/ruby/typemaps.i
|
||||||
|
lib/swig%%VER%%/stdlib.i
|
||||||
|
lib/swig%%VER%%/tcl/constarray.i
|
||||||
|
lib/swig%%VER%%/tcl/consthash.i
|
||||||
|
lib/swig%%VER%%/tcl/object.swg
|
||||||
|
lib/swig%%VER%%/tcl/ptrlang.i
|
||||||
|
lib/swig%%VER%%/tcl/swigtcl8.swg
|
||||||
|
lib/swig%%VER%%/tcl/tcl8.swg
|
||||||
|
lib/swig%%VER%%/tcl/tclsh.i
|
||||||
|
lib/swig%%VER%%/tcl/typemaps.i
|
||||||
|
lib/swig%%VER%%/tcl/wish.i
|
||||||
|
lib/swig%%VER%%/timers.i
|
||||||
@dirrm lib/swig%%VER%%/guile
|
@dirrm lib/swig%%VER%%/guile
|
||||||
@dirrm lib/swig%%VER%%/java
|
@dirrm lib/swig%%VER%%/java
|
||||||
@dirrm lib/swig%%VER%%/python
|
|
||||||
@dirrm lib/swig%%VER%%/perl5
|
|
||||||
@dirrm lib/swig%%VER%%/tcl
|
|
||||||
@dirrm lib/swig%%VER%%/mzscheme
|
@dirrm lib/swig%%VER%%/mzscheme
|
||||||
|
@dirrm lib/swig%%VER%%/perl5
|
||||||
|
@dirrm lib/swig%%VER%%/python
|
||||||
|
@dirrm lib/swig%%VER%%/ruby
|
||||||
|
@dirrm lib/swig%%VER%%/tcl
|
||||||
@dirrm lib/swig%%VER%%
|
@dirrm lib/swig%%VER%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue