E CVS: rage raster

2008-01-24 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage/src/bin


Modified Files:
main.c volume.c 


Log Message:


asparagus! (may have slipped some tvtime exec foo in) :)

===
RCS file: /cvs/e/misc/rage/src/bin/main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- main.c  31 Oct 2007 20:10:30 -  1.6
+++ main.c  25 Jan 2008 03:35:20 -  1.7
@@ -32,6 +32,7 @@
 static void main_menu_audio(void *data);
 static void main_menu_photo(void *data);
 static void main_menu_scan(void *data);
+static void main_menu_tv(void *data);
 
 int
 main(int argc, char **argv)
@@ -171,9 +172,9 @@
/* build a default menu */
main_mode_push(MENU);
menu_push("menu", "Main", NULL, NULL);
-   menu_item_add("icon/config", "Settings",
- "Modify settings and preferences", NULL,
- main_menu_config, NULL, NULL, NULL, NULL);
+   menu_item_add("icon/tv", "TV",
+ "Scan all media again and update", NULL,
+ main_menu_tv, NULL, NULL, NULL, NULL);
menu_item_add("icon/video", "Videos",
  "Films, Movies and other video footage", NULL,
  main_menu_video, NULL, NULL, NULL, NULL);
@@ -189,6 +190,9 @@
menu_item_add("icon/update", "Scan Media",
  "Scan all media again and update", NULL,
  main_menu_scan, NULL, NULL, NULL, NULL);
+   menu_item_add("icon/config", "Settings",
+ "Modify settings and preferences", NULL,
+ main_menu_config, NULL, NULL, NULL, NULL);
 
menu_item_enabled_set("Main", "Settings", 1);
menu_item_enabled_set("Main", "DVD", 1);
@@ -735,4 +739,10 @@
 main_menu_scan(void *data)
 {
volume_update();
+}
+
+static void
+main_menu_tv(void *data)
+{
+   system("tvtime -m -n PAL -f custom");
 }
===
RCS file: /cvs/e/misc/rage/src/bin/volume.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- volume.c25 Jul 2007 17:05:16 -  1.3
+++ volume.c25 Jan 2008 03:35:20 -  1.4
@@ -423,7 +423,8 @@
   (!strcasecmp(ext, "mpe")) || (!strcasecmp(ext, "qt"))   ||
   (!strcasecmp(ext, "fli")) || (!strcasecmp(ext, "dv"))   ||
   (!strcasecmp(ext, "asx")) || (!strcasecmp(ext, "wm"))   ||
-  (!strcasecmp(ext, "lsf")) || (!strcasecmp(ext, "movie"))
+  (!strcasecmp(ext, "lsf")) || (!strcasecmp(ext, "movie") ||
+  (!strcasecmp(ext, "mkv")))
   ) 
  {
vi->type = "video";



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: rage raster

2008-01-24 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage


Modified Files:
configure.in 


Log Message:


asparagus! (may have slipped some tvtime exec foo in) :)

===
RCS file: /cvs/e/misc/rage/configure.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- configure.in26 Aug 2007 14:33:37 -  1.7
+++ configure.in25 Jan 2008 03:35:20 -  1.8
@@ -1,7 +1,11 @@
+# get rid of that stupid cache mechanism
 rm -f config.cache
 
-AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(rage, 0.2.0.005)
+AC_INIT(rage, 0.3.0.042, [EMAIL PROTECTED])
+AC_PREREQ(2.52)
+AC_CONFIG_SRCDIR(configure.in)
+
+AM_INIT_AUTOMAKE(1.6 dist-bzip2)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: rage raster

2007-08-26 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage


Modified Files:
configure.in 


Log Message:


asparagus

===
RCS file: /cvs/e/misc/rage/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- configure.in10 Jul 2007 00:12:35 -  1.6
+++ configure.in26 Aug 2007 14:33:37 -  1.7
@@ -1,7 +1,7 @@
 rm -f config.cache
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(rage, 0.2.0.004)
+AM_INIT_AUTOMAKE(rage, 0.2.0.005)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: rage raster

2007-08-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage/src/bin


Modified Files:
main.c 


Log Message:


dvd watch menu item.. watches dvd's now

===
RCS file: /cvs/e/misc/rage/src/bin/main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- main.c  25 Jul 2007 17:05:16 -  1.4
+++ main.c  11 Aug 2007 15:48:03 -  1.5
@@ -649,6 +649,26 @@
 }
 
 static void
+main_menu_dvd_watch(void *data)
+{
+   Video_Lib_Item *vli;
+
+   vli = data;
+   if (over_delay_timer)
+ {
+   ecore_timer_del(over_delay_timer);
+   over_delay_timer = NULL;
+ }
+   main_mode_push(VIDEO);
+   if (over_video)
+ {
+   minivid_del(over_video);
+   over_video = NULL;
+ }
+   video_init("emotion_decoder_xine.so", "dvd://", "video");
+}
+
+static void
 main_menu_video(void *data)
 {
menu_push("menu", "Video", NULL, NULL);
@@ -667,21 +687,6 @@
 
menu_go();
menu_item_select("Library");
-   
- {
-   const Evas_List *l;
-   
-   for (l = volume_items_get(); l; l = l->next)
- {
-Volume_Item *vi;
-
-vi = l->data;
-if (!strcmp(vi->type, "video"))
-  {
- printf("%s :: %s - (%s)\n", vi->genre, vi->name, vi->path);
-  }
- }
- }
 }
 
 static void
@@ -696,7 +701,7 @@
 NULL, NULL, NULL, NULL, NULL);
menu_item_add("icon/dvd", "Watch",
 "Watch your DVD", NULL,
-NULL, NULL, NULL, NULL, NULL);
+main_menu_dvd_watch, NULL, NULL, NULL, NULL);
menu_item_enabled_set("DVD", "Resume", 0);
menu_item_enabled_set("DVD", "Rip", 0);
menu_item_enabled_set("DVD", "Watch", 1);



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: rage raster

2007-07-28 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage/src/bin


Modified Files:
mini.c video.c 


Log Message:


space toggles pause

===
RCS file: /cvs/e/misc/rage/src/bin/mini.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- mini.c  23 May 2007 18:37:19 -  1.4
+++ mini.c  29 Jul 2007 06:11:28 -  1.5
@@ -200,6 +200,7 @@
  edje_object_signal_emit(mini->o_parent, "generate", "begin");
  snprintf(buf, sizeof(buf), "nice -n 5 %s/rage_thumb \"%s\" 
\"%s\" -fps 10 -og 128x96",
   PACKAGE_BIN_DIR, mini->source, mini->file);
+ printf("EXEC: %s\n", buf);
  mini->gen_exe = ecore_exe_run(buf, mini);
  mini->handler = ecore_event_handler_add(ECORE_EXE_EVENT_DEL, 
_mini_exe_exit, mini);
  mini->timer = ecore_timer_add(240.0, _mini_overtime_timer, 
mini);
===
RCS file: /cvs/e/misc/rage/src/bin/video.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- video.c 15 Apr 2007 18:27:18 -  1.2
+++ video.c 29 Jul 2007 06:11:28 -  1.3
@@ -162,7 +162,10 @@
  {
/* FIXME: play info display */
jump = 0.0;
-   emotion_object_play_set(o_video, 0);
+   if (emotion_object_play_get(o_video))
+ emotion_object_play_set(o_video, 0);
+   else
+ emotion_object_play_set(o_video, 1);
edje_object_signal_emit(o_video_bg, "active", "");
  }
else if (!strcmp(ev->keyname, "Up"))



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: rage raster

2007-07-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage


Modified Files:
configure.in 


Log Message:


asparagus.

===
RCS file: /cvs/e/misc/rage/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- configure.in18 Jun 2007 01:06:35 -  1.5
+++ configure.in10 Jul 2007 00:12:35 -  1.6
@@ -1,7 +1,7 @@
 rm -f config.cache
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(rage, 0.2.0.003)
+AM_INIT_AUTOMAKE(rage, 0.2.0.004)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN



-
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


E CVS: rage raster

2007-06-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage


Modified Files:
configure.in 


Log Message:


forgot to commit aspara.

===
RCS file: /cvs/e/misc/rage/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- configure.in5 May 2007 15:13:59 -   1.4
+++ configure.in18 Jun 2007 01:06:35 -  1.5
@@ -1,7 +1,7 @@
 rm -f config.cache
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(rage, 0.2.0.002)
+AM_INIT_AUTOMAKE(rage, 0.2.0.003)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN



-
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


E CVS: rage raster

2007-05-05 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage/data


Modified Files:
Makefile.am 


Log Message:


aspara

===
RCS file: /cvs/e/misc/rage/data/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 19 Mar 2007 22:12:34 -  1.1
+++ Makefile.am 5 May 2007 15:14:00 -   1.2
@@ -35,7 +35,13 @@
 photo.png \
 mitem.png \
 mitem2.png \
-miniover.png
+miniover.png \
+update.png \
+book.png \
+favorites.png \
+resume.png \
+bug.png \
+genre.png
 
 default.edj: Makefile $(EXTRA_DIST)
$(EDJE_CC) $(EDJE_FLAGS) \



-
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


E CVS: rage raster

2007-05-05 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage


Modified Files:
configure.in 


Log Message:


aspara

===
RCS file: /cvs/e/misc/rage/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- configure.in29 Mar 2007 14:23:37 -  1.3
+++ configure.in5 May 2007 15:13:59 -   1.4
@@ -1,7 +1,7 @@
 rm -f config.cache
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(rage, 0.2.0)
+AM_INIT_AUTOMAKE(rage, 0.2.0.002)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN



-
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


E CVS: rage raster

2007-05-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage/src/bin


Modified Files:
Makefile.am 
Added Files:
raged_main.c 


