http://www.gnu.org/software/wget/ -- это рервое.
Второе:
* Can resume aborted downloads, using REST and RANGE
* Can use filename wild cards and recursively mirror directories
* NLS-based message files for many different languages
* Optionally converts absolute links in downloaded documents to relative, so that downloaded documents may link to each other locally
* Runs on most UNIX-like operating systems as well as Microsoft Windows
* Supports HTTP proxies
* Supports HTTP cookies
* Supports persistent HTTP connections
* Unattended / background operation
* Uses local file timestamps to determine whether documents need to be re-downloaded when mirroring
* GNU Wget is distributed under the GNU General Public License.
Про socks-прокси ничего не сказано.
Третье:
Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--disable-opie disable support for opie or s/key FTP login
--disable-digest disable support for HTTP digest authorization
--disable-ntlm disable support for NTLM authorization
--disable-debug disable support for debugging output
--disable-largefile omit support for large files
--disable-rpath do not hardcode runtime library paths
--disable-ipv6 disable IPv6 support
--disable-nls do not use Native Language Support
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--without-ssl disable SSL autodetection
--with-gnu-ld assume the C compiler uses GNU ld default=no
--with-libgnutls-prefix[=DIR] search for libgnutls in DIR/include and DIR/lib
--without-libgnutls-prefix don't search for libgnutls in includedir and libdir
--with-libssl-prefix[=DIR] search for libssl in DIR/include and DIR/lib
--without-libssl-prefix don't search for libssl in includedir and libdir
И последнее -- ebuild файл:
use static && append-ldflags -static
econf \
$(use_with ssl) $(use_enable ssl opie) $(use_enable ssl digest) \
$(use_enable ipv6) \
$(use_enable nls) \
$(use_enable debug) \
$(use_with socks5 socks) \
|| die
emake || die
Строка "$(use_with socks5 socks) \" лишь добавляет параметр --with-socks{,5} к ./configure а он такого НЕ знает.
Вот и не будет работать, ИМО.
Добавлено Втр 02 Сен 2008 01:10:24 :
А dante хоть ставь, хоть не ставь -- в ./configure больше опций не станет. В то, что разработчики забыли добавить эту опцию в конфигуратор не верю.
Любите систему, и она ответит взаимностью;)