# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # swig20 # swig20/Makefile # swig20/distinfo # swig20/pkg-descr # swig20/pkg-plist # swig20/files # swig20/files/patch-work-swig-2.0.4-configure # echo c - swig20 mkdir -p swig20 > /dev/null 2>&1 echo x - swig20/Makefile sed 's/^X//' >swig20/Makefile << 'c42bb8ee641d1e5e8324c8b6b64b0807' X# New ports collection makefile for: swig20 X# Date created: 16 April 2012 X# Whom: Jason Bacon X# X# $FreeBSD$ X# X XPORTNAME= swig XPORTVERSION= 2.0.4 XCATEGORIES= devel XMASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} X XMAINTAINER= jwbacon@tds.net XCOMMENT= Generate wrappers for calling C/C++ code from other languages X XLICENSE= GPLv3 X XLIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre X XUSE_AUTOTOOLS= autoconf:env libtool X XMAN1= ccache-swig${VER}.1 X XVER= ${PORTVERSION:R} XPLIST_SUB+= PORTVERSION=${PORTVERSION} X XWRKSRC= ${WRKDIR}/${DISTNAME} XCFLAGS+= -fPIC -DPIC XALL_TARGET= swig XPLIST_SUB+= VER="${VER}" X XWANT_LUA= yes XWANT_LUA_VER= 5.0+ X XCONFIGURE_ARGS+=--program-suffix=${VER} X X.include X X.if ${HAVE_LUA:Mlua-5.*} != "" XUSE_LUA= yes XLUA_COMPS= lua:build XCONFIGURE_ARGS+=--with-lua=${LUA_BINDIR}/lua \ X --with-luaincl=${LUA_INCDIR} \ X --with-lualib=${LUA_LIBDIR} X.endif X XOCTAVE_VER_CMD= ${LOCALBASE}/bin/octave-config -v 2>/dev/null || ${TRUE} X Xpost-patch: X ${SETENV} OCTAVE_VER=$$(${OCTAVE_VER_CMD}) \ X ${REINPLACE_CMD} -e 's|$$RUBY |${RUBY} |; \ X s|^PHP4CONFIG=.*$$|PHP4CONFIG=php-config|; \ X s|OCTAVEDIR=".*"|OCTAVEDIR="${LOCALBASE}/include/octave-$${OCTAVE_VER}"|; \ X s|MZSCHEME --mute-banner|MZSCHEME|; \ X /^MZDYNOBJ/s|`$$|\| tail -n 1`|; \ X ' ${WRKSRC}/configure X ${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ X ${WRKSRC}/Lib/lua/luarun.swg X Xpost-configure: X ${REINPLACE_CMD} -e 's#null#&|| true#' ${WRKSRC}/Makefile X Xpost-install: X.if !defined(NOPORTEXAMPLES) X ${MKDIR} ${EXAMPLESDIR}/${PORTVERSION} X cd ${WRKSRC}/Examples && ${FIND} . -type d \ X -exec ${INSTALL} -d ${EXAMPLESDIR}/${PORTVERSION}/{} \; X cd ${WRKSRC}/Examples && ${FIND} . -type f \ X -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/${PORTVERSION}/{} \; X.endif X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR}/${PORTVERSION} X cd ${WRKSRC}/Doc && ${FIND} . -type d \ X -exec ${INSTALL} -d ${DOCSDIR}/${PORTVERSION}/{} \; X cd ${WRKSRC}/Doc && ${FIND} . -type f \ X -exec ${INSTALL_DATA} {} ${DOCSDIR}/${PORTVERSION}/{} \; X.endif X X.include c42bb8ee641d1e5e8324c8b6b64b0807 echo x - swig20/distinfo sed 's/^X//' >swig20/distinfo << '1b8f9e15a32e6ac3c3d905ca6d59cc7b' XSHA256 (swig-2.0.4.tar.gz) = 763a117730d26f8e5ed67f5718c6c0761fbb8461680fc20269db8c0839e1ec8a XSIZE (swig-2.0.4.tar.gz) = 5148567 1b8f9e15a32e6ac3c3d905ca6d59cc7b echo x - swig20/pkg-descr sed 's/^X//' >swig20/pkg-descr << 'bf73bcbdfb36d5eebf9fae3dd0f90eb1' XSWIG is a tool for automatically generating the wrapper code needed Xto link collections of functions written in C/C++ with other Xprogramming languages. X XUsing SWIG, it is possible to greatly simplify interface development Xand to put interesting interfaces on existing applications with Xlittle effort. X XWWW: http://www.swig.org/ bf73bcbdfb36d5eebf9fae3dd0f90eb1 echo x - swig20/pkg-plist sed 's/^X//' >swig20/pkg-plist << '7d0680cbd04c0a174cf36338c3d559e8' Xbin/ccache-swig2.0 Xbin/swig2.0 X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/cmdopt.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/engineering.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/file.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/index.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/internals.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/migrate.txt X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/parm.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/runtime.txt X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/scanner.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/tree.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Devel/wrapobj.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Allegrocl.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Arguments.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/CCache.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/CSharp.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Chicken.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Contents.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Contract.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Customization.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/D.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Extending.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Go.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Guile.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Introduction.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Java.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Library.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Lisp.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Lua.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Makefile X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Modula3.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Modules.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Mzscheme.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Ocaml.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Octave.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Perl5.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Php.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Pike.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Preface.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Preprocessor.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Python.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/R.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/README X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Ruby.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/SWIG.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/SWIGDocumentation.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/SWIGDocumentation.pdf X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/SWIGPlus.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Scripting.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Sections.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Tcl.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Typemaps.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Varargs.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Warnings.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/Windows.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/ch11.1.png X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/ch11.2.png X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/ch11.3.png X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/ch12.1.png X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/ch2.1.png X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/ch9.table.2.png X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/chapters X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/fixstyle.py X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/index.html X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/linkchecker.config X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/makechap.py X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/maketoc.py X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/margin-left.patch X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/style.css X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/swig16.png X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/swightml.book X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/Manual/swigpdf.book X%%PORTDOCS%%%%DOCSDIR%%/2.0.4/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/class/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/class/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/class/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/class/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/class/test-lowlevel-class.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/class/test-tinyclos-class.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/constants/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/constants/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/constants/test-constants.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/mod1.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/mod2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/multi.setup X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/multi_init.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/single.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/single.setup X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/egg/test.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/multimap/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/multimap/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/multimap/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/multimap/test-multimap.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/overload/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/overload/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/overload/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/overload/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/overload/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/overload/test-overload.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/simple/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/chicken/simple/test-simple.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_c/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_c/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_c/runme1.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_c/runme2.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_cxx/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_cxx/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_cxx/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_cxx/runme1.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_cxx/runme2.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/contract/simple_cxx/runme3.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/arrays/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/arrays/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/arrays/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/arrays/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/arrays/runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/callback/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/callback/example-cs.csproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/callback/example-vc.vcproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/callback/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/callback/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/callback/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/callback/example.sln X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/callback/runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/class/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/class/example-cs.csproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/class/example-vc.vcproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/class/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/class/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/class/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/class/example.sln X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/class/runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/enum/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/enum/example-cs.csproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/enum/example-vc.vcproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/enum/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/enum/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/enum/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/enum/example.sln X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/enum/runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/extend/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/extend/example-cs.csproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/extend/example-vc.vcproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/extend/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/extend/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/extend/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/extend/example.sln X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/extend/runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/funcptr/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/funcptr/example-cs.csproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/funcptr/example-vc.vcproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/funcptr/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/funcptr/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/funcptr/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/funcptr/example.sln X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/funcptr/runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/reference/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/reference/example-cs.csproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/reference/example-vc.vcproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/reference/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/reference/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/reference/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/reference/example.sln X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/reference/runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/simple/example-cs.csproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/simple/example-vc.vcproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/simple/example.sln X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/simple/runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/template/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/template/example-cs.csproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/template/example-vc.vcproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/template/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/template/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/template/example.sln X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/template/runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/variables/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/variables/example-cs.csproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/variables/example-vc.vcproj X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/variables/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/variables/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/variables/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/variables/example.sln X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/csharp/variables/runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/callback/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/callback/d1/runme.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/callback/d2/runme.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/callback/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/callback/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/callback/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/class/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/class/d1/runme.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/class/d2/runme.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/class/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/class/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/class/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/constants/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/constants/d1/runme.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/constants/d2/runme.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/constants/example.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/constants/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/enum/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/enum/d1/runme.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/enum/d2/runme.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/enum/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/enum/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/enum/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/extend/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/extend/d1/runme.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/extend/d2/runme.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/extend/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/extend/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/extend/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/funcptr/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/funcptr/d1/runme.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/funcptr/d2/runme.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/funcptr/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/funcptr/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/funcptr/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/simple/d1/runme.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/simple/d2/runme.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/variables/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/variables/d1/runme.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/variables/d2/runme.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/variables/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/variables/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/d/variables/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/callback/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/callback/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/callback/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/callback/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/callback/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/callback/runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/class/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/class/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/class/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/class/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/class/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/class/runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/constants/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/constants/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/constants/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/constants/runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/enum/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/enum/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/enum/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/enum/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/enum/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/enum/runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/extend/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/extend/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/extend/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/extend/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/extend/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/extend/runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/funcptr/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/funcptr/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/funcptr/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/funcptr/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/funcptr/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/funcptr/runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/multimap/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/multimap/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/multimap/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/multimap/runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/pointer/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/pointer/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/pointer/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/pointer/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/pointer/runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/reference/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/reference/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/reference/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/reference/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/reference/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/reference/runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/simple/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/simple/runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/template/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/template/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/template/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/template/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/template/runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/variables/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/variables/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/variables/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/variables/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/variables/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/go/variables/runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/constants/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/constants/constants.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/constants/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/main.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/matrix.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/matrix.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/matrix.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/package.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/vector.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/vector.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/matrix/vector.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/multimap/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/multimap/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/multimap/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/multimap/runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/multivalue/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/multivalue/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/multivalue/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/multivalue/runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/port/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/port/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/port/port.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/port/port.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/port/port.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/simple/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/simple/example.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/std_vector/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/std_vector/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/std_vector/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/guile/std_vector/runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/callback/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/callback/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/callback/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/callback/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/callback/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/callback/runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/class/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/class/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/class/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/class/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/class/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/class/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/class/runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/constants/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/constants/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/constants/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/constants/runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/enum/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/enum/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/enum/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/enum/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/enum/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/enum/runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/extend/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/extend/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/extend/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/extend/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/extend/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/extend/runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/funcptr/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/funcptr/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/funcptr/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/funcptr/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/funcptr/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/funcptr/runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/multimap/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/multimap/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/multimap/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/multimap/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/multimap/runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/native/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/native/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/native/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/native/runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/pointer/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/pointer/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/pointer/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/pointer/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/pointer/runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/reference/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/reference/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/reference/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/reference/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/reference/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/reference/runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/simple/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/simple/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/simple/runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/template/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/template/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/template/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/template/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/template/runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/typemap/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/typemap/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/typemap/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/typemap/runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/variables/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/variables/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/variables/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/variables/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/variables/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/java/variables/runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/arrays/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/arrays/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/arrays/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/arrays/runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/class/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/class/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/class/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/class/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/class/runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/constants/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/constants/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/constants/runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/dual/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/dual/dual.cpp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/dual/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/dual/example2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed/embed.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed/runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed2/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed2/embed2.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed2/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed2/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed2/runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed3/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed3/embed3.cpp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed3/example.cpp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed3/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed3/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/embed3/runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/exception/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/exception/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/exception/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/exception/runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/funcptr3/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/funcptr3/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/funcptr3/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/funcptr3/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/funcptr3/runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/functest/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/functest/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/functest/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/functest/runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/functor/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/functor/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/functor/runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/bar.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/bar.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/base.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/base.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/foo.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/foo.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/spam.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/import/spam.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/lua.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/owner/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/owner/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/owner/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/owner/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/owner/runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/pointer/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/pointer/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/pointer/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/pointer/runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/simple/runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/variables/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/variables/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/variables/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/variables/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/lua/variables/runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/class/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/class/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/class/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/class/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/class/swig.tmpl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/enum/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/enum/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/enum/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/enum/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/exception/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/exception/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/exception/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/reference/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/reference/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/reference/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/reference/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/typemap/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/modula3/typemap/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/multimap/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/multimap/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/multimap/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/multimap/example.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/simple/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/simple/example.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/std_vector/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/std_vector/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/std_vector/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/mzscheme/std_vector/example.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/argout_ref/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/argout_ref/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/argout_ref/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/argout_ref/example_prog.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/contract/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/contract/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/contract/example_prog.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/scoped_enum/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/scoped_enum/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/scoped_enum/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/scoped_enum/example_prog.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/scoped_enum/foo.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/shapes/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/shapes/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/shapes/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/shapes/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/shapes/example_prog.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/simple/example_prog.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/simple/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_string/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_string/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_string/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_string/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_string/runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_vector/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_vector/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_vector/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/std_vector/runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/stl/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/stl/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/stl/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/stl/runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/string_from_ptr/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/string_from_ptr/example_prog.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/string_from_ptr/foolib.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/strings_test/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/strings_test/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/strings_test/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ocaml/strings_test/runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/callback/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/callback/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/callback/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/callback/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/callback/runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/class/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/class/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/class/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/class/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/class/runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/constants/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/constants/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/constants/runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/contract/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/contract/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/contract/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/contract/runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/enum/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/enum/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/enum/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/enum/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/enum/runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/extend/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/extend/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/extend/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/extend/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/extend/runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr/runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr2/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr2/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr2/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr2/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/funcptr2/runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/functor/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/functor/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/functor/runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/operator/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/operator/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/operator/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/operator/runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/pointer/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/pointer/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/pointer/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/pointer/runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/reference/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/reference/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/reference/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/reference/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/reference/runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/simple/runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/template/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/template/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/template/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/template/runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/variables/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/variables/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/variables/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/variables/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/octave/variables/runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/class/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/class/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/class/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/class/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/class/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/class/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/class/runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/constants/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/constants/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/constants/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/constants/runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/constants2/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/constants2/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/constants2/runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/funcptr/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/funcptr/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/funcptr/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/funcptr/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/funcptr/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/funcptr/runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/bar.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/bar.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/bar.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/base.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/base.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/base.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/example.dsw X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/foo.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/foo.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/foo.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/spam.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/spam.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/import/spam.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/inline/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/inline/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/inline/runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/java/Example.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/java/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/java/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/java/runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multimap/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multimap/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multimap/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multimap/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multimap/runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multiple_inheritance/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multiple_inheritance/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multiple_inheritance/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/multiple_inheritance/runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/pointer/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/pointer/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/pointer/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/pointer/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/pointer/runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/reference/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/reference/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/reference/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/reference/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/reference/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/reference/runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/simple/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/simple/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/simple/runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/value/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/value/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/value/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/value/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/value/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/value/runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/variables/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/variables/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/variables/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/variables/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/variables/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/variables/runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/xmlstring/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/xmlstring/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/xmlstring/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/xmlstring/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/xmlstring/runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/perl5/xmlstring/xmlstring.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/callback/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/callback/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/callback/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/callback/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/callback/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/callback/runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/class/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/class/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/class/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/class/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/class/runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/constants/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/constants/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/constants/runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/cpointer/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/cpointer/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/cpointer/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/cpointer/runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/disown/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/disown/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/disown/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/disown/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/disown/runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/enum/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/enum/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/enum/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/enum/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/enum/runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/extend/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/extend/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/extend/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/extend/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/extend/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/extend/runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/funcptr/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/funcptr/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/funcptr/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/funcptr/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/funcptr/runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/overloading/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/overloading/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/overloading/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/overloading/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/overloading/runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/pointer/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/pointer/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/pointer/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/pointer/runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/pragmas/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/pragmas/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/pragmas/include.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/pragmas/runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/proxy/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/proxy/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/proxy/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/proxy/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/proxy/runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/reference/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/reference/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/reference/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/reference/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/reference/runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/simple/runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/sync/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/sync/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/sync/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/sync/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/sync/runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/value/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/value/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/value/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/value/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/value/runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/variables/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/variables/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/variables/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/variables/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/php/variables/runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/class/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/class/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/class/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/class/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/class/runme.pike X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/constants/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/constants/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/constants/runme.pike X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/enum/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/enum/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/enum/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/enum/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/enum/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/enum/runme.pike X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/overload/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/overload/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/overload/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/overload/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/overload/runme.pike X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/simple/runme.pike X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/template/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/template/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/template/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/pike/template/runme.pike X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/callback/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/callback/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/callback/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/callback/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/callback/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/callback/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/class/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/class/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/class/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/class/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/class/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/class/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/class/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/constants/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/constants/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/constants/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/constants/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/contract/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/contract/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/contract/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/contract/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/contract/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/docstrings/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/docstrings/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/docstrings/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/docstrings/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/docstrings/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/enum/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/enum/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/enum/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/enum/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/enum/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/enum/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/exception/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/exception/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/exception/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/exception/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/exceptproxy/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/exceptproxy/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/exceptproxy/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/exceptproxy/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/extend/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/extend/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/extend/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/extend/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/extend/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/extend/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr2/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr2/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr2/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr2/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/funcptr2/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/functor/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/functor/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/functor/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/bar.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/bar.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/bar.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/base.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/base.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/base.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/example.dsw X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/foo.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/foo.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/foo.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/spam.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/spam.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import/spam.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/bar.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/bar.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/base.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/base.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/foo.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/foo.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/spam.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/import_template/spam.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/java/Example.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/java/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/java/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/java/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/libffi/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/libffi/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/multimap/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/multimap/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/multimap/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/multimap/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/multimap/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/operator/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/operator/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/operator/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/operator/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/constructor/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/constructor/Simple.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/constructor/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/func/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/func/Simple.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/func/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/harness.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/hierarchy/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/hierarchy/Simple.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/hierarchy/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/hierarchy_operator/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/hierarchy_operator/Simple.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/hierarchy_operator/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/operator/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/operator/Simple.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/performance/operator/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/pointer/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/pointer/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/pointer/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/pointer/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/pointer/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/reference/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/reference/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/reference/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/reference/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/reference/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/reference/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/simple/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/simple/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/simple/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/smartptr/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/smartptr/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/smartptr/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/smartptr/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/smartptr/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/smartptr/smartptr.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/std_map/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/std_map/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/std_map/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/std_map/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/std_vector/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/std_vector/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/std_vector/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/std_vector/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/swigrun/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/swigrun/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/swigrun/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/swigrun/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/swigrun/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/template/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/template/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/template/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/template/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/varargs/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/varargs/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/varargs/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/variables/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/variables/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/variables/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/variables/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/variables/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/python/variables/runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/class/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/class/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/class/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/class/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/class/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/class/runme.R X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/simple/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/r/simple/runme.R X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/class/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/class/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/class/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/class/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/class/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/class/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/class/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/constants/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/constants/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/constants/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/constants/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/enum/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/enum/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/enum/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/enum/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/enum/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/enum/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/exception_class/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/exception_class/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/exception_class/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/exception_class/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/free_function/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/free_function/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/free_function/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/free_function/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/free_function/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/free_function/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr2/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr2/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr2/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr2/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/funcptr2/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/functor/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/functor/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/functor/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/hashargs/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/hashargs/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/hashargs/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/bar.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/bar.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/bar.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/base.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/base.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/base.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/example.dsw X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/foo.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/foo.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/foo.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/spam.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/spam.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import/spam.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/bar.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/bar.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/base.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/base.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/foo.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/foo.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/spam.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/import_template/spam.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/java/Example.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/java/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/java/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/java/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/mark_function/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/mark_function/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/mark_function/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/mark_function/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/mark_function/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/mark_function/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/multimap/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/multimap/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/multimap/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/multimap/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/multimap/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/operator/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/operator/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/operator/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/operator/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/overloading/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/overloading/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/overloading/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/overloading/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/overloading/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/pointer/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/pointer/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/pointer/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/pointer/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/pointer/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/reference/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/reference/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/reference/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/reference/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/reference/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/reference/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/simple/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/simple/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/simple/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/std_vector/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/std_vector/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/std_vector/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/std_vector/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/template/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/template/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/template/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/template/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/value/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/value/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/value/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/value/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/value/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/value/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/variables/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/variables/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/variables/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/variables/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/variables/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/ruby/variables/runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/s-exp/uffi.lisp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/check.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/class/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/class/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/class/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/class/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/class/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/class/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/class/runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/class/runme2.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/constants/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/constants/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/constants/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/constants/runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/contract/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/contract/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/contract/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/contract/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/contract/runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/enum/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/enum/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/enum/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/enum/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/enum/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/enum/runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/funcptr/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/funcptr/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/funcptr/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/funcptr/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/funcptr/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/funcptr/runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/bar.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/bar.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/bar.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/base.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/base.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/base.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/example.dsw X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/foo.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/foo.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/foo.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/spam.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/spam.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/import/spam.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/java/Example.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/java/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/java/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/java/runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/multimap/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/multimap/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/multimap/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/multimap/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/multimap/runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/operator/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/operator/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/operator/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/operator/runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/pointer/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/pointer/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/pointer/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/pointer/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/pointer/runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/reference/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/reference/example.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/reference/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/reference/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/reference/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/reference/runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/simple/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/simple/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/simple/example.dsp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/simple/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/simple/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/simple/runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/std_vector/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/std_vector/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/std_vector/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/std_vector/runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/value/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/value/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/value/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/value/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/value/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/value/runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/variables/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/variables/example.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/variables/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/variables/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/variables/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/tcl/variables/runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/abstract_access.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/abstract_inherit.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/abstract_inherit_ok.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/abstract_signature.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/abstract_typedef.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/abstract_typedef2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/abstract_virtual.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/access_change.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/add_link.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/aggregate.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/allegrocl/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/allegrocl/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/allowexcept.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/allprotected.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/anonymous_bitfield.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/apply_signed_char.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/apply_strings.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/argcargvtest.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/argout.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/array_member.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/array_typedef_memberin.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/arrayref.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/arrays.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/arrays_dimensionless.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/arrays_global.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/arrays_global_twodim.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/arrays_scope.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/bloody_hell.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/bools.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/callback.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cast_operator.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/casts.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/catches.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cffi/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cffi/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/char_binary.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/char_constant.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/char_strings.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/casts_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/char_constant_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/chicken_ext_test_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/class_ignore_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/clientdata_prop_runme_proxy.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/constover_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/contract_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/cpp_basic_runme_proxy.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/cpp_enum_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/cpp_namespace_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/dynamic_cast_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/ext_test_external.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/global_vars_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/global_vars_runme_proxy.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/import_nomodule_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/imports_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/inherit_missing_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/li_std_string_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/li_std_string_runme_proxy.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/li_typemaps_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/li_typemaps_runme_proxy.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/list_vector_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/member_pointer_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/multiple_inheritance_runme_proxy.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/multivalue_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/name_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/newobject1_runme_proxy.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/newobject2_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/newobject2_runme_proxy.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_complicated_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_copy_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_copy_runme_proxy.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_extend_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_extend_runme_proxy.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_simple_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_simple_runme_proxy.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_subtype_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/overload_subtype_runme_proxy.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/pointer_in_out_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/reference_global_vars_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/testsuite.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/throw_exception_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/typedef_inherit_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/typename_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/unions_runme.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken/unions_runme_proxy.ss X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/chicken_ext_test.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/class_ignore.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/class_scope_weird.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/clientdata_prop.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/clientdata_prop_a.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/clientdata_prop_a.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/clientdata_prop_b.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/clientdata_prop_b.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/clisp/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/clisp/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/common.mk X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/compactdefaultargs.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/complextest.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/const_const.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/const_const_2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constant_expr.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constant_pointers.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constants.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constover.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constructor_copy.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constructor_exception.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constructor_explicit.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constructor_ignore.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constructor_rename.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/constructor_value.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/contract.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/conversion.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/conversion_namespace.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/conversion_ns_template.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cplusplus_throw.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cpp_basic.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cpp_broken.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cpp_enum.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cpp_namespace.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cpp_nodefault.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cpp_static.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/cpp_typedef.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/aggregate_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/allprotected_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/apply_strings_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/bools_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/catches_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/char_strings_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/constover_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/csharp_attributes_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/csharp_exceptions_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/csharp_lib_arrays_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/csharp_prepost_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/csharp_typemaps_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/default_args_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/default_constructor_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/director_alternating_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/director_basic_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/director_classes_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/director_classic_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/director_ignore_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/director_primitives_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/director_protected_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/director_string_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/enum_thorough_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/enum_thorough_simple_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/enum_thorough_typesafe_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/exception_order_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/friends_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/imports_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/inherit_target_language_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/intermediary_classname_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_attribute_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_boost_shared_ptr_bits_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_boost_shared_ptr_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_std_combinations_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_std_except_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_std_map_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_std_string_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_std_vector_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_std_wstring_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/li_typemaps_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/long_long_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/member_pointer_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/nspace_extend_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/nspace_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/operator_overload_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/overload_complicated_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/overload_template_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/pointer_reference_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/preproc_constants_c_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/preproc_constants_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/rename_pcre_encoder_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/rename_pcre_enum_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/rename_simple_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/sizet_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/sneaky1_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/special_variable_macros_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/threads_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/throw_exception_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/typemap_namespace_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/typemap_out_optimal_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/varargs_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp/virtual_poly_runme.cs X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp_attributes.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp_exceptions.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp_features.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp_lib_arrays.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp_prepost.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/csharp_typemaps.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/aggregate_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/aggregate_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/allprotected_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/allprotected_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/apply_strings_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/apply_strings_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/bools_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/bools_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/catches_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/catches_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/char_strings_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/char_strings_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/constover_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/constover_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/d_nativepointers_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/d_nativepointers_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/default_args_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/default_args_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/default_constructor_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/default_constructor_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_alternating_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_alternating_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_basic_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_basic_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_classes_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_classes_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_classic_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_classic_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_ignore_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_ignore_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_primitives_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_primitives_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_protected_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_protected_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_string_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/director_string_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/enum_thorough_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/enum_thorough_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/inherit_target_language_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/inherit_target_language_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_attribute_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_attribute_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_boost_shared_ptr_bits_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_boost_shared_ptr_bits_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_boost_shared_ptr_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_boost_shared_ptr_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_std_except_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_std_except_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_std_string_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_std_string_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_std_vector_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_std_vector_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_typemaps_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/li_typemaps_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/long_long_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/long_long_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/member_pointer_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/member_pointer_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/nspace_extend_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/nspace_extend_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/nspace_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/nspace_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/operator_overload_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/operator_overload_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/overload_complicated_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/overload_complicated_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/overload_template_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/overload_template_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/pointer_reference_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/pointer_reference_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/preproc_constants_c_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/preproc_constants_c_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/preproc_constants_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/preproc_constants_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/sizet_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/sizet_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/sneaky1_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/sneaky1_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/special_variable_macros_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/special_variable_macros_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/threads_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/threads_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/throw_exception_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/throw_exception_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/typemap_namespace_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/typemap_namespace_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/typemap_out_optimal_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/typemap_out_optimal_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/varargs_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/varargs_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/virtual_poly_runme.1.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d/virtual_poly_runme.2.d X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d_exception_name.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/d_nativepointers.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/default_arg_values.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/default_args.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/default_constructor.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/defvalue_constructor.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/derived_byvalue.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/derived_nested.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/destructor_reprotected.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_abstract.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_alternating.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_basic.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_classes.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_classic.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_constructor.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_default.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_detect.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_enum.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_exception.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_extend.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_finalizer.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_frob.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_ignore.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_keywords.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_namespace_clash.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_nested.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_overload.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_primitives.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_profile.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_protected.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_protected_overloaded.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_redefined.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_stl.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_string.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_thread.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_unroll.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_using.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_wombat.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/director_wstring.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/disown.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/dynamic_cast.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/empty.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_plus.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_rename.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_scope_template.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_template.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_thorough.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_thorough_proper.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_thorough_simple.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_thorough_typesafe.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_thorough_typeunsafe.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enum_var.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/enums.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_bad_name.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_bad_native.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_class.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_default_error.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_deprecated.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_empty_char.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_enum_badvalue.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_extra_rblock.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_extra_rbrace.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_extra_unsigned.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_insert_missing.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_long_short.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_missing_rbrace.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_missing_semi.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_redefine.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_varargs.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/c_varargs_neg.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_bad_extern.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_extend_redefine.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_extend_undefined.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_inherit.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_inline_namespace.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_macro_locator.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_missing_rtemplate.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_namespace_alias.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_namespace_aliasnot.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_namespace_aliasundef.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_nested.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_no_access.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_nobase.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_overload.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_overload_const.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_private_defvalue.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_private_inherit.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_recursive_typedef.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_shared_ptr.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_template_argname.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_template_nargs.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_template_not.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_template_partial.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_template_repeat.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_template_undef.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_using_not.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/cpp_using_undef.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/expected.log X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/make.sh X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/nomodule.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_badeval.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_constant.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_defined.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_deprecated.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_illegal_argument.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_args.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_badchar.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_defined_unterminated.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_expansion.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_expansion_multiline.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_inline_unterminated.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_missing_expression.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_nargs.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_redef.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_rparen.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_unexpected_tokens.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_macro_unterminated.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_misplaced_elif.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_misplaced_else.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_missing_enddef.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_missing_endif.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_missing_file.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_missing_rblock.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_pragma.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_unterm_char.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_unterm_comment.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_unterm_string.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/pp_variable_args.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/swig_apply_nargs.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/swig_identifier.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/swig_insert_bad.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/swig_typemap_copy.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/errors/swig_typemap_old.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/evil_diamond.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/evil_diamond_ns.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/evil_diamond_prop.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/exception_order.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/exception_partial_info.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/expressions.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extend.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extend_default.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extend_placement.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extend_template.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extend_template_ns.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extend_variable.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extern_c.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extern_declaration.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extern_namespace.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/extern_throws.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/features.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/file_test.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/fragments.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/friends.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/funcptr.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/funcptr_cpp.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/function_typedef.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/fvirtual.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/global_namespace.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/global_ns_arg.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/global_scope_types.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/global_vars.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/abstract_access_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/abstract_typedef2_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/abstract_typedef_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/abstract_virtual_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/array_member_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/arrays_global_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/char_binary_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/class_ignore_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/class_scope_weird_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/compactdefaultargs_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/constover_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/constructor_copy_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/contract_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/cpp_enum_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/cpp_namespace_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/cpp_static_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/default_args_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/default_constructor_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_abstract_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_alternating_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_basic_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_classic_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_default_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_detect_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_enum_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_exception_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_extend_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_finalizer_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_frob_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_nested_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_profile_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_protected_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_string_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_thread_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/director_unroll_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/disown_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/dynamic_cast_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/empty_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/enum_template_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/enums_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/exception_order_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/extend_placement_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/extend_template_ns_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/extend_template_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/extend_variable_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/extern_c_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/friends_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/fvirtual_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/global_ns_arg_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/grouping_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/import_nomodule_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/imports_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/inctest_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/inherit_missing_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/input_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/keyword_rename_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/li_attribute_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/li_carrays_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/li_cdata_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/li_cmalloc_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/li_cpointer_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/li_std_map_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/li_std_vector_ptr_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/member_pointer_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/memberin_extend_c_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/minherit_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/mod_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/multi_import_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/namespace_class_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/namespace_typemap_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/namespace_virtual_method_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/naturalvar_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/nested_workaround_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_complicated_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_copy_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_extend_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_extendc_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_rename_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_simple_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_subtype_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_template_fast_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/overload_template_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/preproc_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/primitive_ref_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/profiletest_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/refcount_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/reference_global_vars_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/rename_scope_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/rename_simple_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/rename_strip_encoder_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/ret_by_value_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/return_const_value_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_extend_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_member_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_multi_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_multi_typedef_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_overload_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_rename_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_simple_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_templatevariables_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/smart_pointer_typedef_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/sneaky1_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/special_variable_macros_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/static_const_member_2_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/struct_initialization_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/struct_rename_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/struct_value_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_default_arg_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_extend1_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_extend2_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_inherit_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_ns4_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_ns_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_opaque_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_ref_type_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_rename_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_static_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_tbase_template_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_type_namespace_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_typedef_cplx3_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_typedef_cplx4_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/template_typedef_import_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/threads_exception_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/typedef_class_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/typedef_inherit_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/typedef_scope_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/typemap_namespace_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/typemap_ns_using_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/typemap_out_optimal_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/typename_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/unions_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/using1_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/using2_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/using_composition_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/using_extend_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/using_inherit_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/using_private_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/using_protected_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/varargs_overload_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/varargs_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/virtual_derivation_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/virtual_poly_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/voidtest_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/go/wrapmacro_runme.go X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/grouping.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/casts_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/char_constant_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/class_ignore_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/constover_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/contract_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/cpp_enum_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/cpp_namespace_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/dynamic_cast_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/import_nomodule_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/imports_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/inherit_missing_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/integers_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/li_std_string_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/li_typemaps_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/list_vector_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/multivalue_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/name_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/overload_complicated_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/overload_copy_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/overload_extend_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/overload_simple_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/overload_subtype_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/pointer_in_out_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/reference_global_vars_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/testsuite.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/throw_exception_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/typedef_inherit_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/typename_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guile/unions_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guilescm/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guilescm/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guilescm/ext_test_external.cxx X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guilescm/guilescm_ext_test_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/guilescm_ext_test.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/iadd.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ignore_parameter.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ignore_template_constructor.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/immutable_values.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/implicittest.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/import_nomodule.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/import_nomodule.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/import_stl.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/import_stl_a.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/import_stl_b.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/imports.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/imports_a.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/imports_a.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/imports_b.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/imports_b.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inctest.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inctest.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inherit.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inherit_missing.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inherit_same_name.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inherit_target_language.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inherit_void_arg.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inline_initializer.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inout.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/inplaceadd.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/input.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/insert_directive.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/integers.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/intermediary_classname.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/aggregate_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/allprotected_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/apply_signed_char_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/apply_strings_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/array_member_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/arrays_global_twodim_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/char_binary_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/char_strings_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/cpp_typedef_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/default_args_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/default_constructor_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_abstract_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_basic_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_classes_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_classic_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_default_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_enum_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_exception_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_frob_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_ignore_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_primitives_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_protected_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_string_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_thread_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_unroll_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/director_wombat_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/dynamic_cast_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/enum_thorough_proper_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/enum_thorough_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/enum_thorough_simple_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/enum_thorough_typeunsafe_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/extend_default_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/extern_declaration_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/friends_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/global_namespace_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/ignore_parameter_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/imports_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/inctest_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/inherit_target_language_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/intermediary_classname_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_constants_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_director_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_enums_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_jnitypes_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_lib_arrays_dimensionless_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_lib_arrays_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_lib_various_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_pgcpp_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_pragmas_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_prepost_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_throws_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_typemaps_proxy_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/java_typemaps_typewrapper_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/li_boost_intrusive_ptr_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/li_boost_shared_ptr_bits_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/li_boost_shared_ptr_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/li_carrays_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/li_std_except_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/li_std_string_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/li_std_vector_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/li_typemaps_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/long_long_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/member_pointer_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/memberin_extend_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/minherit2_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/multiple_inheritance_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/nested_class_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/nested_structs_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/nested_workaround_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/nspace_extend_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/nspace_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/operator_overload_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/overload_complicated_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/overload_template_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/pointer_reference_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/preproc_line_file_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/primitive_ref_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/profiletest_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/rename1_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/rename2_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/rename3_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/rename4_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/rename_pcre_encoder_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/rename_pcre_enum_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/ret_by_value_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/rname_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/sizet_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/smart_pointer_const_overload_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/special_variable_macros_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/special_variables_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_classes_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_default_arg_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_default_class_parms_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_methods_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_nested_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_nested_typemaps_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_partial_specialization_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_partial_specialization_typedef_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/template_template_parameters_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/typemap_arrays_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/typemap_namespace_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/typemap_out_optimal_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/unions_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/using_pointers_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/varargs_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/virtual_poly_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java/wallkw_runme.java X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_constants.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_director.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_enums.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_jnitypes.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_lib_arrays.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_lib_arrays_dimensionless.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_lib_various.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_pgcpp.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_pragmas.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_prepost.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_throws.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_typemaps_proxy.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/java_typemaps_typewrapper.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/keyword_rename.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/kind.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/langobj.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lextype.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_attribute.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_boost_intrusive_ptr.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_boost_shared_ptr.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_boost_shared_ptr_bits.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_carrays.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_cdata.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_cdata_carrays.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_cmalloc.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_constraints.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_cpointer.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_cstring.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_cwstring.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_factory.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_implicit.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_math.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_reference.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_carray.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_combinations.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_deque.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_except.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_functors.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_list.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_map.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_map_member.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_multimap.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_pair.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_pair_extra.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_pair_lang_object.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_queue.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_set.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_stack.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_stream.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_string.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_string_extra.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_vector.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_vector_extra.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_vector_ptr.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_vectora.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_wstream.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_std_wstring.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_stdint.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_typemaps.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_typemaps_apply.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/li_windows.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/list_vector.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/long_long.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/long_long_apply.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/abstract_access_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/char_strings_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/cpp_basic_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/disown_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/dynamic_cast_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/enums_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/exception_order_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/exception_partial_info_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/import.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/import_nomodule_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/imports_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/li_carrays_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/li_std_except_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/li_std_pair_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/li_std_string_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/li_std_vector_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/li_typemaps_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/member_pointer_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/multi_import_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/newobject1_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/newobject2_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/operator_overload_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/overload_simple_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/overload_template_fast_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/overload_template_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/pointer_reference_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/primitive_ref_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/ret_by_value_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/sizet_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/smart_pointer_overload_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/template_default_arg_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/lua/voidtest_runme.lua X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/member_funcptr_galore.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/member_pointer.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/member_template.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/memberin1.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/memberin_extend.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/memberin_extend_c.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/minherit.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/minherit2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mixed_types.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mod.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mod.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mod_a.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mod_b.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/multi_import.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/multi_import.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/multi_import_a.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/multi_import_b.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/multi_import_c.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/multiple_inheritance.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/multivalue.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/casts_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/char_constant_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/imports_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/integers_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/name_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme/unions_runme.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/name.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/name_cxx.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/name_warnings.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_class.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_enum.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_extend.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_nested.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_spaces.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_template.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_typedef_class.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_typemap.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_union.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/namespace_virtual_method.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/naturalvar.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/nested.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/nested_class.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/nested_comment.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/nested_structs.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/nested_workaround.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/newobject1.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/newobject2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/nspace.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/nspace_extend.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/null_pointer.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/class_ignore_runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/imports_runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/makedebugtop X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/minherit_runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/name_runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/newobject1_runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/overload_copy_runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/sneaky1_runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/throw_exception_runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/typedef_mptr_runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/typename_runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/unions_runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/using_protected_runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/varargs_runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ocaml/voidtest_runme.ml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/abstract_access_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/abstract_typedef2_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/abstract_typedef_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/abstract_virtual_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/argcargvtest_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/array_member_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/arrays_global_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/callback_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/class_ignore_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/class_scope_weird_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/compactdefaultargs_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/complextest_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/constover_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/constructor_copy_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/contract_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/cpp_enum_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/cpp_namespace_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/default_args_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/default_constructor_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_abstract_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_basic_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_classic_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_default_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_detect_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_enum_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_extend_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_frob_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_nested_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_stl_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_string_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_unroll_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/director_wstring_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/dynamic_cast_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/empty_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/enum_template_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/enums_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/exception_order_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/extend_placement_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/extend_template_ns_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/extend_template_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/extend_variable_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/file_test_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/friends_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/fvirtual_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/global_ns_arg_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/grouping_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/iadd_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/import_nomodule_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/imports_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/inctest_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/inherit_missing_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/inout_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/inplaceadd_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/input_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_attribute_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_carrays_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_cmalloc_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_cpointer_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_cstring_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_cwstring_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_factory_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_implicit_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_std_carray_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_std_pair_extra_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_std_set_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_std_stream_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_std_string_extra_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_std_vector_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_std_wstream_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/li_std_wstring_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/member_pointer_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/minherit_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/mod_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/multi_import_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/namespace_class_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/namespace_typemap_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/namespace_virtual_method_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/naturalvar_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/nondynamic_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/null_pointer_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/octave_cell_deref_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/octave_empty.c X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_complicated_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_copy_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_extend_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_extendc_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_rename_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_simple_cast_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_simple_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_subtype_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_template_fast_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/overload_template_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/preproc_constants_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/preproc_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/primitive_ref_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/profiletest_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/refcount_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/reference_global_vars_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/rename_scope_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/ret_by_value_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/return_const_value_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/samename_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_extend_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_member_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_multi_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_multi_typedef_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_not_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_overload_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_rename_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_simple_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_templatevariables_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/smart_pointer_typedef_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/sneaky1_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/static_const_member_2_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/std_containers_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/struct_rename_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/struct_value_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/swigobject_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_construct_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_default_arg_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_extend1_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_extend2_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_inherit_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_matrix_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_ns4_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_ns_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_opaque_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_ref_type_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_rename_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_static_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_tbase_template_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_type_namespace_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_typedef_cplx2_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_typedef_cplx3_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_typedef_cplx4_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_typedef_cplx_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_typedef_import_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/template_typedef_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/typedef_class_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/typedef_inherit_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/typedef_scope_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/typemap_namespace_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/typemap_ns_using_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/typename_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/types_directive_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/unions_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/using1_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/using2_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/using_composition_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/using_extend_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/using_inherit_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/using_private_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/using_protected_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/varargs_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/virtual_derivation_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/virtual_poly_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/voidtest_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave/wrapmacro_runme.m X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/octave_cell_deref.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/operator_overload.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/operator_overload_break.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/operator_pointer_ref.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/operbool.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ordering.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_complicated.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_copy.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_extend.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_extendc.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_rename.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_return_type.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_simple.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_subtype.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_template.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/overload_template_fast.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/packageoption.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/packageoption.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/packageoption_a.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/packageoption_b.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/packageoption_c.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/Test/Builder.pm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/Test/More.pm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/aggregate_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/apply_signed_char_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/apply_strings_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/array_member_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/char_binary_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/char_strings_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/class_ignore_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/contract_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/default_args_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/default_constructor_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/disown_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/dynamic_cast_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/enum_template_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/enum_thorough_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/exception_order_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/global_vars_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/grouping_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/ignore_parameter_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/import_nomodule_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/imports_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/inctest_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/inherit_missing_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/inherit_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/li_carrays_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/li_cdata_carrays_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/li_reference_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/li_std_except_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/li_std_string_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/li_typemaps_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/member_pointer_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/minherit_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/multiple_inheritance_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/naturalvar_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/operator_overload_break_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/operator_overload_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/overload_copy_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/overload_simple_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/packageoption_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/preproc_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/primitive_ref_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/primitive_types_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/profiletest_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/reference_global_vars_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/rename_scope_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/ret_by_value_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/return_const_value_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/run-perl-test.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/sizet_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/sneaky1_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/template_default_arg_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/template_ref_type_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/template_typedef_cplx2_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/template_typedef_cplx3_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/template_typedef_cplx_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/typedef_class_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/typemap_namespace_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/typename_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/unions_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/using1_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/using2_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/varargs_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/virtual_poly_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/voidtest_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/perl5/wrapmacro_runme.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/abstract_inherit_ok_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/abstract_inherit_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/add_link_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/argout_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/arrayptr_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/arrays_global_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/arrays_global_twodim_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/arrays_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/arrays_scope_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/casts_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/char_strings_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/class_ignore_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/conversion_namespace_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/conversion_ns_template_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/conversion_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/cpp_static_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_abstract_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_basic_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_classic_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_default_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_detect_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_enum_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_exception_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_extend_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_finalizer_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_frob_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_nested_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_profile_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_protected_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_stl_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_string_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_thread_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/director_unroll_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/enum_scope_template_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/evil_diamond_ns_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/evil_diamond_prop_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/evil_diamond_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/exception_order_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/extend_template_ns_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/extend_template_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/grouping_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/ignore_parameter_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/import_nomodule_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/li_carrays_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/li_factory_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/li_std_string_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/newobject1_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/overload_rename_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/overload_return_type_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/pointer_reference_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/prefix_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/primitive_ref_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/rename_scope_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/skel.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/smart_pointer_rename_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/sym_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/template_arg_typename_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/template_construct_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/tests.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/threads_exception_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/typedef_reference_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/typemap_ns_using_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/using1_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/using2_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php/valuewrapper_base_runme.php X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/php_namewarn_rename.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/pike/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/pike/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/pointer_in_out.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/pointer_reference.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/prefix.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_constants.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_constants_c.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_defined.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_include.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_include_a.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_include_b.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_include_c.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_include_d withspace.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_include_e withspace.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_include_f withspace.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_include_g.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/preproc_line_file.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/primitive_ref.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/primitive_types.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/private_assign.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/profiletest.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/protected_rename.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/pure_virtual.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/abstract_access_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/abstract_typedef2_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/abstract_typedef_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/abstract_virtual_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/argcargvtest_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/array_member_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/arrays_global_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/callback_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/char_binary_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/class_ignore_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/class_scope_weird_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/compactdefaultargs_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/complextest_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/constover_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/constructor_copy_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/constructor_rename_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/contract_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/cpp_enum_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/cpp_namespace_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/cpp_static_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/default_arg_values_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/default_args_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/default_constructor_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_abstract_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_alternating_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_basic_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_classic_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_default_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_detect_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_enum_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_exception_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_extend_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_finalizer_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_frob_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_nested_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_profile_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_protected_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_stl_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_string_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_thread_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_unroll_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/director_wstring_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/disown_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/dynamic_cast_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/empty_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/enum_template_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/enums_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/exception_order_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/extend_placement_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/extend_template_ns_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/extend_template_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/extend_variable_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/extern_c_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/file_test_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/friends_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/funcptr_cpp_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/fvirtual_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/global_namespace_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/global_ns_arg_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/grouping_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/hugemod.pl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/iadd_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/import_nomodule_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/import_stl_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/imports_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/inctest_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/inherit_missing_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/inout_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/inplaceadd_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/input_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/keyword_rename_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/langobj_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_attribute_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_boost_shared_ptr_bits_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_boost_shared_ptr_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_carrays_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_cdata_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_cmalloc_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_cpointer_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_cstring_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_cwstring_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_factory_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_implicit_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_carray_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_map_member_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_map_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_pair_extra_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_set_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_stream_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_string_extra_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_vector_extra_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_vector_ptr_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_wstream_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/li_std_wstring_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/member_pointer_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/memberin_extend_c_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/minherit_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/mod_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/multi_import_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/namespace_class_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/namespace_typemap_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/namespace_virtual_method_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/naturalvar_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/nested_workaround_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/operbool_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_complicated_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_copy_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_extend_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_extendc_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_rename_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_simple_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_subtype_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_template_fast_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/overload_template_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/pointer_reference_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/preproc_defined_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/preproc_include_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/preproc_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/primitive_ref_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/primitive_types_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/profiletest_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/profiletestc_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/python_abstractbase_runme3.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/python_append_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/python_kwargs_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/python_nondynamic_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/python_overload_simple_cast_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/python_pybuf_runme3.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/python_richcompare_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/python_varargs_typemap_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/pythonswig.supp X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/refcount_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/reference_global_vars_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/rename_pcre_encoder_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/rename_scope_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/rename_strip_encoder_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/ret_by_value_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/return_const_value_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_const_overload_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_extend_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_member_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_multi_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_multi_typedef_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_not_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_overload_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_rename_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_simple_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_templatevariables_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/smart_pointer_typedef_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/sneaky1_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/special_variable_macros_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/static_const_member_2_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/std_containers_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/struct_initialization_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/struct_rename_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/struct_value_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/swigobject_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_construct_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_default_arg_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_extend1_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_extend2_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_inherit_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_matrix_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_ns4_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_ns_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_opaque_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_ref_type_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_rename_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_static_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_tbase_template_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_type_namespace_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_typedef_cplx2_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_typedef_cplx3_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_typedef_cplx4_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_typedef_cplx_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_typedef_import_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/template_typedef_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/threads_exception_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typedef_class_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typedef_inherit_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typedef_scope_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typemap_arrays_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typemap_delete_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typemap_namespace_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typemap_ns_using_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typemap_out_optimal_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typemap_qualifier_strip_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/typename_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/types_directive_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/unions_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/using1_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/using2_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/using_composition_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/using_extend_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/using_inherit_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/using_private_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/using_protected_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/varargs_overload_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/varargs_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/virtual_derivation_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/virtual_poly_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/voidtest_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python/wrapmacro_runme.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_abstractbase.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_append.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_autodoc.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_kwargs.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_nondynamic.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_overload_simple_cast.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_pybuf.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_richcompare.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/python_varargs_typemap.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/arrays_dimensionless_runme.R X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/funcptr_runme.R X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/ignore_parameter_runme.R X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/integers_runme.R X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/r_copy_struct_runme.R X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/r_double_delete_runme.R X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/r_legacy_runme.R X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/rename_simple_runme.R X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/simple_array_runme.R X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/unions_runme.R X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r/unittest.R X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r_copy_struct.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r_double_delete.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/r_legacy.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/redefined.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/refcount.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/refcount.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/reference_global_vars.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/register_par.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename1.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename3.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename4.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename_camel.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename_pcre_encoder.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename_pcre_enum.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename_scope.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename_simple.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rename_strip_encoder.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/restrict_cplusplus.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ret_by_value.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/return_const_value.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/return_value_scope.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/rname.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/abstract_access_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/abstract_inherit_ok_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/abstract_inherit_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/abstract_signature_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/abstract_typedef2_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/abstract_typedef_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/abstract_virtual_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/access_change_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/add_link_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/aggregate_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/anonymous_bitfield_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/apply_signed_char_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/apply_strings_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/argout_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/array_member_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/arrays_global_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/arrays_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/bools_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/cast_operator_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/casts_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/char_constant_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/check_missing_tests.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/class_ignore_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/const_const_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/constover_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/cpp_namespace_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/default_constructor_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_abstract_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_basic_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_constructor_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_default_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_detect_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_exception_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_frob_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_nested_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_protected_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_string_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_unroll_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/director_wombat_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/disown_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/dynamic_cast_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/enum_thorough_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/enums_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/extend_template_ns_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/extend_template_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/friends_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/function_typedef_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/grouping_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/ignore_parameter_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/imports_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/inherit_missing_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/integers_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_carrays_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_cstring_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_factory_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_math_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_deque_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_functors_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_map_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_multimap_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_pair_lang_object_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_pair_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_queue_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_set_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_speed2_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_stack_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_stream_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_string_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/li_std_vector_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/member_pointer_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/minherit_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/namespace_typemap_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/newobject1_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/newobject2_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/overload_copy_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/overload_extend_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/overload_extendc_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/overload_simple_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/overload_subtype_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/overload_template_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/primitive_ref_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/primitive_types_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/profiletest_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/refcount_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/reference_global_vars_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/rename_scope_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/ruby_keywords_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/ruby_li_std_speed_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/ruby_naming_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/ruby_track_objects_directors_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/ruby_track_objects_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/smart_pointer_const_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/smart_pointer_multi_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/smart_pointer_multi_typedef_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/smart_pointer_not_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/smart_pointer_overload_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/smart_pointer_rename_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/smart_pointer_simple_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/smart_pointer_typedef_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/sneaky1_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/static_const_member_2_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/std_containers_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/stl_new_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/struct_value_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/swig_assert.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/swig_gc.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_construct_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_extend1_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_extend2_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_inherit_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_ns4_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_ns_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_rename_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_tbase_template_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_type_namespace_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_typedef_cplx2_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_typedef_cplx3_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_typedef_cplx4_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/template_typedef_cplx_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/throw_exception_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/typedef_inherit_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/typedef_scope_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/typemap_namespace_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/typemap_ns_using_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/typename_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/unions_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/using1_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/using2_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/using_composition_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/using_extend_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/using_inherit_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/using_private_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/using_protected_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/varargs_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/virtual_derivation_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/virtual_poly_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby/voidtest_runme.rb X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby_keywords.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby_li_std_speed.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby_naming.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby_track_objects.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/ruby_track_objects_directors.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/samename.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/casts.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/char_constant.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/class_ignore.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/constover.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/contract.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/cpp_enum.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/cpp_namespace.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/dynamic_cast.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/global_vars.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/global_vars_proxy.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/import_nomodule.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/imports.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/inherit_missing.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/integers.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/li_std_string.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/li_typemaps.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/li_typemaps_proxy.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/list_vector.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/multiple_inheritance_proxy.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/multivalue.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/name.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/overload_complicated.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/overload_copy.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/overload_extend.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/overload_simple.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/overload_subtype.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/pointer_in_out.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/reference_global_vars.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/typedef_inherit.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/typename.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/unions.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme/unions_proxy.scm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/shared_ptr_wrapper.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/simple_array.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/simutry.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/sizeof_pointer.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/sizet.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_const.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_const2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_const_overload.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_extend.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_inherit.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_member.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_multi.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_multi_typedef.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_namespace.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_namespace2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_not.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_overload.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_protected.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_rename.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_simple.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_static.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_template_const_overload.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_templatemethods.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_templatevariables.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/smart_pointer_typedef.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/sneaky1.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/special_variable_macros.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/special_variables.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/static_array_member.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/static_const_member.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/static_const_member_2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/std_containers.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/stl_new.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/struct_initialization.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/struct_initialization_cpp.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/struct_rename.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/struct_value.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/swig_examples_lock.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/swigobject.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/sym.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/symbol_clash.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tag_no_clash_with_variable.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/bools_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/clientdata_prop_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/disown_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/enum_thorough_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/import_nomodule_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/imports_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/li_std_string_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/member_pointer_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/newobject1_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/newobject2_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/null_pointer_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/overload_copy_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/overload_simple_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/primitive_ref_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/primitive_types_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/profiletest_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/reference_global_vars_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/union_parameter_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/tcl/unions_runme.tcl X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_arg_replace.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_arg_scope.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_arg_typename.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_array_numeric.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_base_template.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_basic.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_classes.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_const_ref.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_construct.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_default.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_default2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_default_arg.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_default_class_parms.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_default_inherit.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_default_pointer.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_default_qualify.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_default_vw.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_enum.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_enum_ns_inherit.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_enum_typedef.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_explicit.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_expr.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_extend1.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_extend2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_extend_overload.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_extend_overload_2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_forward.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_inherit.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_inherit_abstract.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_int_const.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_matrix.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_methods.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_nested.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_nested_typemaps.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ns.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ns2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ns3.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ns4.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ns_enum.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ns_enum2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ns_inherit.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ns_scope.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_opaque.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_partial_arg.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_partial_specialization.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_partial_specialization_typedef.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_qualifier.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_ref_type.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_rename.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_retvalue.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_specialization.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_specialization_defarg.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_specialization_enum.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_static.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_tbase_template.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_template_parameters.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_type_namespace.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_cplx.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_cplx2.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_cplx2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_cplx3.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_cplx4.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_cplx5.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_fnc.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_funcptr.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_import.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_import.list X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_ns.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_ptr.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typedef_rec.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_typemaps.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_using.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_virtual.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/template_whitespace.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/testdir/subdir1/hello.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/testdir/subdir1/imports.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/testdir/subdir1/subinc1.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/testdir/subdir2/hello.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/testdir/subdir2/imports.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/testdir/subdir2/subinc2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/testdir/test.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/threads.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/threads_exception.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/throw_exception.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/traits.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_array_member.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_class.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_funcptr.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_inherit.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_mptr.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_reference.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_scope.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_sizet.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typedef_struct.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_arrays.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_delete.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_global_scope.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_namespace.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_ns_using.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_numinputs.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_out_optimal.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_qualifier_strip.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_self.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_subst.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_template.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_variables.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typemap_various.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/typename.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/types_directive.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/uffi/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/uffi/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/union_parameter.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/union_scope.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/unions.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using1.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using2.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using_composition.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using_extend.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using_inherit.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using_namespace.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using_namespace_loop.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using_pointers.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using_private.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/using_protected.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/valuewrapper.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/valuewrapper_base.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/valuewrapper_const.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/valuewrapper_opaque.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/varargs.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/varargs_overload.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/virtual_derivation.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/virtual_destructor.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/virtual_poly.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/voidtest.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/wallkw.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/test-suite/wrapmacro.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/error.expected-xml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/error.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example.expected-xml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_apply.expected-xml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_apply.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_const.expected-xml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_const.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_gif.expected-xml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_inl.expected-xml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_inl.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_inl.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_p5.expected-xml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_p5.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_ro.expected-xml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_ro.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_title_add.expected-xml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_title_add.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_xml.expected-xml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_xml.h X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/example_xml.i X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/gnarly.expected-xml X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2.0.4/xml/gnarly.i X%%DATADIR%%/2.0.4/allegrocl/allegrocl.swg X%%DATADIR%%/2.0.4/allegrocl/inout_typemaps.i X%%DATADIR%%/2.0.4/allegrocl/longlongs.i X%%DATADIR%%/2.0.4/allegrocl/std_list.i X%%DATADIR%%/2.0.4/allegrocl/std_string.i X%%DATADIR%%/2.0.4/allegrocl/typemaps.i X%%DATADIR%%/2.0.4/allkw.swg X%%DATADIR%%/2.0.4/attribute.i X%%DATADIR%%/2.0.4/carrays.i X%%DATADIR%%/2.0.4/cdata.i X%%DATADIR%%/2.0.4/cffi/cffi.swg X%%DATADIR%%/2.0.4/chicken/chicken.swg X%%DATADIR%%/2.0.4/chicken/chickenkw.swg X%%DATADIR%%/2.0.4/chicken/chickenrun.swg X%%DATADIR%%/2.0.4/chicken/multi-generic.scm X%%DATADIR%%/2.0.4/chicken/std_string.i X%%DATADIR%%/2.0.4/chicken/swigclosprefix.scm X%%DATADIR%%/2.0.4/chicken/tinyclos-multi-generic.patch X%%DATADIR%%/2.0.4/chicken/typemaps.i X%%DATADIR%%/2.0.4/clisp/clisp.swg X%%DATADIR%%/2.0.4/cmalloc.i X%%DATADIR%%/2.0.4/constraints.i X%%DATADIR%%/2.0.4/cpointer.i X%%DATADIR%%/2.0.4/csharp/arrays_csharp.i X%%DATADIR%%/2.0.4/csharp/boost_shared_ptr.i X%%DATADIR%%/2.0.4/csharp/csharp.swg X%%DATADIR%%/2.0.4/csharp/csharphead.swg X%%DATADIR%%/2.0.4/csharp/csharpkw.swg X%%DATADIR%%/2.0.4/csharp/director.swg X%%DATADIR%%/2.0.4/csharp/enums.swg X%%DATADIR%%/2.0.4/csharp/enumsimple.swg X%%DATADIR%%/2.0.4/csharp/enumtypesafe.swg X%%DATADIR%%/2.0.4/csharp/std_common.i X%%DATADIR%%/2.0.4/csharp/std_deque.i X%%DATADIR%%/2.0.4/csharp/std_except.i X%%DATADIR%%/2.0.4/csharp/std_map.i X%%DATADIR%%/2.0.4/csharp/std_pair.i X%%DATADIR%%/2.0.4/csharp/std_shared_ptr.i X%%DATADIR%%/2.0.4/csharp/std_string.i X%%DATADIR%%/2.0.4/csharp/std_vector.i X%%DATADIR%%/2.0.4/csharp/std_wstring.i X%%DATADIR%%/2.0.4/csharp/stl.i X%%DATADIR%%/2.0.4/csharp/typemaps.i X%%DATADIR%%/2.0.4/csharp/wchar.i X%%DATADIR%%/2.0.4/cstring.i X%%DATADIR%%/2.0.4/cwstring.i X%%DATADIR%%/2.0.4/d/boost_shared_ptr.i X%%DATADIR%%/2.0.4/d/carrays.i X%%DATADIR%%/2.0.4/d/cpointer.i X%%DATADIR%%/2.0.4/d/d.swg X%%DATADIR%%/2.0.4/d/dclassgen.swg X%%DATADIR%%/2.0.4/d/ddirectives.swg X%%DATADIR%%/2.0.4/d/denums.swg X%%DATADIR%%/2.0.4/d/dexception.swg X%%DATADIR%%/2.0.4/d/dhead.swg X%%DATADIR%%/2.0.4/d/director.swg X%%DATADIR%%/2.0.4/d/dkw.swg X%%DATADIR%%/2.0.4/d/dmemberfunctionpointers.swg X%%DATADIR%%/2.0.4/d/doperators.swg X%%DATADIR%%/2.0.4/d/dprimitives.swg X%%DATADIR%%/2.0.4/d/dstrings.swg X%%DATADIR%%/2.0.4/d/dswigtype.swg X%%DATADIR%%/2.0.4/d/dvoid.swg X%%DATADIR%%/2.0.4/d/std_common.i X%%DATADIR%%/2.0.4/d/std_deque.i X%%DATADIR%%/2.0.4/d/std_except.i X%%DATADIR%%/2.0.4/d/std_map.i X%%DATADIR%%/2.0.4/d/std_pair.i X%%DATADIR%%/2.0.4/d/std_shared_ptr.i X%%DATADIR%%/2.0.4/d/std_string.i X%%DATADIR%%/2.0.4/d/std_vector.i X%%DATADIR%%/2.0.4/d/stl.i X%%DATADIR%%/2.0.4/d/typemaps.i X%%DATADIR%%/2.0.4/d/wrapperloader.swg X%%DATADIR%%/2.0.4/exception.i X%%DATADIR%%/2.0.4/gcj/cni.i X%%DATADIR%%/2.0.4/gcj/cni.swg X%%DATADIR%%/2.0.4/gcj/javaprims.i X%%DATADIR%%/2.0.4/go/cdata.i X%%DATADIR%%/2.0.4/go/exception.i X%%DATADIR%%/2.0.4/go/go.swg X%%DATADIR%%/2.0.4/go/gokw.swg X%%DATADIR%%/2.0.4/go/goruntime.swg X%%DATADIR%%/2.0.4/go/std_common.i X%%DATADIR%%/2.0.4/go/std_deque.i X%%DATADIR%%/2.0.4/go/std_except.i X%%DATADIR%%/2.0.4/go/std_map.i X%%DATADIR%%/2.0.4/go/std_pair.i X%%DATADIR%%/2.0.4/go/std_string.i X%%DATADIR%%/2.0.4/go/std_vector.i X%%DATADIR%%/2.0.4/go/stl.i X%%DATADIR%%/2.0.4/go/typemaps.i X%%DATADIR%%/2.0.4/guile/common.scm X%%DATADIR%%/2.0.4/guile/cplusplus.i X%%DATADIR%%/2.0.4/guile/ghinterface.i X%%DATADIR%%/2.0.4/guile/guile.i X%%DATADIR%%/2.0.4/guile/guile_gh.swg X%%DATADIR%%/2.0.4/guile/guile_gh_run.swg X%%DATADIR%%/2.0.4/guile/guile_scm.swg X%%DATADIR%%/2.0.4/guile/guile_scm_run.swg X%%DATADIR%%/2.0.4/guile/guilemain.i X%%DATADIR%%/2.0.4/guile/interpreter.i X%%DATADIR%%/2.0.4/guile/list-vector.i X%%DATADIR%%/2.0.4/guile/pointer-in-out.i X%%DATADIR%%/2.0.4/guile/ports.i X%%DATADIR%%/2.0.4/guile/std_common.i X%%DATADIR%%/2.0.4/guile/std_deque.i X%%DATADIR%%/2.0.4/guile/std_except.i X%%DATADIR%%/2.0.4/guile/std_map.i X%%DATADIR%%/2.0.4/guile/std_pair.i X%%DATADIR%%/2.0.4/guile/std_string.i X%%DATADIR%%/2.0.4/guile/std_vector.i X%%DATADIR%%/2.0.4/guile/stl.i X%%DATADIR%%/2.0.4/guile/swigrun.i X%%DATADIR%%/2.0.4/guile/typemaps.i X%%DATADIR%%/2.0.4/intrusive_ptr.i X%%DATADIR%%/2.0.4/inttypes.i X%%DATADIR%%/2.0.4/java/arrays_java.i X%%DATADIR%%/2.0.4/java/boost_intrusive_ptr.i X%%DATADIR%%/2.0.4/java/boost_shared_ptr.i X%%DATADIR%%/2.0.4/java/director.swg X%%DATADIR%%/2.0.4/java/enums.swg X%%DATADIR%%/2.0.4/java/enumsimple.swg X%%DATADIR%%/2.0.4/java/enumtypesafe.swg X%%DATADIR%%/2.0.4/java/enumtypeunsafe.swg X%%DATADIR%%/2.0.4/java/java.swg X%%DATADIR%%/2.0.4/java/javahead.swg X%%DATADIR%%/2.0.4/java/javakw.swg X%%DATADIR%%/2.0.4/java/std_common.i X%%DATADIR%%/2.0.4/java/std_deque.i X%%DATADIR%%/2.0.4/java/std_except.i X%%DATADIR%%/2.0.4/java/std_map.i X%%DATADIR%%/2.0.4/java/std_pair.i X%%DATADIR%%/2.0.4/java/std_shared_ptr.i X%%DATADIR%%/2.0.4/java/std_string.i X%%DATADIR%%/2.0.4/java/std_vector.i X%%DATADIR%%/2.0.4/java/std_wstring.i X%%DATADIR%%/2.0.4/java/stl.i X%%DATADIR%%/2.0.4/java/typemaps.i X%%DATADIR%%/2.0.4/java/various.i X%%DATADIR%%/2.0.4/lua/_std_common.i X%%DATADIR%%/2.0.4/lua/carrays.i X%%DATADIR%%/2.0.4/lua/lua.swg X%%DATADIR%%/2.0.4/lua/lua_fnptr.i X%%DATADIR%%/2.0.4/lua/luarun.swg X%%DATADIR%%/2.0.4/lua/luaruntime.swg X%%DATADIR%%/2.0.4/lua/luatypemaps.swg X%%DATADIR%%/2.0.4/lua/std_common.i X%%DATADIR%%/2.0.4/lua/std_deque.i X%%DATADIR%%/2.0.4/lua/std_except.i X%%DATADIR%%/2.0.4/lua/std_map.i X%%DATADIR%%/2.0.4/lua/std_pair.i X%%DATADIR%%/2.0.4/lua/std_string.i X%%DATADIR%%/2.0.4/lua/std_vector.i X%%DATADIR%%/2.0.4/lua/stl.i X%%DATADIR%%/2.0.4/lua/typemaps.i X%%DATADIR%%/2.0.4/lua/wchar.i X%%DATADIR%%/2.0.4/math.i X%%DATADIR%%/2.0.4/modula3/modula3.swg X%%DATADIR%%/2.0.4/modula3/modula3head.swg X%%DATADIR%%/2.0.4/modula3/typemaps.i X%%DATADIR%%/2.0.4/mzscheme/mzrun.swg X%%DATADIR%%/2.0.4/mzscheme/mzscheme.swg X%%DATADIR%%/2.0.4/mzscheme/std_common.i X%%DATADIR%%/2.0.4/mzscheme/std_deque.i X%%DATADIR%%/2.0.4/mzscheme/std_map.i X%%DATADIR%%/2.0.4/mzscheme/std_pair.i X%%DATADIR%%/2.0.4/mzscheme/std_string.i X%%DATADIR%%/2.0.4/mzscheme/std_vector.i X%%DATADIR%%/2.0.4/mzscheme/stl.i X%%DATADIR%%/2.0.4/mzscheme/typemaps.i X%%DATADIR%%/2.0.4/ocaml/carray.i X%%DATADIR%%/2.0.4/ocaml/class.swg X%%DATADIR%%/2.0.4/ocaml/cstring.i X%%DATADIR%%/2.0.4/ocaml/director.swg X%%DATADIR%%/2.0.4/ocaml/ocaml.i X%%DATADIR%%/2.0.4/ocaml/ocaml.swg X%%DATADIR%%/2.0.4/ocaml/ocamldec.swg X%%DATADIR%%/2.0.4/ocaml/ocamlkw.swg X%%DATADIR%%/2.0.4/ocaml/preamble.swg X%%DATADIR%%/2.0.4/ocaml/std_common.i X%%DATADIR%%/2.0.4/ocaml/std_complex.i X%%DATADIR%%/2.0.4/ocaml/std_deque.i X%%DATADIR%%/2.0.4/ocaml/std_list.i X%%DATADIR%%/2.0.4/ocaml/std_map.i X%%DATADIR%%/2.0.4/ocaml/std_pair.i X%%DATADIR%%/2.0.4/ocaml/std_string.i X%%DATADIR%%/2.0.4/ocaml/std_vector.i X%%DATADIR%%/2.0.4/ocaml/stl.i X%%DATADIR%%/2.0.4/ocaml/swig.ml X%%DATADIR%%/2.0.4/ocaml/swig.mli X%%DATADIR%%/2.0.4/ocaml/swigp4.ml X%%DATADIR%%/2.0.4/ocaml/typecheck.i X%%DATADIR%%/2.0.4/ocaml/typemaps.i X%%DATADIR%%/2.0.4/ocaml/typeregister.swg X%%DATADIR%%/2.0.4/octave/attribute.i X%%DATADIR%%/2.0.4/octave/boost_shared_ptr.i X%%DATADIR%%/2.0.4/octave/carrays.i X%%DATADIR%%/2.0.4/octave/cdata.i X%%DATADIR%%/2.0.4/octave/cmalloc.i X%%DATADIR%%/2.0.4/octave/director.swg X%%DATADIR%%/2.0.4/octave/exception.i X%%DATADIR%%/2.0.4/octave/factory.i X%%DATADIR%%/2.0.4/octave/implicit.i X%%DATADIR%%/2.0.4/octave/octave.swg X%%DATADIR%%/2.0.4/octave/octcomplex.swg X%%DATADIR%%/2.0.4/octave/octcontainer.swg X%%DATADIR%%/2.0.4/octave/octfragments.swg X%%DATADIR%%/2.0.4/octave/octiterators.swg X%%DATADIR%%/2.0.4/octave/octopers.swg X%%DATADIR%%/2.0.4/octave/octprimtypes.swg X%%DATADIR%%/2.0.4/octave/octrun.swg X%%DATADIR%%/2.0.4/octave/octruntime.swg X%%DATADIR%%/2.0.4/octave/octstdcommon.swg X%%DATADIR%%/2.0.4/octave/octtypemaps.swg X%%DATADIR%%/2.0.4/octave/octuserdir.swg X%%DATADIR%%/2.0.4/octave/std_alloc.i X%%DATADIR%%/2.0.4/octave/std_basic_string.i X%%DATADIR%%/2.0.4/octave/std_carray.i X%%DATADIR%%/2.0.4/octave/std_char_traits.i X%%DATADIR%%/2.0.4/octave/std_common.i X%%DATADIR%%/2.0.4/octave/std_complex.i X%%DATADIR%%/2.0.4/octave/std_container.i X%%DATADIR%%/2.0.4/octave/std_deque.i X%%DATADIR%%/2.0.4/octave/std_except.i X%%DATADIR%%/2.0.4/octave/std_map.i X%%DATADIR%%/2.0.4/octave/std_pair.i X%%DATADIR%%/2.0.4/octave/std_string.i X%%DATADIR%%/2.0.4/octave/std_vector.i X%%DATADIR%%/2.0.4/octave/stl.i X%%DATADIR%%/2.0.4/octave/typemaps.i X%%DATADIR%%/2.0.4/perl5/Makefile.pl X%%DATADIR%%/2.0.4/perl5/attribute.i X%%DATADIR%%/2.0.4/perl5/carrays.i X%%DATADIR%%/2.0.4/perl5/cdata.i X%%DATADIR%%/2.0.4/perl5/cmalloc.i X%%DATADIR%%/2.0.4/perl5/cni.i X%%DATADIR%%/2.0.4/perl5/cpointer.i X%%DATADIR%%/2.0.4/perl5/cstring.i X%%DATADIR%%/2.0.4/perl5/exception.i X%%DATADIR%%/2.0.4/perl5/factory.i X%%DATADIR%%/2.0.4/perl5/jstring.i X%%DATADIR%%/2.0.4/perl5/noembed.h X%%DATADIR%%/2.0.4/perl5/perl5.swg X%%DATADIR%%/2.0.4/perl5/perlerrors.swg X%%DATADIR%%/2.0.4/perl5/perlfragments.swg X%%DATADIR%%/2.0.4/perl5/perlhead.swg X%%DATADIR%%/2.0.4/perl5/perlinit.swg X%%DATADIR%%/2.0.4/perl5/perlkw.swg X%%DATADIR%%/2.0.4/perl5/perlmacros.swg X%%DATADIR%%/2.0.4/perl5/perlmain.i X%%DATADIR%%/2.0.4/perl5/perlopers.swg X%%DATADIR%%/2.0.4/perl5/perlprimtypes.swg X%%DATADIR%%/2.0.4/perl5/perlrun.swg X%%DATADIR%%/2.0.4/perl5/perlruntime.swg X%%DATADIR%%/2.0.4/perl5/perlstrings.swg X%%DATADIR%%/2.0.4/perl5/perltypemaps.swg X%%DATADIR%%/2.0.4/perl5/perluserdir.swg X%%DATADIR%%/2.0.4/perl5/reference.i X%%DATADIR%%/2.0.4/perl5/std_common.i X%%DATADIR%%/2.0.4/perl5/std_deque.i X%%DATADIR%%/2.0.4/perl5/std_except.i X%%DATADIR%%/2.0.4/perl5/std_list.i X%%DATADIR%%/2.0.4/perl5/std_map.i X%%DATADIR%%/2.0.4/perl5/std_pair.i X%%DATADIR%%/2.0.4/perl5/std_string.i X%%DATADIR%%/2.0.4/perl5/std_vector.i X%%DATADIR%%/2.0.4/perl5/stl.i X%%DATADIR%%/2.0.4/perl5/typemaps.i X%%DATADIR%%/2.0.4/php/const.i X%%DATADIR%%/2.0.4/php/director.swg X%%DATADIR%%/2.0.4/php/factory.i X%%DATADIR%%/2.0.4/php/globalvar.i X%%DATADIR%%/2.0.4/php/php.swg X%%DATADIR%%/2.0.4/php/phpinit.swg X%%DATADIR%%/2.0.4/php/phpkw.swg X%%DATADIR%%/2.0.4/php/phppointers.i X%%DATADIR%%/2.0.4/php/phprun.swg X%%DATADIR%%/2.0.4/php/std_common.i X%%DATADIR%%/2.0.4/php/std_deque.i X%%DATADIR%%/2.0.4/php/std_map.i X%%DATADIR%%/2.0.4/php/std_pair.i X%%DATADIR%%/2.0.4/php/std_string.i X%%DATADIR%%/2.0.4/php/std_vector.i X%%DATADIR%%/2.0.4/php/stl.i X%%DATADIR%%/2.0.4/php/typemaps.i X%%DATADIR%%/2.0.4/php/utils.i X%%DATADIR%%/2.0.4/pike/pike.swg X%%DATADIR%%/2.0.4/pike/pikekw.swg X%%DATADIR%%/2.0.4/pike/pikerun.swg X%%DATADIR%%/2.0.4/pike/std_string.i X%%DATADIR%%/2.0.4/pointer.i X%%DATADIR%%/2.0.4/python/argcargv.i X%%DATADIR%%/2.0.4/python/attribute.i X%%DATADIR%%/2.0.4/python/boost_shared_ptr.i X%%DATADIR%%/2.0.4/python/builtin.swg X%%DATADIR%%/2.0.4/python/carrays.i X%%DATADIR%%/2.0.4/python/ccomplex.i X%%DATADIR%%/2.0.4/python/cdata.i X%%DATADIR%%/2.0.4/python/cmalloc.i X%%DATADIR%%/2.0.4/python/cni.i X%%DATADIR%%/2.0.4/python/complex.i X%%DATADIR%%/2.0.4/python/cpointer.i X%%DATADIR%%/2.0.4/python/cstring.i X%%DATADIR%%/2.0.4/python/cwstring.i X%%DATADIR%%/2.0.4/python/defarg.swg X%%DATADIR%%/2.0.4/python/director.swg X%%DATADIR%%/2.0.4/python/embed.i X%%DATADIR%%/2.0.4/python/embed15.i X%%DATADIR%%/2.0.4/python/exception.i X%%DATADIR%%/2.0.4/python/factory.i X%%DATADIR%%/2.0.4/python/file.i X%%DATADIR%%/2.0.4/python/implicit.i X%%DATADIR%%/2.0.4/python/jstring.i X%%DATADIR%%/2.0.4/python/pyabc.i X%%DATADIR%%/2.0.4/python/pyapi.swg X%%DATADIR%%/2.0.4/python/pybackward.swg X%%DATADIR%%/2.0.4/python/pybuffer.i X%%DATADIR%%/2.0.4/python/pyclasses.swg X%%DATADIR%%/2.0.4/python/pycomplex.swg X%%DATADIR%%/2.0.4/python/pycontainer.swg X%%DATADIR%%/2.0.4/python/pydocs.swg X%%DATADIR%%/2.0.4/python/pyerrors.swg X%%DATADIR%%/2.0.4/python/pyfragments.swg X%%DATADIR%%/2.0.4/python/pyhead.swg X%%DATADIR%%/2.0.4/python/pyinit.swg X%%DATADIR%%/2.0.4/python/pyiterators.swg X%%DATADIR%%/2.0.4/python/pymacros.swg X%%DATADIR%%/2.0.4/python/pyname_compat.i X%%DATADIR%%/2.0.4/python/pyopers.swg X%%DATADIR%%/2.0.4/python/pyprimtypes.swg X%%DATADIR%%/2.0.4/python/pyrun.swg X%%DATADIR%%/2.0.4/python/pyruntime.swg X%%DATADIR%%/2.0.4/python/pystdcommon.swg X%%DATADIR%%/2.0.4/python/pystrings.swg X%%DATADIR%%/2.0.4/python/python.swg X%%DATADIR%%/2.0.4/python/pythonkw.swg X%%DATADIR%%/2.0.4/python/pythreads.swg X%%DATADIR%%/2.0.4/python/pytuplehlp.swg X%%DATADIR%%/2.0.4/python/pytypemaps.swg X%%DATADIR%%/2.0.4/python/pyuserdir.swg X%%DATADIR%%/2.0.4/python/pywstrings.swg X%%DATADIR%%/2.0.4/python/std_alloc.i X%%DATADIR%%/2.0.4/python/std_basic_string.i X%%DATADIR%%/2.0.4/python/std_carray.i X%%DATADIR%%/2.0.4/python/std_char_traits.i X%%DATADIR%%/2.0.4/python/std_common.i X%%DATADIR%%/2.0.4/python/std_complex.i X%%DATADIR%%/2.0.4/python/std_container.i X%%DATADIR%%/2.0.4/python/std_deque.i X%%DATADIR%%/2.0.4/python/std_except.i X%%DATADIR%%/2.0.4/python/std_ios.i X%%DATADIR%%/2.0.4/python/std_iostream.i X%%DATADIR%%/2.0.4/python/std_list.i X%%DATADIR%%/2.0.4/python/std_map.i X%%DATADIR%%/2.0.4/python/std_multimap.i X%%DATADIR%%/2.0.4/python/std_multiset.i X%%DATADIR%%/2.0.4/python/std_pair.i X%%DATADIR%%/2.0.4/python/std_set.i X%%DATADIR%%/2.0.4/python/std_shared_ptr.i X%%DATADIR%%/2.0.4/python/std_sstream.i X%%DATADIR%%/2.0.4/python/std_streambuf.i X%%DATADIR%%/2.0.4/python/std_string.i X%%DATADIR%%/2.0.4/python/std_vector.i X%%DATADIR%%/2.0.4/python/std_vectora.i X%%DATADIR%%/2.0.4/python/std_wios.i X%%DATADIR%%/2.0.4/python/std_wiostream.i X%%DATADIR%%/2.0.4/python/std_wsstream.i X%%DATADIR%%/2.0.4/python/std_wstreambuf.i X%%DATADIR%%/2.0.4/python/std_wstring.i X%%DATADIR%%/2.0.4/python/stl.i X%%DATADIR%%/2.0.4/python/typemaps.i X%%DATADIR%%/2.0.4/python/wchar.i X%%DATADIR%%/2.0.4/r/cdata.i X%%DATADIR%%/2.0.4/r/exception.i X%%DATADIR%%/2.0.4/r/r.swg X%%DATADIR%%/2.0.4/r/rcontainer.swg X%%DATADIR%%/2.0.4/r/rfragments.swg X%%DATADIR%%/2.0.4/r/rkw.swg X%%DATADIR%%/2.0.4/r/ropers.swg X%%DATADIR%%/2.0.4/r/rrun.swg X%%DATADIR%%/2.0.4/r/rstdcommon.swg X%%DATADIR%%/2.0.4/r/rtype.swg X%%DATADIR%%/2.0.4/r/srun.swg X%%DATADIR%%/2.0.4/r/std_alloc.i X%%DATADIR%%/2.0.4/r/std_common.i X%%DATADIR%%/2.0.4/r/std_container.i X%%DATADIR%%/2.0.4/r/std_deque.i X%%DATADIR%%/2.0.4/r/std_except.i X%%DATADIR%%/2.0.4/r/std_map.i X%%DATADIR%%/2.0.4/r/std_pair.i X%%DATADIR%%/2.0.4/r/std_string.i X%%DATADIR%%/2.0.4/r/std_vector.i X%%DATADIR%%/2.0.4/r/stl.i X%%DATADIR%%/2.0.4/r/typemaps.i X%%DATADIR%%/2.0.4/ruby/Makefile.swig X%%DATADIR%%/2.0.4/ruby/argcargv.i X%%DATADIR%%/2.0.4/ruby/attribute.i X%%DATADIR%%/2.0.4/ruby/carrays.i X%%DATADIR%%/2.0.4/ruby/cdata.i X%%DATADIR%%/2.0.4/ruby/cmalloc.i X%%DATADIR%%/2.0.4/ruby/cni.i X%%DATADIR%%/2.0.4/ruby/cpointer.i X%%DATADIR%%/2.0.4/ruby/cstring.i X%%DATADIR%%/2.0.4/ruby/director.swg X%%DATADIR%%/2.0.4/ruby/embed.i X%%DATADIR%%/2.0.4/ruby/exception.i X%%DATADIR%%/2.0.4/ruby/extconf.rb X%%DATADIR%%/2.0.4/ruby/factory.i X%%DATADIR%%/2.0.4/ruby/file.i X%%DATADIR%%/2.0.4/ruby/jstring.i X%%DATADIR%%/2.0.4/ruby/progargcargv.i X%%DATADIR%%/2.0.4/ruby/ruby.swg X%%DATADIR%%/2.0.4/ruby/rubyapi.swg X%%DATADIR%%/2.0.4/ruby/rubyautodoc.swg X%%DATADIR%%/2.0.4/ruby/rubyclasses.swg X%%DATADIR%%/2.0.4/ruby/rubycomplex.swg X%%DATADIR%%/2.0.4/ruby/rubycontainer.swg X%%DATADIR%%/2.0.4/ruby/rubycontainer_extended.swg X%%DATADIR%%/2.0.4/ruby/rubydef.swg X%%DATADIR%%/2.0.4/ruby/rubyerrors.swg X%%DATADIR%%/2.0.4/ruby/rubyfragments.swg X%%DATADIR%%/2.0.4/ruby/rubyhead.swg X%%DATADIR%%/2.0.4/ruby/rubyinit.swg X%%DATADIR%%/2.0.4/ruby/rubyiterators.swg X%%DATADIR%%/2.0.4/ruby/rubykw.swg X%%DATADIR%%/2.0.4/ruby/rubymacros.swg X%%DATADIR%%/2.0.4/ruby/rubyopers.swg X%%DATADIR%%/2.0.4/ruby/rubyprimtypes.swg X%%DATADIR%%/2.0.4/ruby/rubyrun.swg X%%DATADIR%%/2.0.4/ruby/rubyruntime.swg X%%DATADIR%%/2.0.4/ruby/rubystdautodoc.swg X%%DATADIR%%/2.0.4/ruby/rubystdcommon.swg X%%DATADIR%%/2.0.4/ruby/rubystdfunctors.swg X%%DATADIR%%/2.0.4/ruby/rubystrings.swg X%%DATADIR%%/2.0.4/ruby/rubytracking.swg X%%DATADIR%%/2.0.4/ruby/rubytypemaps.swg X%%DATADIR%%/2.0.4/ruby/rubyuserdir.swg X%%DATADIR%%/2.0.4/ruby/rubywstrings.swg X%%DATADIR%%/2.0.4/ruby/std_alloc.i X%%DATADIR%%/2.0.4/ruby/std_basic_string.i X%%DATADIR%%/2.0.4/ruby/std_char_traits.i X%%DATADIR%%/2.0.4/ruby/std_common.i X%%DATADIR%%/2.0.4/ruby/std_complex.i X%%DATADIR%%/2.0.4/ruby/std_container.i X%%DATADIR%%/2.0.4/ruby/std_deque.i X%%DATADIR%%/2.0.4/ruby/std_except.i X%%DATADIR%%/2.0.4/ruby/std_functors.i X%%DATADIR%%/2.0.4/ruby/std_ios.i X%%DATADIR%%/2.0.4/ruby/std_iostream.i X%%DATADIR%%/2.0.4/ruby/std_list.i X%%DATADIR%%/2.0.4/ruby/std_map.i X%%DATADIR%%/2.0.4/ruby/std_multimap.i X%%DATADIR%%/2.0.4/ruby/std_multiset.i X%%DATADIR%%/2.0.4/ruby/std_pair.i X%%DATADIR%%/2.0.4/ruby/std_queue.i X%%DATADIR%%/2.0.4/ruby/std_set.i X%%DATADIR%%/2.0.4/ruby/std_sstream.i X%%DATADIR%%/2.0.4/ruby/std_stack.i X%%DATADIR%%/2.0.4/ruby/std_streambuf.i X%%DATADIR%%/2.0.4/ruby/std_string.i X%%DATADIR%%/2.0.4/ruby/std_vector.i X%%DATADIR%%/2.0.4/ruby/std_vectora.i X%%DATADIR%%/2.0.4/ruby/std_wstring.i X%%DATADIR%%/2.0.4/ruby/stl.i X%%DATADIR%%/2.0.4/ruby/timeval.i X%%DATADIR%%/2.0.4/ruby/typemaps.i X%%DATADIR%%/2.0.4/runtime.swg X%%DATADIR%%/2.0.4/shared_ptr.i X%%DATADIR%%/2.0.4/std/_std_deque.i X%%DATADIR%%/2.0.4/std/std_alloc.i X%%DATADIR%%/2.0.4/std/std_basic_string.i X%%DATADIR%%/2.0.4/std/std_carray.swg X%%DATADIR%%/2.0.4/std/std_char_traits.i X%%DATADIR%%/2.0.4/std/std_common.i X%%DATADIR%%/2.0.4/std/std_container.i X%%DATADIR%%/2.0.4/std/std_deque.i X%%DATADIR%%/2.0.4/std/std_except.i X%%DATADIR%%/2.0.4/std/std_ios.i X%%DATADIR%%/2.0.4/std/std_iostream.i X%%DATADIR%%/2.0.4/std/std_list.i X%%DATADIR%%/2.0.4/std/std_map.i X%%DATADIR%%/2.0.4/std/std_multimap.i X%%DATADIR%%/2.0.4/std/std_multiset.i X%%DATADIR%%/2.0.4/std/std_pair.i X%%DATADIR%%/2.0.4/std/std_queue.i X%%DATADIR%%/2.0.4/std/std_set.i X%%DATADIR%%/2.0.4/std/std_sstream.i X%%DATADIR%%/2.0.4/std/std_stack.i X%%DATADIR%%/2.0.4/std/std_streambuf.i X%%DATADIR%%/2.0.4/std/std_string.i X%%DATADIR%%/2.0.4/std/std_vector.i X%%DATADIR%%/2.0.4/std/std_vectora.i X%%DATADIR%%/2.0.4/std/std_wios.i X%%DATADIR%%/2.0.4/std/std_wiostream.i X%%DATADIR%%/2.0.4/std/std_wsstream.i X%%DATADIR%%/2.0.4/std/std_wstreambuf.i X%%DATADIR%%/2.0.4/std/std_wstring.i X%%DATADIR%%/2.0.4/std_except.i X%%DATADIR%%/2.0.4/stdint.i X%%DATADIR%%/2.0.4/stl.i X%%DATADIR%%/2.0.4/swig.swg X%%DATADIR%%/2.0.4/swigarch.i X%%DATADIR%%/2.0.4/swigerrors.swg X%%DATADIR%%/2.0.4/swiginit.swg X%%DATADIR%%/2.0.4/swiglabels.swg X%%DATADIR%%/2.0.4/swigrun.i X%%DATADIR%%/2.0.4/swigrun.swg X%%DATADIR%%/2.0.4/swigwarn.swg X%%DATADIR%%/2.0.4/swigwarnings.swg X%%DATADIR%%/2.0.4/tcl/attribute.i X%%DATADIR%%/2.0.4/tcl/carrays.i X%%DATADIR%%/2.0.4/tcl/cdata.i X%%DATADIR%%/2.0.4/tcl/cmalloc.i X%%DATADIR%%/2.0.4/tcl/cni.i X%%DATADIR%%/2.0.4/tcl/cpointer.i X%%DATADIR%%/2.0.4/tcl/cstring.i X%%DATADIR%%/2.0.4/tcl/cwstring.i X%%DATADIR%%/2.0.4/tcl/exception.i X%%DATADIR%%/2.0.4/tcl/factory.i X%%DATADIR%%/2.0.4/tcl/jstring.i X%%DATADIR%%/2.0.4/tcl/std_common.i X%%DATADIR%%/2.0.4/tcl/std_deque.i X%%DATADIR%%/2.0.4/tcl/std_except.i X%%DATADIR%%/2.0.4/tcl/std_map.i X%%DATADIR%%/2.0.4/tcl/std_pair.i X%%DATADIR%%/2.0.4/tcl/std_string.i X%%DATADIR%%/2.0.4/tcl/std_vector.i X%%DATADIR%%/2.0.4/tcl/std_wstring.i X%%DATADIR%%/2.0.4/tcl/stl.i X%%DATADIR%%/2.0.4/tcl/tcl8.swg X%%DATADIR%%/2.0.4/tcl/tclapi.swg X%%DATADIR%%/2.0.4/tcl/tclerrors.swg X%%DATADIR%%/2.0.4/tcl/tclfragments.swg X%%DATADIR%%/2.0.4/tcl/tclinit.swg X%%DATADIR%%/2.0.4/tcl/tclinterp.i X%%DATADIR%%/2.0.4/tcl/tclkw.swg X%%DATADIR%%/2.0.4/tcl/tclmacros.swg X%%DATADIR%%/2.0.4/tcl/tclopers.swg X%%DATADIR%%/2.0.4/tcl/tclprimtypes.swg X%%DATADIR%%/2.0.4/tcl/tclresult.i X%%DATADIR%%/2.0.4/tcl/tclrun.swg X%%DATADIR%%/2.0.4/tcl/tclruntime.swg X%%DATADIR%%/2.0.4/tcl/tclsh.i X%%DATADIR%%/2.0.4/tcl/tclstrings.swg X%%DATADIR%%/2.0.4/tcl/tcltypemaps.swg X%%DATADIR%%/2.0.4/tcl/tcluserdir.swg X%%DATADIR%%/2.0.4/tcl/tclwstrings.swg X%%DATADIR%%/2.0.4/tcl/typemaps.i X%%DATADIR%%/2.0.4/tcl/wish.i X%%DATADIR%%/2.0.4/typemaps/attribute.swg X%%DATADIR%%/2.0.4/typemaps/carrays.swg X%%DATADIR%%/2.0.4/typemaps/cdata.swg X%%DATADIR%%/2.0.4/typemaps/cmalloc.swg X%%DATADIR%%/2.0.4/typemaps/cpointer.swg X%%DATADIR%%/2.0.4/typemaps/cstring.swg X%%DATADIR%%/2.0.4/typemaps/cstrings.swg X%%DATADIR%%/2.0.4/typemaps/cwstring.swg X%%DATADIR%%/2.0.4/typemaps/enumint.swg X%%DATADIR%%/2.0.4/typemaps/exception.swg X%%DATADIR%%/2.0.4/typemaps/factory.swg X%%DATADIR%%/2.0.4/typemaps/fragments.swg X%%DATADIR%%/2.0.4/typemaps/implicit.swg X%%DATADIR%%/2.0.4/typemaps/inoutlist.swg X%%DATADIR%%/2.0.4/typemaps/misctypes.swg X%%DATADIR%%/2.0.4/typemaps/primtypes.swg X%%DATADIR%%/2.0.4/typemaps/ptrtypes.swg X%%DATADIR%%/2.0.4/typemaps/std_except.swg X%%DATADIR%%/2.0.4/typemaps/std_string.swg X%%DATADIR%%/2.0.4/typemaps/std_strings.swg X%%DATADIR%%/2.0.4/typemaps/std_wstring.swg X%%DATADIR%%/2.0.4/typemaps/string.swg X%%DATADIR%%/2.0.4/typemaps/strings.swg X%%DATADIR%%/2.0.4/typemaps/swigmacros.swg X%%DATADIR%%/2.0.4/typemaps/swigobject.swg X%%DATADIR%%/2.0.4/typemaps/swigtype.swg X%%DATADIR%%/2.0.4/typemaps/swigtypemaps.swg X%%DATADIR%%/2.0.4/typemaps/traits.swg X%%DATADIR%%/2.0.4/typemaps/typemaps.swg X%%DATADIR%%/2.0.4/typemaps/valtypes.swg X%%DATADIR%%/2.0.4/typemaps/void.swg X%%DATADIR%%/2.0.4/typemaps/wstring.swg X%%DATADIR%%/2.0.4/uffi/uffi.swg X%%DATADIR%%/2.0.4/wchar.i X%%DATADIR%%/2.0.4/windows.i X@dirrm %%DATADIR%%/2.0.4/uffi X@dirrm %%DATADIR%%/2.0.4/typemaps X@dirrm %%DATADIR%%/2.0.4/tcl X@dirrm %%DATADIR%%/2.0.4/std X@dirrm %%DATADIR%%/2.0.4/ruby X@dirrm %%DATADIR%%/2.0.4/r X@dirrm %%DATADIR%%/2.0.4/python X@dirrm %%DATADIR%%/2.0.4/pike X@dirrm %%DATADIR%%/2.0.4/php X@dirrm %%DATADIR%%/2.0.4/perl5 X@dirrm %%DATADIR%%/2.0.4/octave X@dirrm %%DATADIR%%/2.0.4/ocaml X@dirrm %%DATADIR%%/2.0.4/mzscheme X@dirrm %%DATADIR%%/2.0.4/modula3 X@dirrm %%DATADIR%%/2.0.4/lua X@dirrm %%DATADIR%%/2.0.4/java X@dirrm %%DATADIR%%/2.0.4/guile X@dirrm %%DATADIR%%/2.0.4/go X@dirrm %%DATADIR%%/2.0.4/gcj X@dirrm %%DATADIR%%/2.0.4/d X@dirrm %%DATADIR%%/2.0.4/csharp X@dirrm %%DATADIR%%/2.0.4/clisp X@dirrm %%DATADIR%%/2.0.4/chicken X@dirrm %%DATADIR%%/2.0.4/cffi X@dirrm %%DATADIR%%/2.0.4/allegrocl X@dirrm %%DATADIR%%/2.0.4 X@dirrmtry %%DATADIR%% X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/xml X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/uffi X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/testdir/subdir2 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/testdir/subdir1 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/testdir X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/tcl X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/schemerunme X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/ruby X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/r X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/python X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/pike X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/php X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/perl5/Test X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/perl5 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/octave X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/ocaml X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/mzscheme X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/lua X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/java X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/guilescm X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/guile X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/go X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/errors X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/d X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/csharp X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/clisp X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/chicken X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/cffi X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite/allegrocl X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/test-suite X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/variables X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/value X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/std_vector X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/reference X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/pointer X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/operator X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/multimap X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/java X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/import X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/funcptr X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/enum X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/contract X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/constants X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl/class X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/tcl X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/s-exp X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/variables X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/value X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/template X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/std_vector X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/reference X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/pointer X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/overloading X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/operator X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/multimap X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/mark_function X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/java X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/import_template X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/import X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/hashargs X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/functor X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/funcptr2 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/funcptr X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/free_function X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/exception_class X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/enum X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/constants X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby/class X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ruby X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/r/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/r/class X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/r X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/variables X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/varargs X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/template X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/swigrun X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/std_vector X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/std_map X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/smartptr X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/reference X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/pointer X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/performance/operator X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/performance/hierarchy_operator X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/performance/hierarchy X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/performance/func X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/performance/constructor X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/performance X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/operator X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/multimap X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/libffi X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/java X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/import_template X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/import X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/functor X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/funcptr2 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/funcptr X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/extend X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/exceptproxy X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/exception X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/enum X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/docstrings X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/contract X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/constants X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/class X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python/callback X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/python X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/pike/template X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/pike/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/pike/overload X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/pike/enum X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/pike/constants X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/pike/class X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/pike X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/variables X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/value X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/sync X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/reference X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/proxy X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/pragmas X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/pointer X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/overloading X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/funcptr X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/extend X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/enum X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/disown X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/cpointer X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/constants X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/class X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php/callback X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/php X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/xmlstring X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/variables X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/value X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/reference X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/pointer X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/multiple_inheritance X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/multimap X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/java X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/inline X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/import X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/funcptr X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/constants2 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/constants X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5/class X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/perl5 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/variables X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/template X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/reference X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/pointer X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/operator X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/functor X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/funcptr2 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/funcptr X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/extend X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/enum X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/contract X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/constants X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/class X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave/callback X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/octave X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/strings_test X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/string_from_ptr X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/stl X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/std_vector X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/std_string X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/shapes X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/scoped_enum X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/contract X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml/argout_ref X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/ocaml X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/mzscheme/std_vector X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/mzscheme/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/mzscheme/multimap X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/mzscheme X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/modula3/typemap X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/modula3/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/modula3/reference X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/modula3/exception X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/modula3/enum X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/modula3/class X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/modula3 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/variables X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/pointer X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/owner X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/import X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/functor X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/functest X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/funcptr3 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/exception X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/embed3 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/embed2 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/embed X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/dual X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/constants X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/class X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua/arrays X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/lua X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/variables X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/typemap X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/template X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/reference X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/pointer X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/native X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/multimap X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/funcptr X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/extend X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/enum X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/constants X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/class X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java/callback X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/java X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/guile/std_vector X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/guile/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/guile/port X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/guile/multivalue X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/guile/multimap X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/guile/matrix X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/guile/constants X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/guile X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/variables X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/template X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/reference X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/pointer X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/multimap X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/funcptr X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/extend X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/enum X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/constants X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/class X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go/callback X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/go X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/variables/d2 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/variables/d1 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/variables X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/simple/d2 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/simple/d1 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/funcptr/d2 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/funcptr/d1 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/funcptr X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/extend/d2 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/extend/d1 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/extend X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/enum/d2 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/enum/d1 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/enum X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/constants/d2 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/constants/d1 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/constants X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/class/d2 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/class/d1 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/class X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/callback/d2 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/callback/d1 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d/callback X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/d X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/variables X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/template X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/reference X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/funcptr X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/extend X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/enum X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/class X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/callback X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp/arrays X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/csharp X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/contract/simple_cxx X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/contract/simple_c X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/contract X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/chicken/simple X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/chicken/overload X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/chicken/multimap X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/chicken/egg X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/chicken/constants X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/chicken/class X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4/chicken X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/2.0.4 X%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%%/2.0.4/Manual X%%PORTDOCS%%@dirrm %%DOCSDIR%%/2.0.4/Devel X%%PORTDOCS%%@dirrm %%DOCSDIR%%/2.0.4 X%%PORTDOCS%%@dirrmtry %%DOCSDIR%% 7d0680cbd04c0a174cf36338c3d559e8 echo c - swig20/files mkdir -p swig20/files > /dev/null 2>&1 echo x - swig20/files/patch-work-swig-2.0.4-configure sed 's/^X//' >swig20/files/patch-work-swig-2.0.4-configure << '5fd215975bf16882838e81c793854a63' X--- configure.orig 2012-04-13 16:49:59.000000000 -0500 X+++ configure 2012-04-13 16:50:32.000000000 -0500 X@@ -5344,7 +5344,7 @@ X done X test -n "$PCRE_CONFIG" || PCRE_CONFIG="no" X X- if test "$PCRE_CONFIG" == "no"; then : X+ if test "$PCRE_CONFIG" = "no"; then : X X : X { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 X@@ -5366,7 +5366,7 @@ X X else X X- if test x"" == x; then : X+ if test x"" = x; then : X X PCRE_CFLAGS="`$PCRE_CONFIG $pcre_config_args --cflags`" X X@@ -5376,7 +5376,7 @@ X X fi X X- if test x"" == x; then : X+ if test x"" = x; then : X X PCRE_LIBS="`$PCRE_CONFIG $pcre_config_args --libs`" X X@@ -9205,19 +9205,19 @@ X isolate_b_regex='\([0-9]\+\).*' X for ver_part in $nodots_a ; do X b_ver_part=`echo "$ver_b" | sed -e 's/'"$isolate_b_regex"'/\1/'` X- if test \( "$ver_part" -lt "$b_ver_part" \) -a \( "x$condition" == "xequal" \) ; then X+ if test \( "$ver_part" -lt "$b_ver_part" \) -a \( "x$condition" = "xequal" \) ; then X condition=less X- elif test \( "$ver_part" -gt "$b_ver_part" \) -a \( "x$condition" == "xequal" \) ; then X+ elif test \( "$ver_part" -gt "$b_ver_part" \) -a \( "x$condition" = "xequal" \) ; then X condition=greater X fi X isolate_b_regex='[0-9]\+\.'"$isolate_b_regex" X done X X- if test "x$condition" == "xequal" ; then X+ if test "x$condition" = "xequal" ; then X : X- elif test "x$condition" == "xless" ; then X+ elif test "x$condition" = "xless" ; then X : X- elif test "x$condition" == "xgreater" ; then X+ elif test "x$condition" = "xgreater" ; then X OCAMLLOC=_loc X fi X 5fd215975bf16882838e81c793854a63 exit