Commit graph

2 commits

Author SHA1 Message Date
Pav Lucistnik
b5706294b0 - Fix bug: Torrentzip uses the read permission flag to check if a zip file
needs to be processed.  It does this by first setting all zip files to 0400,
  then as it processes the zip file it changes the permissions to 0200.

PR:		ports/81502
Submitted by:	Scot W. Hetzel <swhetzel@gmail.com> (maintainer)
Obtained from:	author
2005-05-26 20:40:29 +00:00
Pav Lucistnik
f0d36411c6 TorrentZip creates byte-for-byte exact zip files on any machine. This allows
people to join a torrent (after they have converted their zip files) with a
particular set of files, thus preventing them from having to download the
entire set of files again.  Because of the way TorrentZip creates identical
zips, the file hashes will always match those in the original torrent.

PR:		ports/80579
Submitted by:	Scot W. Hetzel <swhetzel@gmail.com>
2005-05-04 14:05:27 +00:00