r45204 - in /trunk/libwx-perl: ./ debian/ ext/aui/ ext/aui/XS/ ext/calendar/ ext/dataview/ ext/datetime/ ext/docview/ ext/grid/ ext/html/ ext/media/ ext/print/ ext/richtext/ ext/socket/ ext/stc/ ext/xrc/ lib/Wx/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Oct 1 21:07:13 UTC 2009


Author: gregoa
Date: Thu Oct  1 21:07:06 2009
New Revision: 45204

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45204
Log:
New upstream release.

Modified:
    trunk/libwx-perl/Changes
    trunk/libwx-perl/Controls.xs
    trunk/libwx-perl/Frames.xs
    trunk/libwx-perl/GDI.xs
    trunk/libwx-perl/META.yml
    trunk/libwx-perl/Makefile.PL
    trunk/libwx-perl/Window.xs
    trunk/libwx-perl/Wx.pm
    trunk/libwx-perl/Wx.xs
    trunk/libwx-perl/debian/changelog
    trunk/libwx-perl/ext/aui/AUI.xs
    trunk/libwx-perl/ext/aui/XS/AuiNotebook.xsp
    trunk/libwx-perl/ext/calendar/Calendar.xs
    trunk/libwx-perl/ext/dataview/DataView.xs
    trunk/libwx-perl/ext/datetime/DateTime.xs
    trunk/libwx-perl/ext/docview/DocView.xs
    trunk/libwx-perl/ext/grid/Grid.xs
    trunk/libwx-perl/ext/html/Html.xs
    trunk/libwx-perl/ext/media/Media.xs
    trunk/libwx-perl/ext/print/Print.xs
    trunk/libwx-perl/ext/richtext/RichText.xs
    trunk/libwx-perl/ext/socket/Socket.xs
    trunk/libwx-perl/ext/stc/STC.xs
    trunk/libwx-perl/ext/xrc/XRC.xs
    trunk/libwx-perl/lib/Wx/Mini.pm

Modified: trunk/libwx-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/Changes?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/Changes (original)
+++ trunk/libwx-perl/Changes Thu Oct  1 21:07:06 2009
@@ -1,4 +1,8 @@
 Revision history for Perl extension Wx.
+
+0.93  Gio 24 Set 2009 21:34:10 CEST
+	- Use ExtUtils::XSpp::Cmd instead of the xspp command
+	  line script.
 
 0.92  Thu Aug  6 21:04:59 CEST 2009
 	- Compilation fix for ActivePerl.

Modified: trunk/libwx-perl/Controls.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/Controls.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/Controls.xs (original)
+++ trunk/libwx-perl/Controls.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     29/10/2000
-// RCS-ID:      $Id: Controls.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: Controls.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2000-2008 Mattia Barbon
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -58,42 +58,42 @@
 
 #endif
 
-INCLUDE: xspp -t typemap.xsp XS/ControlWithItems.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/ControlWithItems.xsp |
 
 INCLUDE: XS/BitmapButton.xs
-INCLUDE: xspp -t typemap.xsp XS/AnimationCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/AnimationCtrl.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/EditableListBox.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/EditableListBox.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/BookCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/BookCtrl.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/Listbook.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/Listbook.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/Choicebook.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/Choicebook.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/Toolbook.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/Toolbook.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/Treebook.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/Treebook.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/HyperlinkCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/HyperlinkCtrl.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/VListBox.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/VListBox.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/SearchCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/SearchCtrl.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/ComboPopup.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/ComboPopup.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/ComboCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/ComboCtrl.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/OwnerDrawnComboBox.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/OwnerDrawnComboBox.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/CollapsiblePane.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/CollapsiblePane.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/BitmapComboBox.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/BitmapComboBox.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/DirCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/DirCtrl.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/FileCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/FileCtrl.xsp |
 
 INCLUDE: XS/Button.xs
 INCLUDE: XS/CheckBox.xs
@@ -117,16 +117,16 @@
 INCLUDE: XS/ToggleButton.xs
 INCLUDE: XS/TreeCtrl.xs
 
-INCLUDE: xspp -t typemap.xsp XS/TextAttr.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/TextAttr.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/TextCtrl.xs |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/TextCtrl.xs |
 
