diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-07-10 14:31:19 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-07-10 14:31:19 +0000 |
commit | 2e70c59bc19bd7a45d5644912f39e224de3b3d6f (patch) | |
tree | ebf34434558964bb7a99951357473acf55571dd9 /devel/swig20 | |
parent | 3af264c879d3ad4d22ec9bddaf8933debb3294c9 (diff) | |
download | ports-2e70c59bc19bd7a45d5644912f39e224de3b3d6f.tar.gz ports-2e70c59bc19bd7a45d5644912f39e224de3b3d6f.zip |
Update port to 1.3a3
Notes
Notes:
svn path=/head/; revision=30442
Diffstat (limited to 'devel/swig20')
-rw-r--r-- | devel/swig20/Makefile | 2 | ||||
-rw-r--r-- | devel/swig20/distinfo | 2 | ||||
-rw-r--r-- | devel/swig20/pkg-descr | 1 | ||||
-rw-r--r-- | devel/swig20/pkg-plist | 13 |
4 files changed, 11 insertions, 7 deletions
diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index 8686d4ede600..b15c2f683c07 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= swig -PORTVERSION= 1.3a2 +PORTVERSION= 1.3a3 CATEGORIES= devel python tcl82 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.rge.com/pub/languages/swig/ \ diff --git a/devel/swig20/distinfo b/devel/swig20/distinfo index 3e87907d6fca..7c8379a75a2f 100644 --- a/devel/swig20/distinfo +++ b/devel/swig20/distinfo @@ -1 +1 @@ -MD5 (swig1.3a2.tar.gz) = ab606181bfcfe169e3de5993828c27a0 +MD5 (swig1.3a3.tar.gz) = 7e71ab07c330e129bc0119b47d96b030 diff --git a/devel/swig20/pkg-descr b/devel/swig20/pkg-descr index 89e45f9bd327..b2bad2b89850 100644 --- a/devel/swig20/pkg-descr +++ b/devel/swig20/pkg-descr @@ -7,6 +7,7 @@ scripting languages. Currently, SWIG supports : - Perl5 - Guile-iii - Python 1.3 + - MzScheme Using SWIG, it is possible to greatly simplify interface development and to put interesting interfaces on existing applications with diff --git a/devel/swig20/pkg-plist b/devel/swig20/pkg-plist index 687e929683ee..8d23fa0f5831 100644 --- a/devel/swig20/pkg-plist +++ b/devel/swig20/pkg-plist @@ -1,4 +1,6 @@ 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 @@ -27,6 +29,7 @@ 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 @@ -42,19 +45,19 @@ lib/swig%%VER%%/objc.i lib/swig%%VER%%/pointer.i lib/swig%%VER%%/stdlib.i lib/swig%%VER%%/timers.i -lib/swig%%VER%%/swigptr.swg -lib/libswigtcl8.so lib/libswigtcl8.a +lib/libswigtcl8.la +lib/libswigtcl8.so lib/libswigpl.a +lib/libswigpl.la lib/libswigpl.so lib/libswigpy.a -lib/libswigpy.so -lib/libswigpl.la lib/libswigpy.la -lib/libswigtcl8.la +lib/libswigpy.so @dirrm lib/swig%%VER%%/guile @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%% |