Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv11801

Modified Files:
        freevo 
Log Message:
Moved the first three helpers from helpers/ to src/helpers and changed
the freevo script to easy access them. The old helpers need a cleanup:
o what is realy needed?
o what should be in src/helpers because we need it from time to time?
o what should go to contrib?


Index: freevo
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** freevo      4 Aug 2003 18:41:11 -0000       1.60
--- freevo      5 Aug 2003 19:32:55 -0000       1.61
***************
*** 10,14 ****
  # begin configuration
  
! helpers=helpers
  src=src
  
--- 10,14 ----
  # begin configuration
  
! helpers=src/helpers
  src=src
  
***************
*** 107,111 ****
  
      for i in $helpers/*.py; do
!       s=`echo $i | sed "s/^$helpers.\\(.*\\).py/\\1/"`
        if [ "$s" != "__init__" ]; then
            echo $s
--- 107,111 ----
  
      for i in $helpers/*.py; do
!       s=`echo $i | sed "s|^$helpers.\\(.*\\).py|\\1|"`
        if [ "$s" != "__init__" ]; then
            echo $s




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to