diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-20 04:17:59 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-20 04:17:59 +0800 |
commit | 4b69464837bfa2e3ca8430bd262467795b8e7623 (patch) | |
tree | 15e5baef5ce1dc5c2d7a7a92a4db1eddaa729582 /net-p2p/jigdo/files | |
parent | d4e9e2091e51c67f2335c618e0ebd1575073bc76 (diff) | |
download | freebsd-ports-gnome-4b69464837bfa2e3ca8430bd262467795b8e7623.tar.gz freebsd-ports-gnome-4b69464837bfa2e3ca8430bd262467795b8e7623.tar.zst freebsd-ports-gnome-4b69464837bfa2e3ca8430bd262467795b8e7623.zip |
add jigdo 0.6.8
An utility used to retrieve very large files over the Internet
PR: 40954
Submitted by: Attila Nagy <bra@fsn.hu>
Diffstat (limited to 'net-p2p/jigdo/files')
-rw-r--r-- | net-p2p/jigdo/files/patch-scan.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-p2p/jigdo/files/patch-scan.cc b/net-p2p/jigdo/files/patch-scan.cc new file mode 100644 index 000000000000..2c1d4443f2e7 --- /dev/null +++ b/net-p2p/jigdo/files/patch-scan.cc @@ -0,0 +1,13 @@ +--- src/scan.cc.orig Fri Sep 20 03:21:08 2002 ++++ src/scan.cc Fri Sep 20 03:21:36 2002 +@@ -174,8 +174,8 @@ + } + } + #else +-JigdoCache::JigdoCache(const string&, size_t, size_t bufLen = 128*1024, +- ProgressReporter& pr = noReport) ++JigdoCache::JigdoCache(const string&, size_t, size_t bufLen, ++ ProgressReporter& pr) + : blockLength(0), md5BlockLength(0), files(), nrOfFiles(0), + locationPaths(), readAmount(bufLen), buffer(), reporter(pr) { } + #endif |