Log Message:


started stub of a raged... rage daemon/server - split front and back end of
rage.

===
RCS file: /cvs/e/misc/rage/src/bin/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 29 Mar 2007 14:23:37 -  1.3
+++ Makefile.am 3 May 2007 07:05:34 -   1.4
@@ -4,7 +4,7 @@
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/bin @EVAS_CFLAGS@ 
@ECORE_CFLAGS@ @EDJE_CFLAGS@ @EMOTION_CFLAGS@
 
-bin_PROGRAMS = rage rage_thumb
+bin_PROGRAMS = rage rage_thumb raged
 
 rage_SOURCES = \
 main.c \
@@ -44,3 +44,9 @@
 
 rage_thumb_LDADD = @my_libs@ @EVAS_LIBS@ @ECORE_LIBS@ @EDJE_LIBS@ 
@EMOTION_LIBS@
 
+raged_SOURCES = \
+raged_main.c \
+sha1.c \
+sha1.h
+
+raged_LDADD = @my_libs@ @EVAS_LIBS@ @ECORE_LIBS@ @EMOTION_LIBS@



-
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


E CVS: rage raster

2007-03-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage/data


Added Files:
Vera.ttf VeraBd.ttf 


Log Message:


add ttf's




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: rage raster

2007-03-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage/src/bin


Modified Files:
mini.c 


Log Message:


rename thumbs to .eet - easier on evas's loaders.

===
RCS file: /cvs/e/misc/rage/src/bin/mini.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- mini.c  19 Mar 2007 22:12:35 -  1.1
+++ mini.c  19 Mar 2007 22:39:06 -  1.2
@@ -57,7 +57,7 @@
buf[(i * 2) + 1] = chmap[(sha[i] ) & 0xf];
  }
buf[(i * 2)] = 0;
-   snprintf(file, sizeof(file), "%s/.rage/thumbs/%s.thm", getenv("HOME"), buf);
+   snprintf(file, sizeof(file), "%s/.rage/thumbs/%s.eet", getenv("HOME"), buf);
mini->file = strdup(file);
mini->source = strdup(source);
evas_object_event_callback_add(o, EVAS_CALLBACK_FREE, _mini_free, mini);



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: rage raster

2007-03-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage/data


Added Files:
Makefile.am audio.png audios.png bg.png bg_over.png book.png 
bug.png busy-1.png busy-2.png busy-3.png busy-4.png busy-5.png 
busy-6.png busy-7.png busy-8.png busy-9.png config.png 
default.edc dvd.png favorites.png genre.png miniover.png 
mitem.png mitem2.png photo.png photos.png resume.png 
selshadow.png update.png video.png videos.png 


Log Message:


i thought i'd stick rage in cvs - in misc. it's not part of e17 - it's just a
separate toy i have - play with it or not, but it's in misc, so be it.




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: rage raster

2007-03-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage/m4


Added Files:
ac_expand_dir.m4 ac_path_generic.m4 


Log Message:


i thought i'd stick rage in cvs - in misc. it's not part of e17 - it's just a
separate toy i have - play with it or not, but it's in misc, so be it.




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: rage raster

2007-03-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage/src/bin


Added Files:
Makefile.am background.c background.h e.h e_box.c e_box.h 
e_flowlayout.c e_flowlayout.h e_layout.c e_layout.h e_table.c 
e_table.h layout.c layout.h main.c main.h menu.c menu.h mini.c 
mini.h minivid.c minivid.h rage_thumb.c sha1.c sha1.h status.c 
status.h video.c video.h volume.c volume.h 


Log Message:


i thought i'd stick rage in cvs - in misc. it's not part of e17 - it's just a
separate toy i have - play with it or not, but it's in misc, so be it.




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: rage raster

2007-03-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage


Added Files:
AUTHORS COPYING COPYING-PLAIN ChangeLog INSTALL Makefile.am 
NEWS README TODO autogen.sh configure.in 


Log Message:


i thought i'd stick rage in cvs - in misc. it's not part of e17 - it's just a
separate toy i have - play with it or not, but it's in misc, so be it.




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: rage raster

2007-03-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage/src


Added Files:
Makefile.am 


Log Message:


i thought i'd stick rage in cvs - in misc. it's not part of e17 - it's just a
separate toy i have - play with it or not, but it's in misc, so be it.




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: rage raster

2007-03-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage/src/bin




Log Message:
Directory /cvs/e/misc/rage/src/bin added to the repository




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: rage raster

2007-03-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage/data




Log Message:
Directory /cvs/e/misc/rage/data added to the repository




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: rage raster

2007-03-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage/src




Log Message:
Directory /cvs/e/misc/rage/src added to the repository




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: rage raster

2007-03-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage/m4




Log Message:
Directory /cvs/e/misc/rage/m4 added to the repository




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: rage raster

2007-03-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir : misc/rage




Log Message:
Directory /cvs/e/misc/rage added to the repository




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs