update to swing 1.3.21

This commit is contained in:
kevlo 2004-06-17 04:47:46 +00:00
parent 4b32c6b6f2
commit a97cb9ba3a
8 changed files with 173 additions and 309 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.27 2003/12/27 23:23:21 jose Exp $
# $OpenBSD: Makefile,v 1.28 2004/06/17 04:47:46 kevlo Exp $
COMMENT= "simplified wrapper and interface generator"
COMMENT-examples= "examples for swig"
VERSION= 1.3.11
VERSION= 1.3.21
DISTNAME= swig-${VERSION}
PKGNAME-examples= swig-examples-${VERSION}
@ -19,7 +19,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PYTHON_VER= 2.2
PYTHON_VER= 2.3
BUILD_DEPENDS= :python-${PYTHON_VER}*:lang/python/${PYTHON_VER} \
::lang/tcl/8.4 \
::lang/guile \
@ -33,8 +33,8 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-tclincl=${LOCALBASE}/include/tcl8.4 \
--with-tcllib==${LOCALBASE}/lib/tcl8.4 \
--with-guilelib=${LOCALBASE}/lib \
--with-python=${LOCALBASE}/bin/python${PYTHON_VER}
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/Tools
--with-python=${LOCALBASE}/bin/python${PYTHON_VER} \
${CONFIGURE_SHARED}
ALL_TARGET= swig runtime

View File

@ -1,3 +1,3 @@
MD5 (swig-1.3.11.tar.gz) = 671752dda74c16e20732088f533df239
RMD160 (swig-1.3.11.tar.gz) = 799e76e9687a1cfca302b91f3c63107ecc8e82e7
SHA1 (swig-1.3.11.tar.gz) = d84dbc9fd7a94ae16df929212007542cfb2d10f2
MD5 (swig-1.3.21.tar.gz) = 88ff5b99be3eafebb8a6e20f4f986c04
RMD160 (swig-1.3.21.tar.gz) = 3db61da060332e032db073d4497380ef4a4a1c6a
SHA1 (swig-1.3.21.tar.gz) = dcc98acde38f2282f35b2a0162fb2850b3883129

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile_in,v 1.3 2004/06/17 04:47:48 kevlo Exp $
--- Makefile.in.orig 2004-06-17 11:23:52.000000000 +0000
+++ Makefile.in 2004-06-17 11:24:10.000000000 +0000
@@ -317,7 +317,7 @@ MKINSTDIRS = @abs_srcdir@/Tools/con
M4_SOURCE_DIR = @abs_srcdir@/Tools/config
M4_INSTALL_DIR = @datadir@/aclocal
-install: install-main install-lib install-m4
+install: install-main install-lib install-runtime install-m4
@echo "Installation complete"
install-main:

View File

@ -1,85 +0,0 @@
--- Tools/ltconfig.orig Wed Oct 31 13:54:03 2001
+++ Tools/ltconfig Wed Oct 31 14:08:47 2001
@@ -501,7 +501,14 @@
if test -n "$RANLIB"; then
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
- old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
+ case "$host_os" in
+ openbsd*)
+ old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
+ ;;
+ *)
+ old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
+ ;;
+ esac
fi
# Set sane defaults for `DLLTOOL', `OBJDUMP', and `AS', used on cygwin.
@@ -1105,7 +1112,9 @@
with_gnu_ld=no
fi
;;
-
+openbsd*)
+ with_gnu_ld=no
+ ;;
esac
ld_shlibs=yes
@@ -1396,10 +1405,24 @@
;;
openbsd*)
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'
- hardcode_libdir_flag_spec='-R$libdir'
hardcode_direct=yes
hardcode_shlibpath_var=no
+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linkopts'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
+ export_dynamic_flag_spec='${wl}-E'
+ else
+ case "$host_os" in
+ openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'
+ hardcode_libdir_flag_spec='-R$libdir'
+ ;;
+ *)
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linkopts'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
+ ;;
+ esac
+ fi
;;
os2*)
@@ -1997,9 +2020,25 @@
openbsd*)
version_type=sunos
- if test "$with_gnu_ld" = yes; then
- need_lib_prefix=no
- need_version=no
+ need_lib_prefix=no
+ need_version=no
+ sys_lib_search_path_spec="/usr/lib"
+ sys_lib_dlsearch_path_spec="/usr/lib /usr/local/lib"
+ file_magic_cmd=/usr/bin/file
+ file_magic_test_file=`echo /usr/lib/libc.so.*`
+ if test "`echo __ELF__ | $CC -E - | grep __ELF__`" = "" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+ deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
+ case "$host_os" in
+ openbsd2.[89] | openbsd2.[89].*)
+ shlibpath_overrides_runpath=no
+ ;;
+ *)
+ shlibpath_overrides_runpath=yes
+ ;;
+ esac
+ else
+ deplibs_check_method='file_magic OpenBSD.* shared library'
+ shlibpath_overrides_runpath=yes
fi
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'

