From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 14 19:30:26 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB0D216A41C for ; Tue, 14 Jun 2005 19:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D10543D53 for ; Tue, 14 Jun 2005 19:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5EJUOlo085688 for ; Tue, 14 Jun 2005 19:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5EJUNJS085687; Tue, 14 Jun 2005 19:30:23 GMT (envelope-from gnats) Resent-Date: Tue, 14 Jun 2005 19:30:23 GMT Resent-Message-Id: <200506141930.j5EJUNJS085687@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Søren Straarup Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E676D16A41C; Tue, 14 Jun 2005 19:25:35 +0000 (GMT) (envelope-from root@beacon.x12.dk) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3673E43D55; Tue, 14 Jun 2005 19:25:34 +0000 (GMT) (envelope-from root@beacon.x12.dk) Received: from x12.dk ([83.72.97.237] verified) by mailfe06.swip.net (CommuniGate Pro SMTP 4.3.2) with ESMTP id 385034981; Tue, 14 Jun 2005 21:24:15 +0200 Received: from localhost (unknown [127.0.0.1]) by x12.dk (Postfix) with ESMTP id 6EAEB50818; Tue, 14 Jun 2005 21:24:13 +0200 (CEST) Received: from x12.dk ([127.0.0.1]) by localhost (x12.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67707-08; Tue, 14 Jun 2005 21:22:45 +0200 (CEST) Received: from beacon.x12.dk (beacon.lan [10.40.61.30]) by x12.dk (Postfix) with ESMTP; Tue, 14 Jun 2005 21:22:45 +0200 (CEST) Received: by beacon.x12.dk (Postfix, from userid 0) id B49B641DE; Tue, 14 Jun 2005 21:22:34 +0200 (CEST) Message-Id: <20050614192234.B49B641DE@beacon.x12.dk> Date: Tue, 14 Jun 2005 21:22:34 +0200 (CEST) From: Søren Straarup To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: knu@FreeBSD.org Subject: ports/82240: Port update devel/swig13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Søren Straarup List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2005 19:30:26 -0000 >Number: 82240 >Category: ports >Synopsis: Port update devel/swig13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 14 19:30:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Søren Straarup >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD beacon.x12.dk 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri Apr 22 09:43:56 CEST 2005 xride@beacon.x12.dk:/usr/src/sys/i386/compile/beacon i386 >Description: updating to 1.3.24, and maintainer shift, if old maintainer doesn't refuses the WANT needs some more work.. it installs for all the languages anyway >How-To-Repeat: >Fix: --- swig13.diff begins here --- diff -uNrd /usr/ports/devel/swig13/Makefile swig13/Makefile --- /usr/ports/devel/swig13/Makefile Thu Nov 11 09:04:16 2004 +++ swig13/Makefile Tue Jun 14 20:25:59 2005 @@ -6,20 +6,20 @@ # PORTNAME= swig -PORTVERSION= 1.3.21 -PORTREVISION= 1 +PORTVERSION= 1.3.24 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= knu@FreeBSD.org +MAINTAINER= xride@x12.dk COMMENT= Simplified Wrapper and Interface Generator WANT_AUTOCONF_VER=253 VER= ${PORTVERSION:R} -# Supported languages: guile perl php4 python ruby tcl ocaml pike java -SWIG_LANGUAGES?= guile perl php4 python ruby tcl +# Supported languages: guile perl php4 python ruby tcl ocaml pike java csharp +# allegrocl modula3 chicken +SWIG_LANGUAGES?= guile perl php4 python ruby tcl csharp .for lang in ${SWIG_LANGUAGES} WANT_SWIG_${lang:U}= yes .endfor @@ -30,6 +30,7 @@ .else PLIST_SUB+= WANT_SWIG_GUILE="@comment " .endif + .if defined(WANT_SWIG_PERL) CATEGORIES+= perl5 USE_PERL5= yes @@ -40,9 +41,12 @@ .if defined(WANT_SWIG_PHP4) BUILD_DEPENDS+= ${LOCALBASE}/include/php/main/php.h:${PORTSDIR}/lang/php4 PLIST_SUB+= WANT_SWIG_PHP4="" +CONFIGURE_ARGS+= --with-php4 .else PLIST_SUB+= WANT_SWIG_PHP4="@comment " +CONFIGURE_ARGS+= --without-php4 .endif + .if defined(WANT_SWIG_PYTHON) CATEGORIES+= python USE_PYTHON= yes @@ -54,14 +58,18 @@ .else PLIST_SUB+= WANT_SWIG_PYTHON="@comment " .endif + .if defined(WANT_SWIG_RUBY) CATEGORIES+= ruby USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes PLIST_SUB+= WANT_SWIG_RUBY="" +CONFIGURE_ARGS+= --with-ruby .else PLIST_SUB+= WANT_SWIG_RUBY="@comment " +CONFIGURE_ARGS+= --without-ruby .endif + .if defined(WANT_SWIG_TCL) CATEGORIES+= tcl84 BUILD_DEPENDS+= ${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84 @@ -72,11 +80,37 @@ PLIST_SUB+= WANT_SWIG_TCL="@comment " .endif +.if defined(WANT_SWIG_CSHARP) +BUILD_DEPENDS+= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono +CONFIGURE_ARGS+= --with-csharp-compiler=${LOCALBASE}/bin/mcs +PLIST_SUB+= WANT_SWIG_CSHARP="" +.else +PLIST_SUB+= WANT_SWIG_CSHARP="@comment " +CONFIGURE_ARGS+= --without-csharp-compiler +.endif + .if defined(WANT_SWIG_OCAML) BUILD_DEPENDS+= ${LOCALBASE}/bin/ocamlc:${PORTSDIR}/lang/ocaml PLIST_SUB+= WANT_SWIG_OCAML="" .else PLIST_SUB+= WANT_SWIG_OCAML="@comment " +CONFIGURE_ARGS+= --without-ocaml +.endif + +.if defined(WANT_SWIG_ALLEGRCL) +PLIST_SUB+= WANT_SWIG_ALLEGROCL="" +CONFIGURE_ARGS+= --with-allegrocl +.else +PLIST_SUB+= WANT_SWIG_ALLEGROCL="@comment " +CONFIGURE_ARGS+= --without-allegrocl +.endif + +.if defined(WANT_SWIG_MODULA3) +PLIST_SUB+= WANT_SWIG_MODULA3="" +CONFIGURE_ARGS+= --with-modula3 +.else +PLIST_SUB+= WANT_SWIG_MODULA3="@comment " +CONFIGURE_ARGS+= --without-modula3 .endif .if defined(WANT_SWIG_PIKE) @@ -84,7 +118,7 @@ PLIST_SUB+= WANT_SWIG_PIKE="" .else PLIST_SUB+= WANT_SWIG_PIKE="@comment " -CONFIGURE_ARGS += --without-pike +CONFIGURE_ARGS+= --without-pike .endif .if defined(WANT_SWIG_JAVA) @@ -93,15 +127,15 @@ PLIST_SUB+= WANT_SWIG_JAVA="" .else PLIST_SUB+= WANT_SWIG_JAVA="@comment " -CONFIGURE_ARGS += --without-java +CONFIGURE_ARGS+= --without-java .endif USE_REINPLACE= yes INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME:U} USE_LIBTOOL_VER= 13 -CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC -DPIC" -ALL_TARGET= swig runtime +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC -DPIC" +ALL_TARGET= swig PLIST_SUB+= VER="${VER}" .include @@ -109,10 +143,10 @@ post-patch: ${REINPLACE_CMD} -e 's/SKIP_CHICKEN=$$/&"1"/' ${WRKSRC}/configure -post-install: -# A separate swig13-runtime port might be nice - @(cd ${INSTALL_WRKSRC}/Runtime && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) +post-configure: + ${REINPLACE_CMD} -e 's#null#&|| true#' ${WRKSRC}/Makefile +post-install: ${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER} .include diff -uNrd /usr/ports/devel/swig13/distinfo swig13/distinfo --- /usr/ports/devel/swig13/distinfo Sun Feb 29 19:47:43 2004 +++ swig13/distinfo Sun Jun 12 12:48:31 2005 @@ -1,2 +1,2 @@ -MD5 (swig-1.3.21.tar.gz) = 88ff5b99be3eafebb8a6e20f4f986c04 -SIZE (swig-1.3.21.tar.gz) = 2023025 +MD5 (swig-1.3.24.tar.gz) = c5fc655dbbb6fe0cfab2211747dadbe0 +SIZE (swig-1.3.24.tar.gz) = 3327854 diff -uNrd /usr/ports/devel/swig13/files/patch-Makefile.in swig13/files/patch-Makefile.in --- /usr/ports/devel/swig13/files/patch-Makefile.in Sun Oct 27 23:32:52 2002 +++ swig13/files/patch-Makefile.in Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ ---- Makefile.in.orig Mon Oct 14 22:37:59 2002 -+++ Makefile.in Mon Oct 28 07:23:38 2002 -@@ -290,8 +290,8 @@ - dst=$(DESTDIR)$(SWIG_LIB)/$$lang; \ - $(MKINSTDIRS) $$dst; \ - ( cd $(srcdir)/Lib/$$lang; \ -- doti="`ls *.i 2>/dev/null`"; \ -- dotswg="`ls *.swg 2>/dev/null`"; \ -+ doti="`ls *.i 2>/dev/null || true`"; \ -+ dotswg="`ls *.swg 2>/dev/null || true`"; \ - if [ -f extra-install.list ]; then \ - extra="`sed '/^#/d' extra-install.list`"; \ - fi; \ diff -uNrd /usr/ports/devel/swig13/pkg-descr swig13/pkg-descr --- /usr/ports/devel/swig13/pkg-descr Wed Sep 6 17:58:07 2000 +++ swig13/pkg-descr Tue Jun 14 13:05:50 2005 @@ -9,6 +9,10 @@ - Guile - MzScheme - Ruby + - CSharp + - Modula-3 + - Allegro CL + - Chicken Using SWIG, it is possible to greatly simplify interface development and to put interesting interfaces on existing applications with diff -uNrd /usr/ports/devel/swig13/pkg-plist swig13/pkg-plist --- /usr/ports/devel/swig13/pkg-plist Fri Sep 3 12:38:54 2004 +++ swig13/pkg-plist Tue Jun 14 20:59:13 2005 @@ -1,219 +1,270 @@ bin/swig bin/swig%%VER%% -%%WANT_SWIG_GUILE%%lib/libswigguile.a -%%WANT_SWIG_GUILE%%lib/libswigguile.la -%%WANT_SWIG_GUILE%%lib/libswigguile.so -%%WANT_SWIG_GUILE%%lib/libswigguile.so.0 -%%WANT_SWIG_GUILE%%lib/libswigguilescm.a -%%WANT_SWIG_GUILE%%lib/libswigguilescm.la -%%WANT_SWIG_GUILE%%lib/libswigguilescm.so -%%WANT_SWIG_GUILE%%lib/libswigguilescm.so.0 -%%WANT_SWIG_PHP4%%lib/libswigphp4.a -%%WANT_SWIG_PHP4%%lib/libswigphp4.la -%%WANT_SWIG_PHP4%%lib/libswigphp4.so -%%WANT_SWIG_PHP4%%lib/libswigphp4.so.0 -%%WANT_SWIG_PERL%%lib/libswigpl.a -%%WANT_SWIG_PERL%%lib/libswigpl.la -%%WANT_SWIG_PERL%%lib/libswigpl.so -%%WANT_SWIG_PERL%%lib/libswigpl.so.0 -%%WANT_SWIG_PYTHON%%lib/libswigpy.a -%%WANT_SWIG_PYTHON%%lib/libswigpy.la -%%WANT_SWIG_PYTHON%%lib/libswigpy.so -%%WANT_SWIG_PYTHON%%lib/libswigpy.so.0 -%%WANT_SWIG_RUBY%%lib/libswigrb.a -%%WANT_SWIG_RUBY%%lib/libswigrb.la -%%WANT_SWIG_RUBY%%lib/libswigrb.so -%%WANT_SWIG_RUBY%%lib/libswigrb.so.0 -%%WANT_SWIG_TCL%%lib/libswigtcl8.a -%%WANT_SWIG_TCL%%lib/libswigtcl8.la -%%WANT_SWIG_TCL%%lib/libswigtcl8.so -%%WANT_SWIG_TCL%%lib/libswigtcl8.so.0 -%%WANT_SWIG_OCAML%%lib/libswigocaml.a -%%WANT_SWIG_OCAML%%lib/libswigocaml.la -%%WANT_SWIG_OCAML%%lib/libswigocaml.so -%%WANT_SWIG_OCAML%%lib/libswigocaml.so.0 -lib/swig%%VER%%/_std_deque.i -lib/swig%%VER%%/allkw.swg -lib/swig%%VER%%/carrays.i -lib/swig%%VER%%/cdata.i -lib/swig%%VER%%/chicken/chicken.swg -lib/swig%%VER%%/chicken/chickenkw.swg -lib/swig%%VER%%/chicken/chickenrun.swg -lib/swig%%VER%%/chicken/fragments.i -lib/swig%%VER%%/chicken/precommon.swg -lib/swig%%VER%%/chicken/typemaps.i -lib/swig%%VER%%/cmalloc.i -lib/swig%%VER%%/common.swg -lib/swig%%VER%%/constraints.i -lib/swig%%VER%%/cpointer.i -lib/swig%%VER%%/csharp/csharp.swg -lib/swig%%VER%%/csharp/csharphead.swg -lib/swig%%VER%%/csharp/csharpkw.swg -lib/swig%%VER%%/csharp/std_string.i -lib/swig%%VER%%/csharp/typemaps.i -lib/swig%%VER%%/cstring.i -lib/swig%%VER%%/exception.i -lib/swig%%VER%%/guile/common.scm -lib/swig%%VER%%/guile/cplusplus.i -lib/swig%%VER%%/guile/ghinterface.i -lib/swig%%VER%%/guile/guile.i -lib/swig%%VER%%/guile/guile_gh.swg -lib/swig%%VER%%/guile/guile_gh_run.swg -lib/swig%%VER%%/guile/guile_scm.swg -lib/swig%%VER%%/guile/guile_scm_run.swg -lib/swig%%VER%%/guile/guilemain.i -lib/swig%%VER%%/guile/interpreter.i -lib/swig%%VER%%/guile/list-vector.i -lib/swig%%VER%%/guile/pointer-in-out.i -lib/swig%%VER%%/guile/ports.i -lib/swig%%VER%%/guile/precommon.swg -lib/swig%%VER%%/guile/std_common.i -lib/swig%%VER%%/guile/std_map.i -lib/swig%%VER%%/guile/std_pair.i -lib/swig%%VER%%/guile/std_string.i -lib/swig%%VER%%/guile/std_vector.i -lib/swig%%VER%%/guile/typemaps.i -lib/swig%%VER%%/java/arrays_java.i -lib/swig%%VER%%/java/director.swg -lib/swig%%VER%%/java/java.swg -lib/swig%%VER%%/java/javahead.swg -lib/swig%%VER%%/java/javakw.swg -lib/swig%%VER%%/java/std_common.i -lib/swig%%VER%%/java/std_map.i -lib/swig%%VER%%/java/std_pair.i -lib/swig%%VER%%/java/std_string.i -lib/swig%%VER%%/java/std_vector.i -lib/swig%%VER%%/java/typemaps.i -lib/swig%%VER%%/java/various.i -lib/swig%%VER%%/math.i -lib/swig%%VER%%/mzscheme/mzrun.swg -lib/swig%%VER%%/mzscheme/mzscheme.swg -lib/swig%%VER%%/mzscheme/precommon.swg -lib/swig%%VER%%/mzscheme/std_common.i -lib/swig%%VER%%/mzscheme/std_map.i -lib/swig%%VER%%/mzscheme/std_pair.i -lib/swig%%VER%%/mzscheme/std_string.i -lib/swig%%VER%%/mzscheme/std_vector.i -lib/swig%%VER%%/mzscheme/typemaps.i -lib/swig%%VER%%/ocaml/carray.i -lib/swig%%VER%%/ocaml/class.swg -lib/swig%%VER%%/ocaml/cstring.i -lib/swig%%VER%%/ocaml/director.swg -lib/swig%%VER%%/ocaml/mlheading.swg -lib/swig%%VER%%/ocaml/mliheading.swg -lib/swig%%VER%%/ocaml/ocaml.i -lib/swig%%VER%%/ocaml/ocaml.swg -lib/swig%%VER%%/ocaml/ocamldec.swg -lib/swig%%VER%%/ocaml/ocamlkw.swg -lib/swig%%VER%%/ocaml/preamble.swg -lib/swig%%VER%%/ocaml/std_common.i -lib/swig%%VER%%/ocaml/std_complex.i -lib/swig%%VER%%/ocaml/std_deque.i -lib/swig%%VER%%/ocaml/std_list.i -lib/swig%%VER%%/ocaml/std_map.i -lib/swig%%VER%%/ocaml/std_pair.i -lib/swig%%VER%%/ocaml/std_string.i -lib/swig%%VER%%/ocaml/std_vector.i -lib/swig%%VER%%/ocaml/swig.ml -lib/swig%%VER%%/ocaml/swig.mli -lib/swig%%VER%%/ocaml/swigp4.ml -lib/swig%%VER%%/ocaml/typecheck.i -lib/swig%%VER%%/ocaml/typemaps.i -lib/swig%%VER%%/ocaml/typeregister.swg -lib/swig%%VER%%/perl5/Makefile.pl -lib/swig%%VER%%/perl5/noembed.h -lib/swig%%VER%%/perl5/perl5.swg -lib/swig%%VER%%/perl5/perlmain.i -lib/swig%%VER%%/perl5/perlrun.swg -lib/swig%%VER%%/perl5/precommon.swg -lib/swig%%VER%%/perl5/std_common.i -lib/swig%%VER%%/perl5/std_map.i -lib/swig%%VER%%/perl5/std_pair.i -lib/swig%%VER%%/perl5/std_string.i -lib/swig%%VER%%/perl5/std_vector.i -lib/swig%%VER%%/perl5/typemaps.i -lib/swig%%VER%%/php4/php4.swg -lib/swig%%VER%%/php4/php4kw.swg -lib/swig%%VER%%/php4/php4run.swg -lib/swig%%VER%%/php4/precommon.swg -lib/swig%%VER%%/php4/std_common.i -lib/swig%%VER%%/php4/std_map.i -lib/swig%%VER%%/php4/std_pair.i -lib/swig%%VER%%/php4/std_string.i -lib/swig%%VER%%/php4/std_vector.i -lib/swig%%VER%%/php4/typemaps.i -lib/swig%%VER%%/php4/utils.i -lib/swig%%VER%%/pike/pike.swg -lib/swig%%VER%%/pike/pikekw.swg -lib/swig%%VER%%/pike/pikerun.swg -lib/swig%%VER%%/pike/precommon.swg -lib/swig%%VER%%/pike/std_string.i -lib/swig%%VER%%/pointer.i -lib/swig%%VER%%/python/cstring.i -lib/swig%%VER%%/python/defarg.swg -lib/swig%%VER%%/python/director.swg -lib/swig%%VER%%/python/embed.i -lib/swig%%VER%%/python/embed15.i -lib/swig%%VER%%/python/fragments.i -lib/swig%%VER%%/python/precommon.swg -lib/swig%%VER%%/python/pyrun.swg -lib/swig%%VER%%/python/python.swg -lib/swig%%VER%%/python/pythonkw.swg -lib/swig%%VER%%/python/std_common.i -lib/swig%%VER%%/python/std_complex.i -lib/swig%%VER%%/python/std_deque.i -lib/swig%%VER%%/python/std_list.i -lib/swig%%VER%%/python/std_map.i -lib/swig%%VER%%/python/std_pair.i -lib/swig%%VER%%/python/std_string.i -lib/swig%%VER%%/python/std_vector.i -lib/swig%%VER%%/python/typemaps.i -lib/swig%%VER%%/ruby/Makefile.swig -lib/swig%%VER%%/ruby/director.swg -lib/swig%%VER%%/ruby/embed.i -lib/swig%%VER%%/ruby/extconf.rb -lib/swig%%VER%%/ruby/fragments.i -lib/swig%%VER%%/ruby/precommon.swg -lib/swig%%VER%%/ruby/ruby.swg -lib/swig%%VER%%/ruby/rubydec.swg -lib/swig%%VER%%/ruby/rubydef.swg -lib/swig%%VER%%/ruby/rubyhead.swg -lib/swig%%VER%%/ruby/rubykw.swg -lib/swig%%VER%%/ruby/std_common.i -lib/swig%%VER%%/ruby/std_deque.i -lib/swig%%VER%%/ruby/std_map.i -lib/swig%%VER%%/ruby/std_pair.i -lib/swig%%VER%%/ruby/std_string.i -lib/swig%%VER%%/ruby/std_vector.i -lib/swig%%VER%%/ruby/typemaps.i -lib/swig%%VER%%/std_deque.i -lib/swig%%VER%%/stl.i -lib/swig%%VER%%/swig.swg -lib/swig%%VER%%/swigrun.i -lib/swig%%VER%%/tcl/cstring.i -lib/swig%%VER%%/tcl/precommon.swg -lib/swig%%VER%%/tcl/std_common.i -lib/swig%%VER%%/tcl/std_map.i -lib/swig%%VER%%/tcl/std_pair.i -lib/swig%%VER%%/tcl/std_string.i -lib/swig%%VER%%/tcl/std_vector.i -lib/swig%%VER%%/tcl/swigtcl8.swg -lib/swig%%VER%%/tcl/tcl8.swg -lib/swig%%VER%%/tcl/tcl8kw.swg -lib/swig%%VER%%/tcl/tclsh.i -lib/swig%%VER%%/tcl/typemaps.i -lib/swig%%VER%%/tcl/wish.i -share/aclocal/swig.m4 -@dirrm lib/swig%%VER%%/tcl -@dirrm lib/swig%%VER%%/ruby -@dirrm lib/swig%%VER%%/python -@dirrm lib/swig%%VER%%/pike -@dirrm lib/swig%%VER%%/php4 -@dirrm lib/swig%%VER%%/perl5 -@dirrm lib/swig%%VER%%/ocaml -@dirrm lib/swig%%VER%%/mzscheme -@dirrm lib/swig%%VER%%/java -@dirrm lib/swig%%VER%%/guile -@dirrm lib/swig%%VER%%/csharp -@dirrm lib/swig%%VER%%/chicken -@dirrm lib/swig%%VER%% +share/swig/1.3.24/std/std_wstring.i +share/swig/1.3.24/std/std_vectora.i +share/swig/1.3.24/std/std_vector.i +share/swig/1.3.24/std/std_string.i +share/swig/1.3.24/std/std_streambuf.i +share/swig/1.3.24/std/std_sstream.i +share/swig/1.3.24/std/std_set.i +share/swig/1.3.24/std/std_pair.i +share/swig/1.3.24/std/std_multiset.i +share/swig/1.3.24/std/std_multimap.i +share/swig/1.3.24/std/std_map.i +share/swig/1.3.24/std/std_list.i +share/swig/1.3.24/std/std_iostream.i +share/swig/1.3.24/std/std_ios.i +share/swig/1.3.24/std/std_except.i +share/swig/1.3.24/std/std_deque.i +share/swig/1.3.24/std/std_container.i +share/swig/1.3.24/std/std_common.i +share/swig/1.3.24/std/std_char_traits.i +share/swig/1.3.24/std/std_basic_string.i +share/swig/1.3.24/std/std_alloc.i +@dirrm share/swig/1.3.24/std +share/swig/1.3.24/allegrocl/allegrocl.swg +share/swig/1.3.24/allegrocl/typemaps.i +@dirrm share/swig/1.3.24/allegrocl +share/swig/1.3.24/modula3/modula3head.swg +share/swig/1.3.24/modula3/modula3.swg +share/swig/1.3.24/modula3/typemaps.i +@dirrm share/swig/1.3.24/modula3 +share/swig/1.3.24/csharp/enumtypesafe.swg +share/swig/1.3.24/csharp/enumsimple.swg +share/swig/1.3.24/csharp/enums.swg +share/swig/1.3.24/csharp/csharpkw.swg +share/swig/1.3.24/csharp/csharphead.swg +share/swig/1.3.24/csharp/csharp.swg +share/swig/1.3.24/csharp/typemaps.i +share/swig/1.3.24/csharp/std_vector.i +share/swig/1.3.24/csharp/std_string.i +@dirrm share/swig/1.3.24/csharp +share/swig/1.3.24/chicken/swigclosprefix.scm +share/swig/1.3.24/chicken/chickenrun.swg +share/swig/1.3.24/chicken/chickenkw.swg +share/swig/1.3.24/chicken/chicken.swg +share/swig/1.3.24/chicken/typemaps.i +@dirrm share/swig/1.3.24/chicken +share/swig/1.3.24/pike/pikerun.swg +share/swig/1.3.24/pike/pikekw.swg +share/swig/1.3.24/pike/pike.swg +share/swig/1.3.24/pike/std_string.i +@dirrm share/swig/1.3.24/pike +share/swig/1.3.24/ocaml/swig.mli +share/swig/1.3.24/ocaml/swig.ml +share/swig/1.3.24/ocaml/swigp4.ml +share/swig/1.3.24/ocaml/typeregister.swg +share/swig/1.3.24/ocaml/preamble.swg +share/swig/1.3.24/ocaml/ocamlkw.swg +share/swig/1.3.24/ocaml/ocamldec.swg +share/swig/1.3.24/ocaml/ocaml.swg +share/swig/1.3.24/ocaml/director.swg +share/swig/1.3.24/ocaml/class.swg +share/swig/1.3.24/ocaml/typemaps.i +share/swig/1.3.24/ocaml/typecheck.i +share/swig/1.3.24/ocaml/std_vector.i +share/swig/1.3.24/ocaml/std_string.i +share/swig/1.3.24/ocaml/std_pair.i +share/swig/1.3.24/ocaml/std_map.i +share/swig/1.3.24/ocaml/std_list.i +share/swig/1.3.24/ocaml/std_deque.i +share/swig/1.3.24/ocaml/std_complex.i +share/swig/1.3.24/ocaml/std_common.i +share/swig/1.3.24/ocaml/ocaml.i +share/swig/1.3.24/ocaml/cstring.i +share/swig/1.3.24/ocaml/carray.i +@dirrm share/swig/1.3.24/ocaml +share/swig/1.3.24/php4/php4run.swg +share/swig/1.3.24/php4/php4kw.swg +share/swig/1.3.24/php4/php4.swg +share/swig/1.3.24/php4/utils.i +share/swig/1.3.24/php4/typemaps.i +share/swig/1.3.24/php4/std_vector.i +share/swig/1.3.24/php4/std_string.i +share/swig/1.3.24/php4/std_pair.i +share/swig/1.3.24/php4/std_map.i +share/swig/1.3.24/php4/std_common.i +@dirrm share/swig/1.3.24/php4 +share/swig/1.3.24/ruby/Makefile.swig +share/swig/1.3.24/ruby/rubyvoid.swg +share/swig/1.3.24/ruby/rubyswigtype.swg +share/swig/1.3.24/ruby/extconf.rb +share/swig/1.3.24/ruby/rubystrings.swg +share/swig/1.3.24/ruby/rubyprimtypes.swg +share/swig/1.3.24/ruby/rubyopers.swg +share/swig/1.3.24/ruby/rubyobject.swg +share/swig/1.3.24/ruby/rubymisctypes.swg +share/swig/1.3.24/ruby/rubykw.swg +share/swig/1.3.24/ruby/rubyhead.swg +share/swig/1.3.24/ruby/rubyenum.swg +share/swig/1.3.24/ruby/rubydef.swg +share/swig/1.3.24/ruby/ruby.swg +share/swig/1.3.24/ruby/director.swg +share/swig/1.3.24/ruby/typemaps.i +share/swig/1.3.24/ruby/std_vector.i +share/swig/1.3.24/ruby/std_string.i +share/swig/1.3.24/ruby/std_pair.i +share/swig/1.3.24/ruby/std_map.i +share/swig/1.3.24/ruby/std_deque.i +share/swig/1.3.24/ruby/std_common.i +share/swig/1.3.24/ruby/fragments.i +share/swig/1.3.24/ruby/embed.i +@dirrm share/swig/1.3.24/ruby +share/swig/1.3.24/mzscheme/mzscheme.swg +share/swig/1.3.24/mzscheme/mzrun.swg +share/swig/1.3.24/mzscheme/typemaps.i +share/swig/1.3.24/mzscheme/std_vector.i +share/swig/1.3.24/mzscheme/std_string.i +share/swig/1.3.24/mzscheme/std_pair.i +share/swig/1.3.24/mzscheme/std_map.i +share/swig/1.3.24/mzscheme/std_common.i +@dirrm share/swig/1.3.24/mzscheme +share/swig/1.3.24/java/javakw.swg +share/swig/1.3.24/java/javahead.swg +share/swig/1.3.24/java/java.swg +share/swig/1.3.24/java/enumtypeunsafe.swg +share/swig/1.3.24/java/enumtypesafe.swg +share/swig/1.3.24/java/enumsimple.swg +share/swig/1.3.24/java/enums.swg +share/swig/1.3.24/java/director.swg +share/swig/1.3.24/java/various.i +share/swig/1.3.24/java/typemaps.i +share/swig/1.3.24/java/std_vector.i +share/swig/1.3.24/java/std_string.i +share/swig/1.3.24/java/std_pair.i +share/swig/1.3.24/java/std_map.i +share/swig/1.3.24/java/std_common.i +share/swig/1.3.24/java/arrays_java.i +@dirrm share/swig/1.3.24/java +share/swig/1.3.24/guile/common.scm +share/swig/1.3.24/guile/guile_scm_run.swg +share/swig/1.3.24/guile/guile_scm.swg +share/swig/1.3.24/guile/guile_gh_run.swg +share/swig/1.3.24/guile/guile_gh.swg +share/swig/1.3.24/guile/typemaps.i +share/swig/1.3.24/guile/swigrun.i +share/swig/1.3.24/guile/std_vector.i +share/swig/1.3.24/guile/std_string.i +share/swig/1.3.24/guile/std_pair.i +share/swig/1.3.24/guile/std_map.i +share/swig/1.3.24/guile/std_common.i +share/swig/1.3.24/guile/ports.i +share/swig/1.3.24/guile/pointer-in-out.i +share/swig/1.3.24/guile/list-vector.i +share/swig/1.3.24/guile/interpreter.i +share/swig/1.3.24/guile/guilemain.i +share/swig/1.3.24/guile/guile.i +share/swig/1.3.24/guile/ghinterface.i +share/swig/1.3.24/guile/cplusplus.i +@dirrm share/swig/1.3.24/guile +share/swig/1.3.24/python/pywstrings.swg +share/swig/1.3.24/python/pyvoid.swg +share/swig/1.3.24/python/pyvaltypes.swg +share/swig/1.3.24/python/pyuserdir.swg +share/swig/1.3.24/python/pytuplehlp.swg +share/swig/1.3.24/python/pythonkw.swg +share/swig/1.3.24/python/python.swg +share/swig/1.3.24/python/pyswigtype.swg +share/swig/1.3.24/python/pystrings.swg +share/swig/1.3.24/python/pystrbase.swg +share/swig/1.3.24/python/pystdcommon.swg +share/swig/1.3.24/python/pyruntime.swg +share/swig/1.3.24/python/pyrun.swg +share/swig/1.3.24/python/pyptrtypes.swg +share/swig/1.3.24/python/pyprimtypes.swg +share/swig/1.3.24/python/pyopers.swg +share/swig/1.3.24/python/pyobject.swg +share/swig/1.3.24/python/pymisctypes.swg +share/swig/1.3.24/python/pymacros.swg +share/swig/1.3.24/python/pyinout.swg +share/swig/1.3.24/python/pyinit.swg +share/swig/1.3.24/python/pyfragments.swg +share/swig/1.3.24/python/pyenum.swg +share/swig/1.3.24/python/pydocs.swg +share/swig/1.3.24/python/pycontainer.swg +share/swig/1.3.24/python/pycomplex.swg +share/swig/1.3.24/python/pyapi.swg +share/swig/1.3.24/python/director_h.swg +share/swig/1.3.24/python/director.swg +share/swig/1.3.24/python/defarg.swg +share/swig/1.3.24/python/wchar.i +share/swig/1.3.24/python/typemaps.i +share/swig/1.3.24/python/std_wstring.i +share/swig/1.3.24/python/std_vectora.i +share/swig/1.3.24/python/std_vector.i +share/swig/1.3.24/python/std_string.i +share/swig/1.3.24/python/std_streambuf.i +share/swig/1.3.24/python/std_sstream.i +share/swig/1.3.24/python/std_set.i +share/swig/1.3.24/python/std_multiset.i +share/swig/1.3.24/python/std_multimap.i +share/swig/1.3.24/python/std_pair.i +share/swig/1.3.24/python/std_map.i +share/swig/1.3.24/python/std_list.i +share/swig/1.3.24/python/std_iostream.i +share/swig/1.3.24/python/std_ios.i +share/swig/1.3.24/python/std_except.i +share/swig/1.3.24/python/std_deque.i +share/swig/1.3.24/python/std_container.i +share/swig/1.3.24/python/std_complex.i +share/swig/1.3.24/python/std_common.i +share/swig/1.3.24/python/std_char_traits.i +share/swig/1.3.24/python/std_basic_string.i +share/swig/1.3.24/python/std_alloc.i +share/swig/1.3.24/python/implicit.i +share/swig/1.3.24/python/file.i +share/swig/1.3.24/python/embed15.i +share/swig/1.3.24/python/embed.i +share/swig/1.3.24/python/cstring.i +share/swig/1.3.24/python/complex.i +share/swig/1.3.24/python/ccomplex.i +share/swig/1.3.24/python/attribute.i +share/swig/1.3.24/python/argcargv.i +@dirrm share/swig/1.3.24/python +share/swig/1.3.24/perl5/noembed.h +share/swig/1.3.24/perl5/Makefile.pl +share/swig/1.3.24/perl5/perlrun.swg +share/swig/1.3.24/perl5/perlinit.swg +share/swig/1.3.24/perl5/perl5.swg +share/swig/1.3.24/perl5/typemaps.i +share/swig/1.3.24/perl5/std_vector.i +share/swig/1.3.24/perl5/std_string.i +share/swig/1.3.24/perl5/std_pair.i +share/swig/1.3.24/perl5/std_map.i +share/swig/1.3.24/perl5/std_list.i +share/swig/1.3.24/perl5/std_common.i +share/swig/1.3.24/perl5/perlmain.i +@dirrm share/swig/1.3.24/perl5 +share/swig/1.3.24/swigrun.swg +share/swig/1.3.24/swig.swg +share/swig/1.3.24/runtime.swg +share/swig/1.3.24/common.swg +share/swig/1.3.24/allkw.swg +share/swig/1.3.24/swigrun.i +share/swig/1.3.24/stl.i +share/swig/1.3.24/std_deque.i +share/swig/1.3.24/pointer.i +share/swig/1.3.24/math.i +share/swig/1.3.24/exception.i +share/swig/1.3.24/cstring.i +share/swig/1.3.24/cpointer.i +share/swig/1.3.24/constraints.i +share/swig/1.3.24/cmalloc.i +share/swig/1.3.24/cdata.i +share/swig/1.3.24/carrays.i +share/swig/1.3.24/_std_deque.i +share/swig/1.3.24/tcl/tcl8kw.swg +share/swig/1.3.24/tcl/tcl8.swg +share/swig/1.3.24/tcl/swigtcl8.swg +share/swig/1.3.24/tcl/wish.i +share/swig/1.3.24/tcl/typemaps.i +share/swig/1.3.24/tcl/tclsh.i +share/swig/1.3.24/tcl/std_vector.i +share/swig/1.3.24/tcl/std_string.i +share/swig/1.3.24/tcl/std_pair.i +share/swig/1.3.24/tcl/std_map.i +share/swig/1.3.24/tcl/std_common.i +share/swig/1.3.24/tcl/cstring.i +@dirrm share/swig/1.3.24/tcl +@dirrm share/swig/1.3.24 +@dirrm share/swig/ --- swig13.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: