Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2023 21:49:19 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3f452eb979b7 - main - devel/swig40: Add swig40 4.0.2 (copied from swig)
Message-ID:  <202304182149.33ILnJq7044620@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3f452eb979b7b2224107fae1ab2862f253782058

commit 3f452eb979b7b2224107fae1ab2862f253782058
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-18 21:34:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-18 21:34:52 +0000

    devel/swig40: Add swig40 4.0.2 (copied from swig)
    
    - Add PORTSCOUT
---
 devel/Makefile         |   1 +
 devel/swig40/Makefile  |  37 +++
 devel/swig40/distinfo  |   3 +
 devel/swig40/pkg-descr |  13 +
 devel/swig40/pkg-plist | 718 +++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 772 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index c40f9ebe2bd3..7843f1fdc13a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7512,6 +7512,7 @@
     SUBDIR += svntrac
     SUBDIR += swank-clojure
     SUBDIR += swig
+    SUBDIR += swig40
     SUBDIR += sysconftool
     SUBDIR += sysfsutils
     SUBDIR += systemc
diff --git a/devel/swig40/Makefile b/devel/swig40/Makefile
new file mode 100644
index 000000000000..eeb2c5f5dbd9
--- /dev/null
+++ b/devel/swig40/Makefile
@@ -0,0 +1,37 @@
+PORTNAME=	swig
+PORTVERSION=	4.0.2
+CATEGORIES=	devel
+MASTER_SITES=	SF/swig/swig/swig-${PORTVERSION}
+PKGNAMESUFFIX=	40
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Generate wrappers for calling C/C++ code from other languages
+WWW=		https://www.swig.org/
+
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/LICENSE-GPL
+
+LIB_DEPENDS=	libpcre.so:devel/pcre
+
+USES=		lua:build
+
+ALL_TARGET=	# empty
+CFLAGS+=	-fPIC -DPIC
+CONFIGURE_ARGS=	--program-suffix=40 \
+		--with-lua=${LOCALBASE}/bin/${LUA_CMD} \
+		--with-luaincl=${LUA_INCDIR} \
+		--with-lualib=${LUA_LIBDIR}
+GNU_CONFIGURE=	yes
+TEST_TARGET=	check
+
+PLIST_SUB=	PORTVERSION=${PORTVERSION}
+
+PORTSCOUT=	limit:^4\.0\.
+
+post-configure:
+	@${REINPLACE_CMD} -e 's#null#&|| true#' ${WRKSRC}/Makefile
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ccache-swig40 ${STAGEDIR}${PREFIX}/bin/swig40
+
+.include <bsd.port.mk>
diff --git a/devel/swig40/distinfo b/devel/swig40/distinfo
new file mode 100644
index 000000000000..60aa2a453b98
--- /dev/null
+++ b/devel/swig40/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1592835215
+SHA256 (swig-4.0.2.tar.gz) = d53be9730d8d58a16bf0cbd1f8ac0c0c3e1090573168bfa151b01eb47fa906fc
+SIZE (swig-4.0.2.tar.gz) = 8097014
diff --git a/devel/swig40/pkg-descr b/devel/swig40/pkg-descr
new file mode 100644
index 000000000000..ef3ff7ab6118
--- /dev/null
+++ b/devel/swig40/pkg-descr
@@ -0,0 +1,13 @@
+SWIG is a software development tool that connects programs written in C and C++
+with a variety of high-level programming languages. SWIG is used with different
+types of target languages including common scripting languages such as
+Javascript, Perl, PHP, Python, Tcl and Ruby. The list of supported languages
+also includes non-scripting languages such as C#, Common Lisp (CLISP, Allegro
+CL, CFFI, UFFI), D, Go language, Java, Lua, Modula-3, OCAML, Octave and R. Also
+several interpreted and compiled Scheme implementations (Guile, MzScheme/Racket,
+Chicken) are supported. SWIG is most commonly used to create high-level
+interpreted or compiled programming environments, user interfaces, and as a tool
+for testing and prototyping C/C++ software. SWIG is typically used to parse
+C/C++ interfaces and generate the 'glue code' required for the above target
+languages to call into the C/C++ code. SWIG can also export its parse tree in
+the form of XML and Lisp s-expressions.
diff --git a/devel/swig40/pkg-plist b/devel/swig40/pkg-plist
new file mode 100644
index 000000000000..99169255d8c1
--- /dev/null
+++ b/devel/swig40/pkg-plist
@@ -0,0 +1,718 @@
+bin/ccache-swig40
+bin/swig40
+%%DATADIR%%/%%PORTVERSION%%/allkw.swg
+%%DATADIR%%/%%PORTVERSION%%/attribute.i
+%%DATADIR%%/%%PORTVERSION%%/carrays.i
+%%DATADIR%%/%%PORTVERSION%%/cdata.i
+%%DATADIR%%/%%PORTVERSION%%/cmalloc.i
+%%DATADIR%%/%%PORTVERSION%%/constraints.i
+%%DATADIR%%/%%PORTVERSION%%/cpointer.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/arrays_csharp.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/boost_intrusive_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/boost_shared_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/complex.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/csharp.swg
+%%DATADIR%%/%%PORTVERSION%%/csharp/csharphead.swg
+%%DATADIR%%/%%PORTVERSION%%/csharp/csharpkw.swg
+%%DATADIR%%/%%PORTVERSION%%/csharp/director.swg
+%%DATADIR%%/%%PORTVERSION%%/csharp/enums.swg
+%%DATADIR%%/%%PORTVERSION%%/csharp/enumsimple.swg
+%%DATADIR%%/%%PORTVERSION%%/csharp/enumtypesafe.swg
+%%DATADIR%%/%%PORTVERSION%%/csharp/std_array.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/std_auto_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/std_complex.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/std_list.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/std_set.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/std_shared_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/std_wstring.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/stl.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/swiginterface.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/swigtype_inout.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/csharp/wchar.i
+%%DATADIR%%/%%PORTVERSION%%/cstring.i
+%%DATADIR%%/%%PORTVERSION%%/cwstring.i
+%%DATADIR%%/%%PORTVERSION%%/d/boost_shared_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/d/carrays.i
+%%DATADIR%%/%%PORTVERSION%%/d/cpointer.i
+%%DATADIR%%/%%PORTVERSION%%/d/d.swg
+%%DATADIR%%/%%PORTVERSION%%/d/dclassgen.swg
+%%DATADIR%%/%%PORTVERSION%%/d/ddirectives.swg
+%%DATADIR%%/%%PORTVERSION%%/d/denums.swg
+%%DATADIR%%/%%PORTVERSION%%/d/dexception.swg
+%%DATADIR%%/%%PORTVERSION%%/d/dhead.swg
+%%DATADIR%%/%%PORTVERSION%%/d/director.swg
+%%DATADIR%%/%%PORTVERSION%%/d/dkw.swg
+%%DATADIR%%/%%PORTVERSION%%/d/dmemberfunctionpointers.swg
+%%DATADIR%%/%%PORTVERSION%%/d/doperators.swg
+%%DATADIR%%/%%PORTVERSION%%/d/dprimitives.swg
+%%DATADIR%%/%%PORTVERSION%%/d/dstrings.swg
+%%DATADIR%%/%%PORTVERSION%%/d/dswigtype.swg
+%%DATADIR%%/%%PORTVERSION%%/d/dvoid.swg
+%%DATADIR%%/%%PORTVERSION%%/d/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/d/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/d/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/d/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/d/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/d/std_shared_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/d/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/d/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/d/stl.i
+%%DATADIR%%/%%PORTVERSION%%/d/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/d/wrapperloader.swg
+%%DATADIR%%/%%PORTVERSION%%/director_common.swg
+%%DATADIR%%/%%PORTVERSION%%/exception.i
+%%DATADIR%%/%%PORTVERSION%%/go/cdata.i
+%%DATADIR%%/%%PORTVERSION%%/go/director.swg
+%%DATADIR%%/%%PORTVERSION%%/go/exception.i
+%%DATADIR%%/%%PORTVERSION%%/go/go.swg
+%%DATADIR%%/%%PORTVERSION%%/go/gokw.swg
+%%DATADIR%%/%%PORTVERSION%%/go/goruntime.swg
+%%DATADIR%%/%%PORTVERSION%%/go/gostring.swg
+%%DATADIR%%/%%PORTVERSION%%/go/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/go/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/go/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/go/std_list.i
+%%DATADIR%%/%%PORTVERSION%%/go/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/go/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/go/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/go/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/go/stl.i
+%%DATADIR%%/%%PORTVERSION%%/go/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/guile/common.scm
+%%DATADIR%%/%%PORTVERSION%%/guile/cplusplus.i
+%%DATADIR%%/%%PORTVERSION%%/guile/guile.i
+%%DATADIR%%/%%PORTVERSION%%/guile/guile_scm.swg
+%%DATADIR%%/%%PORTVERSION%%/guile/guile_scm_run.swg
+%%DATADIR%%/%%PORTVERSION%%/guile/guilemain.i
+%%DATADIR%%/%%PORTVERSION%%/guile/interpreter.i
+%%DATADIR%%/%%PORTVERSION%%/guile/list-vector.i
+%%DATADIR%%/%%PORTVERSION%%/guile/pointer-in-out.i
+%%DATADIR%%/%%PORTVERSION%%/guile/ports.i
+%%DATADIR%%/%%PORTVERSION%%/guile/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/guile/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/guile/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/guile/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/guile/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/guile/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/guile/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/guile/stl.i
+%%DATADIR%%/%%PORTVERSION%%/guile/swigrun.i
+%%DATADIR%%/%%PORTVERSION%%/guile/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/intrusive_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/inttypes.i
+%%DATADIR%%/%%PORTVERSION%%/java/arrays_java.i
+%%DATADIR%%/%%PORTVERSION%%/java/boost_intrusive_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/java/boost_shared_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/java/director.swg
+%%DATADIR%%/%%PORTVERSION%%/java/enums.swg
+%%DATADIR%%/%%PORTVERSION%%/java/enumsimple.swg
+%%DATADIR%%/%%PORTVERSION%%/java/enumtypesafe.swg
+%%DATADIR%%/%%PORTVERSION%%/java/enumtypeunsafe.swg
+%%DATADIR%%/%%PORTVERSION%%/java/java.swg
+%%DATADIR%%/%%PORTVERSION%%/java/javahead.swg
+%%DATADIR%%/%%PORTVERSION%%/java/javakw.swg
+%%DATADIR%%/%%PORTVERSION%%/java/std_array.i
+%%DATADIR%%/%%PORTVERSION%%/java/std_auto_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/java/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/java/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/java/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/java/std_list.i
+%%DATADIR%%/%%PORTVERSION%%/java/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/java/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/java/std_set.i
+%%DATADIR%%/%%PORTVERSION%%/java/std_shared_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/java/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/java/std_unordered_map.i
+%%DATADIR%%/%%PORTVERSION%%/java/std_unordered_set.i
+%%DATADIR%%/%%PORTVERSION%%/java/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/java/std_wstring.i
+%%DATADIR%%/%%PORTVERSION%%/java/stl.i
+%%DATADIR%%/%%PORTVERSION%%/java/swiginterface.i
+%%DATADIR%%/%%PORTVERSION%%/java/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/java/various.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/arrays_javascript.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/ccomplex.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/cdata.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/complex.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/exception.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/javascript.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/javascriptcode.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/javascriptcomplex.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/javascriptfragments.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/javascripthelpers.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/javascriptinit.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/javascriptkw.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/javascriptprimtypes.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/javascriptrun.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/javascriptruntime.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/javascriptstrings.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/javascripttypemaps.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/std_complex.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/stl.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/jsc/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/arrays_javascript.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/ccomplex.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/cdata.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/complex.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/exception.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/javascript.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/javascriptcode.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/javascriptcomplex.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/javascriptfragments.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/javascripthelpers.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/javascriptinit.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/javascriptkw.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/javascriptprimtypes.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/javascriptrun.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/javascriptruntime.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/javascriptstrings.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/javascripttypemaps.swg
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/std_complex.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/stl.i
+%%DATADIR%%/%%PORTVERSION%%/javascript/v8/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/lua/_std_common.i
+%%DATADIR%%/%%PORTVERSION%%/lua/carrays.i
+%%DATADIR%%/%%PORTVERSION%%/lua/factory.i
+%%DATADIR%%/%%PORTVERSION%%/lua/lua.swg
+%%DATADIR%%/%%PORTVERSION%%/lua/lua_fnptr.i
+%%DATADIR%%/%%PORTVERSION%%/lua/luakw.swg
+%%DATADIR%%/%%PORTVERSION%%/lua/luarun.swg
+%%DATADIR%%/%%PORTVERSION%%/lua/luaruntime.swg
+%%DATADIR%%/%%PORTVERSION%%/lua/luatypemaps.swg
+%%DATADIR%%/%%PORTVERSION%%/lua/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/lua/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/lua/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/lua/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/lua/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/lua/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/lua/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/lua/stl.i
+%%DATADIR%%/%%PORTVERSION%%/lua/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/lua/wchar.i
+%%DATADIR%%/%%PORTVERSION%%/math.i
+%%DATADIR%%/%%PORTVERSION%%/mzscheme/mzrun.swg
+%%DATADIR%%/%%PORTVERSION%%/mzscheme/mzscheme.swg
+%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/mzscheme/stl.i
+%%DATADIR%%/%%PORTVERSION%%/mzscheme/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/ocaml/carray.i
+%%DATADIR%%/%%PORTVERSION%%/ocaml/class.swg
+%%DATADIR%%/%%PORTVERSION%%/ocaml/cstring.i
+%%DATADIR%%/%%PORTVERSION%%/ocaml/director.swg
+%%DATADIR%%/%%PORTVERSION%%/ocaml/ocaml.i
+%%DATADIR%%/%%PORTVERSION%%/ocaml/ocaml.swg
+%%DATADIR%%/%%PORTVERSION%%/ocaml/ocamlkw.swg
+%%DATADIR%%/%%PORTVERSION%%/ocaml/ocamlrun.swg
+%%DATADIR%%/%%PORTVERSION%%/ocaml/ocamlrundec.swg
+%%DATADIR%%/%%PORTVERSION%%/ocaml/preamble.swg
+%%DATADIR%%/%%PORTVERSION%%/ocaml/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/ocaml/std_complex.i
+%%DATADIR%%/%%PORTVERSION%%/ocaml/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/ocaml/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/ocaml/std_list.i
+%%DATADIR%%/%%PORTVERSION%%/ocaml/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/ocaml/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/ocaml/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/ocaml/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/ocaml/stl.i
+%%DATADIR%%/%%PORTVERSION%%/ocaml/swig.ml
+%%DATADIR%%/%%PORTVERSION%%/ocaml/swig.mli
+%%DATADIR%%/%%PORTVERSION%%/ocaml/swigp4.ml
+%%DATADIR%%/%%PORTVERSION%%/ocaml/typecheck.i
+%%DATADIR%%/%%PORTVERSION%%/ocaml/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/ocaml/typeregister.swg
+%%DATADIR%%/%%PORTVERSION%%/octave/attribute.i
+%%DATADIR%%/%%PORTVERSION%%/octave/boost_shared_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/octave/carrays.i
+%%DATADIR%%/%%PORTVERSION%%/octave/cdata.i
+%%DATADIR%%/%%PORTVERSION%%/octave/cmalloc.i
+%%DATADIR%%/%%PORTVERSION%%/octave/director.swg
+%%DATADIR%%/%%PORTVERSION%%/octave/exception.i
+%%DATADIR%%/%%PORTVERSION%%/octave/factory.i
+%%DATADIR%%/%%PORTVERSION%%/octave/implicit.i
+%%DATADIR%%/%%PORTVERSION%%/octave/octave.swg
+%%DATADIR%%/%%PORTVERSION%%/octave/octcomplex.swg
+%%DATADIR%%/%%PORTVERSION%%/octave/octcontainer.swg
+%%DATADIR%%/%%PORTVERSION%%/octave/octfragments.swg
+%%DATADIR%%/%%PORTVERSION%%/octave/octheaders.hpp
+%%DATADIR%%/%%PORTVERSION%%/octave/octiterators.swg
+%%DATADIR%%/%%PORTVERSION%%/octave/octopers.swg
+%%DATADIR%%/%%PORTVERSION%%/octave/octprimtypes.swg
+%%DATADIR%%/%%PORTVERSION%%/octave/octrun.swg
+%%DATADIR%%/%%PORTVERSION%%/octave/octruntime.swg
+%%DATADIR%%/%%PORTVERSION%%/octave/octstdcommon.swg
+%%DATADIR%%/%%PORTVERSION%%/octave/octtypemaps.swg
+%%DATADIR%%/%%PORTVERSION%%/octave/octuserdir.swg
+%%DATADIR%%/%%PORTVERSION%%/octave/std_alloc.i
+%%DATADIR%%/%%PORTVERSION%%/octave/std_basic_string.i
+%%DATADIR%%/%%PORTVERSION%%/octave/std_carray.i
+%%DATADIR%%/%%PORTVERSION%%/octave/std_char_traits.i
+%%DATADIR%%/%%PORTVERSION%%/octave/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/octave/std_complex.i
+%%DATADIR%%/%%PORTVERSION%%/octave/std_container.i
+%%DATADIR%%/%%PORTVERSION%%/octave/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/octave/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/octave/std_list.i
+%%DATADIR%%/%%PORTVERSION%%/octave/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/octave/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/octave/std_shared_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/octave/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/octave/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/octave/std_wstring.i
+%%DATADIR%%/%%PORTVERSION%%/octave/stl.i
+%%DATADIR%%/%%PORTVERSION%%/octave/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/Makefile.pl
+%%DATADIR%%/%%PORTVERSION%%/perl5/attribute.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/carrays.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/cdata.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/cmalloc.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/cpointer.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/cstring.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/director.swg
+%%DATADIR%%/%%PORTVERSION%%/perl5/exception.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/factory.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/noembed.h
+%%DATADIR%%/%%PORTVERSION%%/perl5/perl5.swg
+%%DATADIR%%/%%PORTVERSION%%/perl5/perlerrors.swg
+%%DATADIR%%/%%PORTVERSION%%/perl5/perlfragments.swg
+%%DATADIR%%/%%PORTVERSION%%/perl5/perlhead.swg
+%%DATADIR%%/%%PORTVERSION%%/perl5/perlinit.swg
+%%DATADIR%%/%%PORTVERSION%%/perl5/perlkw.swg
+%%DATADIR%%/%%PORTVERSION%%/perl5/perlmacros.swg
+%%DATADIR%%/%%PORTVERSION%%/perl5/perlmain.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/perlopers.swg
+%%DATADIR%%/%%PORTVERSION%%/perl5/perlprimtypes.swg
+%%DATADIR%%/%%PORTVERSION%%/perl5/perlrun.swg
+%%DATADIR%%/%%PORTVERSION%%/perl5/perlruntime.swg
+%%DATADIR%%/%%PORTVERSION%%/perl5/perlstrings.swg
+%%DATADIR%%/%%PORTVERSION%%/perl5/perltypemaps.swg
+%%DATADIR%%/%%PORTVERSION%%/perl5/perluserdir.swg
+%%DATADIR%%/%%PORTVERSION%%/perl5/reference.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/std_list.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/stl.i
+%%DATADIR%%/%%PORTVERSION%%/perl5/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/php/const.i
+%%DATADIR%%/%%PORTVERSION%%/php/director.swg
+%%DATADIR%%/%%PORTVERSION%%/php/factory.i
+%%DATADIR%%/%%PORTVERSION%%/php/globalvar.i
+%%DATADIR%%/%%PORTVERSION%%/php/php.swg
+%%DATADIR%%/%%PORTVERSION%%/php/phpinit.swg
+%%DATADIR%%/%%PORTVERSION%%/php/phpkw.swg
+%%DATADIR%%/%%PORTVERSION%%/php/phppointers.i
+%%DATADIR%%/%%PORTVERSION%%/php/phprun.swg
+%%DATADIR%%/%%PORTVERSION%%/php/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/php/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/php/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/php/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/php/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/php/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/php/stl.i
+%%DATADIR%%/%%PORTVERSION%%/php/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/php/utils.i
+%%DATADIR%%/%%PORTVERSION%%/pointer.i
+%%DATADIR%%/%%PORTVERSION%%/python/argcargv.i
+%%DATADIR%%/%%PORTVERSION%%/python/attribute.i
+%%DATADIR%%/%%PORTVERSION%%/python/boost_shared_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/python/builtin.swg
+%%DATADIR%%/%%PORTVERSION%%/python/carrays.i
+%%DATADIR%%/%%PORTVERSION%%/python/ccomplex.i
+%%DATADIR%%/%%PORTVERSION%%/python/cdata.i
+%%DATADIR%%/%%PORTVERSION%%/python/cmalloc.i
+%%DATADIR%%/%%PORTVERSION%%/python/complex.i
+%%DATADIR%%/%%PORTVERSION%%/python/cpointer.i
+%%DATADIR%%/%%PORTVERSION%%/python/cstring.i
+%%DATADIR%%/%%PORTVERSION%%/python/cwstring.i
+%%DATADIR%%/%%PORTVERSION%%/python/defarg.swg
+%%DATADIR%%/%%PORTVERSION%%/python/director.swg
+%%DATADIR%%/%%PORTVERSION%%/python/embed.i
+%%DATADIR%%/%%PORTVERSION%%/python/exception.i
+%%DATADIR%%/%%PORTVERSION%%/python/factory.i
+%%DATADIR%%/%%PORTVERSION%%/python/file.i
+%%DATADIR%%/%%PORTVERSION%%/python/implicit.i
+%%DATADIR%%/%%PORTVERSION%%/python/pyabc.i
+%%DATADIR%%/%%PORTVERSION%%/python/pyapi.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pybackward.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pybuffer.i
+%%DATADIR%%/%%PORTVERSION%%/python/pyclasses.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pycomplex.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pycontainer.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pydocs.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pyerrors.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pyfragments.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pyhead.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pyinit.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pyiterators.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pymacros.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pyname_compat.i
+%%DATADIR%%/%%PORTVERSION%%/python/pyopers.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pyprimtypes.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pyrun.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pyruntime.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pystdcommon.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pystrings.swg
+%%DATADIR%%/%%PORTVERSION%%/python/python.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pythonkw.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pythreads.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pytuplehlp.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pytypemaps.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pyuserdir.swg
+%%DATADIR%%/%%PORTVERSION%%/python/pywstrings.swg
+%%DATADIR%%/%%PORTVERSION%%/python/std_alloc.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_array.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_auto_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_basic_string.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_carray.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_char_traits.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_complex.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_container.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_ios.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_iostream.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_list.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_multimap.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_multiset.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_set.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_shared_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_sstream.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_streambuf.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_unordered_map.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_unordered_multimap.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_unordered_multiset.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_unordered_set.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_vectora.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_wios.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_wiostream.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_wsstream.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_wstreambuf.i
+%%DATADIR%%/%%PORTVERSION%%/python/std_wstring.i
+%%DATADIR%%/%%PORTVERSION%%/python/stl.i
+%%DATADIR%%/%%PORTVERSION%%/python/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/python/wchar.i
+%%DATADIR%%/%%PORTVERSION%%/r/boost_shared_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/r/cdata.i
+%%DATADIR%%/%%PORTVERSION%%/r/exception.i
+%%DATADIR%%/%%PORTVERSION%%/r/r.swg
+%%DATADIR%%/%%PORTVERSION%%/r/rcontainer.swg
+%%DATADIR%%/%%PORTVERSION%%/r/rfragments.swg
+%%DATADIR%%/%%PORTVERSION%%/r/rkw.swg
+%%DATADIR%%/%%PORTVERSION%%/r/ropers.swg
+%%DATADIR%%/%%PORTVERSION%%/r/rrun.swg
+%%DATADIR%%/%%PORTVERSION%%/r/rstdcommon.swg
+%%DATADIR%%/%%PORTVERSION%%/r/rtype.swg
+%%DATADIR%%/%%PORTVERSION%%/r/srun.swg
+%%DATADIR%%/%%PORTVERSION%%/r/std_alloc.i
+%%DATADIR%%/%%PORTVERSION%%/r/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/r/std_container.i
+%%DATADIR%%/%%PORTVERSION%%/r/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/r/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/r/std_list.i
+%%DATADIR%%/%%PORTVERSION%%/r/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/r/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/r/std_shared_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/r/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/r/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/r/stl.i
+%%DATADIR%%/%%PORTVERSION%%/r/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/Makefile.swig
+%%DATADIR%%/%%PORTVERSION%%/ruby/argcargv.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/attribute.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/boost_shared_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/carrays.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/cdata.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/cmalloc.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/cpointer.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/cstring.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/director.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/embed.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/exception.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/extconf.rb
+%%DATADIR%%/%%PORTVERSION%%/ruby/factory.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/file.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/progargcargv.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/ruby.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubyapi.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubyautodoc.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubyclasses.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubycomplex.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubycontainer.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubycontainer_extended.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubydef.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubyerrors.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubyfragments.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubyhead.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubyinit.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubyiterators.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubykw.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubymacros.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubyopers.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubyprimtypes.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubyrun.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubyruntime.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubystdautodoc.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubystdcommon.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubystdcommon_forward.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubystdfunctors.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubystrings.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubytracking.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubytypemaps.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubyuserdir.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/rubywstrings.swg
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_alloc.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_array.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_auto_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_basic_string.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_char_traits.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_complex.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_container.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_functors.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_ios.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_iostream.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_list.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_multimap.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_multiset.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_queue.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_set.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_shared_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_sstream.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_stack.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_streambuf.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_unordered_map.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_unordered_multimap.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_unordered_multiset.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_unordered_set.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_vectora.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/std_wstring.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/stl.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/timeval.i
+%%DATADIR%%/%%PORTVERSION%%/ruby/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/runtime.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/boost_shared_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/carrays.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/cmalloc.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/cpointer.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/exception.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/matrix.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/sciarray.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scibool.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scichar.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scicontainer.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scidouble.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scienum.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/sciexception.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scifloat.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/sciint.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/sciiterators.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scilab.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scilist.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scilong.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scilonglong.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scimacros.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scimatrixbool.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scimatrixchar.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scimatrixdouble.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scimatrixint.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scimisctypes.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scipointer.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/sciprimtypes.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scirun.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/sciruntime.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scisequence.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scisequencebool.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scisequencedouble.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scisequencefloat.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scisequenceint.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scisequencepointer.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scisequencestring.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scishort.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scisignedchar.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scistdcommon.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/scitypemaps.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/sciunsignedchar.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/sciunsignedint.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/sciunsignedlong.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/sciunsignedshort.swg
+%%DATADIR%%/%%PORTVERSION%%/scilab/std_alloc.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/std_basic_string.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/std_char_traits.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/std_container.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/std_list.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/std_multiset.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/std_set.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/std_shared_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/stl.i
+%%DATADIR%%/%%PORTVERSION%%/scilab/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/shared_ptr.i
+%%DATADIR%%/%%PORTVERSION%%/std/_std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_alloc.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_array.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_basic_string.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_carray.swg
+%%DATADIR%%/%%PORTVERSION%%/std/std_char_traits.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_container.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_ios.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_iostream.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_list.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_multimap.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_multiset.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_queue.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_set.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_sstream.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_stack.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_streambuf.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_unordered_map.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_unordered_multimap.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_unordered_multiset.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_unordered_set.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_vectora.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_wios.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_wiostream.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_wsstream.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_wstreambuf.i
+%%DATADIR%%/%%PORTVERSION%%/std/std_wstring.i
+%%DATADIR%%/%%PORTVERSION%%/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/stdint.i
+%%DATADIR%%/%%PORTVERSION%%/stl.i
+%%DATADIR%%/%%PORTVERSION%%/swig.swg
+%%DATADIR%%/%%PORTVERSION%%/swigarch.i
+%%DATADIR%%/%%PORTVERSION%%/swigerrors.swg
+%%DATADIR%%/%%PORTVERSION%%/swigfragments.swg
+%%DATADIR%%/%%PORTVERSION%%/swiginit.swg
+%%DATADIR%%/%%PORTVERSION%%/swiglabels.swg
+%%DATADIR%%/%%PORTVERSION%%/swigrun.i
+%%DATADIR%%/%%PORTVERSION%%/swigrun.swg
+%%DATADIR%%/%%PORTVERSION%%/swigwarn.swg
+%%DATADIR%%/%%PORTVERSION%%/swigwarnings.swg
+%%DATADIR%%/%%PORTVERSION%%/tcl/attribute.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/carrays.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/cdata.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/cmalloc.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/cpointer.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/cstring.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/cwstring.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/exception.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/factory.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/std_common.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/std_deque.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/std_except.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/std_map.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/std_pair.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/std_string.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/std_vector.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/std_wstring.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/stl.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/tcl8.swg
+%%DATADIR%%/%%PORTVERSION%%/tcl/tclapi.swg
+%%DATADIR%%/%%PORTVERSION%%/tcl/tclerrors.swg
+%%DATADIR%%/%%PORTVERSION%%/tcl/tclfragments.swg
+%%DATADIR%%/%%PORTVERSION%%/tcl/tclinit.swg
+%%DATADIR%%/%%PORTVERSION%%/tcl/tclinterp.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/tclkw.swg
+%%DATADIR%%/%%PORTVERSION%%/tcl/tclmacros.swg
+%%DATADIR%%/%%PORTVERSION%%/tcl/tclopers.swg
+%%DATADIR%%/%%PORTVERSION%%/tcl/tclprimtypes.swg
+%%DATADIR%%/%%PORTVERSION%%/tcl/tclresult.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/tclrun.swg
+%%DATADIR%%/%%PORTVERSION%%/tcl/tclruntime.swg
+%%DATADIR%%/%%PORTVERSION%%/tcl/tclsh.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/tclstrings.swg
+%%DATADIR%%/%%PORTVERSION%%/tcl/tcltypemaps.swg
+%%DATADIR%%/%%PORTVERSION%%/tcl/tcluserdir.swg
+%%DATADIR%%/%%PORTVERSION%%/tcl/tclwstrings.swg
+%%DATADIR%%/%%PORTVERSION%%/tcl/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/tcl/wish.i
+%%DATADIR%%/%%PORTVERSION%%/typemaps/attribute.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/carrays.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/cdata.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/cmalloc.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/cpointer.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/cstring.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/cstrings.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/cwstring.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/enumint.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/exception.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/factory.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/fragments.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/implicit.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/inoutlist.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/misctypes.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/primtypes.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/ptrtypes.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/std_except.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/std_string.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/std_strings.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/std_wstring.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/string.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/strings.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/swigmacros.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/swigobject.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/swigtype.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/swigtypemaps.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/typemaps.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/valtypes.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/void.swg
+%%DATADIR%%/%%PORTVERSION%%/typemaps/wstring.swg
+%%DATADIR%%/%%PORTVERSION%%/wchar.i
+%%DATADIR%%/%%PORTVERSION%%/windows.i
+%%DATADIR%%/%%PORTVERSION%%/xml/typemaps.i
+%%DATADIR%%/%%PORTVERSION%%/xml/xml.swg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304182149.33ILnJq7044620>