View File

@ -1,90 +0,0 @@
--- Tools/ltmain.sh.orig Wed Oct 31 14:08:59 2001
+++ Tools/ltmain.sh Wed Oct 31 14:18:57 2001
@@ -1079,6 +1079,17 @@
# These systems don't actually have c library (as such)
continue
;;
+ *-*-openbsd*)
+ # Do not include libc due to us having libc/libc_r.
+ continue
+ ;;
+ esac
+ elif test "$arg" = "-lc_r"; then
+ case "$host" in
+ *-*-openbsd*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
esac
elif test "$arg" = "-lm"; then
case "$host" in
@@ -1091,6 +1102,17 @@
deplibs="$deplibs $arg"
;;
+ -pthread)
+ case $host in
+ *-*-openbsd*)
+ deplibs="$deplibs $arg"
+ ;;
+ *)
+ continue
+ ;;
+ esac
+ ;;
+
-module)
module=yes
continue
@@ -1795,6 +1817,9 @@
*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
# these systems don't actually have a c library (as such)!
;;
+ *-*-openbsd*)
+ # Do not include libc due to us having libc/libc_r.
+ ;;
*)
# Add libc to deplibs on all other systems.
deplibs="$deplibs -lc"
@@ -3554,41 +3579,7 @@
# Exit here if they wanted silent mode.
test "$show" = : && exit 0
- exit 0
- echo "----------------------------------------------------------------------"
- echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- echo " $libdir"
- done
- echo
- echo "If you ever happen to want to link against installed libraries"
- echo "in a given directory, LIBDIR, you must either use libtool, and"
- echo "specify the full pathname of the library, or use \`-LLIBDIR'"
- echo "flag during linking and do at least one of the following:"
- if test -n "$shlibpath_var"; then
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- echo " during execution"
- fi
- if test -n "$runpath_var"; then
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
- echo " during linking"
- fi
- if test -n "$hardcode_libdir_flag_spec"; then
- libdir=LIBDIR
- eval flag=\"$hardcode_libdir_flag_spec\"
- echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- echo " - have your system administrator run these commands:$admincmds"
- fi
- if test -f /etc/ld.so.conf; then
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- fi
- echo
- echo "See any operating system documentation about shared libraries for"
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
- echo "----------------------------------------------------------------------"
exit 0
;;

View File

@ -1,7 +1,7 @@
@comment $OpenBSD: PFRAG.shared,v 1.3 2001/09/02 13:53:45 kevlo Exp $
lib/libswigguile.so
lib/libswigpl.so
lib/libswigpy.so
lib/libswigrb.so
lib/libswigtcl8.so
DYNLIBDIR(%B)
@comment $OpenBSD: PFRAG.shared,v 1.4 2004/06/17 04:47:50 kevlo Exp $
lib/libswigguile.so.0.0
lib/libswigpl.so.0.0
lib/libswigpy.so.0.0
lib/libswigrb.so.0.0
lib/libswigtcl8.so.0.0
DYNLIBDIR(%D/lib)

View File

