diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-04 14:05:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-04 14:05:27 +0000 |
commit | f0d36411c6d8cdbf0ac872ecf35a13c3e61f80e0 (patch) | |
tree | db4d24952bf0cae218bdf790653cbe865ea72ba8 /archivers/Makefile | |
parent | 05578e351a1721b733ecf626af74f4fe09cff3fa (diff) |
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>
Notes
Notes:
svn path=/head/; revision=134605
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 927f27a00ff7..d5bc7a7ce121 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -84,6 +84,7 @@ SUBDIR += stuffit SUBDIR += szip SUBDIR += tardy + SUBDIR += torrentzip SUBDIR += ucl SUBDIR += unace SUBDIR += unadf |