cd2iso/ 0040755 0000000 0000000 00000000000 07676115322 010754 5 ustar root root cd2iso/images/ 0040755 0000000 0000000 00000000000 07676077464 012237 5 ustar root root cd2iso/images/icon.gif 0100744 0000000 0000000 00000004377 07676077464 013667 0 ustar root root GIF89a0 0 fff^fƾrrrپo~ސNNN>քjjjΦ=:.꺊rvήchʿҾ~|ᾢv~ꆂ"""¾jn¾pξvr ښ>>>...RRR֤Ҿޣʺzy}֚¶͑ƨF22w©Ƃnv։pƾ꾎tꮦζ־¾ZZZҔº<6.ڕsޞFFFʾ zzњ¢668ʺڋɖ~ɞ꾊vھʊ¾vǾorΊɚ^^^ֈJJJxҁzv~:::222ƑꦦzΆޒֺƞv! , 0 0 H*4X`Ç,GEو8v|hjқp3>lťKV?d%% %r*b*`@7x67Z9jARSV;:@ clM:ŽW@`jE77(byIKv,0췿>Z6.')~xHfziK-dVh I7 8,@>,l)_nk\[@=ya"C*"Ց_ E$tn"kUgr X0 :0@M(@[.|wH=4*^r dC aaQ:L0XxPUXb2!91R8lbׄ2H5u;`Ηv 'L%!90[xa*OF9c,D<'XMS\` HrJr U(GXI܃ &D#LiPU)tFwXHKH X Beiġ.?]#"U\@]C&ZA* TSgģ 2m ~0JH B4c8?eȬ"#."("gKYLT\ 䡍#>B@U/ |" P00A(*g@'LL!hA?aN&Ҋ2$j6s+H A5w"8@-0IPk #Bwwd3R]-8c H0g$>Mj= ;2k&d,E@8l,uN+YO-81# "8 )y,/tRGz,+,x3g,L2 S3L(눫>MBJQ&8 "0a,E_# ψEZ``4#@XbD !?\bXB+pQ\S n}/ lH$(N-|"H`jԃ0AJq-laGc%` NPA "!By0bA0|\x!ohXBB Q"bD@@ʑ"P5GThDP``0!$8)JCQ$ QTc`!8 m{B#J@J1T 01XAcp $Ȁ)D<X1mP<& 'A,<| RGm > J} T:)1&Na=IC*DdB:5>$'6NQ@ǟ I) pR}6(2QSHJ |?e OP2 Pէ DDtjZRԫ՟IHB4 Pß'LTUjQgEV Y}E\&KZlB ; cd2iso/module.info 0100744 0000000 0000000 00000000130 07676054334 013113 0 ustar root root name=CD2iso desc=Create ISO images from CD's os_support=*-linux depends= category=Others cd2iso/index.cgi 0100744 0000000 0000000 00000006650 07676101257 012556 0 ustar root root #!/usr/bin/perl $| = 1; #Unbuffered output require './CD2iso-lib.pl'; &header($text{'title'}, "", "intro", 1); print '
| CD2iso Options | |
| ' . &hlink("Optional comments", "comments") . ' | |
| ' . &hlink("Mount iso image as a directory", "mountiso") . ' | |
'; print ''; }; cd2iso/CD2iso-lib.pl 0100744 0000000 0000000 00000001340 07676114554 013142 0 ustar root root #!/usr/bin/perl do '../web-lib.pl'; &init_config(); sub cd_in_drive { return (get_cd_title() ne ""); }; sub get_cd_title { local($title) = backquote_logged("dd if=" . $config{'cd_dev'} . " bs=1 skip=32808 count=32 2>/dev/null | sed 's/ [ \t]*//'"); $title =~ s/\W*$//; $title =~ s/ /-/; # Change any spaces to dashes return $title; }; sub CreateImage { local($cd_dev) = $_[0]; local($iso_image) = $_[1]; if (-e $iso_image) { &error("File '$iso_image' already exists") }; $ret = backquote_logged("dd if=" . $config{'cd_dev'} . " of=" . $iso_image); # print "
ret =
'$ret'"; return 1; }; sub CreateCommentFile { local($file) = $_[0]; local($text) = $_[1]; open(FH, ">$file"); print FH $text; close(FH); }; cd2iso/help/ 0040755 0000000 0000000 00000000000 07676065156 011715 5 ustar root root cd2iso/help/comments.html 0100744 0000000 0000000 00000000240 07676051672 014420 0 ustar root root