diff options
author | gahr <gahr@FreeBSD.org> | 2012-06-25 15:51:25 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-06-25 15:51:25 +0800 |
commit | da64d307e59b46aeb1b19d2d34063fbfa47ab8ea (patch) | |
tree | 8800b3caa00da1cc6bbc529d259cecddd9a76c93 /devel | |
parent | 14cdf610a445249166fd16767c4a201fc7c4132e (diff) | |
download | freebsd-ports-gnome-da64d307e59b46aeb1b19d2d34063fbfa47ab8ea.tar.gz freebsd-ports-gnome-da64d307e59b46aeb1b19d2d34063fbfa47ab8ea.tar.zst freebsd-ports-gnome-da64d307e59b46aeb1b19d2d34063fbfa47ab8ea.zip |
- Update to 2.0.7
2.0.7 release notes: http://sourceforge.net/news/?group_id=1645&id=307959
2.0.6 release notes: http://sourceforge.net/news/?group_id=1645&id=307566
2.0.5 release notes: http://sourceforge.net/news/?group_id=1645&id=307358
PR: 169358
Submitted by: gahr
Approved by: Jason Bacon <jwbacon@tds.net> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/swig20/Makefile | 2 | ||||
-rw-r--r-- | devel/swig20/distinfo | 4 | ||||
-rw-r--r-- | devel/swig20/files/patch-configure | 54 | ||||
-rw-r--r-- | devel/swig20/pkg-plist | 8331 |
4 files changed, 4225 insertions, 4166 deletions
diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index 00f2d53febf3..c81b85607edb 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= swig -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.7 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/devel/swig20/distinfo b/devel/swig20/distinfo index 73acc33246e7..18d7fae19d23 100644 --- a/devel/swig20/distinfo +++ b/devel/swig20/distinfo @@ -1,2 +1,2 @@ -SHA256 (swig-2.0.4.tar.gz) = 763a117730d26f8e5ed67f5718c6c0761fbb8461680fc20269db8c0839e1ec8a -SIZE (swig-2.0.4.tar.gz) = 5148567 +SHA256 (swig-2.0.7.tar.gz) = ac1f29be405d78b3848c8ba76add2deffc2cdc166c9a1773eda7972ba3898967 +SIZE (swig-2.0.7.tar.gz) = 5281076 diff --git a/devel/swig20/files/patch-configure b/devel/swig20/files/patch-configure deleted file mode 100644 index 0671dab19d3c..000000000000 --- a/devel/swig20/files/patch-configure +++ /dev/null @@ -1,54 +0,0 @@ ---- configure.orig 2012-04-13 16:49:59.000000000 -0500 -+++ configure 2012-04-13 16:50:32.000000000 -0500 -@@ -5344,7 +5344,7 @@ - done - test -n "$PCRE_CONFIG" || PCRE_CONFIG="no" - -- if test "$PCRE_CONFIG" == "no"; then : -+ if test "$PCRE_CONFIG" = "no"; then : - - : - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -@@ -5366,7 +5366,7 @@ - - else - -- if test x"" == x; then : -+ if test x"" = x; then : - - PCRE_CFLAGS="`$PCRE_CONFIG $pcre_config_args --cflags`" - -@@ -5376,7 +5376,7 @@ - - fi - -- if test x"" == x; then : -+ if test x"" = x; then : - - PCRE_LIBS="`$PCRE_CONFIG $pcre_config_args --libs`" - -@@ -9205,19 +9205,19 @@ - isolate_b_regex='\([0-9]\+\).*' - for ver_part in $nodots_a ; do - b_ver_part=`echo "$ver_b" | sed -e 's/'"$isolate_b_regex"'/\1/'` -- if test \( "$ver_part" -lt "$b_ver_part" \) -a \( "x$condition" == "xequal" \) ; then -+ if test \( "$ver_part" -lt "$b_ver_part" \) -a \( "x$condition" = "xequal" \) ; then - condition=less -- elif test \( "$ver_part" -gt "$b_ver_part" \) -a \( "x$condition" == "xequal" \) ; then -+ elif test \( "$ver_part" -gt "$b_ver_part" \) -a \( "x$condition" = "xequal" \) ; then - condition=greater - fi - isolate_b_regex='[0-9]\+\.'"$isolate_b_regex" - done - -- if test "x$condition" == "xequal" ; then -+ if test "x$condition" = "xequal" ; then - : -- elif test "x$condition" == "xless" ; then -+ elif test "x$condition" = "xless" ; then - : -- elif test "x$condition" == "xgreater" ; then -+ elif test "x$condition" = "xgreater" ; then - OCAMLLOC=_loc - fi - diff --git a/devel/swig20/pkg-plist b/devel/swig20/pkg-plist index ad5b7684d49f..1c3085f05518 100644 --- a/devel/swig20/pkg-plist +++ b/devel/swig20/pkg-plist @@ -1,4114 +1,4227 @@ bin/ccache-swig2.0 bin/swig2.0 -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/cmdopt.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/engineering.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/file.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/index.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/internals.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/migrate.txt -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/parm.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/runtime.txt -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/scanner.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/tree.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/wrapobj.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Allegrocl.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Arguments.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/CCache.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/CSharp.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Chicken.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Contents.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Contract.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Customization.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/D.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Extending.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Go.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Guile.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Introduction.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Java.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Library.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Lisp.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Lua.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Makefile -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Modula3.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Modules.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Mzscheme.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Ocaml.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Octave.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Perl5.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Php.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Pike.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Preface.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Preprocessor.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Python.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/R.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/README -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Ruby.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/SWIG.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/SWIGDocumentation.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/SWIGDocumentation.pdf -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/SWIGPlus.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Scripting.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Sections.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Tcl.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Typemaps.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Varargs.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Warnings.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Windows.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/ch11.1.png -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/ch11.2.png -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/ch11.3.png -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/ch12.1.png -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/ch2.1.png -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/ch9.table.2.png -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/chapters -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/fixstyle.py -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/index.html -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/linkchecker.config -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/makechap.py -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/maketoc.py -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/margin-left.patch -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/style.css -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/swig16.png -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/swightml.book -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/swigpdf.book -%%PORTDOCS%%%%DOCSDIR%%/2.0.4/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/class/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/class/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/class/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/class/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/class/test-lowlevel-class.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/class/test-tinyclos-class.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/constants/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/constants/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/constants/test-constants.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/mod1.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/mod2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/multi.setup -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/multi_init.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/single.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/single.setup -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/test.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/multimap/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/multimap/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/multimap/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/multimap/test-multimap.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/overload/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/overload/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/overload/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/overload/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/overload/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/overload/test-overload.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/simple/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/simple/test-simple.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_c/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_c/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_c/runme1.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_c/runme2.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_cxx/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_cxx/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_cxx/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_cxx/runme1.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_cxx/runme2.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_cxx/runme3.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/arrays/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/arrays/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/arrays/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/arrays/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/arrays/runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/callback/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/callback/example-cs.csproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/callback/example-vc.vcproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/callback/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/callback/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/callback/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/callback/example.sln -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/callback/runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/class/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/class/example-cs.csproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/class/example-vc.vcproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/class/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/class/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/class/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/class/example.sln -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/class/runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/enum/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/enum/example-cs.csproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/enum/example-vc.vcproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/enum/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/enum/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/enum/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/enum/example.sln -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/enum/runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/extend/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/extend/example-cs.csproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/extend/example-vc.vcproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/extend/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/extend/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/extend/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/extend/example.sln -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/extend/runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/funcptr/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/funcptr/example-cs.csproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/funcptr/example-vc.vcproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/funcptr/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/funcptr/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/funcptr/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/funcptr/example.sln -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/funcptr/runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/reference/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/reference/example-cs.csproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/reference/example-vc.vcproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/reference/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/reference/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/reference/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/reference/example.sln -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/reference/runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/simple/example-cs.csproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/simple/example-vc.vcproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/simple/example.sln -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/simple/runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/template/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/template/example-cs.csproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/template/example-vc.vcproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/template/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/template/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/template/example.sln -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/template/runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/variables/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/variables/example-cs.csproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/variables/example-vc.vcproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/variables/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/variables/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/variables/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/variables/example.sln -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/variables/runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/callback/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/callback/d1/runme.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/callback/d2/runme.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/callback/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/callback/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/callback/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/class/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/class/d1/runme.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/class/d2/runme.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/class/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/class/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/class/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/constants/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/constants/d1/runme.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/constants/d2/runme.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/constants/example.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/constants/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/enum/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/enum/d1/runme.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/enum/d2/runme.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/enum/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/enum/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/enum/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/extend/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/extend/d1/runme.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/extend/d2/runme.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/extend/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/extend/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/extend/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/funcptr/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/funcptr/d1/runme.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/funcptr/d2/runme.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/funcptr/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/funcptr/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/funcptr/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/simple/d1/runme.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/simple/d2/runme.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/variables/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/variables/d1/runme.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/variables/d2/runme.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/variables/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/variables/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/variables/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/callback/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/callback/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/callback/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/callback/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/callback/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/callback/runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/class/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/class/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/class/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/class/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/class/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/class/runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/constants/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/constants/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/constants/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/constants/runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/enum/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/enum/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/enum/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/enum/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/enum/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/enum/runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/extend/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/extend/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/extend/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/extend/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/extend/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/extend/runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/funcptr/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/funcptr/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/funcptr/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/funcptr/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/funcptr/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/funcptr/runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/multimap/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/multimap/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/multimap/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/multimap/runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/pointer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/pointer/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/pointer/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/pointer/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/pointer/runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/reference/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/reference/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/reference/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/reference/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/reference/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/reference/runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/simple/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/simple/runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/template/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/template/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/template/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/template/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/template/runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/variables/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/variables/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/variables/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/variables/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/variables/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/variables/runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/constants/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/constants/constants.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/constants/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/main.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/matrix.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/matrix.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/matrix.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/package.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/vector.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/vector.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/vector.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/multimap/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/multimap/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/multimap/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/multimap/runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/multivalue/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/multivalue/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/multivalue/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/multivalue/runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/port/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/port/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/port/port.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/port/port.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/port/port.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/simple/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/simple/example.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/std_vector/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/std_vector/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/std_vector/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/std_vector/runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/callback/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/callback/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/callback/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/callback/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/callback/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/callback/runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/class/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/class/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/class/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/class/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/class/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/class/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/class/runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/constants/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/constants/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/constants/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/constants/runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/enum/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/enum/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/enum/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/enum/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/enum/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/enum/runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/extend/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/extend/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/extend/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/extend/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/extend/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/extend/runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/funcptr/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/funcptr/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/funcptr/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/funcptr/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/funcptr/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/funcptr/runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/multimap/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/multimap/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/multimap/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/multimap/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/multimap/runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/native/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/native/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/native/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/native/runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/pointer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/pointer/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/pointer/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/pointer/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/pointer/runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/reference/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/reference/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/reference/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/reference/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/reference/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/reference/runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/simple/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/simple/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/simple/runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/template/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/template/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/template/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/template/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/template/runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/typemap/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/typemap/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/typemap/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/typemap/runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/variables/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/variables/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/variables/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/variables/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/variables/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/variables/runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/arrays/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/arrays/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/arrays/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/arrays/runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/class/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/class/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/class/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/class/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/class/runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/constants/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/constants/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/constants/runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/dual/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/dual/dual.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/dual/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/dual/example2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed/embed.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed/runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed2/embed2.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed2/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed2/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed2/runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed3/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed3/embed3.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed3/example.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed3/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed3/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed3/runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/exception/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/exception/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/exception/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/exception/runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/funcptr3/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/funcptr3/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/funcptr3/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/funcptr3/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/funcptr3/runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/functest/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/functest/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/functest/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/functest/runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/functor/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/functor/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/functor/runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/bar.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/bar.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/base.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/base.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/foo.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/foo.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/spam.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/spam.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/lua.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/owner/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/owner/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/owner/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/owner/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/owner/runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/pointer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/pointer/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/pointer/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/pointer/runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/simple/runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/variables/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/variables/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/variables/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/variables/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/variables/runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/class/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/class/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/class/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/class/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/class/swig.tmpl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/enum/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/enum/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/enum/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/enum/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/exception/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/exception/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/exception/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/reference/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/reference/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/reference/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/reference/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/typemap/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/typemap/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/multimap/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/multimap/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/multimap/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/multimap/example.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/simple/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/simple/example.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/std_vector/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/std_vector/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/std_vector/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/std_vector/example.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/argout_ref/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/argout_ref/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/argout_ref/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/argout_ref/example_prog.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/contract/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/contract/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/contract/example_prog.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/scoped_enum/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/scoped_enum/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/scoped_enum/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/scoped_enum/example_prog.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/scoped_enum/foo.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/shapes/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/shapes/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/shapes/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/shapes/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/shapes/example_prog.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/simple/example_prog.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/simple/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_string/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_string/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_string/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_string/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_string/runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_vector/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_vector/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_vector/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_vector/runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/stl/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/stl/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/stl/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/stl/runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/string_from_ptr/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/string_from_ptr/example_prog.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/string_from_ptr/foolib.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/strings_test/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/strings_test/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/strings_test/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/strings_test/runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/callback/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/callback/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/callback/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/callback/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/callback/runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/class/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/class/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/class/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/class/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/class/runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/constants/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/constants/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/constants/runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/contract/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/contract/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/contract/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/contract/runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/enum/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/enum/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/enum/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/enum/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/enum/runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/extend/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/extend/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/extend/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/extend/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/extend/runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr/runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr2/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr2/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr2/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr2/runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/functor/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/functor/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/functor/runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/operator/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/operator/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/operator/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/operator/runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/pointer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/pointer/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/pointer/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/pointer/runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/reference/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/reference/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/reference/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/reference/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/reference/runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/simple/runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/template/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/template/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/template/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/template/runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/variables/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/variables/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/variables/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/variables/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/variables/runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/class/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/class/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/class/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/class/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/class/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/class/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/class/runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/constants/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/constants/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/constants/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/constants/runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/constants2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/constants2/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/constants2/runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/funcptr/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/funcptr/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/funcptr/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/funcptr/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/funcptr/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/funcptr/runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/bar.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/bar.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/bar.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/base.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/base.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/base.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/example.dsw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/foo.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/foo.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/foo.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/spam.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/spam.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/spam.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/inline/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/inline/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/inline/runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/java/Example.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/java/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/java/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/java/runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multimap/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multimap/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multimap/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multimap/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multimap/runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multiple_inheritance/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multiple_inheritance/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multiple_inheritance/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multiple_inheritance/runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/pointer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/pointer/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/pointer/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/pointer/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/pointer/runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/reference/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/reference/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/reference/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/reference/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/reference/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/reference/runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/simple/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/simple/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/simple/runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/value/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/value/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/value/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/value/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/value/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/value/runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/variables/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/variables/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/variables/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/variables/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/variables/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/variables/runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/xmlstring/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/xmlstring/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/xmlstring/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/xmlstring/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/xmlstring/runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/xmlstring/xmlstring.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/callback/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/callback/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/callback/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/callback/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/callback/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/callback/runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/class/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/class/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/class/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/class/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/class/runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/constants/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/constants/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/constants/runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/cpointer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/cpointer/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/cpointer/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/cpointer/runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/disown/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/disown/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/disown/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/disown/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/disown/runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/enum/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/enum/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/enum/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/enum/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/enum/runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/extend/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/extend/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/extend/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/extend/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/extend/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/extend/runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/funcptr/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/funcptr/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/funcptr/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/funcptr/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/funcptr/runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/overloading/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/overloading/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/overloading/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/overloading/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/overloading/runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/pointer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/pointer/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/pointer/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/pointer/runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/pragmas/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/pragmas/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/pragmas/include.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/pragmas/runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/proxy/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/proxy/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/proxy/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/proxy/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/proxy/runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/reference/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/reference/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/reference/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/reference/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/reference/runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/simple/runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/sync/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/sync/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/sync/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/sync/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/sync/runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/value/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/value/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/value/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/value/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/value/runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/variables/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/variables/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/variables/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/variables/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/variables/runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/class/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/class/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/class/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/class/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/class/runme.pike -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/constants/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/constants/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/constants/runme.pike -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/enum/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/enum/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/enum/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/enum/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/enum/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/enum/runme.pike -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/overload/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/overload/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/overload/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/overload/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/overload/runme.pike -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/simple/runme.pike -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/template/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/template/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/template/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/template/runme.pike -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/callback/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/callback/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/callback/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/callback/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/callback/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/callback/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/class/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/class/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/class/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/class/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/class/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/class/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/class/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/constants/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/constants/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/constants/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/constants/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/contract/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/contract/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/contract/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/contract/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/contract/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/docstrings/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/docstrings/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/docstrings/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/docstrings/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/docstrings/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/enum/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/enum/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/enum/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/enum/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/enum/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/enum/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/exception/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/exception/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/exception/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/exception/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/exceptproxy/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/exceptproxy/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/exceptproxy/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/exceptproxy/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/extend/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/extend/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/extend/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/extend/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/extend/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/extend/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr2/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr2/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr2/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr2/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/functor/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/functor/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/functor/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/bar.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/bar.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/bar.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/base.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/base.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/base.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/example.dsw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/foo.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/foo.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/foo.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/spam.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/spam.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/spam.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/bar.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/bar.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/base.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/base.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/foo.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/foo.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/spam.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/spam.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/java/Example.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/java/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/java/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/java/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/libffi/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/libffi/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/multimap/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/multimap/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/multimap/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/multimap/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/multimap/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/operator/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/operator/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/operator/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/operator/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/constructor/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/constructor/Simple.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/constructor/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/func/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/func/Simple.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/func/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/harness.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/hierarchy/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/hierarchy/Simple.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/hierarchy/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/hierarchy_operator/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/hierarchy_operator/Simple.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/hierarchy_operator/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/operator/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/operator/Simple.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/operator/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/pointer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/pointer/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/pointer/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/pointer/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/pointer/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/reference/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/reference/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/reference/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/reference/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/reference/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/reference/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/simple/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/simple/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/simple/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/smartptr/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/smartptr/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/smartptr/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/smartptr/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/smartptr/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/smartptr/smartptr.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/std_map/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/std_map/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/std_map/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/std_map/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/std_vector/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/std_vector/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/std_vector/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/std_vector/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/swigrun/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/swigrun/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/swigrun/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/swigrun/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/swigrun/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/template/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/template/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/template/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/template/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/varargs/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/varargs/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/varargs/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/variables/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/variables/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/variables/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/variables/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/variables/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/variables/runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/class/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/class/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/class/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/class/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/class/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/class/runme.R -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/simple/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/simple/runme.R -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/class/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/class/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/class/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/class/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/class/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/class/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/class/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/constants/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/constants/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/constants/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/constants/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/enum/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/enum/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/enum/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/enum/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/enum/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/enum/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/exception_class/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/exception_class/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/exception_class/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/exception_class/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/free_function/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/free_function/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/free_function/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/free_function/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/free_function/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/free_function/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr2/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr2/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr2/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr2/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/functor/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/functor/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/functor/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/hashargs/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/hashargs/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/hashargs/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/bar.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/bar.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/bar.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/base.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/base.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/base.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/example.dsw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/foo.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/foo.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/foo.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/spam.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/spam.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/spam.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/bar.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/bar.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/base.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/base.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/foo.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/foo.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/spam.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/spam.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/java/Example.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/java/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/java/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/java/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/mark_function/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/mark_function/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/mark_function/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/mark_function/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/mark_function/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/mark_function/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/multimap/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/multimap/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/multimap/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/multimap/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/multimap/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/operator/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/operator/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/operator/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/operator/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/overloading/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/overloading/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/overloading/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/overloading/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/overloading/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/pointer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/pointer/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/pointer/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/pointer/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/pointer/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/reference/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/reference/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/reference/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/reference/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/reference/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/reference/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/simple/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/simple/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/simple/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/std_vector/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/std_vector/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/std_vector/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/std_vector/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/template/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/template/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/template/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/template/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/value/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/value/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/value/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/value/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/value/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/value/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/variables/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/variables/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/variables/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/variables/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/variables/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/variables/runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/s-exp/uffi.lisp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/check.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/class/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/class/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/class/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/class/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/class/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/class/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/class/runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/class/runme2.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/constants/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/constants/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/constants/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/constants/runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/contract/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/contract/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/contract/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/contract/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/contract/runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/enum/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/enum/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/enum/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/enum/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/enum/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/enum/runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/funcptr/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/funcptr/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/funcptr/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/funcptr/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/funcptr/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/funcptr/runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/bar.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/bar.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/bar.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/base.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/base.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/base.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/example.dsw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/foo.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/foo.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/foo.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/spam.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/spam.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/spam.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/java/Example.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/java/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/java/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/java/runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/multimap/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/multimap/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/multimap/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/multimap/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/multimap/runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/operator/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/operator/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/operator/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/operator/runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/pointer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/pointer/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/pointer/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/pointer/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/pointer/runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/reference/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/reference/example.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/reference/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/reference/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/reference/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/reference/runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/simple/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/simple/example.dsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/simple/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/simple/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/simple/runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/std_vector/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/std_vector/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/std_vector/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/std_vector/runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/value/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/value/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/value/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/value/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/value/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/value/runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/variables/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/variables/example.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/variables/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/variables/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/variables/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/variables/runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/abstract_access.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/abstract_inherit.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/abstract_inherit_ok.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/abstract_signature.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/abstract_typedef.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/abstract_typedef2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/abstract_virtual.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/access_change.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/add_link.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/aggregate.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/allegrocl/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/allegrocl/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/allowexcept.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/allprotected.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/anonymous_bitfield.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/apply_signed_char.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/apply_strings.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/argcargvtest.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/argout.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/array_member.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/array_typedef_memberin.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/arrayref.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/arrays.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/arrays_dimensionless.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/arrays_global.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/arrays_global_twodim.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/arrays_scope.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/bloody_hell.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/bools.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/callback.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cast_operator.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/casts.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/catches.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cffi/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cffi/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/char_binary.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/char_constant.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/char_strings.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/casts_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/char_constant_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/chicken_ext_test_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/class_ignore_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/clientdata_prop_runme_proxy.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/constover_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/contract_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/cpp_basic_runme_proxy.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/cpp_enum_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/cpp_namespace_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/dynamic_cast_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/ext_test_external.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/global_vars_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/global_vars_runme_proxy.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/import_nomodule_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/imports_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/inherit_missing_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/li_std_string_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/li_std_string_runme_proxy.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/li_typemaps_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/li_typemaps_runme_proxy.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/list_vector_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/member_pointer_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/multiple_inheritance_runme_proxy.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/multivalue_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/name_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/newobject1_runme_proxy.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/newobject2_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/newobject2_runme_proxy.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_complicated_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_copy_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_copy_runme_proxy.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_extend_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_extend_runme_proxy.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_simple_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_simple_runme_proxy.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_subtype_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_subtype_runme_proxy.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/pointer_in_out_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/reference_global_vars_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/testsuite.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/throw_exception_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/typedef_inherit_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/typename_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/unions_runme.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/unions_runme_proxy.ss -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken_ext_test.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/class_ignore.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/class_scope_weird.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/clientdata_prop.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/clientdata_prop_a.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/clientdata_prop_a.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/clientdata_prop_b.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/clientdata_prop_b.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/clisp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/clisp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/common.mk -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/compactdefaultargs.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/complextest.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/const_const.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/const_const_2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constant_expr.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constant_pointers.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constants.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constover.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constructor_copy.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constructor_exception.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constructor_explicit.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constructor_ignore.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constructor_rename.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constructor_value.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/contract.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/conversion.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/conversion_namespace.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/conversion_ns_template.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cplusplus_throw.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cpp_basic.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cpp_broken.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cpp_enum.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cpp_namespace.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cpp_nodefault.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cpp_static.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cpp_typedef.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/aggregate_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/allprotected_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/apply_strings_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/bools_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/catches_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/char_strings_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/constover_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/csharp_attributes_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/csharp_exceptions_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/csharp_lib_arrays_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/csharp_prepost_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/csharp_typemaps_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/default_args_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/default_constructor_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/director_alternating_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/director_basic_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/director_classes_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/director_classic_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/director_ignore_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/director_primitives_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/director_protected_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/director_string_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/enum_thorough_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/enum_thorough_simple_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/enum_thorough_typesafe_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/exception_order_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/friends_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/imports_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/inherit_target_language_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/intermediary_classname_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_attribute_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_boost_shared_ptr_bits_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_boost_shared_ptr_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_std_combinations_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_std_except_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_std_map_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_std_string_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_std_vector_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_std_wstring_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_typemaps_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/long_long_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/member_pointer_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/nspace_extend_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/nspace_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/operator_overload_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/overload_complicated_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/overload_template_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/pointer_reference_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/preproc_constants_c_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/preproc_constants_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/rename_pcre_encoder_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/rename_pcre_enum_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/rename_simple_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/sizet_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/sneaky1_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/special_variable_macros_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/threads_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/throw_exception_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/typemap_namespace_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/typemap_out_optimal_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/varargs_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/virtual_poly_runme.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp_attributes.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp_exceptions.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp_features.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp_lib_arrays.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp_prepost.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp_typemaps.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/aggregate_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/aggregate_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/allprotected_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/allprotected_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/apply_strings_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/apply_strings_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/bools_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/bools_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/catches_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/catches_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/char_strings_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/char_strings_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/constover_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/constover_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/d_nativepointers_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/d_nativepointers_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/default_args_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/default_args_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/default_constructor_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/default_constructor_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_alternating_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_alternating_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_basic_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_basic_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_classes_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_classes_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_classic_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_classic_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_ignore_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_ignore_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_primitives_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_primitives_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_protected_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_protected_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_string_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_string_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/enum_thorough_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/enum_thorough_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/inherit_target_language_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/inherit_target_language_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_attribute_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_attribute_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_boost_shared_ptr_bits_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_boost_shared_ptr_bits_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_boost_shared_ptr_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_boost_shared_ptr_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_std_except_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_std_except_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_std_string_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_std_string_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_std_vector_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_std_vector_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_typemaps_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_typemaps_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/long_long_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/long_long_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/member_pointer_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/member_pointer_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/nspace_extend_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/nspace_extend_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/nspace_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/nspace_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/operator_overload_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/operator_overload_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/overload_complicated_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/overload_complicated_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/overload_template_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/overload_template_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/pointer_reference_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/pointer_reference_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/preproc_constants_c_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/preproc_constants_c_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/preproc_constants_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/preproc_constants_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/sizet_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/sizet_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/sneaky1_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/sneaky1_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/special_variable_macros_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/special_variable_macros_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/threads_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/threads_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/throw_exception_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/throw_exception_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/typemap_namespace_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/typemap_namespace_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/typemap_out_optimal_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/typemap_out_optimal_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/varargs_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/varargs_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/virtual_poly_runme.1.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/virtual_poly_runme.2.d -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d_exception_name.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d_nativepointers.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/default_arg_values.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/default_args.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/default_constructor.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/defvalue_constructor.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/derived_byvalue.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/derived_nested.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/destructor_reprotected.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_abstract.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_alternating.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_basic.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_classes.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_classic.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_constructor.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_default.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_detect.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_enum.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_exception.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_extend.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_finalizer.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_frob.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_ignore.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_keywords.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_namespace_clash.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_nested.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_overload.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_primitives.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_profile.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_protected.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_protected_overloaded.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_redefined.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_stl.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_string.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_thread.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_unroll.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_using.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_wombat.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_wstring.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/disown.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/dynamic_cast.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/empty.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_plus.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_rename.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_scope_template.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_template.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_thorough.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_thorough_proper.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_thorough_simple.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_thorough_typesafe.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_thorough_typeunsafe.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_var.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enums.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_bad_name.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_bad_native.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_class.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_default_error.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_deprecated.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_empty_char.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_enum_badvalue.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_extra_rblock.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_extra_rbrace.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_extra_unsigned.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_insert_missing.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_long_short.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_missing_rbrace.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_missing_semi.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_redefine.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_varargs.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_varargs_neg.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_bad_extern.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_extend_redefine.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_extend_undefined.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_inherit.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_inline_namespace.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_macro_locator.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_missing_rtemplate.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_namespace_alias.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_namespace_aliasnot.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_namespace_aliasundef.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_nested.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_no_access.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_nobase.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_overload.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_overload_const.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_private_defvalue.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_private_inherit.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_recursive_typedef.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_shared_ptr.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_template_argname.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_template_nargs.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_template_not.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_template_partial.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_template_repeat.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_template_undef.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_using_not.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_using_undef.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/expected.log -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/make.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/nomodule.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_badeval.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_constant.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_defined.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_deprecated.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_illegal_argument.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_args.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_badchar.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_defined_unterminated.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_expansion.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_expansion_multiline.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_inline_unterminated.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_missing_expression.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_nargs.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_redef.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_rparen.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_unexpected_tokens.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_unterminated.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_misplaced_elif.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_misplaced_else.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_missing_enddef.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_missing_endif.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_missing_file.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_missing_rblock.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_pragma.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_unterm_char.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_unterm_comment.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_unterm_string.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_variable_args.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/swig_apply_nargs.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/swig_identifier.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/swig_insert_bad.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/swig_typemap_copy.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/swig_typemap_old.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/evil_diamond.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/evil_diamond_ns.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/evil_diamond_prop.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/exception_order.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/exception_partial_info.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/expressions.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extend.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extend_default.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extend_placement.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extend_template.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extend_template_ns.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extend_variable.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extern_c.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extern_declaration.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extern_namespace.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extern_throws.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/features.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/file_test.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/fragments.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/friends.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/funcptr.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/funcptr_cpp.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/function_typedef.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/fvirtual.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/global_namespace.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/global_ns_arg.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/global_scope_types.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/global_vars.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/abstract_access_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/abstract_typedef2_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/abstract_typedef_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/abstract_virtual_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/array_member_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/arrays_global_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/char_binary_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/class_ignore_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/class_scope_weird_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/compactdefaultargs_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/constover_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/constructor_copy_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/contract_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/cpp_enum_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/cpp_namespace_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/cpp_static_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/default_args_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/default_constructor_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_abstract_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_alternating_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_basic_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_classic_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_default_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_detect_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_enum_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_exception_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_extend_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_finalizer_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_frob_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_nested_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_profile_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_protected_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_string_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_thread_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_unroll_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/disown_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/dynamic_cast_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/empty_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/enum_template_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/enums_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/exception_order_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/extend_placement_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/extend_template_ns_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/extend_template_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/extend_variable_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/extern_c_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/friends_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/fvirtual_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/global_ns_arg_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/grouping_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/import_nomodule_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/imports_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/inctest_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/inherit_missing_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/input_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/keyword_rename_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/li_attribute_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/li_carrays_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/li_cdata_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/li_cmalloc_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/li_cpointer_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/li_std_map_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/li_std_vector_ptr_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/member_pointer_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/memberin_extend_c_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/minherit_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/mod_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/multi_import_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/namespace_class_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/namespace_typemap_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/namespace_virtual_method_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/naturalvar_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/nested_workaround_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_complicated_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_copy_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_extend_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_extendc_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_rename_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_simple_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_subtype_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_template_fast_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_template_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/preproc_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/primitive_ref_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/profiletest_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/refcount_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/reference_global_vars_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/rename_scope_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/rename_simple_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/rename_strip_encoder_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/ret_by_value_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/return_const_value_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_extend_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_member_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_multi_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_multi_typedef_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_overload_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_rename_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_simple_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_templatevariables_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_typedef_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/sneaky1_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/special_variable_macros_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/static_const_member_2_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/struct_initialization_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/struct_rename_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/struct_value_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_default_arg_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_extend1_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_extend2_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_inherit_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_ns4_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_ns_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_opaque_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_ref_type_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_rename_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_static_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_tbase_template_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_type_namespace_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_typedef_cplx3_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_typedef_cplx4_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_typedef_import_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/threads_exception_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/typedef_class_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/typedef_inherit_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/typedef_scope_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/typemap_namespace_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/typemap_ns_using_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/typemap_out_optimal_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/typename_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/unions_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/using1_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/using2_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/using_composition_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/using_extend_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/using_inherit_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/using_private_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/using_protected_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/varargs_overload_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/varargs_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/virtual_derivation_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/virtual_poly_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/voidtest_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/wrapmacro_runme.go -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/grouping.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/casts_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/char_constant_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/class_ignore_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/constover_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/contract_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/cpp_enum_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/cpp_namespace_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/dynamic_cast_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/import_nomodule_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/imports_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/inherit_missing_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/integers_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/li_std_string_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/li_typemaps_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/list_vector_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/multivalue_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/name_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/overload_complicated_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/overload_copy_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/overload_extend_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/overload_simple_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/overload_subtype_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/pointer_in_out_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/reference_global_vars_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/testsuite.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/throw_exception_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/typedef_inherit_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/typename_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/unions_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guilescm/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guilescm/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guilescm/ext_test_external.cxx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guilescm/guilescm_ext_test_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guilescm_ext_test.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/iadd.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ignore_parameter.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ignore_template_constructor.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/immutable_values.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/implicittest.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/import_nomodule.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/import_nomodule.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/import_stl.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/import_stl_a.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/import_stl_b.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/imports.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/imports_a.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/imports_a.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/imports_b.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/imports_b.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inctest.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inctest.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inherit.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inherit_missing.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inherit_same_name.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inherit_target_language.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inherit_void_arg.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inline_initializer.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inout.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inplaceadd.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/input.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/insert_directive.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/integers.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/intermediary_classname.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/aggregate_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/allprotected_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/apply_signed_char_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/apply_strings_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/array_member_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/arrays_global_twodim_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/char_binary_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/char_strings_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/cpp_typedef_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/default_args_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/default_constructor_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_abstract_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_basic_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_classes_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_classic_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_default_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_enum_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_exception_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_frob_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_ignore_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_primitives_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_protected_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_string_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_thread_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_unroll_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_wombat_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/dynamic_cast_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/enum_thorough_proper_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/enum_thorough_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/enum_thorough_simple_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/enum_thorough_typeunsafe_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/extend_default_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/extern_declaration_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/friends_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/global_namespace_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/ignore_parameter_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/imports_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/inctest_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/inherit_target_language_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/intermediary_classname_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_constants_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_director_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_enums_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_jnitypes_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_lib_arrays_dimensionless_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_lib_arrays_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_lib_various_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_pgcpp_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_pragmas_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_prepost_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_throws_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_typemaps_proxy_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_typemaps_typewrapper_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/li_boost_intrusive_ptr_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/li_boost_shared_ptr_bits_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/li_boost_shared_ptr_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/li_carrays_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/li_std_except_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/li_std_string_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/li_std_vector_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/li_typemaps_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/long_long_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/member_pointer_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/memberin_extend_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/minherit2_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/multiple_inheritance_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/nested_class_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/nested_structs_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/nested_workaround_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/nspace_extend_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/nspace_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/operator_overload_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/overload_complicated_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/overload_template_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/pointer_reference_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/preproc_line_file_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/primitive_ref_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/profiletest_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/rename1_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/rename2_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/rename3_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/rename4_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/rename_pcre_encoder_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/rename_pcre_enum_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/ret_by_value_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/rname_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/sizet_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/smart_pointer_const_overload_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/special_variable_macros_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/special_variables_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_classes_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_default_arg_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_default_class_parms_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_methods_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_nested_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_nested_typemaps_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_partial_specialization_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_partial_specialization_typedef_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_template_parameters_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/typemap_arrays_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/typemap_namespace_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/typemap_out_optimal_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/unions_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/using_pointers_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/varargs_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/virtual_poly_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/wallkw_runme.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_constants.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_director.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_enums.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_jnitypes.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_lib_arrays.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_lib_arrays_dimensionless.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_lib_various.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_pgcpp.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_pragmas.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_prepost.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_throws.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_typemaps_proxy.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_typemaps_typewrapper.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/keyword_rename.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/kind.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/langobj.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lextype.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_attribute.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_boost_intrusive_ptr.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_boost_shared_ptr.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_boost_shared_ptr_bits.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_carrays.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_cdata.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_cdata_carrays.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_cmalloc.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_constraints.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_cpointer.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_cstring.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_cwstring.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_factory.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_implicit.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_math.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_reference.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_carray.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_combinations.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_deque.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_except.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_functors.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_list.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_map.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_map_member.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_multimap.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_pair.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_pair_extra.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_pair_lang_object.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_queue.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_set.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_stack.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_stream.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_string.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_string_extra.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_vector.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_vector_extra.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_vector_ptr.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_vectora.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_wstream.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_wstring.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_stdint.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_typemaps.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_typemaps_apply.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_windows.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/list_vector.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/long_long.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/long_long_apply.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/abstract_access_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/char_strings_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/cpp_basic_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/disown_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/dynamic_cast_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/enums_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/exception_order_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/exception_partial_info_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/import.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/import_nomodule_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/imports_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/li_carrays_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/li_std_except_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/li_std_pair_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/li_std_string_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/li_std_vector_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/li_typemaps_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/member_pointer_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/multi_import_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/newobject1_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/newobject2_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/operator_overload_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/overload_simple_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/overload_template_fast_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/overload_template_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/pointer_reference_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/primitive_ref_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/ret_by_value_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/sizet_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/smart_pointer_overload_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/template_default_arg_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/voidtest_runme.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/member_funcptr_galore.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/member_pointer.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/member_template.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/memberin1.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/memberin_extend.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/memberin_extend_c.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/minherit.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/minherit2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mixed_types.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mod.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mod.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mod_a.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mod_b.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/multi_import.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/multi_import.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/multi_import_a.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/multi_import_b.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/multi_import_c.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/multiple_inheritance.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/multivalue.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/casts_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/char_constant_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/imports_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/integers_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/name_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/unions_runme.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/name.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/name_cxx.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/name_warnings.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_class.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_enum.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_extend.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_nested.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_spaces.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_template.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_typedef_class.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_typemap.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_union.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_virtual_method.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/naturalvar.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/nested.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/nested_class.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/nested_comment.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/nested_structs.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/nested_workaround.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/newobject1.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/newobject2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/nspace.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/nspace_extend.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/null_pointer.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/class_ignore_runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/imports_runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/makedebugtop -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/minherit_runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/name_runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/newobject1_runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/overload_copy_runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/sneaky1_runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/throw_exception_runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/typedef_mptr_runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/typename_runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/unions_runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/using_protected_runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/varargs_runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/voidtest_runme.ml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/abstract_access_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/abstract_typedef2_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/abstract_typedef_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/abstract_virtual_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/argcargvtest_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/array_member_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/arrays_global_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/callback_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/class_ignore_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/class_scope_weird_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/compactdefaultargs_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/complextest_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/constover_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/constructor_copy_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/contract_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/cpp_enum_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/cpp_namespace_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/default_args_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/default_constructor_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_abstract_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_basic_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_classic_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_default_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_detect_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_enum_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_extend_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_frob_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_nested_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_stl_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_string_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_unroll_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_wstring_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/dynamic_cast_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/empty_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/enum_template_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/enums_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/exception_order_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/extend_placement_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/extend_template_ns_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/extend_template_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/extend_variable_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/file_test_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/friends_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/fvirtual_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/global_ns_arg_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/grouping_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/iadd_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/import_nomodule_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/imports_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/inctest_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/inherit_missing_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/inout_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/inplaceadd_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/input_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_attribute_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_carrays_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_cmalloc_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_cpointer_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_cstring_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_cwstring_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_factory_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_implicit_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_std_carray_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_std_pair_extra_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_std_set_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_std_stream_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_std_string_extra_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_std_vector_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_std_wstream_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_std_wstring_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/member_pointer_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/minherit_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/mod_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/multi_import_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/namespace_class_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/namespace_typemap_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/namespace_virtual_method_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/naturalvar_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/nondynamic_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/null_pointer_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/octave_cell_deref_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/octave_empty.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_complicated_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_copy_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_extend_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_extendc_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_rename_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_simple_cast_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_simple_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_subtype_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_template_fast_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_template_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/preproc_constants_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/preproc_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/primitive_ref_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/profiletest_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/refcount_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/reference_global_vars_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/rename_scope_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/ret_by_value_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/return_const_value_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/samename_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_extend_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_member_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_multi_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_multi_typedef_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_not_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_overload_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_rename_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_simple_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_templatevariables_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_typedef_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/sneaky1_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/static_const_member_2_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/std_containers_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/struct_rename_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/struct_value_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/swigobject_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_construct_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_default_arg_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_extend1_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_extend2_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_inherit_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_matrix_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_ns4_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_ns_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_opaque_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_ref_type_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_rename_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_static_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_tbase_template_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_type_namespace_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_typedef_cplx2_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_typedef_cplx3_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_typedef_cplx4_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_typedef_cplx_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_typedef_import_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_typedef_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/typedef_class_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/typedef_inherit_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/typedef_scope_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/typemap_namespace_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/typemap_ns_using_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/typename_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/types_directive_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/unions_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/using1_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/using2_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/using_composition_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/using_extend_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/using_inherit_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/using_private_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/using_protected_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/varargs_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/virtual_derivation_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/virtual_poly_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/voidtest_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/wrapmacro_runme.m -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave_cell_deref.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/operator_overload.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/operator_overload_break.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/operator_pointer_ref.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/operbool.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ordering.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_complicated.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_copy.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_extend.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_extendc.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_rename.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_return_type.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_simple.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_subtype.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_template.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_template_fast.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/packageoption.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/packageoption.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/packageoption_a.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/packageoption_b.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/packageoption_c.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/Test/Builder.pm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/Test/More.pm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/aggregate_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/apply_signed_char_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/apply_strings_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/array_member_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/char_binary_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/char_strings_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/class_ignore_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/contract_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/default_args_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/default_constructor_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/disown_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/dynamic_cast_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/enum_template_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/enum_thorough_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/exception_order_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/global_vars_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/grouping_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/ignore_parameter_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/import_nomodule_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/imports_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/inctest_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/inherit_missing_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/inherit_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/li_carrays_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/li_cdata_carrays_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/li_reference_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/li_std_except_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/li_std_string_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/li_typemaps_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/member_pointer_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/minherit_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/multiple_inheritance_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/naturalvar_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/operator_overload_break_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/operator_overload_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/overload_copy_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/overload_simple_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/packageoption_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/preproc_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/primitive_ref_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/primitive_types_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/profiletest_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/reference_global_vars_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/rename_scope_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/ret_by_value_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/return_const_value_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/run-perl-test.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/sizet_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/sneaky1_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/template_default_arg_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/template_ref_type_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/template_typedef_cplx2_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/template_typedef_cplx3_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/template_typedef_cplx_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/typedef_class_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/typemap_namespace_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/typename_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/unions_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/using1_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/using2_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/varargs_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/virtual_poly_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/voidtest_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/wrapmacro_runme.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/abstract_inherit_ok_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/abstract_inherit_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/add_link_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/argout_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/arrayptr_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/arrays_global_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/arrays_global_twodim_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/arrays_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/arrays_scope_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/casts_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/char_strings_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/class_ignore_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/conversion_namespace_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/conversion_ns_template_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/conversion_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/cpp_static_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_abstract_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_basic_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_classic_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_default_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_detect_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_enum_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_exception_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_extend_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_finalizer_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_frob_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_nested_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_profile_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_protected_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_stl_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_string_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_thread_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_unroll_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/enum_scope_template_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/evil_diamond_ns_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/evil_diamond_prop_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/evil_diamond_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/exception_order_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/extend_template_ns_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/extend_template_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/grouping_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/ignore_parameter_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/import_nomodule_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/li_carrays_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/li_factory_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/li_std_string_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/newobject1_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/overload_rename_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/overload_return_type_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/pointer_reference_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/prefix_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/primitive_ref_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/rename_scope_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/skel.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/smart_pointer_rename_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/sym_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/template_arg_typename_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/template_construct_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/tests.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/threads_exception_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/typedef_reference_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/typemap_ns_using_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/using1_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/using2_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/valuewrapper_base_runme.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php_namewarn_rename.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/pike/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/pike/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/pointer_in_out.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/pointer_reference.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/prefix.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_constants.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_constants_c.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_defined.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_include.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_include_a.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_include_b.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_include_c.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_include_d withspace.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_include_e withspace.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_include_f withspace.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_include_g.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_line_file.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/primitive_ref.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/primitive_types.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/private_assign.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/profiletest.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/protected_rename.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/pure_virtual.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/abstract_access_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/abstract_typedef2_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/abstract_typedef_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/abstract_virtual_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/argcargvtest_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/array_member_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/arrays_global_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/callback_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/char_binary_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/class_ignore_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/class_scope_weird_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/compactdefaultargs_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/complextest_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/constover_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/constructor_copy_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/constructor_rename_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/contract_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/cpp_enum_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/cpp_namespace_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/cpp_static_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/default_arg_values_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/default_args_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/default_constructor_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_abstract_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_alternating_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_basic_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_classic_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_default_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_detect_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_enum_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_exception_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_extend_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_finalizer_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_frob_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_nested_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_profile_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_protected_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_stl_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_string_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_thread_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_unroll_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_wstring_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/disown_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/dynamic_cast_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/empty_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/enum_template_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/enums_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/exception_order_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/extend_placement_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/extend_template_ns_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/extend_template_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/extend_variable_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/extern_c_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/file_test_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/friends_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/funcptr_cpp_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/fvirtual_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/global_namespace_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/global_ns_arg_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/grouping_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/hugemod.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/iadd_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/import_nomodule_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/import_stl_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/imports_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/inctest_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/inherit_missing_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/inout_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/inplaceadd_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/input_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/keyword_rename_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/langobj_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_attribute_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_boost_shared_ptr_bits_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_boost_shared_ptr_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_carrays_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_cdata_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_cmalloc_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_cpointer_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_cstring_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_cwstring_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_factory_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_implicit_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_carray_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_map_member_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_map_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_pair_extra_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_set_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_stream_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_string_extra_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_vector_extra_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_vector_ptr_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_wstream_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_wstring_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/member_pointer_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/memberin_extend_c_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/minherit_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/mod_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/multi_import_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/namespace_class_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/namespace_typemap_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/namespace_virtual_method_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/naturalvar_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/nested_workaround_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/operbool_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_complicated_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_copy_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_extend_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_extendc_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_rename_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_simple_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_subtype_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_template_fast_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_template_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/pointer_reference_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/preproc_defined_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/preproc_include_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/preproc_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/primitive_ref_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/primitive_types_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/profiletest_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/profiletestc_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/python_abstractbase_runme3.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/python_append_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/python_kwargs_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/python_nondynamic_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/python_overload_simple_cast_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/python_pybuf_runme3.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/python_richcompare_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/python_varargs_typemap_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/pythonswig.supp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/refcount_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/reference_global_vars_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/rename_pcre_encoder_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/rename_scope_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/rename_strip_encoder_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/ret_by_value_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/return_const_value_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_const_overload_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_extend_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_member_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_multi_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_multi_typedef_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_not_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_overload_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_rename_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_simple_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_templatevariables_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_typedef_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/sneaky1_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/special_variable_macros_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/static_const_member_2_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/std_containers_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/struct_initialization_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/struct_rename_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/struct_value_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/swigobject_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_construct_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_default_arg_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_extend1_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_extend2_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_inherit_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_matrix_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_ns4_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_ns_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_opaque_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_ref_type_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_rename_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_static_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_tbase_template_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_type_namespace_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_typedef_cplx2_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_typedef_cplx3_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_typedef_cplx4_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_typedef_cplx_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_typedef_import_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_typedef_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/threads_exception_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typedef_class_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typedef_inherit_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typedef_scope_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typemap_arrays_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typemap_delete_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typemap_namespace_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typemap_ns_using_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typemap_out_optimal_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typemap_qualifier_strip_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typename_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/types_directive_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/unions_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/using1_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/using2_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/using_composition_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/using_extend_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/using_inherit_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/using_private_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/using_protected_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/varargs_overload_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/varargs_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/virtual_derivation_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/virtual_poly_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/voidtest_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/wrapmacro_runme.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_abstractbase.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_append.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_autodoc.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_kwargs.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_nondynamic.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_overload_simple_cast.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_pybuf.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_richcompare.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_varargs_typemap.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/arrays_dimensionless_runme.R -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/funcptr_runme.R -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/ignore_parameter_runme.R -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/integers_runme.R -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/r_copy_struct_runme.R -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/r_double_delete_runme.R -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/r_legacy_runme.R -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/rename_simple_runme.R -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/simple_array_runme.R -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/unions_runme.R -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/unittest.R -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r_copy_struct.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r_double_delete.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r_legacy.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/redefined.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/refcount.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/refcount.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/reference_global_vars.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/register_par.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename1.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename3.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename4.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename_camel.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename_pcre_encoder.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename_pcre_enum.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename_scope.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename_simple.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename_strip_encoder.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/restrict_cplusplus.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ret_by_value.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/return_const_value.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/return_value_scope.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rname.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/abstract_access_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/abstract_inherit_ok_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/abstract_inherit_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/abstract_signature_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/abstract_typedef2_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/abstract_typedef_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/abstract_virtual_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/access_change_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/add_link_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/aggregate_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/anonymous_bitfield_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/apply_signed_char_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/apply_strings_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/argout_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/array_member_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/arrays_global_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/arrays_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/bools_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/cast_operator_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/casts_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/char_constant_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/check_missing_tests.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/class_ignore_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/const_const_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/constover_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/cpp_namespace_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/default_constructor_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_abstract_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_basic_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_constructor_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_default_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_detect_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_exception_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_frob_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_nested_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_protected_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_string_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_unroll_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_wombat_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/disown_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/dynamic_cast_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/enum_thorough_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/enums_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/extend_template_ns_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/extend_template_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/friends_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/function_typedef_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/grouping_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/ignore_parameter_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/imports_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/inherit_missing_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/integers_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_carrays_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_cstring_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_factory_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_math_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_deque_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_functors_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_map_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_multimap_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_pair_lang_object_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_pair_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_queue_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_set_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_speed2_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_stack_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_stream_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_string_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_vector_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/member_pointer_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/minherit_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/namespace_typemap_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/newobject1_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/newobject2_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/overload_copy_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/overload_extend_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/overload_extendc_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/overload_simple_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/overload_subtype_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/overload_template_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/primitive_ref_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/primitive_types_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/profiletest_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/refcount_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/reference_global_vars_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/rename_scope_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/ruby_keywords_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/ruby_li_std_speed_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/ruby_naming_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/ruby_track_objects_directors_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/ruby_track_objects_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/smart_pointer_const_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/smart_pointer_multi_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/smart_pointer_multi_typedef_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/smart_pointer_not_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/smart_pointer_overload_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/smart_pointer_rename_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/smart_pointer_simple_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/smart_pointer_typedef_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/sneaky1_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/static_const_member_2_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/std_containers_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/stl_new_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/struct_value_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/swig_assert.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/swig_gc.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_construct_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_extend1_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_extend2_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_inherit_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_ns4_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_ns_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_rename_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_tbase_template_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_type_namespace_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_typedef_cplx2_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_typedef_cplx3_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_typedef_cplx4_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_typedef_cplx_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/throw_exception_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/typedef_inherit_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/typedef_scope_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/typemap_namespace_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/typemap_ns_using_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/typename_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/unions_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/using1_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/using2_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/using_composition_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/using_extend_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/using_inherit_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/using_private_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/using_protected_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/varargs_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/virtual_derivation_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/virtual_poly_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/voidtest_runme.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby_keywords.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby_li_std_speed.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby_naming.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby_track_objects.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby_track_objects_directors.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/samename.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/casts.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/char_constant.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/class_ignore.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/constover.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/contract.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/cpp_enum.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/cpp_namespace.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/dynamic_cast.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/global_vars.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/global_vars_proxy.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/import_nomodule.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/imports.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/inherit_missing.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/integers.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/li_std_string.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/li_typemaps.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/li_typemaps_proxy.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/list_vector.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/multiple_inheritance_proxy.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/multivalue.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/name.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/overload_complicated.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/overload_copy.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/overload_extend.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/overload_simple.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/overload_subtype.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/pointer_in_out.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/reference_global_vars.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/typedef_inherit.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/typename.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/unions.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/unions_proxy.scm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/shared_ptr_wrapper.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/simple_array.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/simutry.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/sizeof_pointer.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/sizet.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_const.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_const2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_const_overload.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_extend.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_inherit.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_member.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_multi.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_multi_typedef.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_namespace.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_namespace2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_not.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_overload.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_protected.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_rename.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_simple.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_static.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_template_const_overload.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_templatemethods.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_templatevariables.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_typedef.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/sneaky1.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/special_variable_macros.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/special_variables.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/static_array_member.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/static_const_member.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/static_const_member_2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/std_containers.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/stl_new.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/struct_initialization.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/struct_initialization_cpp.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/struct_rename.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/struct_value.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/swig_examples_lock.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/swigobject.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/sym.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/symbol_clash.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tag_no_clash_with_variable.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/bools_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/clientdata_prop_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/disown_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/enum_thorough_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/import_nomodule_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/imports_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/li_std_string_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/member_pointer_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/newobject1_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/newobject2_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/null_pointer_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/overload_copy_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/overload_simple_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/primitive_ref_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/primitive_types_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/profiletest_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/reference_global_vars_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/union_parameter_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/unions_runme.tcl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_arg_replace.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_arg_scope.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_arg_typename.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_array_numeric.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_base_template.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_basic.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_classes.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_const_ref.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_construct.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_default.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_default2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_default_arg.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_default_class_parms.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_default_inherit.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_default_pointer.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_default_qualify.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_default_vw.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_enum.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_enum_ns_inherit.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_enum_typedef.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_explicit.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_expr.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_extend1.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_extend2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_extend_overload.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_extend_overload_2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_forward.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_inherit.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_inherit_abstract.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_int_const.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_matrix.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_methods.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_nested.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_nested_typemaps.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ns.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ns2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ns3.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ns4.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ns_enum.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ns_enum2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ns_inherit.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ns_scope.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_opaque.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_partial_arg.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_partial_specialization.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_partial_specialization_typedef.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_qualifier.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ref_type.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_rename.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_retvalue.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_specialization.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_specialization_defarg.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_specialization_enum.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_static.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_tbase_template.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_template_parameters.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_type_namespace.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_cplx.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_cplx2.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_cplx2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_cplx3.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_cplx4.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_cplx5.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_fnc.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_funcptr.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_import.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_import.list -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_ns.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_ptr.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_rec.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typemaps.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_using.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_virtual.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_whitespace.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/testdir/subdir1/hello.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/testdir/subdir1/imports.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/testdir/subdir1/subinc1.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/testdir/subdir2/hello.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/testdir/subdir2/imports.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/testdir/subdir2/subinc2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/testdir/test.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/threads.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/threads_exception.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/throw_exception.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/traits.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_array_member.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_class.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_funcptr.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_inherit.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_mptr.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_reference.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_scope.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_sizet.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_struct.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_arrays.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_delete.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_global_scope.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_namespace.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_ns_using.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_numinputs.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_out_optimal.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_qualifier_strip.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_self.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_subst.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_template.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_variables.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_various.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typename.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/types_directive.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/uffi/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/uffi/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/union_parameter.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/union_scope.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/unions.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using1.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using2.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using_composition.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using_extend.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using_inherit.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using_namespace.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using_namespace_loop.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using_pointers.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using_private.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using_protected.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/valuewrapper.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/valuewrapper_base.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/valuewrapper_const.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/valuewrapper_opaque.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/varargs.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/varargs_overload.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/virtual_derivation.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/virtual_destructor.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/virtual_poly.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/voidtest.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/wallkw.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/wrapmacro.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/error.expected-xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/error.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example.expected-xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_apply.expected-xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_apply.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_const.expected-xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_const.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_gif.expected-xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_inl.expected-xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_inl.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_inl.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_p5.expected-xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_p5.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_ro.expected-xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_ro.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_title_add.expected-xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_title_add.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_xml.expected-xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_xml.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_xml.i -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/gnarly.expected-xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/gnarly.i -%%DATADIR%%/2.0.4/allegrocl/allegrocl.swg -%%DATADIR%%/2.0.4/allegrocl/inout_typemaps.i -%%DATADIR%%/2.0.4/allegrocl/longlongs.i -%%DATADIR%%/2.0.4/allegrocl/std_list.i -%%DATADIR%%/2.0.4/allegrocl/std_string.i -%%DATADIR%%/2.0.4/allegrocl/typemaps.i -%%DATADIR%%/2.0.4/allkw.swg -%%DATADIR%%/2.0.4/attribute.i -%%DATADIR%%/2.0.4/carrays.i -%%DATADIR%%/2.0.4/cdata.i -%%DATADIR%%/2.0.4/cffi/cffi.swg -%%DATADIR%%/2.0.4/chicken/chicken.swg -%%DATADIR%%/2.0.4/chicken/chickenkw.swg -%%DATADIR%%/2.0.4/chicken/chickenrun.swg -%%DATADIR%%/2.0.4/chicken/multi-generic.scm -%%DATADIR%%/2.0.4/chicken/std_string.i -%%DATADIR%%/2.0.4/chicken/swigclosprefix.scm -%%DATADIR%%/2.0.4/chicken/tinyclos-multi-generic.patch -%%DATADIR%%/2.0.4/chicken/typemaps.i -%%DATADIR%%/2.0.4/clisp/clisp.swg -%%DATADIR%%/2.0.4/cmalloc.i -%%DATADIR%%/2.0.4/constraints.i -%%DATADIR%%/2.0.4/cpointer.i -%%DATADIR%%/2.0.4/csharp/arrays_csharp.i -%%DATADIR%%/2.0.4/csharp/boost_shared_ptr.i -%%DATADIR%%/2.0.4/csharp/csharp.swg -%%DATADIR%%/2.0.4/csharp/csharphead.swg -%%DATADIR%%/2.0.4/csharp/csharpkw.swg -%%DATADIR%%/2.0.4/csharp/director.swg -%%DATADIR%%/2.0.4/csharp/enums.swg -%%DATADIR%%/2.0.4/csharp/enumsimple.swg -%%DATADIR%%/2.0.4/csharp/enumtypesafe.swg -%%DATADIR%%/2.0.4/csharp/std_common.i -%%DATADIR%%/2.0.4/csharp/std_deque.i -%%DATADIR%%/2.0.4/csharp/std_except.i -%%DATADIR%%/2.0.4/csharp/std_map.i -%%DATADIR%%/2.0.4/csharp/std_pair.i -%%DATADIR%%/2.0.4/csharp/std_shared_ptr.i -%%DATADIR%%/2.0.4/csharp/std_string.i -%%DATADIR%%/2.0.4/csharp/std_vector.i -%%DATADIR%%/2.0.4/csharp/std_wstring.i -%%DATADIR%%/2.0.4/csharp/stl.i -%%DATADIR%%/2.0.4/csharp/typemaps.i -%%DATADIR%%/2.0.4/csharp/wchar.i -%%DATADIR%%/2.0.4/cstring.i -%%DATADIR%%/2.0.4/cwstring.i -%%DATADIR%%/2.0.4/d/boost_shared_ptr.i -%%DATADIR%%/2.0.4/d/carrays.i -%%DATADIR%%/2.0.4/d/cpointer.i -%%DATADIR%%/2.0.4/d/d.swg -%%DATADIR%%/2.0.4/d/dclassgen.swg -%%DATADIR%%/2.0.4/d/ddirectives.swg -%%DATADIR%%/2.0.4/d/denums.swg -%%DATADIR%%/2.0.4/d/dexception.swg -%%DATADIR%%/2.0.4/d/dhead.swg -%%DATADIR%%/2.0.4/d/director.swg -%%DATADIR%%/2.0.4/d/dkw.swg -%%DATADIR%%/2.0.4/d/dmemberfunctionpointers.swg -%%DATADIR%%/2.0.4/d/doperators.swg -%%DATADIR%%/2.0.4/d/dprimitives.swg -%%DATADIR%%/2.0.4/d/dstrings.swg -%%DATADIR%%/2.0.4/d/dswigtype.swg -%%DATADIR%%/2.0.4/d/dvoid.swg -%%DATADIR%%/2.0.4/d/std_common.i -%%DATADIR%%/2.0.4/d/std_deque.i -%%DATADIR%%/2.0.4/d/std_except.i -%%DATADIR%%/2.0.4/d/std_map.i -%%DATADIR%%/2.0.4/d/std_pair.i -%%DATADIR%%/2.0.4/d/std_shared_ptr.i -%%DATADIR%%/2.0.4/d/std_string.i -%%DATADIR%%/2.0.4/d/std_vector.i -%%DATADIR%%/2.0.4/d/stl.i -%%DATADIR%%/2.0.4/d/typemaps.i -%%DATADIR%%/2.0.4/d/wrapperloader.swg -%%DATADIR%%/2.0.4/exception.i -%%DATADIR%%/2.0.4/gcj/cni.i -%%DATADIR%%/2.0.4/gcj/cni.swg -%%DATADIR%%/2.0.4/gcj/javaprims.i -%%DATADIR%%/2.0.4/go/cdata.i -%%DATADIR%%/2.0.4/go/exception.i -%%DATADIR%%/2.0.4/go/go.swg -%%DATADIR%%/2.0.4/go/gokw.swg -%%DATADIR%%/2.0.4/go/goruntime.swg -%%DATADIR%%/2.0.4/go/std_common.i -%%DATADIR%%/2.0.4/go/std_deque.i -%%DATADIR%%/2.0.4/go/std_except.i -%%DATADIR%%/2.0.4/go/std_map.i -%%DATADIR%%/2.0.4/go/std_pair.i -%%DATADIR%%/2.0.4/go/std_string.i -%%DATADIR%%/2.0.4/go/std_vector.i -%%DATADIR%%/2.0.4/go/stl.i -%%DATADIR%%/2.0.4/go/typemaps.i -%%DATADIR%%/2.0.4/guile/common.scm -%%DATADIR%%/2.0.4/guile/cplusplus.i -%%DATADIR%%/2.0.4/guile/ghinterface.i -%%DATADIR%%/2.0.4/guile/guile.i -%%DATADIR%%/2.0.4/guile/guile_gh.swg -%%DATADIR%%/2.0.4/guile/guile_gh_run.swg -%%DATADIR%%/2.0.4/guile/guile_scm.swg -%%DATADIR%%/2.0.4/guile/guile_scm_run.swg -%%DATADIR%%/2.0.4/guile/guilemain.i -%%DATADIR%%/2.0.4/guile/interpreter.i -%%DATADIR%%/2.0.4/guile/list-vector.i -%%DATADIR%%/2.0.4/guile/pointer-in-out.i -%%DATADIR%%/2.0.4/guile/ports.i -%%DATADIR%%/2.0.4/guile/std_common.i -%%DATADIR%%/2.0.4/guile/std_deque.i -%%DATADIR%%/2.0.4/guile/std_except.i -%%DATADIR%%/2.0.4/guile/std_map.i -%%DATADIR%%/2.0.4/guile/std_pair.i -%%DATADIR%%/2.0.4/guile/std_string.i -%%DATADIR%%/2.0.4/guile/std_vector.i -%%DATADIR%%/2.0.4/guile/stl.i -%%DATADIR%%/2.0.4/guile/swigrun.i -%%DATADIR%%/2.0.4/guile/typemaps.i -%%DATADIR%%/2.0.4/intrusive_ptr.i -%%DATADIR%%/2.0.4/inttypes.i -%%DATADIR%%/2.0.4/java/arrays_java.i -%%DATADIR%%/2.0.4/java/boost_intrusive_ptr.i -%%DATADIR%%/2.0.4/java/boost_shared_ptr.i -%%DATADIR%%/2.0.4/java/director.swg -%%DATADIR%%/2.0.4/java/enums.swg -%%DATADIR%%/2.0.4/java/enumsimple.swg -%%DATADIR%%/2.0.4/java/enumtypesafe.swg -%%DATADIR%%/2.0.4/java/enumtypeunsafe.swg -%%DATADIR%%/2.0.4/java/java.swg -%%DATADIR%%/2.0.4/java/javahead.swg -%%DATADIR%%/2.0.4/java/javakw.swg -%%DATADIR%%/2.0.4/java/std_common.i -%%DATADIR%%/2.0.4/java/std_deque.i -%%DATADIR%%/2.0.4/java/std_except.i -%%DATADIR%%/2.0.4/java/std_map.i -%%DATADIR%%/2.0.4/java/std_pair.i -%%DATADIR%%/2.0.4/java/std_shared_ptr.i -%%DATADIR%%/2.0.4/java/std_string.i -%%DATADIR%%/2.0.4/java/std_vector.i -%%DATADIR%%/2.0.4/java/std_wstring.i -%%DATADIR%%/2.0.4/java/stl.i -%%DATADIR%%/2.0.4/java/typemaps.i -%%DATADIR%%/2.0.4/java/various.i -%%DATADIR%%/2.0.4/lua/_std_common.i -%%DATADIR%%/2.0.4/lua/carrays.i -%%DATADIR%%/2.0.4/lua/lua.swg -%%DATADIR%%/2.0.4/lua/lua_fnptr.i -%%DATADIR%%/2.0.4/lua/luarun.swg -%%DATADIR%%/2.0.4/lua/luaruntime.swg -%%DATADIR%%/2.0.4/lua/luatypemaps.swg -%%DATADIR%%/2.0.4/lua/std_common.i -%%DATADIR%%/2.0.4/lua/std_deque.i -%%DATADIR%%/2.0.4/lua/std_except.i -%%DATADIR%%/2.0.4/lua/std_map.i -%%DATADIR%%/2.0.4/lua/std_pair.i -%%DATADIR%%/2.0.4/lua/std_string.i -%%DATADIR%%/2.0.4/lua/std_vector.i -%%DATADIR%%/2.0.4/lua/stl.i -%%DATADIR%%/2.0.4/lua/typemaps.i -%%DATADIR%%/2.0.4/lua/wchar.i -%%DATADIR%%/2.0.4/math.i -%%DATADIR%%/2.0.4/modula3/modula3.swg -%%DATADIR%%/2.0.4/modula3/modula3head.swg -%%DATADIR%%/2.0.4/modula3/typemaps.i -%%DATADIR%%/2.0.4/mzscheme/mzrun.swg -%%DATADIR%%/2.0.4/mzscheme/mzscheme.swg -%%DATADIR%%/2.0.4/mzscheme/std_common.i -%%DATADIR%%/2.0.4/mzscheme/std_deque.i -%%DATADIR%%/2.0.4/mzscheme/std_map.i -%%DATADIR%%/2.0.4/mzscheme/std_pair.i -%%DATADIR%%/2.0.4/mzscheme/std_string.i -%%DATADIR%%/2.0.4/mzscheme/std_vector.i -%%DATADIR%%/2.0.4/mzscheme/stl.i -%%DATADIR%%/2.0.4/mzscheme/typemaps.i -%%DATADIR%%/2.0.4/ocaml/carray.i -%%DATADIR%%/2.0.4/ocaml/class.swg -%%DATADIR%%/2.0.4/ocaml/cstring.i -%%DATADIR%%/2.0.4/ocaml/director.swg -%%DATADIR%%/2.0.4/ocaml/ocaml.i -%%DATADIR%%/2.0.4/ocaml/ocaml.swg -%%DATADIR%%/2.0.4/ocaml/ocamldec.swg -%%DATADIR%%/2.0.4/ocaml/ocamlkw.swg -%%DATADIR%%/2.0.4/ocaml/preamble.swg -%%DATADIR%%/2.0.4/ocaml/std_common.i -%%DATADIR%%/2.0.4/ocaml/std_complex.i -%%DATADIR%%/2.0.4/ocaml/std_deque.i -%%DATADIR%%/2.0.4/ocaml/std_list.i -%%DATADIR%%/2.0.4/ocaml/std_map.i -%%DATADIR%%/2.0.4/ocaml/std_pair.i -%%DATADIR%%/2.0.4/ocaml/std_string.i -%%DATADIR%%/2.0.4/ocaml/std_vector.i -%%DATADIR%%/2.0.4/ocaml/stl.i -%%DATADIR%%/2.0.4/ocaml/swig.ml -%%DATADIR%%/2.0.4/ocaml/swig.mli -%%DATADIR%%/2.0.4/ocaml/swigp4.ml -%%DATADIR%%/2.0.4/ocaml/typecheck.i -%%DATADIR%%/2.0.4/ocaml/typemaps.i -%%DATADIR%%/2.0.4/ocaml/typeregister.swg -%%DATADIR%%/2.0.4/octave/attribute.i -%%DATADIR%%/2.0.4/octave/boost_shared_ptr.i -%%DATADIR%%/2.0.4/octave/carrays.i -%%DATADIR%%/2.0.4/octave/cdata.i -%%DATADIR%%/2.0.4/octave/cmalloc.i -%%DATADIR%%/2.0.4/octave/director.swg -%%DATADIR%%/2.0.4/octave/exception.i -%%DATADIR%%/2.0.4/octave/factory.i -%%DATADIR%%/2.0.4/octave/implicit.i -%%DATADIR%%/2.0.4/octave/octave.swg -%%DATADIR%%/2.0.4/octave/octcomplex.swg -%%DATADIR%%/2.0.4/octave/octcontainer.swg -%%DATADIR%%/2.0.4/octave/octfragments.swg -%%DATADIR%%/2.0.4/octave/octiterators.swg -%%DATADIR%%/2.0.4/octave/octopers.swg -%%DATADIR%%/2.0.4/octave/octprimtypes.swg -%%DATADIR%%/2.0.4/octave/octrun.swg -%%DATADIR%%/2.0.4/octave/octruntime.swg -%%DATADIR%%/2.0.4/octave/octstdcommon.swg -%%DATADIR%%/2.0.4/octave/octtypemaps.swg -%%DATADIR%%/2.0.4/octave/octuserdir.swg -%%DATADIR%%/2.0.4/octave/std_alloc.i -%%DATADIR%%/2.0.4/octave/std_basic_string.i -%%DATADIR%%/2.0.4/octave/std_carray.i -%%DATADIR%%/2.0.4/octave/std_char_traits.i -%%DATADIR%%/2.0.4/octave/std_common.i -%%DATADIR%%/2.0.4/octave/std_complex.i -%%DATADIR%%/2.0.4/octave/std_container.i -%%DATADIR%%/2.0.4/octave/std_deque.i -%%DATADIR%%/2.0.4/octave/std_except.i -%%DATADIR%%/2.0.4/octave/std_map.i -%%DATADIR%%/2.0.4/octave/std_pair.i -%%DATADIR%%/2.0.4/octave/std_string.i -%%DATADIR%%/2.0.4/octave/std_vector.i -%%DATADIR%%/2.0.4/octave/stl.i -%%DATADIR%%/2.0.4/octave/typemaps.i -%%DATADIR%%/2.0.4/perl5/Makefile.pl -%%DATADIR%%/2.0.4/perl5/attribute.i -%%DATADIR%%/2.0.4/perl5/carrays.i -%%DATADIR%%/2.0.4/perl5/cdata.i -%%DATADIR%%/2.0.4/perl5/cmalloc.i -%%DATADIR%%/2.0.4/perl5/cni.i -%%DATADIR%%/2.0.4/perl5/cpointer.i -%%DATADIR%%/2.0.4/perl5/cstring.i -%%DATADIR%%/2.0.4/perl5/exception.i -%%DATADIR%%/2.0.4/perl5/factory.i -%%DATADIR%%/2.0.4/perl5/jstring.i -%%DATADIR%%/2.0.4/perl5/noembed.h -%%DATADIR%%/2.0.4/perl5/perl5.swg -%%DATADIR%%/2.0.4/perl5/perlerrors.swg -%%DATADIR%%/2.0.4/perl5/perlfragments.swg -%%DATADIR%%/2.0.4/perl5/perlhead.swg -%%DATADIR%%/2.0.4/perl5/perlinit.swg -%%DATADIR%%/2.0.4/perl5/perlkw.swg -%%DATADIR%%/2.0.4/perl5/perlmacros.swg -%%DATADIR%%/2.0.4/perl5/perlmain.i -%%DATADIR%%/2.0.4/perl5/perlopers.swg -%%DATADIR%%/2.0.4/perl5/perlprimtypes.swg -%%DATADIR%%/2.0.4/perl5/perlrun.swg -%%DATADIR%%/2.0.4/perl5/perlruntime.swg -%%DATADIR%%/2.0.4/perl5/perlstrings.swg -%%DATADIR%%/2.0.4/perl5/perltypemaps.swg -%%DATADIR%%/2.0.4/perl5/perluserdir.swg -%%DATADIR%%/2.0.4/perl5/reference.i -%%DATADIR%%/2.0.4/perl5/std_common.i -%%DATADIR%%/2.0.4/perl5/std_deque.i -%%DATADIR%%/2.0.4/perl5/std_except.i -%%DATADIR%%/2.0.4/perl5/std_list.i -%%DATADIR%%/2.0.4/perl5/std_map.i -%%DATADIR%%/2.0.4/perl5/std_pair.i -%%DATADIR%%/2.0.4/perl5/std_string.i -%%DATADIR%%/2.0.4/perl5/std_vector.i -%%DATADIR%%/2.0.4/perl5/stl.i -%%DATADIR%%/2.0.4/perl5/typemaps.i -%%DATADIR%%/2.0.4/php/const.i -%%DATADIR%%/2.0.4/php/director.swg -%%DATADIR%%/2.0.4/php/factory.i -%%DATADIR%%/2.0.4/php/globalvar.i -%%DATADIR%%/2.0.4/php/php.swg -%%DATADIR%%/2.0.4/php/phpinit.swg -%%DATADIR%%/2.0.4/php/phpkw.swg -%%DATADIR%%/2.0.4/php/phppointers.i -%%DATADIR%%/2.0.4/php/phprun.swg -%%DATADIR%%/2.0.4/php/std_common.i -%%DATADIR%%/2.0.4/php/std_deque.i -%%DATADIR%%/2.0.4/php/std_map.i -%%DATADIR%%/2.0.4/php/std_pair.i -%%DATADIR%%/2.0.4/php/std_string.i -%%DATADIR%%/2.0.4/php/std_vector.i -%%DATADIR%%/2.0.4/php/stl.i -%%DATADIR%%/2.0.4/php/typemaps.i -%%DATADIR%%/2.0.4/php/utils.i -%%DATADIR%%/2.0.4/pike/pike.swg -%%DATADIR%%/2.0.4/pike/pikekw.swg -%%DATADIR%%/2.0.4/pike/pikerun.swg -%%DATADIR%%/2.0.4/pike/std_string.i -%%DATADIR%%/2.0.4/pointer.i -%%DATADIR%%/2.0.4/python/argcargv.i -%%DATADIR%%/2.0.4/python/attribute.i -%%DATADIR%%/2.0.4/python/boost_shared_ptr.i -%%DATADIR%%/2.0.4/python/builtin.swg -%%DATADIR%%/2.0.4/python/carrays.i -%%DATADIR%%/2.0.4/python/ccomplex.i -%%DATADIR%%/2.0.4/python/cdata.i -%%DATADIR%%/2.0.4/python/cmalloc.i -%%DATADIR%%/2.0.4/python/cni.i -%%DATADIR%%/2.0.4/python/complex.i -%%DATADIR%%/2.0.4/python/cpointer.i -%%DATADIR%%/2.0.4/python/cstring.i -%%DATADIR%%/2.0.4/python/cwstring.i -%%DATADIR%%/2.0.4/python/defarg.swg -%%DATADIR%%/2.0.4/python/director.swg -%%DATADIR%%/2.0.4/python/embed.i -%%DATADIR%%/2.0.4/python/embed15.i -%%DATADIR%%/2.0.4/python/exception.i -%%DATADIR%%/2.0.4/python/factory.i -%%DATADIR%%/2.0.4/python/file.i -%%DATADIR%%/2.0.4/python/implicit.i -%%DATADIR%%/2.0.4/python/jstring.i -%%DATADIR%%/2.0.4/python/pyabc.i -%%DATADIR%%/2.0.4/python/pyapi.swg -%%DATADIR%%/2.0.4/python/pybackward.swg -%%DATADIR%%/2.0.4/python/pybuffer.i -%%DATADIR%%/2.0.4/python/pyclasses.swg -%%DATADIR%%/2.0.4/python/pycomplex.swg -%%DATADIR%%/2.0.4/python/pycontainer.swg -%%DATADIR%%/2.0.4/python/pydocs.swg -%%DATADIR%%/2.0.4/python/pyerrors.swg -%%DATADIR%%/2.0.4/python/pyfragments.swg -%%DATADIR%%/2.0.4/python/pyhead.swg -%%DATADIR%%/2.0.4/python/pyinit.swg -%%DATADIR%%/2.0.4/python/pyiterators.swg -%%DATADIR%%/2.0.4/python/pymacros.swg -%%DATADIR%%/2.0.4/python/pyname_compat.i -%%DATADIR%%/2.0.4/python/pyopers.swg -%%DATADIR%%/2.0.4/python/pyprimtypes.swg -%%DATADIR%%/2.0.4/python/pyrun.swg -%%DATADIR%%/2.0.4/python/pyruntime.swg -%%DATADIR%%/2.0.4/python/pystdcommon.swg -%%DATADIR%%/2.0.4/python/pystrings.swg -%%DATADIR%%/2.0.4/python/python.swg -%%DATADIR%%/2.0.4/python/pythonkw.swg -%%DATADIR%%/2.0.4/python/pythreads.swg -%%DATADIR%%/2.0.4/python/pytuplehlp.swg -%%DATADIR%%/2.0.4/python/pytypemaps.swg -%%DATADIR%%/2.0.4/python/pyuserdir.swg -%%DATADIR%%/2.0.4/python/pywstrings.swg -%%DATADIR%%/2.0.4/python/std_alloc.i -%%DATADIR%%/2.0.4/python/std_basic_string.i -%%DATADIR%%/2.0.4/python/std_carray.i -%%DATADIR%%/2.0.4/python/std_char_traits.i -%%DATADIR%%/2.0.4/python/std_common.i -%%DATADIR%%/2.0.4/python/std_complex.i -%%DATADIR%%/2.0.4/python/std_container.i -%%DATADIR%%/2.0.4/python/std_deque.i -%%DATADIR%%/2.0.4/python/std_except.i -%%DATADIR%%/2.0.4/python/std_ios.i -%%DATADIR%%/2.0.4/python/std_iostream.i -%%DATADIR%%/2.0.4/python/std_list.i -%%DATADIR%%/2.0.4/python/std_map.i -%%DATADIR%%/2.0.4/python/std_multimap.i -%%DATADIR%%/2.0.4/python/std_multiset.i -%%DATADIR%%/2.0.4/python/std_pair.i -%%DATADIR%%/2.0.4/python/std_set.i -%%DATADIR%%/2.0.4/python/std_shared_ptr.i -%%DATADIR%%/2.0.4/python/std_sstream.i -%%DATADIR%%/2.0.4/python/std_streambuf.i -%%DATADIR%%/2.0.4/python/std_string.i -%%DATADIR%%/2.0.4/python/std_vector.i -%%DATADIR%%/2.0.4/python/std_vectora.i -%%DATADIR%%/2.0.4/python/std_wios.i -%%DATADIR%%/2.0.4/python/std_wiostream.i -%%DATADIR%%/2.0.4/python/std_wsstream.i -%%DATADIR%%/2.0.4/python/std_wstreambuf.i -%%DATADIR%%/2.0.4/python/std_wstring.i -%%DATADIR%%/2.0.4/python/stl.i -%%DATADIR%%/2.0.4/python/typemaps.i -%%DATADIR%%/2.0.4/python/wchar.i -%%DATADIR%%/2.0.4/r/cdata.i -%%DATADIR%%/2.0.4/r/exception.i -%%DATADIR%%/2.0.4/r/r.swg -%%DATADIR%%/2.0.4/r/rcontainer.swg -%%DATADIR%%/2.0.4/r/rfragments.swg -%%DATADIR%%/2.0.4/r/rkw.swg -%%DATADIR%%/2.0.4/r/ropers.swg -%%DATADIR%%/2.0.4/r/rrun.swg -%%DATADIR%%/2.0.4/r/rstdcommon.swg -%%DATADIR%%/2.0.4/r/rtype.swg -%%DATADIR%%/2.0.4/r/srun.swg -%%DATADIR%%/2.0.4/r/std_alloc.i -%%DATADIR%%/2.0.4/r/std_common.i -%%DATADIR%%/2.0.4/r/std_container.i -%%DATADIR%%/2.0.4/r/std_deque.i -%%DATADIR%%/2.0.4/r/std_except.i -%%DATADIR%%/2.0.4/r/std_map.i -%%DATADIR%%/2.0.4/r/std_pair.i -%%DATADIR%%/2.0.4/r/std_string.i -%%DATADIR%%/2.0.4/r/std_vector.i -%%DATADIR%%/2.0.4/r/stl.i -%%DATADIR%%/2.0.4/r/typemaps.i -%%DATADIR%%/2.0.4/ruby/Makefile.swig -%%DATADIR%%/2.0.4/ruby/argcargv.i -%%DATADIR%%/2.0.4/ruby/attribute.i -%%DATADIR%%/2.0.4/ruby/carrays.i -%%DATADIR%%/2.0.4/ruby/cdata.i -%%DATADIR%%/2.0.4/ruby/cmalloc.i -%%DATADIR%%/2.0.4/ruby/cni.i -%%DATADIR%%/2.0.4/ruby/cpointer.i -%%DATADIR%%/2.0.4/ruby/cstring.i -%%DATADIR%%/2.0.4/ruby/director.swg -%%DATADIR%%/2.0.4/ruby/embed.i -%%DATADIR%%/2.0.4/ruby/exception.i -%%DATADIR%%/2.0.4/ruby/extconf.rb -%%DATADIR%%/2.0.4/ruby/factory.i -%%DATADIR%%/2.0.4/ruby/file.i -%%DATADIR%%/2.0.4/ruby/jstring.i -%%DATADIR%%/2.0.4/ruby/progargcargv.i -%%DATADIR%%/2.0.4/ruby/ruby.swg -%%DATADIR%%/2.0.4/ruby/rubyapi.swg -%%DATADIR%%/2.0.4/ruby/rubyautodoc.swg -%%DATADIR%%/2.0.4/ruby/rubyclasses.swg -%%DATADIR%%/2.0.4/ruby/rubycomplex.swg -%%DATADIR%%/2.0.4/ruby/rubycontainer.swg -%%DATADIR%%/2.0.4/ruby/rubycontainer_extended.swg -%%DATADIR%%/2.0.4/ruby/rubydef.swg -%%DATADIR%%/2.0.4/ruby/rubyerrors.swg -%%DATADIR%%/2.0.4/ruby/rubyfragments.swg -%%DATADIR%%/2.0.4/ruby/rubyhead.swg -%%DATADIR%%/2.0.4/ruby/rubyinit.swg -%%DATADIR%%/2.0.4/ruby/rubyiterators.swg -%%DATADIR%%/2.0.4/ruby/rubykw.swg -%%DATADIR%%/2.0.4/ruby/rubymacros.swg -%%DATADIR%%/2.0.4/ruby/rubyopers.swg -%%DATADIR%%/2.0.4/ruby/rubyprimtypes.swg -%%DATADIR%%/2.0.4/ruby/rubyrun.swg -%%DATADIR%%/2.0.4/ruby/rubyruntime.swg -%%DATADIR%%/2.0.4/ruby/rubystdautodoc.swg -%%DATADIR%%/2.0.4/ruby/rubystdcommon.swg -%%DATADIR%%/2.0.4/ruby/rubystdfunctors.swg -%%DATADIR%%/2.0.4/ruby/rubystrings.swg -%%DATADIR%%/2.0.4/ruby/rubytracking.swg -%%DATADIR%%/2.0.4/ruby/rubytypemaps.swg -%%DATADIR%%/2.0.4/ruby/rubyuserdir.swg -%%DATADIR%%/2.0.4/ruby/rubywstrings.swg -%%DATADIR%%/2.0.4/ruby/std_alloc.i -%%DATADIR%%/2.0.4/ruby/std_basic_string.i -%%DATADIR%%/2.0.4/ruby/std_char_traits.i -%%DATADIR%%/2.0.4/ruby/std_common.i -%%DATADIR%%/2.0.4/ruby/std_complex.i -%%DATADIR%%/2.0.4/ruby/std_container.i -%%DATADIR%%/2.0.4/ruby/std_deque.i -%%DATADIR%%/2.0.4/ruby/std_except.i -%%DATADIR%%/2.0.4/ruby/std_functors.i -%%DATADIR%%/2.0.4/ruby/std_ios.i -%%DATADIR%%/2.0.4/ruby/std_iostream.i -%%DATADIR%%/2.0.4/ruby/std_list.i -%%DATADIR%%/2.0.4/ruby/std_map.i -%%DATADIR%%/2.0.4/ruby/std_multimap.i -%%DATADIR%%/2.0.4/ruby/std_multiset.i -%%DATADIR%%/2.0.4/ruby/std_pair.i -%%DATADIR%%/2.0.4/ruby/std_queue.i -%%DATADIR%%/2.0.4/ruby/std_set.i -%%DATADIR%%/2.0.4/ruby/std_sstream.i -%%DATADIR%%/2.0.4/ruby/std_stack.i -%%DATADIR%%/2.0.4/ruby/std_streambuf.i -%%DATADIR%%/2.0.4/ruby/std_string.i -%%DATADIR%%/2.0.4/ruby/std_vector.i -%%DATADIR%%/2.0.4/ruby/std_vectora.i -%%DATADIR%%/2.0.4/ruby/std_wstring.i -%%DATADIR%%/2.0.4/ruby/stl.i -%%DATADIR%%/2.0.4/ruby/timeval.i -%%DATADIR%%/2.0.4/ruby/typemaps.i -%%DATADIR%%/2.0.4/runtime.swg -%%DATADIR%%/2.0.4/shared_ptr.i -%%DATADIR%%/2.0.4/std/_std_deque.i -%%DATADIR%%/2.0.4/std/std_alloc.i -%%DATADIR%%/2.0.4/std/std_basic_string.i -%%DATADIR%%/2.0.4/std/std_carray.swg -%%DATADIR%%/2.0.4/std/std_char_traits.i -%%DATADIR%%/2.0.4/std/std_common.i -%%DATADIR%%/2.0.4/std/std_container.i -%%DATADIR%%/2.0.4/std/std_deque.i -%%DATADIR%%/2.0.4/std/std_except.i -%%DATADIR%%/2.0.4/std/std_ios.i -%%DATADIR%%/2.0.4/std/std_iostream.i -%%DATADIR%%/2.0.4/std/std_list.i -%%DATADIR%%/2.0.4/std/std_map.i -%%DATADIR%%/2.0.4/std/std_multimap.i -%%DATADIR%%/2.0.4/std/std_multiset.i -%%DATADIR%%/2.0.4/std/std_pair.i -%%DATADIR%%/2.0.4/std/std_queue.i -%%DATADIR%%/2.0.4/std/std_set.i -%%DATADIR%%/2.0.4/std/std_sstream.i -%%DATADIR%%/2.0.4/std/std_stack.i -%%DATADIR%%/2.0.4/std/std_streambuf.i -%%DATADIR%%/2.0.4/std/std_string.i -%%DATADIR%%/2.0.4/std/std_vector.i -%%DATADIR%%/2.0.4/std/std_vectora.i -%%DATADIR%%/2.0.4/std/std_wios.i -%%DATADIR%%/2.0.4/std/std_wiostream.i -%%DATADIR%%/2.0.4/std/std_wsstream.i -%%DATADIR%%/2.0.4/std/std_wstreambuf.i -%%DATADIR%%/2.0.4/std/std_wstring.i -%%DATADIR%%/2.0.4/std_except.i -%%DATADIR%%/2.0.4/stdint.i -%%DATADIR%%/2.0.4/stl.i -%%DATADIR%%/2.0.4/swig.swg -%%DATADIR%%/2.0.4/swigarch.i -%%DATADIR%%/2.0.4/swigerrors.swg -%%DATADIR%%/2.0.4/swiginit.swg -%%DATADIR%%/2.0.4/swiglabels.swg -%%DATADIR%%/2.0.4/swigrun.i -%%DATADIR%%/2.0.4/swigrun.swg -%%DATADIR%%/2.0.4/swigwarn.swg -%%DATADIR%%/2.0.4/swigwarnings.swg -%%DATADIR%%/2.0.4/tcl/attribute.i -%%DATADIR%%/2.0.4/tcl/carrays.i -%%DATADIR%%/2.0.4/tcl/cdata.i -%%DATADIR%%/2.0.4/tcl/cmalloc.i -%%DATADIR%%/2.0.4/tcl/cni.i -%%DATADIR%%/2.0.4/tcl/cpointer.i -%%DATADIR%%/2.0.4/tcl/cstring.i -%%DATADIR%%/2.0.4/tcl/cwstring.i -%%DATADIR%%/2.0.4/tcl/exception.i -%%DATADIR%%/2.0.4/tcl/factory.i -%%DATADIR%%/2.0.4/tcl/jstring.i -%%DATADIR%%/2.0.4/tcl/std_common.i -%%DATADIR%%/2.0.4/tcl/std_deque.i -%%DATADIR%%/2.0.4/tcl/std_except.i -%%DATADIR%%/2.0.4/tcl/std_map.i -%%DATADIR%%/2.0.4/tcl/std_pair.i -%%DATADIR%%/2.0.4/tcl/std_string.i -%%DATADIR%%/2.0.4/tcl/std_vector.i -%%DATADIR%%/2.0.4/tcl/std_wstring.i -%%DATADIR%%/2.0.4/tcl/stl.i -%%DATADIR%%/2.0.4/tcl/tcl8.swg -%%DATADIR%%/2.0.4/tcl/tclapi.swg -%%DATADIR%%/2.0.4/tcl/tclerrors.swg -%%DATADIR%%/2.0.4/tcl/tclfragments.swg -%%DATADIR%%/2.0.4/tcl/tclinit.swg -%%DATADIR%%/2.0.4/tcl/tclinterp.i -%%DATADIR%%/2.0.4/tcl/tclkw.swg -%%DATADIR%%/2.0.4/tcl/tclmacros.swg -%%DATADIR%%/2.0.4/tcl/tclopers.swg -%%DATADIR%%/2.0.4/tcl/tclprimtypes.swg -%%DATADIR%%/2.0.4/tcl/tclresult.i -%%DATADIR%%/2.0.4/tcl/tclrun.swg -%%DATADIR%%/2.0.4/tcl/tclruntime.swg -%%DATADIR%%/2.0.4/tcl/tclsh.i -%%DATADIR%%/2.0.4/tcl/tclstrings.swg -%%DATADIR%%/2.0.4/tcl/tcltypemaps.swg -%%DATADIR%%/2.0.4/tcl/tcluserdir.swg -%%DATADIR%%/2.0.4/tcl/tclwstrings.swg -%%DATADIR%%/2.0.4/tcl/typemaps.i -%%DATADIR%%/2.0.4/tcl/wish.i -%%DATADIR%%/2.0.4/typemaps/attribute.swg -%%DATADIR%%/2.0.4/typemaps/carrays.swg -%%DATADIR%%/2.0.4/typemaps/cdata.swg -%%DATADIR%%/2.0.4/typemaps/cmalloc.swg -%%DATADIR%%/2.0.4/typemaps/cpointer.swg -%%DATADIR%%/2.0.4/typemaps/cstring.swg -%%DATADIR%%/2.0.4/typemaps/cstrings.swg -%%DATADIR%%/2.0.4/typemaps/cwstring.swg -%%DATADIR%%/2.0.4/typemaps/enumint.swg -%%DATADIR%%/2.0.4/typemaps/exception.swg -%%DATADIR%%/2.0.4/typemaps/factory.swg -%%DATADIR%%/2.0.4/typemaps/fragments.swg -%%DATADIR%%/2.0.4/typemaps/implicit.swg -%%DATADIR%%/2.0.4/typemaps/inoutlist.swg -%%DATADIR%%/2.0.4/typemaps/misctypes.swg -%%DATADIR%%/2.0.4/typemaps/primtypes.swg -%%DATADIR%%/2.0.4/typemaps/ptrtypes.swg -%%DATADIR%%/2.0.4/typemaps/std_except.swg -%%DATADIR%%/2.0.4/typemaps/std_string.swg -%%DATADIR%%/2.0.4/typemaps/std_strings.swg -%%DATADIR%%/2.0.4/typemaps/std_wstring.swg -%%DATADIR%%/2.0.4/typemaps/string.swg -%%DATADIR%%/2.0.4/typemaps/strings.swg -%%DATADIR%%/2.0.4/typemaps/swigmacros.swg -%%DATADIR%%/2.0.4/typemaps/swigobject.swg -%%DATADIR%%/2.0.4/typemaps/swigtype.swg -%%DATADIR%%/2.0.4/typemaps/swigtypemaps.swg -%%DATADIR%%/2.0.4/typemaps/traits.swg -%%DATADIR%%/2.0.4/typemaps/typemaps.swg -%%DATADIR%%/2.0.4/typemaps/valtypes.swg -%%DATADIR%%/2.0.4/typemaps/void.swg -%%DATADIR%%/2.0.4/typemaps/wstring.swg -%%DATADIR%%/2.0.4/uffi/uffi.swg -%%DATADIR%%/2.0.4/wchar.i -%%DATADIR%%/2.0.4/windows.i -@dirrm %%DATADIR%%/2.0.4/uffi -@dirrm %%DATADIR%%/2.0.4/typemaps -@dirrm %%DATADIR%%/2.0.4/tcl -@dirrm %%DATADIR%%/2.0.4/std -@dirrm %%DATADIR%%/2.0.4/ruby -@dirrm %%DATADIR%%/2.0.4/r -@dirrm %%DATADIR%%/2.0.4/python -@dirrm %%DATADIR%%/2.0.4/pike -@dirrm %%DATADIR%%/2.0.4/php -@dirrm %%DATADIR%%/2.0.4/perl5 -@dirrm %%DATADIR%%/2.0.4/octave -@dirrm %%DATADIR%%/2.0.4/ocaml -@dirrm %%DATADIR%%/2.0.4/mzscheme -@dirrm %%DATADIR%%/2.0.4/modula3 -@dirrm %%DATADIR%%/2.0.4/lua -@dirrm %%DATADIR%%/2.0.4/java -@dirrm %%DATADIR%%/2.0.4/guile -@dirrm %%DATADIR%%/2.0.4/go -@dirrm %%DATADIR%%/2.0.4/gcj -@dirrm %%DATADIR%%/2.0.4/d -@dirrm %%DATADIR%%/2.0.4/csharp -@dirrm %%DATADIR%%/2.0.4/clisp -@dirrm %%DATADIR%%/2.0.4/chicken -@dirrm %%DATADIR%%/2.0.4/cffi -@dirrm %%DATADIR%%/2.0.4/allegrocl -@dirrm %%DATADIR%%/2.0.4 +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/cmdopt.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/engineering.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/file.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/index.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/internals.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/migrate.txt +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/parm.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/runtime.txt +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/scanner.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/tree.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/wrapobj.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Allegrocl.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Android.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Arguments.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/CCache.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/CSharp.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Chicken.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Contents.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Contract.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Customization.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/D.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Extending.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Go.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Guile.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Introduction.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Java.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Library.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Lisp.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Lua.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Makefile +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Modula3.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Modules.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Mzscheme.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Ocaml.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Octave.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Perl5.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Php.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Pike.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Preface.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Preprocessor.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Python.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/R.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/README +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Ruby.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIG.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIGDocumentation.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIGDocumentation.pdf +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIGPlus.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Scripting.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Sections.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Tcl.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Typemaps.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Varargs.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Warnings.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Windows.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/android-simple.png +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/android-class.png +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch2.1.png +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/chapters +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/fixstyle.py +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/index.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/linkchecker.config +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/makechap.py +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/maketoc.py +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/margin-left.patch +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/style.css +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/swig16.png +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/swightml.book +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/swigpdf.book +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/AndroidManifest.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/ant.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/jni/Android.mk +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/jni/example.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/jni/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/jni/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/local.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/proguard.cfg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/project.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/res/layout/main.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/res/values/strings.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/src/org/swig/classexample/SwigClass.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/AndroidManifest.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/ant.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/jni/Android.mk +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/jni/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/jni/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/local.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/proguard.cfg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/project.properties +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/res/layout/main.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/res/values/strings.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/src/org/swig/simple/SwigSimple.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/test-lowlevel-class.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/test-tinyclos-class.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants/test-constants.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/mod1.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/mod2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/multi.setup +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/multi_init.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/single.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/single.setup +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/test.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/test-multimap.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/test-overload.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/test-simple.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/runme1.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/runme2.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/runme1.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/runme2.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/runme3.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/arrays/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/arrays/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/arrays/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/arrays/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/arrays/runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback/example-cs.csproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback/example-vc.vcproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback/example.sln +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback/runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example-cs.csproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example-vc.vcproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.sln +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example-cs.csproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example-vc.vcproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.sln +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend/example-cs.csproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend/example-vc.vcproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend/example.sln +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend/runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example-cs.csproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example-vc.vcproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.sln +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example-cs.csproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example-vc.vcproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.sln +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example-cs.csproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example-vc.vcproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example.sln +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example-cs.csproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example-vc.vcproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example.sln +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example-cs.csproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example-vc.vcproj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.sln +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/callback/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/callback/d1/runme.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/callback/d2/runme.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/callback/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/callback/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/callback/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/class/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/class/d1/runme.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/class/d2/runme.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/class/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/class/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/class/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/constants/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/constants/d1/runme.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/constants/d2/runme.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/constants/example.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/constants/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/enum/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/enum/d1/runme.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/enum/d2/runme.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/enum/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/enum/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/enum/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/extend/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/extend/d1/runme.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/extend/d2/runme.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/extend/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/extend/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/extend/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/funcptr/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/funcptr/d1/runme.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/funcptr/d2/runme.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/funcptr/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/funcptr/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/funcptr/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/simple/d1/runme.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/simple/d2/runme.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/variables/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/variables/d1/runme.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/variables/d2/runme.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/variables/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/variables/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/d/variables/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/callback/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/callback/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/callback/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/callback/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/callback/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/callback/runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/class/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/class/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/class/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/class/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/class/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/class/runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/constants/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/constants/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/constants/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/constants/runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/enum/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/enum/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/enum/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/enum/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/enum/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/enum/runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/extend/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/extend/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/extend/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/extend/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/extend/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/extend/runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/funcptr/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/funcptr/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/funcptr/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/funcptr/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/funcptr/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/funcptr/runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/multimap/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/multimap/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/multimap/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/multimap/runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/pointer/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/pointer/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/pointer/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/pointer/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/pointer/runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/reference/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/reference/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/reference/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/reference/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/reference/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/reference/runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/simple/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/simple/runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/template/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/template/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/template/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/template/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/template/runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/variables/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/variables/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/variables/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/variables/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/variables/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/go/variables/runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants/constants.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/main.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/package.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/vector.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/vector.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/vector.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/port.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/port.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/port.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/example.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/arrays/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/arrays/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/arrays/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/arrays/runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/dual/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/dual/dual.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/dual/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/dual/example2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed/embed.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed/runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed2/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed2/embed2.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed2/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed2/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed2/runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed3/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed3/embed3.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed3/example.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed3/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed3/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed3/runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/exception/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/exception/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/exception/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/exception/runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/funcptr3/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/funcptr3/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/funcptr3/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/funcptr3/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/funcptr3/runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functor/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functor/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functor/runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/bar.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/bar.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/base.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/base.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/foo.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/foo.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/spam.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/spam.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/lua.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/owner/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/owner/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/owner/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/owner/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/owner/runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/swig.tmpl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/typemap/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/typemap/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/example.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/example.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/example.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/example_prog.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract/example_prog.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/example_prog.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/foo.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example_prog.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/example_prog.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr/example_prog.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr/foolib.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/callback/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/callback/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/callback/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/callback/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/callback/runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/class/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/class/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/class/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/class/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/class/runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/constants/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/constants/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/constants/runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/contract/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/contract/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/contract/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/contract/runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/enum/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/enum/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/enum/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/enum/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/enum/runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/extend/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/extend/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/extend/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/extend/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/extend/runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr/runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr2/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr2/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr2/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr2/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr2/runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/functor/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/functor/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/functor/runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/module_load/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/module_load/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/module_load/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/module_load/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/module_load/runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/operator/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/operator/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/operator/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/operator/runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/pointer/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/pointer/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/pointer/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/pointer/runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/reference/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/reference/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/reference/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/reference/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/reference/runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/simple/runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/template/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/template/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/template/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/template/runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/variables/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/variables/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/variables/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/variables/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/variables/runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2/runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/bar.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/bar.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/bar.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/base.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/base.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/base.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/example.dsw +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/foo.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/foo.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/foo.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/spam.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/spam.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/spam.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/inline/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/inline/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/inline/runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/java/Example.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/java/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/java/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/java/runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/xmlstring.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/callback/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/callback/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/callback/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/callback/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/callback/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/callback/runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/class/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/class/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/class/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/class/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/class/runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/constants/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/constants/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/constants/runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/cpointer/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/cpointer/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/cpointer/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/cpointer/runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/disown/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/disown/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/disown/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/disown/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/disown/runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/enum/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/enum/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/enum/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/enum/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/enum/runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/extend/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/extend/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/extend/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/extend/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/extend/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/extend/runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/funcptr/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/funcptr/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/funcptr/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/funcptr/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/funcptr/runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/overloading/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/overloading/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/overloading/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/overloading/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/overloading/runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/pointer/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/pointer/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/pointer/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/pointer/runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/pragmas/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/pragmas/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/pragmas/include.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/pragmas/runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/proxy/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/proxy/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/proxy/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/proxy/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/proxy/runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/reference/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/reference/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/reference/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/reference/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/reference/runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/simple/runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/sync/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/sync/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/sync/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/sync/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/sync/runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/value/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/value/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/value/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/value/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/value/runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/variables/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/variables/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/variables/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/variables/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/variables/runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/runme.pike +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants/runme.pike +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/runme.pike +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/runme.pike +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/runme.pike +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/runme.pike +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/docstrings/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/docstrings/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/docstrings/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/docstrings/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/docstrings/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptproxy/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptproxy/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptproxy/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptproxy/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/bar.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/bar.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/bar.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/base.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/base.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/base.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/example.dsw +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/foo.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/foo.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/foo.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/spam.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/spam.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/spam.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/bar.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/bar.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/base.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/base.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/foo.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/foo.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/spam.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/spam.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/java/Example.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/java/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/java/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/java/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/libffi/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/libffi/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/constructor/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/constructor/Simple.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/constructor/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/func/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/func/Simple.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/func/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/harness.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/hierarchy/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/hierarchy/Simple.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/hierarchy/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/hierarchy_operator/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/hierarchy_operator/Simple.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/hierarchy_operator/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/operator/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/operator/Simple.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/operator/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/smartptr.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_map/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_map/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_map/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_map/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/class/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/class/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/class/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/class/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/class/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/class/runme.R +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/simple/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/simple/runme.R +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/exception_class/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/exception_class/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/exception_class/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/exception_class/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/bar.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/bar.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/bar.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/base.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/base.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/base.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/example.dsw +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/foo.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/foo.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/foo.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/spam.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/spam.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/spam.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/bar.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/bar.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/base.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/base.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/foo.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/foo.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/spam.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/spam.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/java/Example.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/java/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/java/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/java/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/s-exp/uffi.lisp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/check.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/runme2.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/bar.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/bar.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/bar.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/base.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/base.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/base.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/example.dsw +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/foo.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/foo.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/foo.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/spam.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/spam.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/spam.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/java/Example.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/java/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/java/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/java/runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/example.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/example.dsp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/std_vector/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/std_vector/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/std_vector/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/std_vector/runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_access.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_inherit.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_inherit_ok.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_signature.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_typedef.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_typedef2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_virtual.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/access_change.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/add_link.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/aggregate.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/allegrocl/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/allegrocl/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/allowexcept.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/allprotected.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/anonymous_bitfield.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/apply_signed_char.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/apply_strings.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/argcargvtest.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/argout.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/array_member.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/array_typedef_memberin.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrayref.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_dimensionless.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_global.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_global_twodim.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_scope.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/autodoc.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/bloody_hell.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/bools.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/callback.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cast_operator.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/casts.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/catches.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cffi/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cffi/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/char_binary.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/char_constant.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/char_strings.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/casts_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/char_constant_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/chicken_ext_test_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/class_ignore_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/clientdata_prop_runme_proxy.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/constover_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/contract_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/cpp_basic_runme_proxy.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/cpp_enum_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/cpp_namespace_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/dynamic_cast_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/ext_test_external.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/global_vars_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/global_vars_runme_proxy.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/import_nomodule_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/imports_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/inherit_missing_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_std_string_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_std_string_runme_proxy.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_typemaps_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_typemaps_runme_proxy.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/list_vector_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/member_pointer_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/multiple_inheritance_runme_proxy.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/multivalue_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/name_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/newobject1_runme_proxy.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/newobject2_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/newobject2_runme_proxy.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_complicated_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_copy_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_copy_runme_proxy.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_extend_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_extend_runme_proxy.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_simple_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_simple_runme_proxy.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_subtype_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_subtype_runme_proxy.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/pointer_in_out_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/reference_global_vars_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/testsuite.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/throw_exception_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/typedef_inherit_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/typename_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/unions_runme.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/unions_runme_proxy.ss +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken_ext_test.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/class_forward.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/class_ignore.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/class_scope_weird.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_a.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_a.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_b.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_b.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clisp/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clisp/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/common.mk +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/compactdefaultargs.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/complextest.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/const_const.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/const_const_2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constant_expr.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constant_pointers.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constants.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constover.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_copy.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_exception.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_explicit.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_ignore.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_rename.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_value.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/contract.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/conversion.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/conversion_namespace.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/conversion_ns_template.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cplusplus_throw.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_basic.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_broken.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_enum.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_namespace.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_nodefault.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_static.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_typedef.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/aggregate_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/allprotected_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/apply_strings_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/bools_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/catches_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/char_strings_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/constover_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_attributes_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_exceptions_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_lib_arrays_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_prepost_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_typemaps_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/default_args_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/default_constructor_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/director_alternating_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/director_basic_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/director_classes_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/director_classic_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/director_ignore_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/director_nspace_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/director_primitives_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/director_protected_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/director_string_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/enum_forward_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/enum_thorough_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/enum_thorough_simple_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/enum_thorough_typesafe_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/exception_order_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/friends_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/imports_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/inherit_target_language_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/intermediary_classname_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_attribute_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_boost_shared_ptr_bits_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_boost_shared_ptr_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_combinations_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_except_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_map_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_string_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_vector_enum_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_vector_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_wstring_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_typemaps_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/long_long_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/member_pointer_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/nspace_extend_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/nspace_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/operator_overload_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/overload_complicated_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/overload_template_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/pointer_reference_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/preproc_constants_c_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/preproc_constants_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/rename_pcre_encoder_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/rename_pcre_enum_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/rename_simple_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/sizet_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/sneaky1_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/special_variable_macros_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/threads_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/throw_exception_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/typemap_namespace_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/typemap_out_optimal_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/varargs_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/virtual_poly_runme.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_attributes.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_exceptions.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_features.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_lib_arrays.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_prepost.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_typemaps.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/aggregate_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/aggregate_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/allprotected_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/allprotected_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/apply_strings_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/apply_strings_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/bools_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/bools_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/catches_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/catches_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/char_strings_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/char_strings_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/constover_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/constover_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/d_nativepointers_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/d_nativepointers_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/default_args_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/default_args_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/default_constructor_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/default_constructor_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/director_alternating_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/director_alternating_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/director_basic_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/director_basic_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/director_classes_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/director_classes_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/director_classic_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/director_classic_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/director_ignore_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/director_ignore_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/director_primitives_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/director_primitives_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/director_protected_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/director_protected_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/director_string_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/director_string_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/enum_thorough_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/enum_thorough_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/inherit_target_language_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/inherit_target_language_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/li_attribute_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/li_attribute_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/li_boost_shared_ptr_bits_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/li_boost_shared_ptr_bits_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/li_boost_shared_ptr_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/li_boost_shared_ptr_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/li_std_except_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/li_std_except_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/li_std_string_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/li_std_string_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/li_std_vector_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/li_std_vector_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/li_typemaps_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/li_typemaps_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/long_long_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/long_long_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/member_pointer_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/member_pointer_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/nspace_extend_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/nspace_extend_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/nspace_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/nspace_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/operator_overload_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/operator_overload_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/overload_complicated_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/overload_complicated_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/overload_template_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/overload_template_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/pointer_reference_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/pointer_reference_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/preproc_constants_c_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/preproc_constants_c_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/preproc_constants_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/preproc_constants_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/sizet_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/sizet_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/sneaky1_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/sneaky1_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/special_variable_macros_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/special_variable_macros_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/threads_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/threads_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/throw_exception_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/throw_exception_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/typemap_namespace_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/typemap_namespace_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/typemap_out_optimal_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/typemap_out_optimal_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/varargs_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/varargs_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/virtual_poly_runme.1.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/virtual_poly_runme.2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d_nativepointers.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/default_arg_values.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/default_args.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/default_constructor.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/defvalue_constructor.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/derived_byvalue.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/derived_nested.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/destructor_reprotected.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_abstract.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_alternating.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_basic.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_binary_string.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_classes.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_classic.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_constructor.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_default.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_detect.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_enum.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_exception.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_extend.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_finalizer.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_frob.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_ignore.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_keywords.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_namespace_clash.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_nested.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_nspace.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_overload.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_primitives.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_profile.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_protected.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_protected_overloaded.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_redefined.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_stl.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_string.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_thread.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_unroll.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_using.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_wombat.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_wstring.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/disown.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/dynamic_cast.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/empty.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_forward.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_plus.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_rename.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_scope_template.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_template.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_proper.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_simple.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_typesafe.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_typeunsafe.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_var.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enums.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_bad_name.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_bad_native.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_class.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_default_error.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_deprecated.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_empty_char.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_enum_badvalue.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_extra_rblock.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_extra_rbrace.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_extra_unsigned.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_insert_missing.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_long_short.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_missing_rbrace.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_missing_semi.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_redefine.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_varargs.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_varargs_neg.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_bad_extern.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_extend_destructors.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_extend_redefine.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_extend_undefined.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_inherit.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_inline_namespace.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_macro_locator.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_missing_rtemplate.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_namespace_alias.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_namespace_aliasnot.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_namespace_aliasundef.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_nested.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_no_access.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_no_return_type.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_nobase.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_overload.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_overload_const.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_private_defvalue.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_private_inherit.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_recursive_typedef.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_shared_ptr.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_argname.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_nargs.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_not.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_partial.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_repeat.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_undef.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_using_not.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_using_undef.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/expected.log +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/make.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/nomodule.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_badeval.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_constant.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_defined.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_deprecated.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_illegal_argument.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_args.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_badchar.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_defined_unterminated.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_expansion.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_expansion_multiline.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_inline_unterminated.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_missing_expression.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_nargs.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_redef.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_rparen.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_unexpected_tokens.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_unterminated.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_misplaced_elif.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_misplaced_else.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_enddef.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_endif.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_file.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_rblock.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_pragma.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_unterm_char.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_unterm_comment.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_unterm_string.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_variable_args.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_apply_nargs.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_identifier.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_insert_bad.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_typemap_copy.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_typemap_old.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_typemap_warn.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/evil_diamond.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/evil_diamond_ns.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/evil_diamond_prop.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/exception_order.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/exception_partial_info.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/expressions.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_constructor_destructor.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_default.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_placement.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_template.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_template_ns.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_typedef_class.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_variable.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_c.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_declaration.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_namespace.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_throws.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/features.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/file_test.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/fragments.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/friends.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/funcptr.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/funcptr_cpp.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/function_typedef.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/fvirtual.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/global_namespace.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/global_ns_arg.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/global_scope_types.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/global_vars.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/abstract_access_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/abstract_typedef2_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/abstract_typedef_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/abstract_virtual_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/array_member_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/arrays_global_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/char_binary_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/class_ignore_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/class_scope_weird_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/compactdefaultargs_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/constover_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/constructor_copy_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/contract_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/cpp_enum_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/cpp_namespace_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/cpp_static_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/default_args_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/default_constructor_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/director_abstract_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/director_alternating_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/director_basic_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/director_classic_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/director_default_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/director_detect_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/director_enum_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/director_exception_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/director_extend_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/director_finalizer_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/director_frob_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/director_nested_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/director_profile_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/director_protected_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/director_string_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/director_thread_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/director_unroll_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/disown_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/dynamic_cast_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/empty_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/enum_template_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/enums_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/exception_order_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/extend_placement_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/extend_template_ns_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/extend_template_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/extend_variable_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/extern_c_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/friends_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/fvirtual_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/global_ns_arg_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/grouping_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/import_nomodule_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/imports_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/inctest_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/inherit_missing_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/input_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/keyword_rename_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/li_attribute_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/li_carrays_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/li_cdata_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/li_cmalloc_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/li_cpointer_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/li_std_map_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/li_std_vector_ptr_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/member_pointer_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/memberin_extend_c_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/minherit_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/mod_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/multi_import_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/namespace_class_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/namespace_typemap_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/namespace_virtual_method_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/naturalvar_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/nested_workaround_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/overload_complicated_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/overload_copy_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/overload_extend_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/overload_extendc_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/overload_rename_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/overload_simple_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/overload_subtype_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/overload_template_fast_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/overload_template_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/preproc_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/primitive_ref_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/profiletest_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/refcount_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/reference_global_vars_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/rename_scope_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/rename_simple_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/rename_strip_encoder_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/ret_by_value_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/return_const_value_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/smart_pointer_extend_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/smart_pointer_member_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/smart_pointer_multi_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/smart_pointer_multi_typedef_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/smart_pointer_overload_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/smart_pointer_rename_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/smart_pointer_simple_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/smart_pointer_templatevariables_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/smart_pointer_typedef_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/sneaky1_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/special_variable_macros_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/static_const_member_2_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/struct_initialization_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/struct_rename_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/struct_value_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/template_default_arg_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/template_extend1_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/template_extend2_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/template_inherit_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/template_ns4_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/template_ns_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/template_opaque_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/template_ref_type_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/template_rename_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/template_static_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/template_tbase_template_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/template_type_namespace_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/template_typedef_cplx3_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/template_typedef_cplx4_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/template_typedef_import_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/threads_exception_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/typedef_class_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/typedef_inherit_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/typedef_scope_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/typemap_namespace_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/typemap_ns_using_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/typemap_out_optimal_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/typename_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/unions_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/using1_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/using2_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/using_composition_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/using_extend_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/using_inherit_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/using_private_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/using_protected_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/varargs_overload_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/varargs_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/virtual_derivation_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/virtual_poly_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/voidtest_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go/wrapmacro_runme.go +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/grouping.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/casts_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/char_constant_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/class_ignore_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/constover_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/contract_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/cpp_enum_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/cpp_namespace_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/dynamic_cast_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/import_nomodule_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/imports_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/inherit_missing_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/integers_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/li_std_string_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/li_typemaps_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/list_vector_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/multivalue_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/name_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_complicated_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_copy_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_extend_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_simple_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_subtype_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/pointer_in_out_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/reference_global_vars_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/testsuite.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/throw_exception_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/typedef_inherit_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/typename_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/unions_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm/ext_test_external.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm/guilescm_ext_test_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm_ext_test.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/iadd.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ignore_parameter.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ignore_template_constructor.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/immutable_values.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/implicittest.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/import_nomodule.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/import_nomodule.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/import_stl.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/import_stl_a.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/import_stl_b.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_a.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_a.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_b.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_b.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inctest.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inctest.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit_missing.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit_same_name.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit_target_language.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit_void_arg.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inline_initializer.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inout.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inplaceadd.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/input.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/insert_directive.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/integers.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/intermediary_classname.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/aggregate_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/allprotected_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/apply_signed_char_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/apply_strings_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/array_member_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/arrays_global_twodim_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/char_binary_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/char_strings_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/cpp_typedef_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/default_args_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/default_constructor_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_abstract_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_basic_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_binary_string_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_classes_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_classic_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_default_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_enum_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_exception_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_frob_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_ignore_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_nspace_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_primitives_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_protected_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_string_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_thread_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_unroll_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_wombat_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/dynamic_cast_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_forward_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_proper_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_simple_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_typeunsafe_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extend_constructor_destructor_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extend_default_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extend_typedef_class_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extern_declaration_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/friends_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/global_namespace_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/ignore_parameter_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/imports_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/inctest_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/inherit_target_language_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/intermediary_classname_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_constants_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_director_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_enums_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_jnitypes_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_lib_arrays_dimensionless_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_lib_arrays_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_lib_various_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_pgcpp_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_pragmas_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_prepost_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_throws_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_typemaps_proxy_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_typemaps_typewrapper_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_boost_intrusive_ptr_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_boost_shared_ptr_bits_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_boost_shared_ptr_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_boost_shared_ptr_template_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_carrays_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_std_except_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_std_string_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_std_vector_enum_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_std_vector_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_typemaps_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/long_long_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/member_pointer_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/memberin_extend_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/minherit2_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/multiple_inheritance_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/nested_class_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/nested_structs_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/nested_workaround_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/nspace_extend_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/nspace_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/operator_overload_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/overload_complicated_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/overload_template_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/pointer_reference_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/preproc_line_file_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/primitive_ref_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/profiletest_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/rename1_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/rename2_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/rename3_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/rename4_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/rename_pcre_encoder_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/rename_pcre_enum_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/ret_by_value_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/rname_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/sizet_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/smart_pointer_const_overload_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/special_variable_macros_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/special_variables_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_classes_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_default_arg_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_default_class_parms_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_default_class_parms_typedef_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_methods_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_nested_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_nested_typemaps_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_partial_specialization_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_partial_specialization_typedef_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_template_parameters_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_typedef_inherit_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/typemap_arrays_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/typemap_namespace_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/typemap_out_optimal_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/unions_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/using_pointers_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/varargs_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/virtual_poly_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/wallkw_runme.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_constants.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_director.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_enums.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_jnitypes.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_lib_arrays.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_lib_arrays_dimensionless.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_lib_various.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_pgcpp.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_pragmas.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_prepost.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_throws.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_typemaps_proxy.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_typemaps_typewrapper.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/keyword_rename.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/kind.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/kwargs_feature.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/langobj.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lextype.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_attribute.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_boost_intrusive_ptr.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_boost_shared_ptr.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_boost_shared_ptr_bits.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_boost_shared_ptr_template.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_carrays.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cdata.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cdata_carrays.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cmalloc.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_constraints.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cpointer.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cstring.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cwstring.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_factory.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_implicit.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_math.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_reference.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_carray.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_combinations.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_containers_int.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_deque.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_except.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_functors.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_list.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_map.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_map_member.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_multimap.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_pair.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_pair_extra.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_pair_lang_object.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_queue.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_set.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_stack.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_stream.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_string.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_string_extra.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_vector.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_vector_enum.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_vector_extra.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_vector_member_var.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_vector_ptr.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_vectora.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_wstream.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_wstring.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_stdint.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_typemaps.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_typemaps_apply.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_windows.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/list_vector.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/long_long.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/long_long_apply.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/abstract_access_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/char_strings_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/cpp_basic_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/disown_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/dynamic_cast_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/enums_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/exception_order_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/exception_partial_info_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/import.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/import_nomodule_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/imports_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_carrays_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_factory_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_std_except_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_std_pair_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_std_string_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_std_vector_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_typemaps_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/lua_no_module_global_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/member_pointer_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/multi_import_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/newobject1_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/newobject2_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/operator_overload_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/overload_simple_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/overload_template_fast_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/overload_template_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/pointer_reference_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/primitive_ref_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/ret_by_value_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/sizet_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/smart_pointer_overload_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/template_default_arg_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/voidtest_runme.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua_no_module_global.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/member_funcptr_galore.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/member_pointer.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/member_template.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/memberin1.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/memberin_extend.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/memberin_extend_c.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/minherit.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/minherit2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mixed_types.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mod.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mod.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mod_a.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mod_b.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multi_import.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multi_import.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multi_import_a.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multi_import_b.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multi_import_c.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multiple_inheritance.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multivalue.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/casts_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/char_constant_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/imports_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/integers_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/name_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/unions_runme.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/name.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/name_cxx.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/name_warnings.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_class.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_enum.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_extend.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_nested.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_spaces.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_template.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_typedef_class.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_typemap.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_union.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_virtual_method.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/naturalvar.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/nested.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/nested_class.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/nested_comment.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/nested_structs.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/nested_workaround.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/newobject1.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/newobject2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/nspace.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/nspace_extend.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/null_pointer.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/class_ignore_runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/imports_runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/makedebugtop +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/minherit_runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/name_runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/newobject1_runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/overload_copy_runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/sneaky1_runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/throw_exception_runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/typedef_mptr_runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/typename_runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/unions_runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/using_protected_runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/varargs_runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/voidtest_runme.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/abstract_access_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/abstract_typedef2_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/abstract_typedef_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/abstract_virtual_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/argcargvtest_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/array_member_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/arrays_global_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/callback_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/class_ignore_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/class_scope_weird_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/compactdefaultargs_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/complextest_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/constover_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/constructor_copy_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/contract_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/cpp_enum_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/cpp_namespace_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/default_args_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/default_constructor_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_abstract_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_basic_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_classic_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_default_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_detect_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_enum_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_extend_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_frob_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_nested_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_stl_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_string_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_unroll_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_wstring_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/dynamic_cast_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/empty_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/enum_template_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/enums_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/exception_order_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/extend_placement_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/extend_template_ns_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/extend_template_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/extend_variable_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/file_test_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/friends_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/fvirtual_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/global_ns_arg_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/grouping_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/iadd_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/import_nomodule_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/imports_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/inctest_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/inherit_missing_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/inout_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/inplaceadd_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/input_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_attribute_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_carrays_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_cmalloc_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_cpointer_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_cstring_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_cwstring_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_factory_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_implicit_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_carray_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_pair_extra_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_set_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_stream_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_string_extra_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_vector_enum_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_vector_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_wstream_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_wstring_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/member_pointer_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/minherit_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/mod_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/multi_import_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/namespace_class_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/namespace_typemap_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/namespace_virtual_method_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/naturalvar_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/nondynamic_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/null_pointer_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/octave_cell_deref_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/octave_dim_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/octave_empty.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_complicated_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_copy_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_extend_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_extendc_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_rename_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_simple_cast_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_simple_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_subtype_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_template_fast_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_template_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/preproc_constants_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/preproc_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/primitive_ref_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/profiletest_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/refcount_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/reference_global_vars_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/rename_scope_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/ret_by_value_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/return_const_value_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/samename_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_extend_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_member_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_multi_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_multi_typedef_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_not_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_overload_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_rename_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_simple_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_templatevariables_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_typedef_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/sneaky1_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/static_const_member_2_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/std_containers_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/struct_rename_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/struct_value_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/swigobject_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_construct_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_default_arg_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_extend1_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_extend2_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_inherit_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_matrix_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_ns4_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_ns_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_opaque_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_ref_type_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_rename_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_static_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_tbase_template_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_type_namespace_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_typedef_cplx2_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_typedef_cplx3_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_typedef_cplx4_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_typedef_cplx_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_typedef_import_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_typedef_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/typedef_class_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/typedef_inherit_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/typedef_scope_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/typemap_namespace_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/typemap_ns_using_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/typename_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/types_directive_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/unions_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/using1_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/using2_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/using_composition_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/using_extend_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/using_inherit_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/using_private_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/using_protected_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/varargs_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/virtual_derivation_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/virtual_poly_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/voidtest_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/wrapmacro_runme.m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave_cell_deref.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave_dim.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/operator_overload.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/operator_overload_break.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/operator_pointer_ref.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/operbool.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ordering.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_complicated.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_copy.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_extend.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_extendc.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_method.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_rename.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_return_type.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_simple.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_subtype.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_template.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_template_fast.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/packageoption.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/packageoption.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/packageoption_a.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/packageoption_b.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/packageoption_c.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/aggregate_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/apply_signed_char_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/apply_strings_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/array_member_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/char_binary_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/char_strings_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/class_ignore_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/contract_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/default_args_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/default_constructor_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/disown_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/dynamic_cast_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/enum_template_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/enum_thorough_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/exception_order_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/global_vars_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/grouping_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/ignore_parameter_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/import_nomodule_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/imports_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/inctest_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/inherit_missing_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/inherit_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/li_carrays_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/li_cdata_carrays_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/li_reference_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/li_std_except_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/li_std_string_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/li_typemaps_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/member_pointer_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/minherit_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/multiple_inheritance_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/naturalvar_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/operator_overload_break_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/operator_overload_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/overload_copy_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/overload_simple_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/packageoption_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/preproc_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/primitive_ref_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/primitive_types_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/profiletest_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/reference_global_vars_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/rename_scope_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/ret_by_value_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/return_const_value_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/run-perl-test.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/sizet_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/sneaky1_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/template_default_arg_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/template_ref_type_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/template_typedef_cplx2_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/template_typedef_cplx3_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/template_typedef_cplx_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/typedef_class_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/typemap_namespace_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/typename_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/unions_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/using1_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/using2_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/varargs_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/virtual_poly_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/voidtest_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/wrapmacro_runme.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/abstract_inherit_ok_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/abstract_inherit_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/add_link_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/argout_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/arrayptr_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/arrays_global_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/arrays_global_twodim_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/arrays_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/arrays_scope_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/autodoc_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/casts_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/char_strings_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/class_ignore_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/conversion_namespace_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/conversion_ns_template_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/conversion_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/cpp_static_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/director_abstract_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/director_basic_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/director_classic_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/director_default_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/director_detect_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/director_enum_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/director_exception_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/director_extend_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/director_finalizer_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/director_frob_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/director_nested_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/director_profile_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/director_protected_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/director_stl_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/director_string_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/director_thread_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/director_unroll_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/enum_scope_template_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/evil_diamond_ns_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/evil_diamond_prop_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/evil_diamond_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/exception_order_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/extend_template_ns_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/extend_template_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/grouping_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/ignore_parameter_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/import_nomodule_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/li_carrays_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/li_factory_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/li_std_string_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/li_std_vector_member_var_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/newobject1_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/overload_rename_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/overload_return_type_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/pointer_reference_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/prefix_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/primitive_ref_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/rename_scope_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/skel.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/smart_pointer_rename_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/sym_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/template_arg_typename_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/template_construct_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/tests.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/threads_exception_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/typedef_reference_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/typemap_ns_using_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/using1_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/using2_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/valuewrapper_base_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/virtual_vs_nonvirtual_base_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/wrapmacro_runme.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php_namewarn_rename.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pike/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pike/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pointer_in_out.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pointer_reference.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/prefix.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc_constants.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc_constants_c.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc_defined.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc_include.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc_include_a.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc_include_b.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc_include_c.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc_include_d withspace.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc_include_e withspace.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc_include_f withspace.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc_include_g.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc_include_h1.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc_include_h2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc_include_h3.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc_line_file.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/primitive_ref.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/primitive_types.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/private_assign.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/profiletest.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/protected_rename.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pure_virtual.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_access_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_typedef2_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_typedef_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_virtual_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/argcargvtest_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/array_member_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/arrays_global_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/autodoc_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/callback_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/char_binary_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/class_ignore_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/class_scope_weird_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/compactdefaultargs_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/complextest_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/constover_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/constructor_copy_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/constructor_rename_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/contract_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/cpp_enum_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/cpp_namespace_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/cpp_static_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/default_arg_values_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/default_args_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/default_constructor_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_abstract_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_alternating_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_basic_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_classic_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_default_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_detect_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_enum_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_exception_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_extend_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_finalizer_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_frob_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_nested_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_profile_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_protected_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_stl_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_string_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_thread_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_unroll_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_wstring_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/disown_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/dynamic_cast_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/empty_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/enum_forward_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/enum_template_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/enums_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/exception_order_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_placement_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_template_ns_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_template_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_variable_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extern_c_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/file_test_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/friends_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/funcptr_cpp_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/fvirtual_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/global_namespace_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/global_ns_arg_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/grouping_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/hugemod.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/iadd_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/import_nomodule_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/import_stl_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/imports_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inctest_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inherit_missing_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inout_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inplaceadd_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/input_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/keyword_rename_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/kwargs_feature_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/langobj_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_attribute_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_boost_shared_ptr_bits_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_boost_shared_ptr_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_boost_shared_ptr_template_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_carrays_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cdata_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cmalloc_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cpointer_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cstring_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cwstring_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_factory_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_implicit_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_carray_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_containers_int_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_map_member_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_map_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_pair_extra_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_set_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_stream_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_string_extra_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_vector_enum_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_vector_extra_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_vector_ptr_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_vector_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_wstream_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_wstring_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/member_pointer_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/memberin_extend_c_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/minherit_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/mod_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/multi_import_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/namespace_class_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/namespace_typemap_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/namespace_virtual_method_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/naturalvar_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/nested_workaround_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/operbool_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_complicated_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_copy_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_extend_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_extendc_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_rename_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_simple_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_subtype_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_template_fast_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_template_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/pointer_reference_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/preproc_defined_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/preproc_include_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/preproc_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/primitive_ref_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/primitive_types_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/profiletest_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/profiletestc_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/python_abstractbase_runme3.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/python_append_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/python_nondynamic_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/python_overload_simple_cast_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/python_pybuf_runme3.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/python_richcompare_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/python_varargs_typemap_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/pythonswig.supp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/refcount_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/reference_global_vars_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/rename_pcre_encoder_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/rename_scope_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/rename_strip_encoder_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/ret_by_value_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/return_const_value_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_const_overload_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_extend_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_member_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_multi_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_multi_typedef_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_not_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_overload_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_rename_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_simple_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_templatevariables_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_typedef_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/sneaky1_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/special_variable_macros_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/static_const_member_2_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/std_containers_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/struct_initialization_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/struct_rename_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/struct_value_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/swigobject_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_construct_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_default_arg_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_extend1_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_extend2_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_inherit_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_matrix_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_ns4_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_ns_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_opaque_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_ref_type_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_rename_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_static_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_tbase_template_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_type_namespace_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx2_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx3_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx4_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_import_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typemaps_typedef2_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typemaps_typedef_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/threads_exception_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typedef_class_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typedef_inherit_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typedef_scope_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typemap_arrays_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typemap_delete_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typemap_namespace_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typemap_ns_using_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typemap_out_optimal_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typemap_qualifier_strip_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typename_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/types_directive_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/unions_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using1_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using2_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_composition_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_extend_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_inherit_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_private_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_protected_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/varargs_overload_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/varargs_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/virtual_derivation_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/virtual_poly_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/voidtest_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/wrapmacro_runme.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python_abstractbase.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python_append.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python_director.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python_nondynamic.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python_overload_simple_cast.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python_pybuf.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python_richcompare.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python_varargs_typemap.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/arrays_dimensionless_runme.R +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/funcptr_runme.R +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/ignore_parameter_runme.R +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/integers_runme.R +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/overload_method_runme.R +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/r_copy_struct_runme.R +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/r_double_delete_runme.R +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/r_legacy_runme.R +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/rename_simple_runme.R +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/simple_array_runme.R +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/unions_runme.R +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/unittest.R +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r_copy_struct.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r_double_delete.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r_legacy.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r_overload_array.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/redefined.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/redefined_not.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/refcount.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/refcount.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/reference_global_vars.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/register_par.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename1.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename3.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename4.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename_camel.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename_pcre_encoder.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename_pcre_enum.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename_scope.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename_simple.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename_strip_encoder.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/restrict_cplusplus.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ret_by_value.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/return_const_value.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/return_value_scope.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rname.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_access_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_inherit_ok_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_inherit_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_signature_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_typedef2_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_typedef_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_virtual_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/access_change_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/add_link_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/aggregate_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/anonymous_bitfield_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/apply_signed_char_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/apply_strings_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/argout_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/array_member_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/arrays_global_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/arrays_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/bools_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/cast_operator_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/casts_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/char_constant_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/check_missing_tests.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/class_ignore_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/const_const_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/constover_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/cpp_namespace_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/default_constructor_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_abstract_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_basic_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_constructor_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_default_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_detect_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_exception_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_frob_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_nested_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_protected_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_string_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_unroll_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_wombat_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/disown_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/dynamic_cast_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/enum_thorough_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/enums_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/extend_template_ns_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/extend_template_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/friends_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/function_typedef_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/grouping_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/ignore_parameter_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/imports_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/inherit_missing_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/integers_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_carrays_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_cstring_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_factory_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_math_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_deque_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_functors_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_map_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_multimap_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_pair_lang_object_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_pair_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_queue_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_set_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_speed2_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_stack_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_stream_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_string_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_vector_enum_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_vector_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/member_pointer_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/minherit_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/namespace_typemap_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/newobject1_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/newobject2_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_copy_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_extend_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_extendc_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_simple_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_subtype_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_template_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/primitive_ref_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/primitive_types_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/profiletest_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/refcount_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/reference_global_vars_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/rename_scope_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/ruby_keywords_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/ruby_li_std_speed_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/ruby_naming_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/ruby_track_objects_directors_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/ruby_track_objects_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_const_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_multi_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_multi_typedef_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_not_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_overload_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_rename_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_simple_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_typedef_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/sneaky1_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/static_const_member_2_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/std_containers_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/stl_new_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/struct_value_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/swig_assert.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/swig_gc.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_construct_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_extend1_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_extend2_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_inherit_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_ns4_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_ns_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_rename_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_tbase_template_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_type_namespace_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx2_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx3_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx4_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/throw_exception_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typedef_inherit_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typedef_scope_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typemap_namespace_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typemap_ns_using_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typename_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/unions_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using1_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using2_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_composition_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_extend_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_inherit_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_private_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_protected_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/varargs_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/virtual_derivation_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/virtual_poly_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/voidtest_runme.rb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby_keywords.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby_li_std_speed.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby_naming.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby_track_objects.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby_track_objects_directors.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/samename.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/casts.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/char_constant.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/class_ignore.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/constover.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/contract.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/cpp_enum.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/cpp_namespace.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/dynamic_cast.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/global_vars.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/global_vars_proxy.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/import_nomodule.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/imports.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/inherit_missing.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/integers.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/li_std_string.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/li_typemaps.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/li_typemaps_proxy.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/list_vector.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/multiple_inheritance_proxy.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/multivalue.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/name.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_complicated.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_copy.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_extend.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_simple.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_subtype.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/pointer_in_out.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/reference_global_vars.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/typedef_inherit.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/typename.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/unions.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/unions_proxy.scm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/shared_ptr_wrapper.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/simple_array.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/simutry.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sizeof_pointer.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sizet.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_const.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_const2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_const_overload.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_extend.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_inherit.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_member.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_multi.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_multi_typedef.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_namespace.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_namespace2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_not.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_overload.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_protected.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_rename.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_simple.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_static.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_template_const_overload.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_templatemethods.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_templatevariables.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_typedef.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sneaky1.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/special_variable_macros.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/special_variables.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/static_array_member.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/static_const_member.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/static_const_member_2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/std_containers.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/stl_new.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/struct_initialization.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/struct_initialization_cpp.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/struct_rename.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/struct_value.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/swig_examples_lock.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/swigobject.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sym.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/symbol_clash.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tag_no_clash_with_variable.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/bools_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/clientdata_prop_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/disown_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/enum_thorough_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/import_nomodule_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/imports_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/li_std_string_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/member_pointer_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/newobject1_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/newobject2_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/null_pointer_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/overload_copy_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/overload_simple_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/primitive_ref_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/primitive_types_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/profiletest_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/reference_global_vars_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/union_parameter_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/unions_runme.tcl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_arg_replace.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_arg_scope.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_arg_typename.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_array_numeric.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_base_template.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_basic.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_classes.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_const_ref.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_construct.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_arg.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_class_parms.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_class_parms_typedef.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_inherit.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_pointer.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_qualify.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_vw.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_enum.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_enum_ns_inherit.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_enum_typedef.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_explicit.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_expr.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend1.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend_overload.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend_overload_2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_forward.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_inherit.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_inherit_abstract.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_int_const.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_matrix.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_methods.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_nested.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_nested_typemaps.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns3.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns4.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_enum.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_enum2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_inherit.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_scope.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_opaque.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_partial_arg.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_partial_specialization.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_partial_specialization_typedef.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_qualifier.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ref_type.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_rename.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_retvalue.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_specialization.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_specialization_defarg.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_specialization_enum.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_static.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_tbase_template.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_template_parameters.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_type_namespace.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_class_template.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx2.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx3.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx4.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx5.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_fnc.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_funcptr.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_import.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_import.list +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_inherit.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_ns.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_ptr.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_rec.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typemaps.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typemaps_typedef.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typemaps_typedef2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_using.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_virtual.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_whitespace.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1/hello.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1/imports.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1/subinc1.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2/hello.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2/imports.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2/subinc2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/test.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/threads.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/threads_exception.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/throw_exception.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/traits.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_array_member.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_class.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_funcptr.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_inherit.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_mptr.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_reference.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_scope.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_sizet.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_struct.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_arrays.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_delete.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_global_scope.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_manyargs.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_namespace.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_ns_using.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_numinputs.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_out_optimal.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_qualifier_strip.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_self.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_subst.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_template.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_template_parm_typedef.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_variables.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_various.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typename.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/types_directive.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/uffi/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/uffi/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/union_parameter.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/union_scope.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/unions.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using1.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using2.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_composition.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_extend.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_inherit.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_namespace.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_namespace_loop.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_pointers.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_private.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_protected.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper_base.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper_const.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper_opaque.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/varargs.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/varargs_overload.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/virtual_derivation.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/virtual_destructor.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/virtual_poly.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/virtual_vs_nonvirtual_base.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/voidtest.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/wallkw.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/wrapmacro.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/error.expected-xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/error.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example.expected-xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_apply.expected-xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_apply.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_const.expected-xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_const.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_gif.expected-xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_inl.expected-xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_inl.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_inl.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_p5.expected-xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_p5.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_ro.expected-xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_ro.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_title_add.expected-xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_title_add.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_xml.expected-xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_xml.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_xml.i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/gnarly.expected-xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/gnarly.i +%%DATADIR%%/%%PORTVERSION%%/allegrocl/allegrocl.swg +%%DATADIR%%/%%PORTVERSION%%/allegrocl/inout_typemaps.i +%%DATADIR%%/%%PORTVERSION%%/allegrocl/longlongs.i +%%DATADIR%%/%%PORTVERSION%%/allegrocl/std_list.i +%%DATADIR%%/%%PORTVERSION%%/allegrocl/std_string.i +%%DATADIR%%/%%PORTVERSION%%/allegrocl/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/allkw.swg +%%DATADIR%%/%%PORTVERSION%%/attribute.i +%%DATADIR%%/%%PORTVERSION%%/carrays.i +%%DATADIR%%/%%PORTVERSION%%/cdata.i +%%DATADIR%%/%%PORTVERSION%%/cffi/cffi.swg +%%DATADIR%%/%%PORTVERSION%%/chicken/chicken.swg +%%DATADIR%%/%%PORTVERSION%%/chicken/chickenkw.swg +%%DATADIR%%/%%PORTVERSION%%/chicken/chickenrun.swg +%%DATADIR%%/%%PORTVERSION%%/chicken/multi-generic.scm +%%DATADIR%%/%%PORTVERSION%%/chicken/std_string.i +%%DATADIR%%/%%PORTVERSION%%/chicken/swigclosprefix.scm +%%DATADIR%%/%%PORTVERSION%%/chicken/tinyclos-multi-generic.patch +%%DATADIR%%/%%PORTVERSION%%/chicken/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/clisp/clisp.swg +%%DATADIR%%/%%PORTVERSION%%/cmalloc.i +%%DATADIR%%/%%PORTVERSION%%/constraints.i +%%DATADIR%%/%%PORTVERSION%%/cpointer.i +%%DATADIR%%/%%PORTVERSION%%/csharp/arrays_csharp.i +%%DATADIR%%/%%PORTVERSION%%/csharp/boost_intrusive_ptr.i +%%DATADIR%%/%%PORTVERSION%%/csharp/boost_shared_ptr.i +%%DATADIR%%/%%PORTVERSION%%/csharp/csharp.swg +%%DATADIR%%/%%PORTVERSION%%/csharp/csharphead.swg +%%DATADIR%%/%%PORTVERSION%%/csharp/csharpkw.swg +%%DATADIR%%/%%PORTVERSION%%/csharp/director.swg +%%DATADIR%%/%%PORTVERSION%%/csharp/enums.swg +%%DATADIR%%/%%PORTVERSION%%/csharp/enumsimple.swg +%%DATADIR%%/%%PORTVERSION%%/csharp/enumtypesafe.swg +%%DATADIR%%/%%PORTVERSION%%/csharp/std_common.i +%%DATADIR%%/%%PORTVERSION%%/csharp/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/csharp/std_except.i +%%DATADIR%%/%%PORTVERSION%%/csharp/std_map.i +%%DATADIR%%/%%PORTVERSION%%/csharp/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/csharp/std_shared_ptr.i +%%DATADIR%%/%%PORTVERSION%%/csharp/std_string.i +%%DATADIR%%/%%PORTVERSION%%/csharp/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/csharp/std_wstring.i +%%DATADIR%%/%%PORTVERSION%%/csharp/stl.i +%%DATADIR%%/%%PORTVERSION%%/csharp/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/csharp/wchar.i +%%DATADIR%%/%%PORTVERSION%%/cstring.i +%%DATADIR%%/%%PORTVERSION%%/cwstring.i +%%DATADIR%%/%%PORTVERSION%%/d/boost_shared_ptr.i +%%DATADIR%%/%%PORTVERSION%%/d/carrays.i +%%DATADIR%%/%%PORTVERSION%%/d/cpointer.i +%%DATADIR%%/%%PORTVERSION%%/d/d.swg +%%DATADIR%%/%%PORTVERSION%%/d/dclassgen.swg +%%DATADIR%%/%%PORTVERSION%%/d/ddirectives.swg +%%DATADIR%%/%%PORTVERSION%%/d/denums.swg +%%DATADIR%%/%%PORTVERSION%%/d/dexception.swg +%%DATADIR%%/%%PORTVERSION%%/d/dhead.swg +%%DATADIR%%/%%PORTVERSION%%/d/director.swg +%%DATADIR%%/%%PORTVERSION%%/d/dkw.swg +%%DATADIR%%/%%PORTVERSION%%/d/dmemberfunctionpointers.swg +%%DATADIR%%/%%PORTVERSION%%/d/doperators.swg +%%DATADIR%%/%%PORTVERSION%%/d/dprimitives.swg +%%DATADIR%%/%%PORTVERSION%%/d/dstrings.swg +%%DATADIR%%/%%PORTVERSION%%/d/dswigtype.swg +%%DATADIR%%/%%PORTVERSION%%/d/dvoid.swg +%%DATADIR%%/%%PORTVERSION%%/d/std_common.i +%%DATADIR%%/%%PORTVERSION%%/d/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/d/std_except.i +%%DATADIR%%/%%PORTVERSION%%/d/std_map.i +%%DATADIR%%/%%PORTVERSION%%/d/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/d/std_shared_ptr.i +%%DATADIR%%/%%PORTVERSION%%/d/std_string.i +%%DATADIR%%/%%PORTVERSION%%/d/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/d/stl.i +%%DATADIR%%/%%PORTVERSION%%/d/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/d/wrapperloader.swg +%%DATADIR%%/%%PORTVERSION%%/exception.i +%%DATADIR%%/%%PORTVERSION%%/gcj/cni.i +%%DATADIR%%/%%PORTVERSION%%/gcj/cni.swg +%%DATADIR%%/%%PORTVERSION%%/gcj/javaprims.i +%%DATADIR%%/%%PORTVERSION%%/go/cdata.i +%%DATADIR%%/%%PORTVERSION%%/go/exception.i +%%DATADIR%%/%%PORTVERSION%%/go/go.swg +%%DATADIR%%/%%PORTVERSION%%/go/gokw.swg +%%DATADIR%%/%%PORTVERSION%%/go/goruntime.swg +%%DATADIR%%/%%PORTVERSION%%/go/std_common.i +%%DATADIR%%/%%PORTVERSION%%/go/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/go/std_except.i +%%DATADIR%%/%%PORTVERSION%%/go/std_list.i +%%DATADIR%%/%%PORTVERSION%%/go/std_map.i +%%DATADIR%%/%%PORTVERSION%%/go/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/go/std_string.i +%%DATADIR%%/%%PORTVERSION%%/go/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/go/stl.i +%%DATADIR%%/%%PORTVERSION%%/go/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/guile/common.scm +%%DATADIR%%/%%PORTVERSION%%/guile/cplusplus.i +%%DATADIR%%/%%PORTVERSION%%/guile/ghinterface.i +%%DATADIR%%/%%PORTVERSION%%/guile/guile.i +%%DATADIR%%/%%PORTVERSION%%/guile/guile_gh.swg +%%DATADIR%%/%%PORTVERSION%%/guile/guile_gh_run.swg +%%DATADIR%%/%%PORTVERSION%%/guile/guile_scm.swg +%%DATADIR%%/%%PORTVERSION%%/guile/guile_scm_run.swg +%%DATADIR%%/%%PORTVERSION%%/guile/guilemain.i +%%DATADIR%%/%%PORTVERSION%%/guile/interpreter.i +%%DATADIR%%/%%PORTVERSION%%/guile/list-vector.i +%%DATADIR%%/%%PORTVERSION%%/guile/pointer-in-out.i +%%DATADIR%%/%%PORTVERSION%%/guile/ports.i +%%DATADIR%%/%%PORTVERSION%%/guile/std_common.i +%%DATADIR%%/%%PORTVERSION%%/guile/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/guile/std_except.i +%%DATADIR%%/%%PORTVERSION%%/guile/std_map.i +%%DATADIR%%/%%PORTVERSION%%/guile/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/guile/std_string.i +%%DATADIR%%/%%PORTVERSION%%/guile/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/guile/stl.i +%%DATADIR%%/%%PORTVERSION%%/guile/swigrun.i +%%DATADIR%%/%%PORTVERSION%%/guile/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/intrusive_ptr.i +%%DATADIR%%/%%PORTVERSION%%/inttypes.i +%%DATADIR%%/%%PORTVERSION%%/java/arrays_java.i +%%DATADIR%%/%%PORTVERSION%%/java/boost_intrusive_ptr.i +%%DATADIR%%/%%PORTVERSION%%/java/boost_shared_ptr.i +%%DATADIR%%/%%PORTVERSION%%/java/director.swg +%%DATADIR%%/%%PORTVERSION%%/java/enums.swg +%%DATADIR%%/%%PORTVERSION%%/java/enumsimple.swg +%%DATADIR%%/%%PORTVERSION%%/java/enumtypesafe.swg +%%DATADIR%%/%%PORTVERSION%%/java/enumtypeunsafe.swg +%%DATADIR%%/%%PORTVERSION%%/java/java.swg +%%DATADIR%%/%%PORTVERSION%%/java/javahead.swg +%%DATADIR%%/%%PORTVERSION%%/java/javakw.swg +%%DATADIR%%/%%PORTVERSION%%/java/std_common.i +%%DATADIR%%/%%PORTVERSION%%/java/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/java/std_except.i +%%DATADIR%%/%%PORTVERSION%%/java/std_map.i +%%DATADIR%%/%%PORTVERSION%%/java/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/java/std_shared_ptr.i +%%DATADIR%%/%%PORTVERSION%%/java/std_string.i +%%DATADIR%%/%%PORTVERSION%%/java/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/java/std_wstring.i +%%DATADIR%%/%%PORTVERSION%%/java/stl.i +%%DATADIR%%/%%PORTVERSION%%/java/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/java/various.i +%%DATADIR%%/%%PORTVERSION%%/lua/_std_common.i +%%DATADIR%%/%%PORTVERSION%%/lua/carrays.i +%%DATADIR%%/%%PORTVERSION%%/lua/factory.i +%%DATADIR%%/%%PORTVERSION%%/lua/lua.swg +%%DATADIR%%/%%PORTVERSION%%/lua/lua_fnptr.i +%%DATADIR%%/%%PORTVERSION%%/lua/luarun.swg +%%DATADIR%%/%%PORTVERSION%%/lua/luaruntime.swg +%%DATADIR%%/%%PORTVERSION%%/lua/luatypemaps.swg +%%DATADIR%%/%%PORTVERSION%%/lua/std_common.i +%%DATADIR%%/%%PORTVERSION%%/lua/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/lua/std_except.i +%%DATADIR%%/%%PORTVERSION%%/lua/std_map.i +%%DATADIR%%/%%PORTVERSION%%/lua/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/lua/std_string.i +%%DATADIR%%/%%PORTVERSION%%/lua/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/lua/stl.i +%%DATADIR%%/%%PORTVERSION%%/lua/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/lua/wchar.i +%%DATADIR%%/%%PORTVERSION%%/math.i +%%DATADIR%%/%%PORTVERSION%%/modula3/modula3.swg +%%DATADIR%%/%%PORTVERSION%%/modula3/modula3head.swg +%%DATADIR%%/%%PORTVERSION%%/modula3/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/mzscheme/mzrun.swg +%%DATADIR%%/%%PORTVERSION%%/mzscheme/mzscheme.swg +%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_common.i +%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_map.i +%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_string.i +%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/mzscheme/stl.i +%%DATADIR%%/%%PORTVERSION%%/mzscheme/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/carray.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/class.swg +%%DATADIR%%/%%PORTVERSION%%/ocaml/cstring.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/director.swg +%%DATADIR%%/%%PORTVERSION%%/ocaml/ocaml.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/ocaml.swg +%%DATADIR%%/%%PORTVERSION%%/ocaml/ocamldec.swg +%%DATADIR%%/%%PORTVERSION%%/ocaml/ocamlkw.swg +%%DATADIR%%/%%PORTVERSION%%/ocaml/preamble.swg +%%DATADIR%%/%%PORTVERSION%%/ocaml/std_common.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/std_complex.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/std_list.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/std_map.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/std_string.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/stl.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/swig.ml +%%DATADIR%%/%%PORTVERSION%%/ocaml/swig.mli +%%DATADIR%%/%%PORTVERSION%%/ocaml/swigp4.ml +%%DATADIR%%/%%PORTVERSION%%/ocaml/typecheck.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/typeregister.swg +%%DATADIR%%/%%PORTVERSION%%/octave/attribute.i +%%DATADIR%%/%%PORTVERSION%%/octave/boost_shared_ptr.i +%%DATADIR%%/%%PORTVERSION%%/octave/carrays.i +%%DATADIR%%/%%PORTVERSION%%/octave/cdata.i +%%DATADIR%%/%%PORTVERSION%%/octave/cmalloc.i +%%DATADIR%%/%%PORTVERSION%%/octave/director.swg +%%DATADIR%%/%%PORTVERSION%%/octave/exception.i +%%DATADIR%%/%%PORTVERSION%%/octave/factory.i +%%DATADIR%%/%%PORTVERSION%%/octave/implicit.i +%%DATADIR%%/%%PORTVERSION%%/octave/octave.swg +%%DATADIR%%/%%PORTVERSION%%/octave/octcomplex.swg +%%DATADIR%%/%%PORTVERSION%%/octave/octcontainer.swg +%%DATADIR%%/%%PORTVERSION%%/octave/octfragments.swg +%%DATADIR%%/%%PORTVERSION%%/octave/octiterators.swg +%%DATADIR%%/%%PORTVERSION%%/octave/octopers.swg +%%DATADIR%%/%%PORTVERSION%%/octave/octprimtypes.swg +%%DATADIR%%/%%PORTVERSION%%/octave/octrun.swg +%%DATADIR%%/%%PORTVERSION%%/octave/octruntime.swg +%%DATADIR%%/%%PORTVERSION%%/octave/octstdcommon.swg +%%DATADIR%%/%%PORTVERSION%%/octave/octtypemaps.swg +%%DATADIR%%/%%PORTVERSION%%/octave/octuserdir.swg +%%DATADIR%%/%%PORTVERSION%%/octave/std_alloc.i +%%DATADIR%%/%%PORTVERSION%%/octave/std_basic_string.i +%%DATADIR%%/%%PORTVERSION%%/octave/std_carray.i +%%DATADIR%%/%%PORTVERSION%%/octave/std_char_traits.i +%%DATADIR%%/%%PORTVERSION%%/octave/std_common.i +%%DATADIR%%/%%PORTVERSION%%/octave/std_complex.i +%%DATADIR%%/%%PORTVERSION%%/octave/std_container.i +%%DATADIR%%/%%PORTVERSION%%/octave/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/octave/std_except.i +%%DATADIR%%/%%PORTVERSION%%/octave/std_list.i +%%DATADIR%%/%%PORTVERSION%%/octave/std_map.i +%%DATADIR%%/%%PORTVERSION%%/octave/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/octave/std_string.i +%%DATADIR%%/%%PORTVERSION%%/octave/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/octave/stl.i +%%DATADIR%%/%%PORTVERSION%%/octave/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/perl5/Makefile.pl +%%DATADIR%%/%%PORTVERSION%%/perl5/attribute.i +%%DATADIR%%/%%PORTVERSION%%/perl5/carrays.i +%%DATADIR%%/%%PORTVERSION%%/perl5/cdata.i +%%DATADIR%%/%%PORTVERSION%%/perl5/cmalloc.i +%%DATADIR%%/%%PORTVERSION%%/perl5/cni.i +%%DATADIR%%/%%PORTVERSION%%/perl5/cpointer.i +%%DATADIR%%/%%PORTVERSION%%/perl5/cstring.i +%%DATADIR%%/%%PORTVERSION%%/perl5/exception.i +%%DATADIR%%/%%PORTVERSION%%/perl5/factory.i +%%DATADIR%%/%%PORTVERSION%%/perl5/jstring.i +%%DATADIR%%/%%PORTVERSION%%/perl5/noembed.h +%%DATADIR%%/%%PORTVERSION%%/perl5/perl5.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlerrors.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlfragments.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlhead.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlinit.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlkw.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlmacros.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlmain.i +%%DATADIR%%/%%PORTVERSION%%/perl5/perlopers.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlprimtypes.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlrun.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlruntime.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlstrings.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perltypemaps.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perluserdir.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/reference.i +%%DATADIR%%/%%PORTVERSION%%/perl5/std_common.i +%%DATADIR%%/%%PORTVERSION%%/perl5/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/perl5/std_except.i +%%DATADIR%%/%%PORTVERSION%%/perl5/std_list.i +%%DATADIR%%/%%PORTVERSION%%/perl5/std_map.i +%%DATADIR%%/%%PORTVERSION%%/perl5/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/perl5/std_string.i +%%DATADIR%%/%%PORTVERSION%%/perl5/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/perl5/stl.i +%%DATADIR%%/%%PORTVERSION%%/perl5/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/php/const.i +%%DATADIR%%/%%PORTVERSION%%/php/director.swg +%%DATADIR%%/%%PORTVERSION%%/php/factory.i +%%DATADIR%%/%%PORTVERSION%%/php/globalvar.i +%%DATADIR%%/%%PORTVERSION%%/php/php.swg +%%DATADIR%%/%%PORTVERSION%%/php/phpinit.swg +%%DATADIR%%/%%PORTVERSION%%/php/phpkw.swg +%%DATADIR%%/%%PORTVERSION%%/php/phppointers.i +%%DATADIR%%/%%PORTVERSION%%/php/phprun.swg +%%DATADIR%%/%%PORTVERSION%%/php/std_common.i +%%DATADIR%%/%%PORTVERSION%%/php/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/php/std_map.i +%%DATADIR%%/%%PORTVERSION%%/php/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/php/std_string.i +%%DATADIR%%/%%PORTVERSION%%/php/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/php/stl.i +%%DATADIR%%/%%PORTVERSION%%/php/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/php/utils.i +%%DATADIR%%/%%PORTVERSION%%/pike/pike.swg +%%DATADIR%%/%%PORTVERSION%%/pike/pikekw.swg +%%DATADIR%%/%%PORTVERSION%%/pike/pikerun.swg +%%DATADIR%%/%%PORTVERSION%%/pike/std_string.i +%%DATADIR%%/%%PORTVERSION%%/pointer.i +%%DATADIR%%/%%PORTVERSION%%/python/argcargv.i +%%DATADIR%%/%%PORTVERSION%%/python/attribute.i +%%DATADIR%%/%%PORTVERSION%%/python/boost_shared_ptr.i +%%DATADIR%%/%%PORTVERSION%%/python/builtin.swg +%%DATADIR%%/%%PORTVERSION%%/python/carrays.i +%%DATADIR%%/%%PORTVERSION%%/python/ccomplex.i +%%DATADIR%%/%%PORTVERSION%%/python/cdata.i +%%DATADIR%%/%%PORTVERSION%%/python/cmalloc.i +%%DATADIR%%/%%PORTVERSION%%/python/cni.i +%%DATADIR%%/%%PORTVERSION%%/python/complex.i +%%DATADIR%%/%%PORTVERSION%%/python/cpointer.i +%%DATADIR%%/%%PORTVERSION%%/python/cstring.i +%%DATADIR%%/%%PORTVERSION%%/python/cwstring.i +%%DATADIR%%/%%PORTVERSION%%/python/defarg.swg +%%DATADIR%%/%%PORTVERSION%%/python/director.swg +%%DATADIR%%/%%PORTVERSION%%/python/embed.i +%%DATADIR%%/%%PORTVERSION%%/python/embed15.i +%%DATADIR%%/%%PORTVERSION%%/python/exception.i +%%DATADIR%%/%%PORTVERSION%%/python/factory.i +%%DATADIR%%/%%PORTVERSION%%/python/file.i +%%DATADIR%%/%%PORTVERSION%%/python/implicit.i +%%DATADIR%%/%%PORTVERSION%%/python/jstring.i +%%DATADIR%%/%%PORTVERSION%%/python/pyabc.i +%%DATADIR%%/%%PORTVERSION%%/python/pyapi.swg +%%DATADIR%%/%%PORTVERSION%%/python/pybackward.swg +%%DATADIR%%/%%PORTVERSION%%/python/pybuffer.i +%%DATADIR%%/%%PORTVERSION%%/python/pyclasses.swg +%%DATADIR%%/%%PORTVERSION%%/python/pycomplex.swg +%%DATADIR%%/%%PORTVERSION%%/python/pycontainer.swg +%%DATADIR%%/%%PORTVERSION%%/python/pydocs.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyerrors.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyfragments.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyhead.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyinit.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyiterators.swg +%%DATADIR%%/%%PORTVERSION%%/python/pymacros.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyname_compat.i +%%DATADIR%%/%%PORTVERSION%%/python/pyopers.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyprimtypes.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyrun.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyruntime.swg +%%DATADIR%%/%%PORTVERSION%%/python/pystdcommon.swg +%%DATADIR%%/%%PORTVERSION%%/python/pystrings.swg +%%DATADIR%%/%%PORTVERSION%%/python/python.swg +%%DATADIR%%/%%PORTVERSION%%/python/pythonkw.swg +%%DATADIR%%/%%PORTVERSION%%/python/pythreads.swg +%%DATADIR%%/%%PORTVERSION%%/python/pytuplehlp.swg +%%DATADIR%%/%%PORTVERSION%%/python/pytypemaps.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyuserdir.swg +%%DATADIR%%/%%PORTVERSION%%/python/pywstrings.swg +%%DATADIR%%/%%PORTVERSION%%/python/std_alloc.i +%%DATADIR%%/%%PORTVERSION%%/python/std_basic_string.i +%%DATADIR%%/%%PORTVERSION%%/python/std_carray.i +%%DATADIR%%/%%PORTVERSION%%/python/std_char_traits.i +%%DATADIR%%/%%PORTVERSION%%/python/std_common.i +%%DATADIR%%/%%PORTVERSION%%/python/std_complex.i +%%DATADIR%%/%%PORTVERSION%%/python/std_container.i +%%DATADIR%%/%%PORTVERSION%%/python/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/python/std_except.i +%%DATADIR%%/%%PORTVERSION%%/python/std_ios.i +%%DATADIR%%/%%PORTVERSION%%/python/std_iostream.i +%%DATADIR%%/%%PORTVERSION%%/python/std_list.i +%%DATADIR%%/%%PORTVERSION%%/python/std_map.i +%%DATADIR%%/%%PORTVERSION%%/python/std_multimap.i +%%DATADIR%%/%%PORTVERSION%%/python/std_multiset.i +%%DATADIR%%/%%PORTVERSION%%/python/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/python/std_set.i +%%DATADIR%%/%%PORTVERSION%%/python/std_shared_ptr.i +%%DATADIR%%/%%PORTVERSION%%/python/std_sstream.i +%%DATADIR%%/%%PORTVERSION%%/python/std_streambuf.i +%%DATADIR%%/%%PORTVERSION%%/python/std_string.i +%%DATADIR%%/%%PORTVERSION%%/python/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/python/std_vectora.i +%%DATADIR%%/%%PORTVERSION%%/python/std_wios.i +%%DATADIR%%/%%PORTVERSION%%/python/std_wiostream.i +%%DATADIR%%/%%PORTVERSION%%/python/std_wsstream.i +%%DATADIR%%/%%PORTVERSION%%/python/std_wstreambuf.i +%%DATADIR%%/%%PORTVERSION%%/python/std_wstring.i +%%DATADIR%%/%%PORTVERSION%%/python/stl.i +%%DATADIR%%/%%PORTVERSION%%/python/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/python/wchar.i +%%DATADIR%%/%%PORTVERSION%%/r/cdata.i +%%DATADIR%%/%%PORTVERSION%%/r/exception.i +%%DATADIR%%/%%PORTVERSION%%/r/r.swg +%%DATADIR%%/%%PORTVERSION%%/r/rcontainer.swg +%%DATADIR%%/%%PORTVERSION%%/r/rfragments.swg +%%DATADIR%%/%%PORTVERSION%%/r/rkw.swg +%%DATADIR%%/%%PORTVERSION%%/r/ropers.swg +%%DATADIR%%/%%PORTVERSION%%/r/rrun.swg +%%DATADIR%%/%%PORTVERSION%%/r/rstdcommon.swg +%%DATADIR%%/%%PORTVERSION%%/r/rtype.swg +%%DATADIR%%/%%PORTVERSION%%/r/srun.swg +%%DATADIR%%/%%PORTVERSION%%/r/std_alloc.i +%%DATADIR%%/%%PORTVERSION%%/r/std_common.i +%%DATADIR%%/%%PORTVERSION%%/r/std_container.i +%%DATADIR%%/%%PORTVERSION%%/r/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/r/std_except.i +%%DATADIR%%/%%PORTVERSION%%/r/std_list.i +%%DATADIR%%/%%PORTVERSION%%/r/std_map.i +%%DATADIR%%/%%PORTVERSION%%/r/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/r/std_string.i +%%DATADIR%%/%%PORTVERSION%%/r/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/r/stl.i +%%DATADIR%%/%%PORTVERSION%%/r/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/ruby/Makefile.swig +%%DATADIR%%/%%PORTVERSION%%/ruby/argcargv.i +%%DATADIR%%/%%PORTVERSION%%/ruby/attribute.i +%%DATADIR%%/%%PORTVERSION%%/ruby/carrays.i +%%DATADIR%%/%%PORTVERSION%%/ruby/cdata.i +%%DATADIR%%/%%PORTVERSION%%/ruby/cmalloc.i +%%DATADIR%%/%%PORTVERSION%%/ruby/cni.i +%%DATADIR%%/%%PORTVERSION%%/ruby/cpointer.i +%%DATADIR%%/%%PORTVERSION%%/ruby/cstring.i +%%DATADIR%%/%%PORTVERSION%%/ruby/director.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/embed.i +%%DATADIR%%/%%PORTVERSION%%/ruby/exception.i +%%DATADIR%%/%%PORTVERSION%%/ruby/extconf.rb +%%DATADIR%%/%%PORTVERSION%%/ruby/factory.i +%%DATADIR%%/%%PORTVERSION%%/ruby/file.i +%%DATADIR%%/%%PORTVERSION%%/ruby/jstring.i +%%DATADIR%%/%%PORTVERSION%%/ruby/progargcargv.i +%%DATADIR%%/%%PORTVERSION%%/ruby/ruby.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyapi.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyautodoc.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyclasses.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubycomplex.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubycontainer.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubycontainer_extended.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubydef.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyerrors.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyfragments.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyhead.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyinit.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyiterators.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubykw.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubymacros.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyopers.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyprimtypes.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyrun.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyruntime.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubystdautodoc.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubystdcommon.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubystdfunctors.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubystrings.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubytracking.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubytypemaps.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyuserdir.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubywstrings.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/std_alloc.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_basic_string.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_char_traits.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_common.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_complex.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_container.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_except.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_functors.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_ios.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_iostream.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_list.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_map.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_multimap.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_multiset.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_queue.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_set.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_sstream.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_stack.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_streambuf.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_string.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_vectora.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_wstring.i +%%DATADIR%%/%%PORTVERSION%%/ruby/stl.i +%%DATADIR%%/%%PORTVERSION%%/ruby/timeval.i +%%DATADIR%%/%%PORTVERSION%%/ruby/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/runtime.swg +%%DATADIR%%/%%PORTVERSION%%/shared_ptr.i +%%DATADIR%%/%%PORTVERSION%%/std/_std_deque.i +%%DATADIR%%/%%PORTVERSION%%/std/std_alloc.i +%%DATADIR%%/%%PORTVERSION%%/std/std_basic_string.i +%%DATADIR%%/%%PORTVERSION%%/std/std_carray.swg +%%DATADIR%%/%%PORTVERSION%%/std/std_char_traits.i +%%DATADIR%%/%%PORTVERSION%%/std/std_common.i +%%DATADIR%%/%%PORTVERSION%%/std/std_container.i +%%DATADIR%%/%%PORTVERSION%%/std/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/std/std_except.i +%%DATADIR%%/%%PORTVERSION%%/std/std_ios.i +%%DATADIR%%/%%PORTVERSION%%/std/std_iostream.i +%%DATADIR%%/%%PORTVERSION%%/std/std_list.i +%%DATADIR%%/%%PORTVERSION%%/std/std_map.i +%%DATADIR%%/%%PORTVERSION%%/std/std_multimap.i +%%DATADIR%%/%%PORTVERSION%%/std/std_multiset.i +%%DATADIR%%/%%PORTVERSION%%/std/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/std/std_queue.i +%%DATADIR%%/%%PORTVERSION%%/std/std_set.i +%%DATADIR%%/%%PORTVERSION%%/std/std_sstream.i +%%DATADIR%%/%%PORTVERSION%%/std/std_stack.i +%%DATADIR%%/%%PORTVERSION%%/std/std_streambuf.i +%%DATADIR%%/%%PORTVERSION%%/std/std_string.i +%%DATADIR%%/%%PORTVERSION%%/std/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/std/std_vectora.i +%%DATADIR%%/%%PORTVERSION%%/std/std_wios.i +%%DATADIR%%/%%PORTVERSION%%/std/std_wiostream.i +%%DATADIR%%/%%PORTVERSION%%/std/std_wsstream.i +%%DATADIR%%/%%PORTVERSION%%/std/std_wstreambuf.i +%%DATADIR%%/%%PORTVERSION%%/std/std_wstring.i +%%DATADIR%%/%%PORTVERSION%%/std_except.i +%%DATADIR%%/%%PORTVERSION%%/stdint.i +%%DATADIR%%/%%PORTVERSION%%/stl.i +%%DATADIR%%/%%PORTVERSION%%/swig.swg +%%DATADIR%%/%%PORTVERSION%%/swigarch.i +%%DATADIR%%/%%PORTVERSION%%/swigerrors.swg +%%DATADIR%%/%%PORTVERSION%%/swiginit.swg +%%DATADIR%%/%%PORTVERSION%%/swiglabels.swg +%%DATADIR%%/%%PORTVERSION%%/swigrun.i +%%DATADIR%%/%%PORTVERSION%%/swigrun.swg +%%DATADIR%%/%%PORTVERSION%%/swigwarn.swg +%%DATADIR%%/%%PORTVERSION%%/swigwarnings.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/attribute.i +%%DATADIR%%/%%PORTVERSION%%/tcl/carrays.i +%%DATADIR%%/%%PORTVERSION%%/tcl/cdata.i +%%DATADIR%%/%%PORTVERSION%%/tcl/cmalloc.i +%%DATADIR%%/%%PORTVERSION%%/tcl/cni.i +%%DATADIR%%/%%PORTVERSION%%/tcl/cpointer.i +%%DATADIR%%/%%PORTVERSION%%/tcl/cstring.i +%%DATADIR%%/%%PORTVERSION%%/tcl/cwstring.i +%%DATADIR%%/%%PORTVERSION%%/tcl/exception.i +%%DATADIR%%/%%PORTVERSION%%/tcl/factory.i +%%DATADIR%%/%%PORTVERSION%%/tcl/jstring.i +%%DATADIR%%/%%PORTVERSION%%/tcl/std_common.i +%%DATADIR%%/%%PORTVERSION%%/tcl/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/tcl/std_except.i +%%DATADIR%%/%%PORTVERSION%%/tcl/std_map.i +%%DATADIR%%/%%PORTVERSION%%/tcl/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/tcl/std_string.i +%%DATADIR%%/%%PORTVERSION%%/tcl/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/tcl/std_wstring.i +%%DATADIR%%/%%PORTVERSION%%/tcl/stl.i +%%DATADIR%%/%%PORTVERSION%%/tcl/tcl8.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclapi.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclerrors.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclfragments.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclinit.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclinterp.i +%%DATADIR%%/%%PORTVERSION%%/tcl/tclkw.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclmacros.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclopers.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclprimtypes.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclresult.i +%%DATADIR%%/%%PORTVERSION%%/tcl/tclrun.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclruntime.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclsh.i +%%DATADIR%%/%%PORTVERSION%%/tcl/tclstrings.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tcltypemaps.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tcluserdir.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclwstrings.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/tcl/wish.i +%%DATADIR%%/%%PORTVERSION%%/typemaps/attribute.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/carrays.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/cdata.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/cmalloc.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/cpointer.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/cstring.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/cstrings.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/cwstring.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/enumint.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/exception.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/factory.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/fragments.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/implicit.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/inoutlist.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/misctypes.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/primtypes.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/ptrtypes.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/std_except.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/std_string.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/std_strings.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/std_wstring.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/string.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/strings.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/swigmacros.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/swigobject.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/swigtype.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/swigtypemaps.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/traits.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/typemaps.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/valtypes.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/void.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/wstring.swg +%%DATADIR%%/%%PORTVERSION%%/uffi/uffi.swg +%%DATADIR%%/%%PORTVERSION%%/wchar.i +%%DATADIR%%/%%PORTVERSION%%/windows.i +@dirrm %%DATADIR%%/%%PORTVERSION%%/uffi +@dirrm %%DATADIR%%/%%PORTVERSION%%/typemaps +@dirrm %%DATADIR%%/%%PORTVERSION%%/tcl +@dirrm %%DATADIR%%/%%PORTVERSION%%/std +@dirrm %%DATADIR%%/%%PORTVERSION%%/ruby +@dirrm %%DATADIR%%/%%PORTVERSION%%/r +@dirrm %%DATADIR%%/%%PORTVERSION%%/python +@dirrm %%DATADIR%%/%%PORTVERSION%%/pike +@dirrm %%DATADIR%%/%%PORTVERSION%%/php +@dirrm %%DATADIR%%/%%PORTVERSION%%/perl5 +@dirrm %%DATADIR%%/%%PORTVERSION%%/octave +@dirrm %%DATADIR%%/%%PORTVERSION%%/ocaml +@dirrm %%DATADIR%%/%%PORTVERSION%%/mzscheme +@dirrm %%DATADIR%%/%%PORTVERSION%%/modula3 +@dirrm %%DATADIR%%/%%PORTVERSION%%/lua +@dirrm %%DATADIR%%/%%PORTVERSION%%/java +@dirrm %%DATADIR%%/%%PORTVERSION%%/guile +@dirrm %%DATADIR%%/%%PORTVERSION%%/go +@dirrm %%DATADIR%%/%%PORTVERSION%%/gcj +@dirrm %%DATADIR%%/%%PORTVERSION%%/d +@dirrm %%DATADIR%%/%%PORTVERSION%%/csharp +@dirrm %%DATADIR%%/%%PORTVERSION%%/clisp +@dirrm %%DATADIR%%/%%PORTVERSION%%/chicken +@dirrm %%DATADIR%%/%%PORTVERSION%%/cffi +@dirrm %%DATADIR%%/%%PORTVERSION%%/allegrocl +@dirrm %%DATADIR%%/%%PORTVERSION%% @dirrmtry %%DATADIR%% -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/xml -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/uffi -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/testdir/subdir2 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/testdir/subdir1 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/testdir -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/tcl -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/ruby -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/r -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/python -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/pike -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/php -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/perl5/Test -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/perl5 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/octave -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/ocaml -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/lua -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/java -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/guilescm -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/guile -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/go -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/errors -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/d -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/csharp -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/clisp -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/chicken -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/cffi -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/allegrocl -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/variables -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/value -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/std_vector -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/reference -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/pointer -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/operator -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/multimap -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/java -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/import -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/funcptr -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/enum -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/contract -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/constants -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/class -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/s-exp -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/variables -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/value -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/template -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/std_vector -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/reference -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/pointer -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/overloading -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/operator -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/multimap -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/mark_function -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/java -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/import_template -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/import -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/hashargs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/functor -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/funcptr2 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/funcptr -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/free_function -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/exception_class -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/enum -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/constants -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/class -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/r/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/r/class -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/r -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/variables -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/varargs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/template -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/swigrun -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/std_vector -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/std_map -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/smartptr -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/reference -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/pointer -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/performance/operator -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/performance/hierarchy_operator -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/performance/hierarchy -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/performance/func -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/performance/constructor -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/performance -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/operator -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/multimap -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/libffi -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/java -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/import_template -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/import -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/functor -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/funcptr2 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/funcptr -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/extend -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/exceptproxy -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/exception -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/enum -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/docstrings -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/contract -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/constants -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/class -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/callback -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/pike/template -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/pike/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/pike/overload -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/pike/enum -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/pike/constants -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/pike/class -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/pike -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/variables -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/value -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/sync -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/reference -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/proxy -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/pragmas -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/pointer -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/overloading -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/funcptr -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/extend -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/enum -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/disown -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/cpointer -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/constants -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/class -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/callback -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/xmlstring -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/variables -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/value -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/reference -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/pointer -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/multiple_inheritance -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/multimap -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/java -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/inline -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/import -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/funcptr -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/constants2 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/constants -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/class -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/variables -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/template -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/reference -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/pointer -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/operator -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/functor -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/funcptr2 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/funcptr -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/extend -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/enum -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/contract -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/constants -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/class -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/callback -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/strings_test -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/string_from_ptr -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/stl -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/std_vector -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/std_string -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/shapes -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/scoped_enum -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/contract -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/argout_ref -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/mzscheme/std_vector -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/mzscheme/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/mzscheme/multimap -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/mzscheme -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/modula3/typemap -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/modula3/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/modula3/reference -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/modula3/exception -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/modula3/enum -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/modula3/class -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/modula3 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/variables -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/pointer -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/owner -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/import -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/functor -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/functest -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/funcptr3 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/exception -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/embed3 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/embed2 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/embed -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/dual -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/constants -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/class -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/arrays -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/variables -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/typemap -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/template -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/reference -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/pointer -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/native -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/multimap -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/funcptr -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/extend -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/enum -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/constants -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/class -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/callback -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/guile/std_vector -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/guile/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/guile/port -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/guile/multivalue -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/guile/multimap -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/guile/matrix -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/guile/constants -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/guile -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/variables -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/template -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/reference -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/pointer -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/multimap -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/funcptr -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/extend -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/enum -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/constants -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/class -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/callback -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/variables/d2 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/variables/d1 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/variables -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/simple/d2 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/simple/d1 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/funcptr/d2 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/funcptr/d1 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/funcptr -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/extend/d2 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/extend/d1 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/extend -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/enum/d2 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/enum/d1 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/enum -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/constants/d2 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/constants/d1 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/constants -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/class/d2 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/class/d1 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/class -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/callback/d2 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/callback/d1 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/callback -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/variables -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/template -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/reference -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/funcptr -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/extend -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/enum -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/class -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/callback -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/arrays -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/contract/simple_cxx -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/contract/simple_c -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/contract -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/chicken/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/chicken/overload -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/chicken/multimap -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/chicken/egg -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/chicken/constants -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/chicken/class -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/chicken -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4 %%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/2.0.4/Manual -%%PORTDOCS%%@dirrm %%DOCSDIR%%/2.0.4/Devel -%%PORTDOCS%%@dirrm %%DOCSDIR%%/2.0.4 +%%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTVERSION%%/Manual +%%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTVERSION%%/Devel +%%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTVERSION%% %%PORTDOCS%%@dirrmtry %%DOCSDIR%% +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/xml +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/uffi +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pike +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/go +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clisp +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cffi +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/allegrocl +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/std_vector +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/java +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/s-exp +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/java +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/exception_class +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/r/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/r/class +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/r +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/template +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_map +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/operator +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/hierarchy_operator +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/hierarchy +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/func +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance/constructor +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/performance +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/libffi +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/java +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/import +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptproxy +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/docstrings +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/class +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/variables +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/value +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/sync +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/reference +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/proxy +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/pragmas +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/pointer +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/overloading +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/funcptr +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/extend +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/enum +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/disown +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/cpointer +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/constants +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/class +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/callback +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/java +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/inline +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/variables +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/template +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/reference +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/pointer +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/operator +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/module_load +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/functor +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr2 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/extend +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/enum +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/contract +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/constants +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/class +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/callback +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/typemap +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/owner +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functor +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/funcptr3 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/exception +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed3 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed2 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/dual +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/arrays +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/template +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/native +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/class +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/go/variables +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/go/template +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/go/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/go/reference +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/go/pointer +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/go/multimap +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/go/funcptr +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/go/extend +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/go/enum +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/go/constants +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/go/class +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/go/callback +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/go +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/variables/d2 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/variables/d1 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/variables +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/simple/d2 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/simple/d1 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/funcptr/d2 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/funcptr/d1 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/funcptr +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/extend/d2 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/extend/d1 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/extend +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/enum/d2 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/enum/d1 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/enum +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/constants/d2 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/constants/d1 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/constants +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/class/d2 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/class/d1 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/class +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/callback/d2 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/callback/d1 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d/callback +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/d +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/arrays +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/contract +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/src/org/swig/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/src/org/swig +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/src/org +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/src +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/res/values +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/res/layout +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/res +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/libs +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/jni +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/src/org/swig/classexample +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/src/org/swig +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/src/org +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/src +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/res/values +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/res/layout +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/res +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/jni +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/class +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%% |