-INCLUDE: xspp -t typemap.xsp XS/PickerCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/PickerCtrl.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/ColourPickerCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/ColourPickerCtrl.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/FilePickerCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/FilePickerCtrl.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/FontPickerCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/FontPickerCtrl.xsp |
 
 MODULE=Wx_Ctrl PACKAGE=Wx::Control

Modified: trunk/libwx-perl/Frames.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/Frames.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/Frames.xs (original)
+++ trunk/libwx-perl/Frames.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     29/10/2000
-// RCS-ID:      $Id: Frames.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: Frames.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2000-2003, 2005-2008 Mattia Barbon
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -24,25 +24,25 @@
 
 INCLUDE: XS/Panel.xs
 
-INCLUDE: xspp -t typemap.xsp XS/Dialog.xs |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/Dialog.xs |
 
 INCLUDE: XS/Frame.xs
 INCLUDE: XS/StatusBar.xs
 INCLUDE: XS/ToolBar.xs
 INCLUDE: XS/Wizard.xs
 
-INCLUDE: xspp -t typemap.xsp XS/IconBundle.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/IconBundle.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/TopLevelWindow.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/TopLevelWindow.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/PopupWindow.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/PopupWindow.xsp |
 
 INCLUDE: XS/ColourDialog.xs
 INCLUDE: XS/DirDialog.xs
 INCLUDE: XS/FileDialog.xs
 INCLUDE: XS/TextEntryDialog.xs
 
-INCLUDE: xspp -t typemap.xsp XS/MessageDialog.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/MessageDialog.xsp |
 
 INCLUDE: XS/ProgressDialog.xs
 INCLUDE: XS/SingleChoiceDialog.xs
@@ -50,8 +50,8 @@
 INCLUDE: XS/FontDialog.xs
 INCLUDE: XS/FindReplaceDialog.xs
 
-INCLUDE: xspp -t typemap.xsp XS/AboutDialog.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/AboutDialog.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/PropertySheetDialog.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/PropertySheetDialog.xsp |
 
 MODULE=Wx_Wnd

Modified: trunk/libwx-perl/GDI.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/GDI.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/GDI.xs (original)
+++ trunk/libwx-perl/GDI.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     29/10/2000
-// RCS-ID:      $Id: GDI.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: GDI.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2000-2003, 2005-2009 Mattia Barbon
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -33,15 +33,15 @@
 
 MODULE=Wx_GDI
 
-INCLUDE: xspp -t typemap.xsp XS/Animation.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/Animation.xsp |
 INCLUDE: XS/Colour.xs
 INCLUDE: XS/ColourDatabase.xs
 INCLUDE: XS/Font.xs
-INCLUDE: xspp -t typemap.xsp XS/ImageList.xs |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/ImageList.xs |
 INCLUDE: XS/Bitmap.xs
 INCLUDE: XS/Icon.xs
 INCLUDE: XS/Cursor.xs
-INCLUDE: xspp -t typemap.xsp XS/DC.xs |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/DC.xs |
 INCLUDE: XS/Pen.xs
 INCLUDE: XS/Brush.xs
 INCLUDE: XS/Image.xs
@@ -51,9 +51,9 @@
 INCLUDE: XS/GraphicsPath.xs
 INCLUDE: XS/GraphicsMatrix.xs
 INCLUDE: XS/GraphicsObject.xs
-INCLUDE: xspp -t typemap.xsp XS/GraphicsRenderer.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/GraphicsRenderer.xsp |
 
-INCLUDE: xspp -t typemap.xsp XS/SVGFileDC.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/SVGFileDC.xsp |
 
 MODULE=Wx PACKAGE=Wx PREFIX=wx
 

Modified: trunk/libwx-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/META.yml?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/META.yml (original)
+++ trunk/libwx-perl/META.yml Thu Oct  1 21:07:06 2009
@@ -1,6 +1,6 @@
 # http://module-build.sourceforge.net/META-spec.html
 name:         Wx
-version:      0.92
+version:      0.93
 version_from: Wx.pm
 installdirs:  site
 author:       Mattia Barbon <mbarbon at cpan.org>
