Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : libs/etk-perl

Dir     : e17/libs/etk-perl


Modified Files:
        Changes MANIFEST META.yml Makefile.PL README 
Removed Files:
        Etk.xs EtkSignals.c EtkSignals.h EtkTypes.c EtkTypes.h 


Log Message:
Split out XS file into multiple smaller files for better building

===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/Changes,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Changes     29 Jan 2007 14:25:36 -0000      1.6
+++ Changes     3 Jul 2007 19:26:05 -0000       1.7
@@ -1,5 +1,11 @@
 Revision history for Perl extension Etk.
 
+0.07  Tue Jul  3 21:39:49 GMT+2 2007
+       - follow some changes in Etk
+       - Split the single XS file into multiple files
+       - Some changes to the build system
+       - Better signal handling
+
 0.06  Mon Jan 29 10:29:04 EET 2007
        - move to the new Etk_Tree widget
        - Various fixes to the event system
===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/MANIFEST,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- MANIFEST    1 Dec 2006 20:40:13 -0000       1.14
+++ MANIFEST    3 Jul 2007 19:26:05 -0000       1.15
@@ -1,10 +1,60 @@
 Changes
-Etk.xs
-EtkTypes.c
-EtkTypes.h
-EtkSignals.c
-EtkSignals.h
 Makefile.PL
+xs/Alignment.xs
+xs/Bin.xs
+xs/Box.xs
+xs/Button.xs
+xs/Canvas.xs
+xs/Clipboard.xs
+xs/Colorpicker.xs
+xs/Combobox.xs
+xs/Config.xs
+xs/Container.xs
+xs/Dialog.xs
+xs/Drag.xs
+xs/Editable.xs
+xs/Entry.xs
+xs/Etk.xs.in
+xs/EtkSignals.c
+xs/EtkSignals.h
+xs/EtkTypes.c
+xs/EtkTypes.h
+xs/Filechooser.xs
+xs/Fixed.xs
+xs/Frame.xs
+xs/Iconbox.xs
+xs/Image.xs
+xs/Label.xs
+xs/Makefile.PL
+xs/Menu.xs
+xs/MessageDialog.xs
+xs/Notebook.xs
+xs/Object.xs
+xs/Paned.xs
+xs/PopupWindow.xs
+xs/ProgressBar.xs
+xs/Range.xs
+xs/Scrollbar.xs
+xs/ScrolledView.xs
+xs/Selection.xs
+xs/Separator.xs
+xs/Shadow.xs
+xs/Signal.xs
+xs/Slider.xs
+xs/Spinner.xs
+xs/StatusBar.xs
+xs/Stock.xs
+xs/Table.xs
+xs/TextBlock.xs
+xs/Theme.xs
+xs/Timer.xs
+xs/Toolbar.xs
+xs/Tooltips.xs
+xs/Toplevel.xs
+xs/Tree.xs
+xs/Viewport.xs
+xs/Widget.xs
+xs/Window.xs
 MANIFEST
 README
 typemap
===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/META.yml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- META.yml    6 Oct 2006 21:01:49 -0000       1.5
+++ META.yml    3 Jul 2007 19:26:05 -0000       1.6
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Etk
-version:      0.05
+version:      0.07
 version_from: lib/Etk.pm
 installdirs:  site
 requires:
===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/Makefile.PL,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- Makefile.PL 29 Jan 2007 13:55:44 -0000      1.10
+++ Makefile.PL 3 Jul 2007 19:26:05 -0000       1.11
@@ -25,6 +25,7 @@
     test              => {TESTS=>'t/Etk/*.t'},
     clean             => {FILES=>"ppport.h"},
     OBJECT            => '$(O_FILES)', 
+    DIR               => ["xs"],
 );
 
 sub MY::test_via_harness {
===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/README,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- README      29 Jan 2007 14:25:36 -0000      1.10
+++ README      3 Jul 2007 19:26:05 -0000       1.11
@@ -1,4 +1,4 @@
-Etk version 0.06
+Etk version 0.07
 ================
 
 These are the Etk bindings for the Enlightenment Toolkit (etk)



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to