scummlinux-cvs-logs Mailing List for ScummLinux (Page 3)
Brought to you by:
yoshizf
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(83) |
Aug
(13) |
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: <yo...@us...> - 2003-07-27 15:04:04
|
Update of /cvsroot/scummlinux/scummlinux/packages/zisofs In directory sc8-pr-cvs1:/tmp/cvs-serv11684/packages/zisofs Log Message: Directory /cvsroot/scummlinux/scummlinux/packages/zisofs added to the repository |
From: <yo...@us...> - 2003-07-27 11:42:52
|
Update of /cvsroot/scummlinux/scummlinux/generator In directory sc8-pr-cvs1:/tmp/cvs-serv7488/generator Modified Files: LANGUAGE README-EN.txt Log Message: English is default language Index: LANGUAGE =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/generator/LANGUAGE,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** LANGUAGE 23 Jul 2003 21:07:18 -0000 1.2 --- LANGUAGE 27 Jul 2003 11:42:49 -0000 1.3 *************** *** 1,2 **** ! fr ! --- 1 ---- ! en Index: README-EN.txt =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/generator/README-EN.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** README-EN.txt 23 Jul 2003 10:41:24 -0000 1.4 --- README-EN.txt 27 Jul 2003 11:42:49 -0000 1.5 *************** *** 66,70 **** -- GNU/Linux : To generate the iso under GNU/Linux you have to launch ! ./generator.pl -- Windows : --- 66,70 ---- -- GNU/Linux : To generate the iso under GNU/Linux you have to launch ! ./generator -- Windows : |
From: <yo...@us...> - 2003-07-27 10:52:37
|
Update of /cvsroot/scummlinux/scummlinux/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv920/scripts Modified Files: generator Log Message: Replaced perl generator by brand new C generator Index: generator =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/scripts/generator,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** generator 25 Jul 2003 20:02:38 -0000 1.14 --- generator 27 Jul 2003 10:52:35 -0000 1.15 *************** *** 24,27 **** --- 24,29 ---- mkdir -p $INSTALL $SCRIPTS/install mkisofs-win32 generator || exit 1 + export INSTALL=$GENERATOR_NAME + $SCRIPTS/install generator-win32 generator || exit 1 fi *************** *** 30,33 **** --- 32,37 ---- mkdir -p $INSTALL $SCRIPTS/install scummvm-tools generator || exit 1 + export INSTALL=$GENERATOR_NAME + $SCRIPTS/install generator generator || exit 1 fi |
From: <yo...@us...> - 2003-07-27 10:52:37
|
Update of /cvsroot/scummlinux/scummlinux/packages/generator In directory sc8-pr-cvs1:/tmp/cvs-serv920/packages/generator Added Files: build install url Log Message: Replaced perl generator by brand new C generator --- NEW FILE: build --- #!/bin/sh . config/path $SCRIPTS/build uClibc || exit 1 export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0" CWD=`pwd` cd "`ls -d $BUILD/generator`" && \ make CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" LDFLAGS=-static && \ upx -9 generator && \ cd "$CWD" && \ exit 0 cd "$CWD" exit 1 --- NEW FILE: install --- #!/bin/sh . config/path cp $BUILD/generator/generator $INSTALL --- NEW FILE: url --- SCUMM_SRCS/generator-0.1.tar.bz2 |
From: <yo...@us...> - 2003-07-27 10:52:37
|
Update of /cvsroot/scummlinux/scummlinux/generator/win32 In directory sc8-pr-cvs1:/tmp/cvs-serv920/generator/win32 Removed Files: generator.exe perl58.dll Log Message: Replaced perl generator by brand new C generator --- generator.exe DELETED --- --- perl58.dll DELETED --- |
From: <yo...@us...> - 2003-07-27 10:52:37
|
Update of /cvsroot/scummlinux/scummlinux/generator/linux In directory sc8-pr-cvs1:/tmp/cvs-serv920/generator/linux Removed Files: generator.pl Log Message: Replaced perl generator by brand new C generator --- generator.pl DELETED --- |
From: <yo...@us...> - 2003-07-27 10:52:01
|
Update of /cvsroot/scummlinux/scummlinux/packages/generator In directory sc8-pr-cvs1:/tmp/cvs-serv828/packages/generator Log Message: Directory /cvsroot/scummlinux/scummlinux/packages/generator added to the repository |
From: <yo...@us...> - 2003-07-26 15:54:19
|
Update of /cvsroot/scummlinux/scummlinux/config In directory sc8-pr-cvs1:/tmp/cvs-serv16330/config Modified Files: options Log Message: Moving to OS specific generators Index: options =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/config/options,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** options 22 Jul 2003 11:24:27 -0000 1.1.1.1 --- options 25 Jul 2003 13:57:27 -0000 1.2 *************** *** 2,5 **** --- 2,8 ---- CPU=i586 + # Target OS + OS=linux + # Burning options |
From: <yo...@us...> - 2003-07-26 15:37:32
|
Update of /cvsroot/scummlinux/scummlinux/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv16330/scripts Modified Files: generator Log Message: Moving to OS specific generators Index: generator =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/scripts/generator,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** generator 24 Jul 2003 18:44:18 -0000 1.11 --- generator 25 Jul 2003 13:57:30 -0000 1.12 *************** *** 6,9 **** --- 6,10 ---- $SCRIPTS/checkdeps || exit 1 + GENERATOR_NAME=$GENERATOR_NAME-$OS export INSTALL=$GENERATOR_NAME/iso/SCUMMLINUX rm -rf $GENERATOR_NAME *************** *** 19,26 **** $SCRIPTS/install isfd generator || exit 1 ! export INSTALL=$GENERATOR_NAME/win32 ! mkdir -p $INSTALL ! $SCRIPTS/install mkisofs-win32 generator || exit 1 ! cp -r $GENERATOR/* $GENERATOR_NAME mkdir -p $GENERATOR_NAME/games cp COPYING $GENERATOR_NAME/COPYING --- 20,32 ---- $SCRIPTS/install isfd generator || exit 1 ! if [ $OS -eq "win32" ]; then ! export INSTALL=$GENERATOR_NAME/win32 ! mkdir -p $INSTALL ! $SCRIPTS/install mkisofs-win32 generator || exit 1 ! fi ! ! cp -r $GENERATOR/$OS/* $GENERATOR_NAME ! cp $GENERATOR/LANGUAGE $GENERATOR_NAME ! cp $GENERATOR/README* $GENERATOR_NAME mkdir -p $GENERATOR_NAME/games cp COPYING $GENERATOR_NAME/COPYING |
From: <yo...@us...> - 2003-07-26 15:09:08
|
Update of /cvsroot/scummlinux/scummlinux/generator/win32 In directory sc8-pr-cvs1:/tmp/cvs-serv16161/generator/win32 Log Message: Directory /cvsroot/scummlinux/scummlinux/generator/win32 added to the repository |
From: <yo...@us...> - 2003-07-26 14:36:45
|
Update of /cvsroot/scummlinux/scummlinux/generator/linux In directory sc8-pr-cvs1:/tmp/cvs-serv16330/generator/linux Added Files: generator.pl Log Message: Moving to OS specific generators --- NEW FILE: generator.pl --- #!/usr/bin/perl use File::Copy; use File::Path; use File::Glob qw(:globally :nocase); $OS = $Config::Config{'osname'}; $gamesloc = "games"; $gamesdest = "iso/SCUMMLINUX/games"; $conf = "iso/SCUMMLINUX/etc/scummvm.conf"; opendir (GAMES_REP, $gamesloc) or die("Error: cannot open source directory $gamesloc"); @games = grep !/^\.\.?\z/, readdir GAMES_REP; closedir GAMES_REP; mkpath("$gamesdest"); open(scummvm, ">$conf"); foreach $game (@games) { $i++; opendir (THISGAME_REP, "$gamesloc/$game"); print "\nFound $game, copying files..\n"; mkpath("$gamesdest/$game"); if ($game eq "monkey1" || $game eq "monkey2" || $game eq "samnmax" || $game eq "atlantis" || $game eq "tentacle") { @files = ("$game.000", "$game.001"); foreach $file (@files) { $filecaps = uc($file); copy("$gamesloc/$game/$filecaps", "$gamesdest/$game") or copy("$gamesloc/$game/$file", "$gamesdest/$game") or die("Missing file $filecaps for the game $game\n"); } @sounds = glob("$gamesloc/$game/{track,monster}*"); foreach $sound (@sounds) { copy("$sound", "$gamesdest/$game"); } } if ($game eq "indy3" || $game eq "loom" || $game eq "maniac" || $game eq "indy3ega" || $game eq "zak") { @lfls = glob("$gamesloc/$game/*.lfl") or die("Missing files for the game $game\n"); foreach $lfl (@lfls) { copy("$lfl", "$gamesdest/$game"); } } if ($game eq "ft") { @files = glob("$gamesloc/$game/*.{flc,nut,la0,la1}") or die("Missing files for the game $game\n"); foreach $file (@files) { copy("$file", "$gamesdest/$game"); } mkpath("$gamesdest/$game/VIDEO/"); @files = glob("$gamesloc/$game/VIDEO/*") or die("Missing files for the game $game\n"); foreach $file (@files) { copy("$file", "$gamesdest/$game/VIDEO"); } mkpath("$gamesdest/$game/DATA/"); @files = glob("$gamesloc/$game/DATA/*") or die("Missing files for the game $game\n"); foreach $file (@files) { copy("$file", "$gamesdest/$game/DATA"); } @sounds = glob("$gamesloc/$game/monster*"); foreach $sound (@sounds) { copy("$sound", "$gamesdest/$game"); } } if ($game eq "dig") { @files = glob("$gamesloc/$game/*.{flc,nut,la0,la1,trs,bun,bnd}") or die("Missing files for the game $game\n"); foreach $file (@files) { copy("$file", "$gamesdest/$game"); } mkpath("$gamesdest/$game/VIDEO/"); @files = glob("$gamesloc/$game/VIDEO/*") or die("Missing files for the game $game\n"); foreach $file (@files) { copy("$file", "$gamesdest/$game/VIDEO"); } } if ($game eq "simon1dos") { @files = glob("$gamesloc/$game/*") or die("Missing files for the game $game\n"); foreach $file (@files) { copy("$file", "$gamesdest/$game"); } } if ($game eq "sky") { @files = ("sky.dnr", "sky.dsk", "sky.rst"); foreach $file (@files) { $filecaps = uc($file); copy("$gamesloc/$game/$filecaps", "$gamesdest/$game") or copy("$gamesloc/$game/$file", "$gamesdest/$game") or die("Missing file $file for the game $game\n"); } } if ($game eq "monkeyega" || $game eq "loomcd" || $game eq "zak256" || $game eq "monkeyvga") { @lfls = glob("$gamesloc/$game/*.{lfl,lec}") or die("Missing files for the game $game\n"); foreach $lfl (@lfls) { copy("$lfl", "$gamesdest/$game"); } @sounds = glob("$gamesloc/$game/track*"); foreach $sound (@sounds) { copy("$sound", "$gamesdest/$game"); } } closedir THISGAME_REP; print scummvm "[$game]\n"; print scummvm "amiga=false\n"; print scummvm "path=/mnt/cdrom/games/$game\n\n"; } open(LANG, "LANGUAGE") or die("Error: LANGUAGE file missing !"); $language = <LANG>; close(LANG); print scummvm "[scummvm]\n"; print scummvm "language=$language"; print scummvm "gfx_mode=advmame2x\n"; print scummvm "versioninfo=0.5.0pre-cvs\n"; print scummvm "fullscreen=true\n"; close(scummvm); if ($i < 1) { die("Error: no game found! You must copy your games in the $gamesloc directory. Read the README for more help.\n"); } rmtree("ziso",0,0); mkpath("ziso"); if ($OS eq "MSWin32") { $command = 'win32\\mkzftree iso/SCUMMLINUX ziso/SCUMMLINUX'; } else { $command = 'mkzftree iso/SCUMMLINUX ziso/SCUMMLINUX'; } print "Creating zisofs file tree, this may take some time..\n"; system($command); @files = glob("iso/SCUMMLINUX/isolinux/*"); foreach $file (@files) { copy("$file", "ziso/SCUMMLINUX/isolinux"); } open(VERSION, "VERSION") or die("Error: VERSION file missing !"); $vers = <VERSION>; close(VERSION); if ($OS eq "MSWin32") { $command = "win32\\mkisofs -quiet -no-pad -V ScummLinux -volset ScummLinux -P \"ScummVM\" -p \"ScummVM\" -A \"ScummLinux\" -z -D -r -J -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table ziso/SCUMMLINUX > scummlinux-$vers.iso"; } else { $command = "mkisofs -quiet -no-pad -V ScummLinux -volset ScummLinux -P ScummVM -p ScummVM -A ScummLinux -z -D -r -J -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table ziso/SCUMMLINUX > scummlinux-`cat VERSION`.iso"; } print "Creating ISO image, this may take some time..\n\n"; system($command); rmtree("ziso",0,0); rmtree("iso/SCUMMLINUX/games",0,0); print "\n --- Your ScummLinux iso is ready to burn ! --- \n"; |
From: <yo...@us...> - 2003-07-26 14:23:22
|
Update of /cvsroot/scummlinux/scummlinux/generator/win32 In directory sc8-pr-cvs1:/tmp/cvs-serv16330/generator/win32 Added Files: generator.exe perl58.dll Log Message: Moving to OS specific generators --- NEW FILE: generator.exe --- (This appears to be a binary file; contents omitted.) --- NEW FILE: perl58.dll --- (This appears to be a binary file; contents omitted.) |
From: <yo...@us...> - 2003-07-26 13:05:21
|
Update of /cvsroot/scummlinux/scummlinux/generator In directory sc8-pr-cvs1:/tmp/cvs-serv16330/generator Removed Files: generator.exe generator.pl perl58.dll Log Message: Moving to OS specific generators --- generator.exe DELETED --- --- generator.pl DELETED --- --- perl58.dll DELETED --- |
From: <yo...@us...> - 2003-07-26 12:00:20
|
Update of /cvsroot/scummlinux/scummlinux/generator/linux In directory sc8-pr-cvs1:/tmp/cvs-serv16024/generator/linux Log Message: Directory /cvsroot/scummlinux/scummlinux/generator/linux added to the repository |
From: <yo...@us...> - 2003-07-26 05:21:27
|
Update of /cvsroot/scummlinux/scummlinux/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv22351/scripts Modified Files: generator Log Message: fixed dumb error Index: generator =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/scripts/generator,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** generator 25 Jul 2003 13:57:30 -0000 1.12 --- generator 25 Jul 2003 14:32:17 -0000 1.13 *************** *** 20,24 **** $SCRIPTS/install isfd generator || exit 1 ! if [ $OS -eq "win32" ]; then export INSTALL=$GENERATOR_NAME/win32 mkdir -p $INSTALL --- 20,24 ---- $SCRIPTS/install isfd generator || exit 1 ! if [ $OS = "win32" ]; then export INSTALL=$GENERATOR_NAME/win32 mkdir -p $INSTALL |
From: <yo...@us...> - 2003-07-26 01:50:59
|
Update of /cvsroot/scummlinux/scummlinux/packages/scummvm-tools In directory sc8-pr-cvs1:/tmp/cvs-serv6079/packages/scummvm-tools Log Message: Directory /cvsroot/scummlinux/scummlinux/packages/scummvm-tools added to the repository |
From: <yo...@us...> - 2003-07-26 01:50:57
|
Update of /cvsroot/scummlinux/scummlinux/packages/scummvm-tools In directory sc8-pr-cvs1:/tmp/cvs-serv7035/packages/scummvm-tools Added Files: build install url Log Message: Added scummvm-tools to linux generator --- NEW FILE: build --- #!/bin/sh . config/path $SCRIPTS/build uClibc || exit 1 export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0" CWD=`pwd` cd "`ls -d $BUILD/scummvm-tools*`" && \ make LFLAGS=-static CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" extract && \ upx --best extract && \ cd "$CWD" && \ exit 0 cd "$CWD" exit 1 --- NEW FILE: install --- #!/bin/sh . config/path cp $BUILD/scummvm-tools*/extract $INSTALL --- NEW FILE: url --- http://belnet.dl.sourceforge.net/sourceforge/scummvm/scummvm-tools-0.4.1.tar.bz2 |
From: <yo...@us...> - 2003-07-26 01:50:57
|
Update of /cvsroot/scummlinux/scummlinux/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv7035/scripts Modified Files: generator Log Message: Added scummvm-tools to linux generator Index: generator =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/scripts/generator,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** generator 25 Jul 2003 14:32:17 -0000 1.13 --- generator 25 Jul 2003 20:02:38 -0000 1.14 *************** *** 26,29 **** --- 26,35 ---- fi + if [ $OS = "linux" ]; then + export INSTALL=$GENERATOR_NAME/linux + mkdir -p $INSTALL + $SCRIPTS/install scummvm-tools generator || exit 1 + fi + cp -r $GENERATOR/$OS/* $GENERATOR_NAME cp $GENERATOR/LANGUAGE $GENERATOR_NAME |
From: <yo...@us...> - 2003-07-26 01:50:44
|
Update of /cvsroot/scummlinux/scummlinux/packages/busybox In directory sc8-pr-cvs1:/tmp/cvs-serv19422/packages/busybox Modified Files: build Log Message: compressing busybox Index: build =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/packages/busybox/build,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build 22 Jul 2003 11:24:26 -0000 1.1.1.1 --- build 25 Jul 2003 20:20:00 -0000 1.2 *************** *** 8,12 **** export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0" ! make -C "`ls -d $BUILD/busybox-*`" CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" && exit 0 exit 1 --- 8,12 ---- export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0" ! make -C "`ls -d $BUILD/busybox-*`" CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" && upx -9 `ls -d $BUILD/busybox-*/busybox` && exit 0 exit 1 |
From: <yo...@us...> - 2003-07-24 18:57:42
|
Update of /cvsroot/scummlinux/scummlinux/config In directory sc8-pr-cvs1:/tmp/cvs-serv3009/config Modified Files: init Log Message: Index: init =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/config/init,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** init 24 Jul 2003 18:39:42 -0000 1.7 --- init 24 Jul 2003 18:49:25 -0000 1.8 *************** *** 38,41 **** --- 38,43 ---- done + clear + if test -f /EXEC; then for DIR in /mnt/*; do |
From: <yo...@us...> - 2003-07-24 18:46:48
|
Update of /cvsroot/scummlinux/scummlinux/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv2332/scripts Modified Files: iso Log Message: Index: iso =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/scripts/iso,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** iso 24 Jul 2003 11:10:24 -0000 1.2 --- iso 24 Jul 2003 18:46:45 -0000 1.3 *************** *** 20,24 **** $SCRIPTS/install setmixer || exit 1 $SCRIPTS/install scummvm || exit 1 ! $SCRIPTS/install fdutils || exit 1 rm -rf $BUILD/ziso --- 20,24 ---- $SCRIPTS/install setmixer || exit 1 $SCRIPTS/install scummvm || exit 1 ! $SCRIPTS/install isfd || exit 1 rm -rf $BUILD/ziso |
From: <yo...@us...> - 2003-07-24 18:44:25
|
Update of /cvsroot/scummlinux/scummlinux/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv1909/scripts Modified Files: generator Log Message: Index: generator =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/scripts/generator,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** generator 24 Jul 2003 18:09:45 -0000 1.10 --- generator 24 Jul 2003 18:44:18 -0000 1.11 *************** *** 14,22 **** $SCRIPTS/install boot generator || exit 1 $SCRIPTS/install linux generator || exit 1 - $SCRIPTS/install halt generator || exit 1 $SCRIPTS/install setmixer generator || exit 1 $SCRIPTS/install tvout generator || exit 1 $SCRIPTS/install scummvm generator || exit 1 ! $SCRIPTS/install fdutils generator || exit 1 export INSTALL=$GENERATOR_NAME/win32 --- 14,21 ---- $SCRIPTS/install boot generator || exit 1 $SCRIPTS/install linux generator || exit 1 $SCRIPTS/install setmixer generator || exit 1 $SCRIPTS/install tvout generator || exit 1 $SCRIPTS/install scummvm generator || exit 1 ! $SCRIPTS/install isfd generator || exit 1 export INSTALL=$GENERATOR_NAME/win32 |
From: <yo...@us...> - 2003-07-24 18:44:24
|
Update of /cvsroot/scummlinux/scummlinux/packages/fdutils In directory sc8-pr-cvs1:/tmp/cvs-serv1909/packages/fdutils Removed Files: build install url Log Message: --- build DELETED --- --- install DELETED --- --- url DELETED --- |
From: <yo...@us...> - 2003-07-24 18:44:24
|
Update of /cvsroot/scummlinux/scummlinux/packages/isfd In directory sc8-pr-cvs1:/tmp/cvs-serv1909/packages/isfd Added Files: build url Log Message: --- NEW FILE: build --- #!/bin/sh . config/path $SCRIPTS/build uClibc || exit 1 export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0" CWD=`pwd` cd "`ls -d $BUILD/isfd*`" && \ make CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" CFLAGS="-Os -s -I`ls -d $ROOT/$BUILD/linux*/include`" && \ cd "$CWD" && \ exit 0 cd "$CWD" exit 1 --- NEW FILE: url --- SCUMM_SRCS/isfd-0.0.1.tar.bz2 |
From: <yo...@us...> - 2003-07-24 18:43:44
|
Update of /cvsroot/scummlinux/scummlinux/packages/isfd In directory sc8-pr-cvs1:/tmp/cvs-serv1788/packages/isfd Log Message: Directory /cvsroot/scummlinux/scummlinux/packages/isfd added to the repository |