@@ -11,7 +11,7 @@
   Alien::wxWidgets:      0.25
   Data::Dumper:             0
   ExtUtils::MakeMaker:   6.17
-  ExtUtils::XSpp:        0.04
+  ExtUtils::XSpp:        0.05
   File::Spec::Functions: 0.82
   if:                    0.03
   Test::Harness:         2.26

Modified: trunk/libwx-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/Makefile.PL?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/Makefile.PL (original)
+++ trunk/libwx-perl/Makefile.PL Thu Oct  1 21:07:06 2009
@@ -5,7 +5,7 @@
 ## Author:      Mattia Barbon
 ## Modified by:
 ## Created:     01/10/2000
-## RCS-ID:      $Id: Makefile.PL 2577 2009-06-18 20:36:39Z tsee $
+## RCS-ID:      $Id: Makefile.PL 2611 2009-09-20 13:30:33Z mbarbon $
 ## Copyright:   (c) 2000-2008 Mattia Barbon
 ## Licence:     This program is free software; you can redistribute it and/or
 ##              modify it under the same terms as Perl itself
@@ -40,7 +40,7 @@
     'ExtUtils::MakeMaker'    => 6.17,
     'Alien::wxWidgets'       => 0.25,
     'if'                     => 0.03,
-    'ExtUtils::XSpp'         => 0.04,
+    'ExtUtils::XSpp'         => 0.05,
     };
 
 eval {

Modified: trunk/libwx-perl/Window.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/Window.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/Window.xs (original)
+++ trunk/libwx-perl/Window.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     29/10/2000
-// RCS-ID:      $Id: Window.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: Window.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2000-2002, 2004-2008 Mattia Barbon
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -1251,23 +1251,23 @@
 
 #endif
 
-INCLUDE: xspp -t typemap.xsp XS/Window.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/Window.xsp |
 
 INCLUDE: XS/Accelerators.xs
 
-INCLUDE: xspp -t typemap.xsp XS/PlWindow.xsp |
-
-INCLUDE: xspp -t typemap.xsp XS/SplitterWindow.xs |
-
-INCLUDE: xspp -t typemap.xsp XS/VScrolledWindow.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/PlWindow.xsp |
+
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/SplitterWindow.xs |
+
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/VScrolledWindow.xsp |
 
 INCLUDE: XS/ScrolledWindow.xs
 INCLUDE: XS/Validators.xs
 INCLUDE: XS/Constraint.xs
 
-INCLUDE: xspp -t typemap.xsp XS/Sizer.xs |
-
-INCLUDE: xspp -t typemap.xsp XS/GridBagSizer.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/Sizer.xs |
+
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/GridBagSizer.xsp |
 
 INCLUDE: XS/SashWindow.xs
 

Modified: trunk/libwx-perl/Wx.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/Wx.pm?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/Wx.pm (original)
+++ trunk/libwx-perl/Wx.pm Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 ## Author:      Mattia Barbon
 ## Modified by:
 ## Created:     01/10/2000
-## RCS-ID:      $Id: Wx.pm 2586 2009-06-28 13:05:24Z mbarbon $
+## RCS-ID:      $Id: Wx.pm 2605 2009-08-17 21:08:17Z mbarbon $
 ## Copyright:   (c) 2000-2009 Mattia Barbon
 ## Licence:     This program is free software; you can redistribute it and/or
 ##              modify it under the same terms as Perl itself
@@ -21,7 +21,7 @@
 $_msw = 1; $_gtk = 2; $_motif = 3; $_mac = 4; $_x11 = 5;
 
 @ISA = qw(Exporter);
-$VERSION = '0.92';
+$VERSION = '0.93';
 $XS_VERSION = $VERSION;
 $VERSION = eval $VERSION;
 

Modified: trunk/libwx-perl/Wx.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/Wx.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/Wx.xs (original)
+++ trunk/libwx-perl/Wx.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     01/10/2000
-// RCS-ID:      $Id: Wx.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: Wx.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2000-2002, 2004-2009 Mattia Barbon
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -420,23 +420,23 @@
 INCLUDE: XS/FontMapper.xs
 INCLUDE: XS/FontEnumerator.xs
 INCLUDE: XS/Wave.xs
-INCLUDE: xspp -t typemap.xsp XS/ArtProvider.xsp |
-
-INCLUDE: xspp -t typemap.xsp XS/MimeTypes.xsp |
-
-INCLUDE: xspp -t typemap.xsp XS/Sound.xsp |
-
-INCLUDE: xspp -t typemap.xsp XS/Power.xsp |
-
-INCLUDE: xspp -t typemap.xsp XS/ClassInfo.xs |
-
-INCLUDE: xspp -t typemap.xsp XS/Display.xsp |
-
-INCLUDE: xspp -t typemap.xsp XS/StandardPaths.xsp |
-
-INCLUDE: xspp -t typemap.xsp XS/Variant.xsp |
-
-INCLUDE: xspp -t typemap.xsp XS/NotificationMessage.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/ArtProvider.xsp |
+
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/MimeTypes.xsp |
+
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/Sound.xsp |
+
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/Power.xsp |
+
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/ClassInfo.xs |
+
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/Display.xsp |
+
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/StandardPaths.xsp |
+
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/Variant.xsp |
+
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp XS/NotificationMessage.xsp |
 
 ##  //FIXME// tricky
 ##if defined(__WXMSW__)

Modified: trunk/libwx-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/debian/changelog?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/debian/changelog (original)
+++ trunk/libwx-perl/debian/changelog Thu Oct  1 21:07:06 2009
@@ -1,8 +1,12 @@
-libwx-perl (0.92-3) UNRELEASED; urgency=low
+libwx-perl (0.93-1) UNRELEASED; urgency=low
 
+  [ Ryan Niebur ]
   * Update ryan52's email address
 
- -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:27:01 -0700
+  [ gregor herrmann ]
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Thu, 01 Oct 2009 23:05:38 +0200
 
 libwx-perl (0.92-2) unstable; urgency=low
 

Modified: trunk/libwx-perl/ext/aui/AUI.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/ext/aui/AUI.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/ext/aui/AUI.xs (original)
+++ trunk/libwx-perl/ext/aui/AUI.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     11/11/2006
-// RCS-ID:      $Id: AUI.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: AUI.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2006, 2008 Mattia Barbon
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -61,11 +61,11 @@
 BOOT:
   INIT_PLI_HELPERS( wx_pli_helpers );
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/AuiManager.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/AuiManager.xsp |
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/AuiPaneInfo.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/AuiPaneInfo.xsp |
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/AuiNotebook.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/AuiNotebook.xsp |
 
 MODULE=Wx__AUI PACKAGE=Wx::AUI
 

Modified: trunk/libwx-perl/ext/aui/XS/AuiNotebook.xsp
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/ext/aui/XS/AuiNotebook.xsp?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/ext/aui/XS/AuiNotebook.xsp (original)
+++ trunk/libwx-perl/ext/aui/XS/AuiNotebook.xsp Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 ## Author:      Mattia Barbon
 ## Modified by:
 ## Created:     12/11/2006
-## RCS-ID:      $Id: AuiNotebook.xsp 2274 2007-11-10 22:37:30Z mbarbon $
+## RCS-ID:      $Id: AuiNotebook.xsp 2606 2009-08-17 21:10:29Z mbarbon $
 ## Copyright:   (c) 2006-2007 Mattia Barbon
 ## Licence:     This program is free software; you can redistribute it and/or
 ##              modify it under the same terms as Perl itself
@@ -100,10 +100,12 @@
     void Split( size_t page, int direction );
 #endif
 
-#if WXPERL_W_VERSION_GE( 2, 9, 0 )
+#if WXPERL_W_VERSION_GE( 2, 9, 0 ) || WXPERL_W_VERSION_GE( 2, 8, 1 ) 
     const wxAuiManager* GetAuiManager()
         %code{% RETVAL = &THIS->GetAuiManager(); %};
+#endif
 
+#if WXPERL_W_VERSION_GE( 2, 9, 0 ) || WXPERL_W_VERSION_GE( 2, 8, 5 ) 
     void AdvanceSelection( bool advance = true );
     int GetHeightForPageHeight( int pageHeight );
     int GetTabCtrlHeight() const;
@@ -113,8 +115,9 @@
     void SetMeasuringFont( const wxFont& font );
 
     void SetTabCtrlHeight( int height );
-    void SetUniformBitmapSize( const wxSize& size );
 
     bool ShowWindowMenu();
 #endif
+
+    void SetUniformBitmapSize( const wxSize& size );
 };

