Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65135 - white water 2.22 (new package)
Summary: white water 2.22 (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo net-p2p team
URL: http://ww.walrond.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-23 13:49 UTC by Boris
Modified: 2004-10-05 10:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ww-2.22.ebuild (ww-2.22.ebuild,614 bytes, text/plain)
2004-09-23 13:52 UTC, Boris
Details
ww-2.22.ebuild (ww-2.22.ebuild,699 bytes, text/plain)
2004-09-24 03:32 UTC, Boris
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Boris 2004-09-23 13:49:19 UTC
I made an ebuild for white water (ww). I would suggest net-misc/ww as category for this.

-------------------------------------------------------------
White Water allows people with limited or metered bandwidth to publish files for download by thousands of people without saturating their bandwidth. Downloaders participate by distributing chunks of the file amongst themselves but gain by downloading several parts of the file simultaneously. The download speed will generally be limited only by the downloaders own bandwidth, not that of the publisher.

White water can also be used in server or proxy mode, publishing and downloading files for entire networks whilst providing more permanent sharing of cached files.

Features
* Extremely simple to use
* Written in c++ - portable, accessible, small and fast
* Multi-threaded - tunable, efficient and scalable

Reproducible: Always
Steps to Reproduce:
Comment 1 Boris 2004-09-23 13:52:09 UTC
Created attachment 40244 [details]
ww-2.22.ebuild

Please note: The Makefile does not take any advantage from CFLAGS. It always
compiles itself with -O3 or default optimization.
Comment 2 Boris 2004-09-24 03:32:44 UTC
Created attachment 40281 [details]
ww-2.22.ebuild

I changed the ebuild so that it modyfies the Makefile to use the CFLAGS instead
of -O3.
Comment 3 Jon Hood (RETIRED) gentoo-dev 2004-10-05 10:29:02 UTC
I made a few changes and added it to net-p2p/ww since it uses a peer system to distribute chunks of the files.  Also, sed statements need to go in src_unpack(). Excellent ebuild- thanks for the submission :).