[BACK]Return to MakeTorrents.pl CVS log [TXT][DIR] Up to [local] / openbsd / OpenBSDTorrents

Diff for /openbsd/OpenBSDTorrents/MakeTorrents.pl between version 1.23 and 1.24

version 1.23, 2010/02/25 17:54:13 version 1.24, 2010/03/08 20:19:37
Line 1 
Line 1 
 #!/usr/bin/perl  #!/usr/bin/perl
 # -T  # -T
 #$RedRiver: MakeTorrents.pl,v 1.22 2007/11/02 02:36:01 andrew Exp $  #$RedRiver: MakeTorrents.pl,v 1.23 2010/02/25 17:54:13 andrew Exp $
 use strict;  use strict;
 use warnings;  use warnings;
 use diagnostics;  use diagnostics;
Line 150 
Line 150 
     #}      #}
     $t->piece_length($piece_len);      $t->piece_length($piece_len);
     $t->creation_date(time);      $t->creation_date(time);
     print "Checksumming files. This may take a little while...\n";      #print "Checksumming files. This may take a little while...\n";
   
     # Can't use this,  have to do this manually because      # Can't use this,  have to do this manually because
     # we need to have the multi-file type of torrent      # we need to have the multi-file type of torrent

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>