Modified: trunk/libwx-perl/ext/calendar/Calendar.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/ext/calendar/Calendar.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/ext/calendar/Calendar.xs (original)
+++ trunk/libwx-perl/ext/calendar/Calendar.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     22/09/2002
-// RCS-ID:      $Id: Calendar.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: Calendar.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2002, 2005-2006, 2008 Mattia Barbon
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -27,11 +27,11 @@
 BOOT:
   INIT_PLI_HELPERS( wx_pli_helpers );
 
-INCLUDE: xspp -t ../../typemap.xsp XS/DatePickerCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/DatePickerCtrl.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp XS/CalendarCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/CalendarCtrl.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp XS/CalendarDateAttr.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/CalendarDateAttr.xsp |
 
 #  //FIXME//tricky
 #if defined(__WXMSW__)

Modified: trunk/libwx-perl/ext/dataview/DataView.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/ext/dataview/DataView.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/ext/dataview/DataView.xs (original)
+++ trunk/libwx-perl/ext/dataview/DataView.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     05/11/2007
-// RCS-ID:      $Id: DataView.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: DataView.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2007-2008 Mattia Barbon
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -46,25 +46,25 @@
 BOOT:
   INIT_PLI_HELPERS( wx_pli_helpers );
 
-INCLUDE: xspp -t ../../typemap.xsp -t typemap.xsp XS/DataViewCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp -t typemap.xsp XS/DataViewCtrl.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp -t typemap.xsp XS/DataViewModel.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp -t typemap.xsp XS/DataViewModel.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp -t typemap.xsp XS/DataViewIndexListModel.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp -t typemap.xsp XS/DataViewIndexListModel.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp -t typemap.xsp XS/DataViewColumn.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp -t typemap.xsp XS/DataViewColumn.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp -t typemap.xsp XS/DataViewEvent.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp -t typemap.xsp XS/DataViewEvent.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp -t typemap.xsp XS/DataViewItem.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp -t typemap.xsp XS/DataViewItem.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp -t typemap.xsp XS/DataViewModelNotifier.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp -t typemap.xsp XS/DataViewModelNotifier.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp -t typemap.xsp XS/DataViewRenderer.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp -t typemap.xsp XS/DataViewRenderer.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp -t typemap.xsp XS/DataViewTreeStore.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp -t typemap.xsp XS/DataViewTreeStore.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp -t typemap.xsp XS/DataViewTreeCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp -t typemap.xsp XS/DataViewTreeCtrl.xsp |
 
 MODULE=Wx__DataView PACKAGE=Wx::DataView
 