@ -1,115 +1,217 @@
@comment $OpenBSD: PLIST,v 1.8 2002/03/25 03:26:04 kevlo Exp $
@comment $OpenBSD: PLIST,v 1.9 2004/06/17 04:47:50 kevlo Exp $
bin/swig
lib/libswigguile.a
lib/libswigguile.la
lib/libswigpl.a
lib/libswigpl.la
lib/libswigpy.a
lib/libswigpy.la
lib/libswigrb.a
lib/libswigrb.la
lib/libswigtcl8.a
lib/libswigtcl8.la
lib/swig1.3/array.i
lib/swig1.3/autodoc.i
lib/swig1.3/carray.i
lib/swig1.3/_std_deque.i
lib/swig1.3/allkw.swg
lib/swig1.3/carrays.i
lib/swig1.3/cdata.i
lib/swig1.3/chicken/chicken.swg
lib/swig1.3/chicken/chickenkw.swg
lib/swig1.3/chicken/chickenrun.swg
lib/swig1.3/chicken/fragments.i
lib/swig1.3/chicken/precommon.swg
lib/swig1.3/chicken/typemaps.i
lib/swig1.3/cmalloc.i
lib/swig1.3/common.swg
lib/swig1.3/constraints.i
lib/swig1.3/ctype.i
lib/swig1.3/cpointer.i
lib/swig1.3/csharp/csharp.swg
lib/swig1.3/csharp/csharphead.swg
lib/swig1.3/csharp/csharpkw.swg
lib/swig1.3/csharp/std_string.i
lib/swig1.3/csharp/typemaps.i
lib/swig1.3/cstring.i
lib/swig1.3/exception.i
lib/swig1.3/guile/common.scm
lib/swig1.3/guile/cplusplus.i
lib/swig1.3/guile/ghinterface.i
lib/swig1.3/guile/guile.i
lib/swig1.3/guile/guile.swg
lib/swig1.3/guile/guiledec.swg
lib/swig1.3/guile/guile_gh.swg
lib/swig1.3/guile/guile_gh_run.swg
lib/swig1.3/guile/guile_scm.swg
lib/swig1.3/guile/guile_scm_run.swg
lib/swig1.3/guile/guilemain.i
lib/swig1.3/guile/interpreter.i
lib/swig1.3/guile/list-vector.i
lib/swig1.3/guile/pointer-in-out.i
lib/swig1.3/guile/ports.i
lib/swig1.3/guile/precommon.swg
lib/swig1.3/guile/std_common.i
lib/swig1.3/guile/std_map.i
lib/swig1.3/guile/std_pair.i
lib/swig1.3/guile/std_string.i
lib/swig1.3/guile/std_vector.i
lib/swig1.3/guile/typemaps.i
lib/swig1.3/java/arrays_java.i
lib/swig1.3/java/director.swg
lib/swig1.3/java/java.swg
lib/swig1.3/java/java_arrays.i
lib/swig1.3/java/javahead.swg
lib/swig1.3/java/stl_string.i
lib/swig1.3/java/javakw.swg
lib/swig1.3/java/std_common.i
lib/swig1.3/java/std_map.i
lib/swig1.3/java/std_pair.i
lib/swig1.3/java/std_string.i
lib/swig1.3/java/std_vector.i
lib/swig1.3/java/typemaps.i
lib/swig1.3/java/various.i
lib/swig1.3/malloc.i
lib/swig1.3/math.i
lib/swig1.3/memory.i
lib/swig1.3/mzscheme/mzscheme.i
lib/swig1.3/mzscheme/mzrun.swg
lib/swig1.3/mzscheme/mzscheme.swg
lib/swig1.3/mzscheme/mzschemedec.swg
lib/swig1.3/mzscheme/precommon.swg
lib/swig1.3/mzscheme/std_common.i
lib/swig1.3/mzscheme/std_map.i
lib/swig1.3/mzscheme/std_pair.i
lib/swig1.3/mzscheme/std_string.i
lib/swig1.3/mzscheme/std_vector.i
lib/swig1.3/mzscheme/typemaps.i
lib/swig1.3/objc.i
lib/swig1.3/ocaml/carray.i
lib/swig1.3/ocaml/class.swg
lib/swig1.3/ocaml/cstring.i
lib/swig1.3/ocaml/director.swg
lib/swig1.3/ocaml/mlheading.swg
lib/swig1.3/ocaml/mliheading.swg
lib/swig1.3/ocaml/ocaml.i
lib/swig1.3/ocaml/ocaml.swg
lib/swig1.3/ocaml/ocamldec.swg
lib/swig1.3/ocaml/ocamlkw.swg
lib/swig1.3/ocaml/preamble.swg
lib/swig1.3/ocaml/std_common.i
lib/swig1.3/ocaml/std_complex.i
lib/swig1.3/ocaml/std_deque.i
lib/swig1.3/ocaml/std_list.i
lib/swig1.3/ocaml/std_map.i
lib/swig1.3/ocaml/std_pair.i
lib/swig1.3/ocaml/std_string.i
lib/swig1.3/ocaml/std_vector.i
lib/swig1.3/ocaml/swig.ml
lib/swig1.3/ocaml/swig.mli
lib/swig1.3/ocaml/swigp4.ml
lib/swig1.3/ocaml/typecheck.i
lib/swig1.3/ocaml/typemaps.i
lib/swig1.3/ocaml/typeregister.swg
lib/swig1.3/perl5/Makefile.pl
lib/swig1.3/perl5/noembed.h
lib/swig1.3/perl5/perl5.swg
lib/swig1.3/perl5/perlmain.i
lib/swig1.3/perl5/perlrun.swg
lib/swig1.3/perl5/ptrlang.i
lib/swig1.3/perl5/precommon.swg
lib/swig1.3/perl5/std_common.i
lib/swig1.3/perl5/std_map.i
lib/swig1.3/perl5/std_pair.i
lib/swig1.3/perl5/std_string.i
lib/swig1.3/perl5/std_vector.i
lib/swig1.3/perl5/typemaps.i
lib/swig1.3/php4/php4.swg
lib/swig1.3/php4/php4kw.swg
lib/swig1.3/php4/php4run.swg
lib/swig1.3/php4/ptrlang.i
lib/swig1.3/php4/precommon.swg
lib/swig1.3/php4/std_common.i
lib/swig1.3/php4/std_map.i
lib/swig1.3/php4/std_pair.i
lib/swig1.3/php4/std_string.i
lib/swig1.3/php4/std_vector.i
lib/swig1.3/php4/typemaps.i
lib/swig1.3/php4/utils.i
lib/swig1.3/pike/pike.swg
lib/swig1.3/pike/pikekw.swg
lib/swig1.3/pike/pikerun.swg
lib/swig1.3/pike/precommon.swg
lib/swig1.3/pike/std_string.i
lib/swig1.3/pointer.i
lib/swig1.3/python/cstring.i
lib/swig1.3/python/defarg.swg
lib/swig1.3/python/director.swg
lib/swig1.3/python/embed.i
lib/swig1.3/python/embed13.i
lib/swig1.3/python/embed14.i
lib/swig1.3/python/embed15.i
lib/swig1.3/python/ptrlang.i
lib/swig1.3/python/fragments.i
lib/swig1.3/python/precommon.swg
lib/swig1.3/python/pyrun.swg
lib/swig1.3/python/python.swg
lib/swig1.3/python/pythonkw.swg
lib/swig1.3/python/std_common.i
lib/swig1.3/python/std_complex.i
lib/swig1.3/python/std_deque.i
lib/swig1.3/python/std_list.i
lib/swig1.3/python/std_map.i
lib/swig1.3/python/std_pair.i
lib/swig1.3/python/std_string.i
lib/swig1.3/python/std_vector.i
lib/swig1.3/python/typemaps.i
lib/swig1.3/python/typemaps_old.i
lib/swig1.3/ruby/Makefile.swig
lib/swig1.3/ruby/director.swg
lib/swig1.3/ruby/embed.i
lib/swig1.3/ruby/exception.i
lib/swig1.3/ruby/extconf.rb
lib/swig1.3/ruby/ptrlang.i
lib/swig1.3/ruby/fragments.i
lib/swig1.3/ruby/precommon.swg
lib/swig1.3/ruby/ruby.swg
lib/swig1.3/ruby/rubydec.swg
lib/swig1.3/ruby/rubydef.swg
lib/swig1.3/ruby/rubyhead.swg
lib/swig1.3/ruby/rubykw.swg
lib/swig1.3/ruby/std_common.i
lib/swig1.3/ruby/std_deque.i
lib/swig1.3/ruby/std_map.i
lib/swig1.3/ruby/std_pair.i
lib/swig1.3/ruby/std_string.i
lib/swig1.3/ruby/std_vector.i
lib/swig1.3/ruby/typemaps.i
lib/swig1.3/stdlib.i
lib/swig1.3/std_deque.i
lib/swig1.3/stl.i
lib/swig1.3/swig.swg
lib/swig1.3/tcl/constarray.i
lib/swig1.3/tcl/consthash.i
lib/swig1.3/tcl/ptrlang.i
lib/swig1.3/swigrun.i
lib/swig1.3/tcl/cstring.i
lib/swig1.3/tcl/precommon.swg
lib/swig1.3/tcl/std_common.i
lib/swig1.3/tcl/std_map.i
lib/swig1.3/tcl/std_pair.i
lib/swig1.3/tcl/std_string.i
lib/swig1.3/tcl/std_vector.i
lib/swig1.3/tcl/swigtcl8.swg
lib/swig1.3/tcl/tcl8.swg
lib/swig1.3/tcl/tcl8kw.swg
lib/swig1.3/tcl/tclsh.i
lib/swig1.3/tcl/typemaps.i
lib/swig1.3/tcl/wish.i
lib/swig1.3/timers.i
%%SHARED%%
share/doc/swig/Devel/engineering.html
share/doc/swig/Devel/index.html
share/doc/swig/Devel/internals.html
share/doc/swig/Devel/migrate.txt
share/doc/swig/Devel/whitepaper.html
share/doc/swig/Manual/About.html
share/doc/swig/Manual/Advanced.html
share/doc/swig/Manual/Arguments.html
share/doc/swig/Manual/CSharp.html
share/doc/swig/Manual/Chicken.html
share/doc/swig/Manual/Contents.html
share/doc/swig/Manual/Contract.html
share/doc/swig/Manual/Copyright.html
share/doc/swig/Manual/Customization.html
share/doc/swig/Manual/Documentation.html
share/doc/swig/Manual/Exceptions.html
share/doc/swig/Manual/Extending.html
share/doc/swig/Manual/Guile.html
share/doc/swig/Manual/Introduction.html
share/doc/swig/Manual/Java.html
share/doc/swig/Manual/Library.html
share/doc/swig/Manual/Modules.html
share/doc/swig/Manual/Ocaml.html
share/doc/swig/Manual/Perl5.html
share/doc/swig/Manual/Php.html
share/doc/swig/Manual/Pike.html
share/doc/swig/Manual/Preface.html
share/doc/swig/Manual/Preprocessor.html
share/doc/swig/Manual/Python.html
share/doc/swig/Manual/README
share/doc/swig/Manual/Ruby.html
share/doc/swig/Manual/SWIG.html
share/doc/swig/Manual/SWIGPlus.html
share/doc/swig/Manual/Scripting.html
share/doc/swig/Manual/Tcl.html
share/doc/swig/Manual/Typemaps.html
share/doc/swig/Manual/Varargs.html
share/doc/swig/Manual/Warnings.html
share/doc/swig/Manual/Windows.html
share/doc/swig/Manual/ch11.1.png
share/doc/swig/Manual/ch11.2.png
@ -117,17 +219,25 @@ share/doc/swig/Manual/ch11.3.png
share/doc/swig/Manual/ch12.1.png
share/doc/swig/Manual/ch2.1.png
share/doc/swig/Manual/ch9.table.2.png
share/doc/swig/Manual/chapters
share/doc/swig/Manual/index.html
share/doc/swig/Manual/makechap.py
share/doc/swig/Manual/maketoc.py
share/doc/swig/README
%%SHARED%%
@dirrm share/doc/swig/Manual
@dirrm share/doc/swig/Devel
@dirrm share/doc/swig
@dirrm lib/swig1.3/tcl
@dirrm lib/swig1.3/ruby
@dirrm lib/swig1.3/python
@dirrm lib/swig1.3/pike
@dirrm lib/swig1.3/php4
@dirrm lib/swig1.3/perl5
@dirrm lib/swig1.3/ocaml
@dirrm lib/swig1.3/mzscheme
@dirrm lib/swig1.3/java
@dirrm lib/swig1.3/guile
@dirrm lib/swig1.3/csharp
@dirrm lib/swig1.3/chicken
@dirrm lib/swig1.3

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-examples,v 1.3 2002/03/25 03:26:04 kevlo Exp $
@comment $OpenBSD: PLIST-examples,v 1.4 2004/06/17 04:47:50 kevlo Exp $
share/examples/swig/GIFPlot/Guile/full/Makefile
share/examples/swig/GIFPlot/Guile/full/README
share/examples/swig/GIFPlot/Guile/full/cmap
@ -23,46 +23,18 @@ share/examples/swig/GIFPlot/Java/simple/Makefile
share/examples/swig/GIFPlot/Java/simple/README
share/examples/swig/GIFPlot/Java/simple/main.java
share/examples/swig/GIFPlot/Java/simple/simple.i
share/examples/swig/GIFPlot/LICENSE
share/examples/swig/GIFPlot/Lib/Makefile
share/examples/swig/GIFPlot/Lib/Makefile.in
share/examples/swig/GIFPlot/Lib/color.c
share/examples/swig/GIFPlot/Lib/font.c
share/examples/swig/GIFPlot/Lib/frame.c
share/examples/swig/GIFPlot/Lib/gif.c
share/examples/swig/GIFPlot/Lib/makefile.msc
share/examples/swig/GIFPlot/Lib/matrix.c
share/examples/swig/GIFPlot/Lib/pixmap.c
share/examples/swig/GIFPlot/Lib/plot2d.c
share/examples/swig/GIFPlot/Lib/plot3d.c
share/examples/swig/GIFPlot/Makefile
share/examples/swig/GIFPlot/Makefile.in
share/examples/swig/GIFPlot/Perl/full/Makefile
share/examples/swig/GIFPlot/Perl/full/README
share/examples/swig/GIFPlot/Perl/full/cmap
share/examples/swig/GIFPlot/Perl/full/gifplot.i
share/examples/swig/GIFPlot/Perl/full/runme.pl
share/examples/swig/GIFPlot/Perl/shadow/Makefile
share/examples/swig/GIFPlot/Perl/shadow/README
share/examples/swig/GIFPlot/Perl/shadow/cmap
share/examples/swig/GIFPlot/Perl/shadow/runme.pl
share/examples/swig/GIFPlot/Perl/simple/Makefile
share/examples/swig/GIFPlot/Perl/simple/README
share/examples/swig/GIFPlot/Perl/simple/runme.pl
share/examples/swig/GIFPlot/Perl/simple/simple.i
share/examples/swig/GIFPlot/Php/full/Makefile
share/examples/swig/GIFPlot/Php/full/README
share/examples/swig/GIFPlot/Php/full/cmap
share/examples/swig/GIFPlot/Php/full/gifplot.i
share/examples/swig/GIFPlot/Php/full/runme.php3
share/examples/swig/GIFPlot/Php/shadow/Makefile
share/examples/swig/GIFPlot/Php/shadow/README
share/examples/swig/GIFPlot/Php/shadow/cmap
share/examples/swig/GIFPlot/Php/shadow/runme.php3
share/examples/swig/GIFPlot/Php/simple/Makefile
share/examples/swig/GIFPlot/Php/simple/README
share/examples/swig/GIFPlot/Php/simple/runme.php3
share/examples/swig/GIFPlot/Php/simple/simple.i
share/examples/swig/GIFPlot/Python/full/Makefile
share/examples/swig/GIFPlot/Python/full/README
share/examples/swig/GIFPlot/Python/full/cmap
@ -105,10 +77,6 @@ share/examples/swig/GIFPlot/Tcl/simple/Makefile
share/examples/swig/GIFPlot/Tcl/simple/README
share/examples/swig/GIFPlot/Tcl/simple/runme.tcl
share/examples/swig/GIFPlot/Tcl/simple/simple.i
share/examples/swig/GIFPlot/config.log
share/examples/swig/GIFPlot/config.status
share/examples/swig/GIFPlot/configure
share/examples/swig/GIFPlot/configure.in
share/examples/swig/Makefile
share/examples/swig/Makefile.in
share/examples/swig/README
@ -291,71 +259,55 @@ share/examples/swig/php4/class/Makefile
share/examples/swig/php4/class/example.cxx
share/examples/swig/php4/class/example.h
share/examples/swig/php4/class/example.i
share/examples/swig/php4/class/example.php
share/examples/swig/php4/class/runme.php3
share/examples/swig/php4/constants/Makefile
share/examples/swig/php4/constants/example.i
share/examples/swig/php4/constants/runme.php3
share/examples/swig/php4/enum/Makefile
share/examples/swig/php4/enum/example.cxx
share/examples/swig/php4/enum/example.h
share/examples/swig/php4/enum/example.i
share/examples/swig/php4/enum/runme.php3
share/examples/swig/php4/funcptr/Makefile
share/examples/swig/php4/funcptr/example.c
share/examples/swig/php4/funcptr/example.h
share/examples/swig/php4/funcptr/example.i
share/examples/swig/php4/funcptr/runme.php3
share/examples/swig/php4/pointer/Makefile
share/examples/swig/php4/pointer/example.c
share/examples/swig/php4/pointer/example.i
share/examples/swig/php4/pointer/runme.php3
share/examples/swig/php4/reference/Makefile
share/examples/swig/php4/reference/example.cxx
share/examples/swig/php4/reference/example.h
share/examples/swig/php4/reference/example.i
share/examples/swig/php4/reference/runme.php3
share/examples/swig/php4/shadow/Makefile
share/examples/swig/php4/shadow/example.cxx
share/examples/swig/php4/shadow/example.h
share/examples/swig/php4/shadow/example.i
share/examples/swig/php4/shadow/runme.php3
share/examples/swig/php4/simple/Makefile
share/examples/swig/php4/simple/example.c
share/examples/swig/php4/simple/example.i
share/examples/swig/php4/simple/runme.php3
share/examples/swig/php4/sync/Makefile
share/examples/swig/php4/sync/README
share/examples/swig/php4/sync/example.cxx
share/examples/swig/php4/sync/example.h
share/examples/swig/php4/sync/example.i
share/examples/swig/php4/sync/runme.php3
share/examples/swig/php4/value/Makefile
share/examples/swig/php4/value/example.c
share/examples/swig/php4/value/example.h
share/examples/swig/php4/value/example.i
share/examples/swig/php4/value/runme.php3
share/examples/swig/php4/variables/Makefile
share/examples/swig/php4/variables/example.c
share/examples/swig/php4/variables/example.h
share/examples/swig/php4/variables/example.i
share/examples/swig/php4/variables/runme.php3
share/examples/swig/python/class/Makefile
share/examples/swig/python/class/example.cxx
share/examples/swig/python/class/example.dsp
share/examples/swig/python/class/example.h
share/examples/swig/python/class/example.i
share/examples/swig/python/class/example.py
share/examples/swig/python/class/index.html
share/examples/swig/python/constants/Makefile
share/examples/swig/python/constants/example.i
share/examples/swig/python/constants/example.py
share/examples/swig/python/constants/index.html
share/examples/swig/python/enum/Makefile
share/examples/swig/python/enum/example.cxx
share/examples/swig/python/enum/example.h
share/examples/swig/python/enum/example.i
share/examples/swig/python/enum/example.py
share/examples/swig/python/enum/index.html
share/examples/swig/python/exceptshadow/Makefile
share/examples/swig/python/exceptshadow/example.h
@ -369,13 +321,11 @@ share/examples/swig/python/funcptr/Makefile
share/examples/swig/python/funcptr/example.c
share/examples/swig/python/funcptr/example.h
share/examples/swig/python/funcptr/example.i
share/examples/swig/python/funcptr/example.py
share/examples/swig/python/funcptr/index.html
share/examples/swig/python/funcptr2/Makefile
share/examples/swig/python/funcptr2/example.c
share/examples/swig/python/funcptr2/example.h
share/examples/swig/python/funcptr2/example.i
share/examples/swig/python/funcptr2/example.py
share/examples/swig/python/functor/Makefile
share/examples/swig/python/functor/example.i
share/examples/swig/python/functor/runme.py
@ -411,25 +361,18 @@ share/examples/swig/python/multimap/Makefile
share/examples/swig/python/multimap/example.c
share/examples/swig/python/multimap/example.dsp
share/examples/swig/python/multimap/example.i
share/examples/swig/python/multimap/example.py
share/examples/swig/python/operator/Makefile
share/examples/swig/python/operator/example.h
share/examples/swig/python/operator/example.i
share/examples/swig/python/operator/runme.py
share/examples/swig/python/overload_feature/Makefile
share/examples/swig/python/overload_feature/example.h
share/examples/swig/python/overload_feature/example.i
share/examples/swig/python/overload_feature/runme.py
share/examples/swig/python/pointer/Makefile
share/examples/swig/python/pointer/example.c
share/examples/swig/python/pointer/example.i
share/examples/swig/python/pointer/example.py
share/examples/swig/python/pointer/index.html
share/examples/swig/python/reference/Makefile
share/examples/swig/python/reference/example.cxx
share/examples/swig/python/reference/example.h
share/examples/swig/python/reference/example.i
share/examples/swig/python/reference/example.py
share/examples/swig/python/reference/index.html
share/examples/swig/python/shadow/Makefile
share/examples/swig/python/shadow/example.cxx
@ -441,7 +384,6 @@ share/examples/swig/python/simple/Makefile
share/examples/swig/python/simple/example.c
share/examples/swig/python/simple/example.dsp
share/examples/swig/python/simple/example.i
share/examples/swig/python/simple/example.py
share/examples/swig/python/simple/index.html
share/examples/swig/python/template/Makefile
share/examples/swig/python/template/example.h
@ -456,7 +398,6 @@ share/examples/swig/python/variables/Makefile
share/examples/swig/python/variables/example.c
share/examples/swig/python/variables/example.h
share/examples/swig/python/variables/example.i
share/examples/swig/python/variables/example.py
share/examples/swig/python/variables/index.html
share/examples/swig/ruby/class/Makefile
share/examples/swig/ruby/class/example.cxx
@ -468,7 +409,6 @@ share/examples/swig/ruby/class/runme.rb
share/examples/swig/ruby/constants/Makefile
share/examples/swig/ruby/constants/example.i
share/examples/swig/ruby/constants/index.html
share/examples/swig/ruby/constants/run.rb
share/examples/swig/ruby/enum/Makefile
share/examples/swig/ruby/enum/example.cxx
share/examples/swig/ruby/enum/example.h
@ -486,7 +426,6 @@ share/examples/swig/ruby/multimap/Makefile
share/examples/swig/ruby/multimap/example.c
share/examples/swig/ruby/multimap/example.dsp
share/examples/swig/ruby/multimap/example.i
share/examples/swig/ruby/multimap/run.rb
share/examples/swig/ruby/pointer/Makefile
share/examples/swig/ruby/pointer/example.c
share/examples/swig/ruby/pointer/example.i
@ -503,7 +442,6 @@ share/examples/swig/ruby/simple/example.c
share/examples/swig/ruby/simple/example.dsp
share/examples/swig/ruby/simple/example.i
share/examples/swig/ruby/simple/index.html
share/examples/swig/ruby/simple/run.rb
share/examples/swig/ruby/value/Makefile
share/examples/swig/ruby/value/example.c
share/examples/swig/ruby/value/example.h
@ -593,7 +531,6 @@ share/examples/swig/tcl/variables/index.html
share/examples/swig/test-suite/README
share/examples/swig/test-suite/add_link.i
share/examples/swig/test-suite/anonymous_arg.i
share/examples/swig/test-suite/arrayptr.i
share/examples/swig/test-suite/arrays.i
share/examples/swig/test-suite/arrays_global.i
share/examples/swig/test-suite/casts.i
@ -609,10 +546,6 @@ share/examples/swig/test-suite/cpp_enum_scope.i
share/examples/swig/test-suite/cpp_nodefault.i
share/examples/swig/test-suite/cpp_static.i
share/examples/swig/test-suite/default_constructor.i
share/examples/swig/test-suite/defineop.i
share/examples/swig/test-suite/defines.i
share/examples/swig/test-suite/enum.i
share/examples/swig/test-suite/explicit.i
share/examples/swig/test-suite/guile/Makefile
share/examples/swig/test-suite/guile/README
share/examples/swig/test-suite/guile/casts_runme.scm
@ -629,21 +562,18 @@ share/examples/swig/test-suite/imports_b.h
share/examples/swig/test-suite/imports_b.i
share/examples/swig/test-suite/java/Makefile
share/examples/swig/test-suite/java/README
share/examples/swig/test-suite/java/arrays_runme.java
share/examples/swig/test-suite/java/imports_runme.java
share/examples/swig/test-suite/java/long_long_runme.java
share/examples/swig/test-suite/java/unions_runme.java
share/examples/swig/test-suite/kind.i
share/examples/swig/test-suite/list_vector.i
share/examples/swig/test-suite/long_long.i
share/examples/swig/test-suite/macro_2.i
share/examples/swig/test-suite/minherit.i
share/examples/swig/test-suite/multivalue.i
share/examples/swig/test-suite/mzscheme/Makefile
share/examples/swig/test-suite/mzscheme/README
share/examples/swig/test-suite/mzscheme/casts_runme.scm
share/examples/swig/test-suite/mzscheme/char_constant_runme.scm
share/examples/swig/test-suite/mzscheme/import_runme.scm
share/examples/swig/test-suite/mzscheme/name_runme.scm
share/examples/swig/test-suite/mzscheme/unions_runme.scm
share/examples/swig/test-suite/name.i
@ -654,17 +584,13 @@ share/examples/swig/test-suite/perl5/README
share/examples/swig/test-suite/perl5/imports_runme.pl
share/examples/swig/test-suite/perl5/unions_runme.pl
share/examples/swig/test-suite/php4/Makefile
share/examples/swig/test-suite/pointer_cxx.i
share/examples/swig/test-suite/pointer_in_out.i
share/examples/swig/test-suite/pointer_reference.i
share/examples/swig/test-suite/preproc_1.i
share/examples/swig/test-suite/preproc_2.i
share/examples/swig/test-suite/pure_virtual.i
share/examples/swig/test-suite/python/Makefile
share/examples/swig/test-suite/python/README
share/examples/swig/test-suite/python/constover_runme.py
share/examples/swig/test-suite/python/default_constructor_runme.py
share/examples/swig/test-suite/python/enum_runme.py
share/examples/swig/test-suite/python/imports_runme.py
share/examples/swig/test-suite/python/minherit_runme.py
share/examples/swig/test-suite/python/sneaky1_runme.py
@ -733,7 +659,6 @@ share/examples/swig/test-suite/voidtest.i
@dirrm share/examples/swig/python/shadow
@dirrm share/examples/swig/python/reference
@dirrm share/examples/swig/python/pointer
@dirrm share/examples/swig/python/overload_feature
@dirrm share/examples/swig/python/operator
@dirrm share/examples/swig/python/multimap
@dirrm share/examples/swig/python/mpointer
@ -807,14 +732,6 @@ share/examples/swig/test-suite/voidtest.i
@dirrm share/examples/swig/GIFPlot/Python/shadow
@dirrm share/examples/swig/GIFPlot/Python/full
@dirrm share/examples/swig/GIFPlot/Python
@dirrm share/examples/swig/GIFPlot/Php/simple
@dirrm share/examples/swig/GIFPlot/Php/shadow
@dirrm share/examples/swig/GIFPlot/Php/full
@dirrm share/examples/swig/GIFPlot/Php
@dirrm share/examples/swig/GIFPlot/Perl/simple
@dirrm share/examples/swig/GIFPlot/Perl/shadow
@dirrm share/examples/swig/GIFPlot/Perl/full
@dirrm share/examples/swig/GIFPlot/Perl
@dirrm share/examples/swig/GIFPlot/Lib
@dirrm share/examples/swig/GIFPlot/Java/simple
@dirrm share/examples/swig/GIFPlot/Java/shadow