summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-07-10 14:31:19 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-07-10 14:31:19 +0000
commit2e70c59bc19bd7a45d5644912f39e224de3b3d6f (patch)
treeebf34434558964bb7a99951357473acf55571dd9 /devel
parentAdd "-s" (silent) option useful for shell scripts. (diff)
Update port to 1.3a3
Notes
Notes: svn path=/head/; revision=30442
Diffstat (limited to 'devel')
-rw-r--r--devel/SWIG-devel/Makefile2
-rw-r--r--devel/SWIG-devel/distinfo2
-rw-r--r--devel/SWIG-devel/pkg-descr1
-rw-r--r--devel/SWIG-devel/pkg-plist13
-rw-r--r--devel/SWIG/Makefile2
-rw-r--r--devel/SWIG/distinfo2
-rw-r--r--devel/SWIG/pkg-descr1
-rw-r--r--devel/SWIG/pkg-plist13
-rw-r--r--devel/swig11/Makefile2
-rw-r--r--devel/swig11/distinfo2
-rw-r--r--devel/swig11/pkg-descr1
-rw-r--r--devel/swig11/pkg-plist13
-rw-r--r--devel/swig13/Makefile2
-rw-r--r--devel/swig13/distinfo2
-rw-r--r--devel/swig13/pkg-descr1
-rw-r--r--devel/swig13/pkg-plist13
-rw-r--r--devel/swig20/Makefile2
-rw-r--r--devel/swig20/distinfo2
-rw-r--r--devel/swig20/pkg-descr1
-rw-r--r--devel/swig20/pkg-plist13
20 files changed, 55 insertions, 35 deletions
diff --git a/devel/SWIG-devel/Makefile b/devel/SWIG-devel/Makefile
index 8686d4ede600..b15c2f683c07 100644
--- a/devel/SWIG-devel/Makefile
+++ b/devel/SWIG-devel/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/SWIG-devel/distinfo b/devel/SWIG-devel/distinfo
index 3e87907d6fca..7c8379a75a2f 100644
--- a/devel/SWIG-devel/distinfo
+++ b/devel/SWIG-devel/distinfo
@@ -1 +1 @@
-MD5 (swig1.3a2.tar.gz) = ab606181bfcfe169e3de5993828c27a0
+MD5 (swig1.3a3.tar.gz) = 7e71ab07c330e129bc0119b47d96b030
diff --git a/devel/SWIG-devel/pkg-descr b/devel/SWIG-devel/pkg-descr
index 89e45f9bd327..b2bad2b89850 100644
--- a/devel/SWIG-devel/pkg-descr
+++ b/devel/SWIG-devel/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/SWIG-devel/pkg-plist b/devel/SWIG-devel/pkg-plist
index 687e929683ee..8d23fa0f5831 100644
--- a/devel/SWIG-devel/pkg-plist
+++ b/devel/SWIG-devel/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%%
diff --git a/devel/SWIG/Makefile b/devel/SWIG/Makefile
index 8686d4ede600..b15c2f683c07 100644
--- a/devel/SWIG/Makefile
+++ b/devel/SWIG/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/SWIG/distinfo b/devel/SWIG/distinfo
index 3e87907d6fca..7c8379a75a2f 100644
--- a/devel/SWIG/distinfo
+++ b/devel/SWIG/distinfo
@@ -1 +1 @@
-MD5 (swig1.3a2.tar.gz) = ab606181bfcfe169e3de5993828c27a0
+MD5 (swig1.3a3.tar.gz) = 7e71ab07c330e129bc0119b47d96b030
diff --git a/devel/SWIG/pkg-descr b/devel/SWIG/pkg-descr
index 89e45f9bd327..b2bad2b89850 100644
--- a/devel/SWIG/pkg-descr
+++ b/devel/SWIG/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/SWIG/pkg-plist b/devel/SWIG/pkg-plist
index 687e929683ee..8d23fa0f5831 100644
--- a/devel/SWIG/pkg-plist
+++ b/devel/SWIG/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%%
diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile
index 8686d4ede600..b15c2f683c07 100644
--- a/devel/swig11/Makefile
+++ b/devel/swig11/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/swig11/distinfo b/devel/swig11/distinfo
index 3e87907d6fca..7c8379a75a2f 100644
--- a/devel/swig11/distinfo
+++ b/devel/swig11/distinfo
@@ -1 +1 @@
-MD5 (swig1.3a2.tar.gz) = ab606181bfcfe169e3de5993828c27a0
+MD5 (swig1.3a3.tar.gz) = 7e71ab07c330e129bc0119b47d96b030
diff --git a/devel/swig11/pkg-descr b/devel/swig11/pkg-descr
index 89e45f9bd327..b2bad2b89850 100644
--- a/devel/swig11/pkg-descr
+++ b/devel/swig11/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/swig11/pkg-plist b/devel/swig11/pkg-plist
index 687e929683ee..8d23fa0f5831 100644
--- a/devel/swig11/pkg-plist
+++ b/devel/swig11/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%%
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile
index 8686d4ede600..b15c2f683c07 100644
--- a/devel/swig13/Makefile
+++ b/devel/swig13/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/swig13/distinfo b/devel/swig13/distinfo
index 3e87907d6fca..7c8379a75a2f 100644
--- a/devel/swig13/distinfo
+++ b/devel/swig13/distinfo
@@ -1 +1 @@
-MD5 (swig1.3a2.tar.gz) = ab606181bfcfe169e3de5993828c27a0
+MD5 (swig1.3a3.tar.gz) = 7e71ab07c330e129bc0119b47d96b030
diff --git a/devel/swig13/pkg-descr b/devel/swig13/pkg-descr
index 89e45f9bd327..b2bad2b89850 100644
--- a/devel/swig13/pkg-descr
+++ b/devel/swig13/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/swig13/pkg-plist b/devel/swig13/pkg-plist
index 687e929683ee..8d23fa0f5831 100644
--- a/devel/swig13/pkg-plist
+++ b/devel/swig13/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%%
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%%