Modified: trunk/libwx-perl/ext/datetime/DateTime.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/ext/datetime/DateTime.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/ext/datetime/DateTime.xs (original)
+++ trunk/libwx-perl/ext/datetime/DateTime.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     22/09/2002
-// RCS-ID:      $Id: DateTime.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: DateTime.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2002, 2006, 2008 Mattia Barbon
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -21,11 +21,11 @@
 BOOT:
   INIT_PLI_HELPERS( wx_pli_helpers );
 
-INCLUDE: xspp -t ../../typemap.xsp XS/DateTime.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/DateTime.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp XS/DateSpan.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/DateSpan.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp XS/TimeSpan.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/TimeSpan.xsp |
 
 #  //FIXME//tricky
 #if defined(__WXMSW__)

Modified: trunk/libwx-perl/ext/docview/DocView.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/ext/docview/DocView.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/ext/docview/DocView.xs (original)
+++ trunk/libwx-perl/ext/docview/DocView.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Simon Flack
 // Modified by:
 // Created:     11/09/2002
-// RCS-ID:      $Id: DocView.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: DocView.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2002, 2004, 2007-2008 Simon Flack
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -32,7 +32,7 @@
 INCLUDE: XS/DocParentFrame.xs
 INCLUDE: XS/DocChildFrame.xs
 
-INCLUDE: xspp -t ../../typemap.xsp XS/CommandProcessor.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/CommandProcessor.xsp |
 
 #if wxUSE_MDI_ARCHITECTURE && wxUSE_DOC_VIEW_ARCHITECTURE
 

Modified: trunk/libwx-perl/ext/grid/Grid.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/ext/grid/Grid.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/ext/grid/Grid.xs (original)
+++ trunk/libwx-perl/ext/grid/Grid.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     04/12/2001
-// RCS-ID:      $Id: Grid.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: Grid.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2001-2004, 2006-2009 Mattia Barbon
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -85,9 +85,9 @@
 INCLUDE: XS/GridCellRenderer.xs
 INCLUDE: XS/GridCellEditor.xs
 
-INCLUDE: xspp -t ../../typemap.xsp XS/GridTable.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/GridTable.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp XS/GridTableMessage.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/GridTableMessage.xsp |
 
 MODULE=Wx__Grid PACKAGE=Wx::Grid
 

Modified: trunk/libwx-perl/ext/html/Html.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/ext/html/Html.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/ext/html/Html.xs (original)
+++ trunk/libwx-perl/ext/html/Html.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     10/03/2001
-// RCS-ID:      $Id: Html.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: Html.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2001-2004, 2006, 2008 Mattia Barbon
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -42,7 +42,7 @@
 BOOT:
   INIT_PLI_HELPERS( wx_pli_helpers );
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/HtmlWindow.xs |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/HtmlWindow.xs |
 
 INCLUDE: XS/HtmlHelpController.xs
 
@@ -53,15 +53,15 @@
 
 #endif
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/HtmlParser.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/HtmlParser.xsp |
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/HtmlTagHandler.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/HtmlTagHandler.xsp |
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/HtmlTag.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/HtmlTag.xsp |
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/HtmlCell.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/HtmlCell.xsp |
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/HtmlListBox.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/HtmlListBox.xsp |
 
 #include "cpp/ht_constants.cpp"
 #include "cpp/ovl_const.cpp"

Modified: trunk/libwx-perl/ext/media/Media.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/ext/media/Media.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/ext/media/Media.xs (original)
+++ trunk/libwx-perl/ext/media/Media.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     04/03/2006
-// RCS-ID:      $Id: Media.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: Media.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2006, 2008 Mattia Barbon
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -22,9 +22,9 @@
 BOOT:
   INIT_PLI_HELPERS( wx_pli_helpers );
 
-INCLUDE: xspp -t ../../typemap.xsp XS/MediaCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/MediaCtrl.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp XS/MediaEvent.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/MediaEvent.xsp |
 
 #include "cpp/overload.h"
 #include "cpp/ovl_const.cpp"

Modified: trunk/libwx-perl/ext/print/Print.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/ext/print/Print.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/ext/print/Print.xs (original)
+++ trunk/libwx-perl/ext/print/Print.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     04/05/2001
-// RCS-ID:      $Id: Print.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: Print.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2001-2002, 2004-2006, 2008 Mattia Barbon
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -32,9 +32,9 @@
 INCLUDE: XS/Printout.xs
 INCLUDE: XS/PrintDialog.xs
 
-INCLUDE: xspp -t ../../typemap.xsp XS/Preview.xs |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/Preview.xs |
 
-INCLUDE: xspp -t ../../typemap.xsp XS/PrintFactory.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/PrintFactory.xsp |
 
 #include "cpp/pr_constants.cpp"
 

Modified: trunk/libwx-perl/ext/richtext/RichText.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/ext/richtext/RichText.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/ext/richtext/RichText.xs (original)
+++ trunk/libwx-perl/ext/richtext/RichText.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     05/11/2006
-// RCS-ID:      $Id: RichText.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: RichText.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2006-2008 Mattia Barbon
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -62,23 +62,23 @@
 BOOT:
   INIT_PLI_HELPERS( wx_pli_helpers );
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/RichTextCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/RichTextCtrl.xsp |
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/RichTextAttr.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/RichTextAttr.xsp |
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/RichTextStyle.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/RichTextStyle.xsp |
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/RichTextStyleCtrl.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/RichTextStyleCtrl.xsp |
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/RichTextFormattingDialog.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/RichTextFormattingDialog.xsp |
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/RichTextFileHandler.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/RichTextFileHandler.xsp |
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/RichTextBuffer.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/RichTextBuffer.xsp |
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/SymbolPickerDialog.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/SymbolPickerDialog.xsp |
 
