|
From: Martin R. <ru...@us...> - 2009-03-24 18:31:20
|
Update of /cvsroot/foo/foo/elkfoo/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13184/scripts Modified Files: foocat foodiary foofold foojoin Log Message: added macports paths /opt/local/xxx to default search path on darwin Index: foofold =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/scripts/foofold,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** foofold 14 Dec 2007 19:36:40 -0000 1.1 --- foofold 24 Mar 2009 18:31:02 -0000 1.2 *************** *** 86,90 **** (if ext ext ! (soundfile-filetype (car infiles)))))) ;; sample format --- 86,90 ---- (if ext ext ! (soundfile-type (car infiles)))))) ;; sample format Index: foodiary =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/scripts/foodiary,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** foodiary 14 Dec 2007 19:36:40 -0000 1.1 --- foodiary 24 Mar 2009 18:31:02 -0000 1.2 *************** *** 107,111 **** (if ext ext ! (soundfile-filetype (car infiles)))))) ;; sample format --- 107,111 ---- (if ext ext ! (soundfile-type (car infiles)))))) ;; sample format Index: foocat =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/scripts/foocat,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** foocat 14 Dec 2007 19:36:40 -0000 1.1 --- foocat 24 Mar 2009 18:31:02 -0000 1.2 *************** *** 80,84 **** (if ext ext ! (soundfile-filetype (car infiles)))))) ;; sample format --- 80,84 ---- (if ext ext ! (soundfile-type (car infiles)))))) ;; sample format Index: foojoin =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/scripts/foojoin,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** foojoin 7 Jan 2008 21:20:03 -0000 1.1 --- foojoin 24 Mar 2009 18:31:02 -0000 1.2 *************** *** 85,89 **** (if ext ext ! (soundfile-filetype (car infiles)))))) ;; sample format --- 85,89 ---- (if ext ext ! (soundfile-type (car infiles)))))) ;; sample format |