-INCLUDE: xspp -t typemap.xsp -t ../../typemap.xsp XS/RichTextStyleOrganiserDialog.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp XS/RichTextStyleOrganiserDialog.xsp |
 
 MODULE=Wx__RichText PACKAGE=Wx::RichText
 

Modified: trunk/libwx-perl/ext/socket/Socket.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/ext/socket/Socket.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/ext/socket/Socket.xs (original)
+++ trunk/libwx-perl/ext/socket/Socket.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Graciliano M. P.
 // Modified by:
 // Created:     27/02/2003
-// RCS-ID:      $Id: Socket.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: Socket.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2003-2004, 2006, 2008 Graciliano M. P.
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -30,9 +30,9 @@
 INCLUDE: XS/SocketServer.xs
 INCLUDE: XS/SocketEvent.xs
 
-INCLUDE: xspp -t ../../typemap.xsp XS/SockAddress.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/SockAddress.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp XS/DatagramSocket.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/DatagramSocket.xsp |
 
 #  //FIXME//tricky
 #if defined(__WXMSW__)

Modified: trunk/libwx-perl/ext/stc/STC.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/ext/stc/STC.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/ext/stc/STC.xs (original)
+++ trunk/libwx-perl/ext/stc/STC.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     23/05/2002
-// RCS-ID:      $Id: STC.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: STC.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2002-2004, 2006-2008 Mattia Barbon
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -21,9 +21,9 @@
 BOOT:
   INIT_PLI_HELPERS( wx_pli_helpers );
 
-INCLUDE: xspp -t ../../typemap.xsp XS/StyledTextCtrl.xs |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/StyledTextCtrl.xs |
 
-INCLUDE: xspp -t ../../typemap.xsp XS/StyledTextEvent.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/StyledTextEvent.xsp |
 
 #include "cpp/st_constants.cpp"
 

Modified: trunk/libwx-perl/ext/xrc/XRC.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/ext/xrc/XRC.xs?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/ext/xrc/XRC.xs (original)
+++ trunk/libwx-perl/ext/xrc/XRC.xs Thu Oct  1 21:07:06 2009
@@ -4,7 +4,7 @@
 // Author:      Mattia Barbon
 // Modified by:
 // Created:     27/07/2001
-// RCS-ID:      $Id: XRC.xs 2577 2009-06-18 20:36:39Z tsee $
+// RCS-ID:      $Id: XRC.xs 2610 2009-09-20 13:28:54Z mbarbon $
 // Copyright:   (c) 2001-2004, 2006, 2008 Mattia Barbon
 // Licence:     This program is free software; you can redistribute it and/or
 //              modify it under the same terms as Perl itself
@@ -24,13 +24,13 @@
 
 INCLUDE: XS/XmlResource.xs
 
-INCLUDE: xspp -t ../../typemap.xsp XS/XmlSubclassFactory.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/XmlSubclassFactory.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp XS/XmlDocument.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/XmlDocument.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp XS/XmlNode.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/XmlNode.xsp |
 
-INCLUDE: xspp -t ../../typemap.xsp XS/XmlResourceHandler.xsp |
+INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/XmlResourceHandler.xsp |
 
 MODULE=Wx__XRC PACKAGE=Wx PREFIX=wx
 

Modified: trunk/libwx-perl/lib/Wx/Mini.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/lib/Wx/Mini.pm?rev=45204&op=diff
==============================================================================
--- trunk/libwx-perl/lib/Wx/Mini.pm (original)
+++ trunk/libwx-perl/lib/Wx/Mini.pm Thu Oct  1 21:07:06 2009
@@ -12,7 +12,7 @@
     $Wx::dlls = XXXDLLSXXX;
 }
 
-$VERSION = '0.92'; # bootstrap will catch wrong versions
+$VERSION = '0.93'; # bootstrap will catch wrong versions
 $XS_VERSION = $VERSION;
 $VERSION = eval $VERSION;
 




More information about the Pkg-perl-cvs-commits mailing list