Port details |
- wget2 File and recursive website downloader
- 2.0.0_4 www
=0 Version of this port present on the latest quarterly branch. - Maintainer: amdmi3@FreeBSD.org
 - Port Added: 2021-11-18 11:51:11
- Last Update: 2022-03-10 11:22:56
- Commit Hash: 71b077b
- License: GPLv3+ LGPL3+
- Description:
- GNU Wget2 is the successor of GNU Wget, a file and recursive website
downloader.
Designed and written from scratch it wraps around libwget, that
provides the basic functions needed by a web client.
Wget2 works multi-threaded and uses many features to allow fast
operation.
In many cases Wget2 downloads much faster than Wget1.x due to HTTP2,
HTTP compression, parallel connections and use of If-Modified-Since
HTTP header.
WWW: https://gitlab.com/gnuwget/wget2
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/wget2/ && make install clean
- To add the package, run one of these commands:
- pkg install www/wget2
- pkg install wget2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wget2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1637155143
SHA256 (wget2-2.0.0.tar.lz) = da95b1477fa4ede1ac712f179c1354d9624fbc91e778d89cf8d2ae46aa15e3d2
SIZE (wget2-2.0.0.tar.lz) = 1956207
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pandoc : textproc/hs-pandoc
- gsed : textproc/gsed
- libtool : devel/libtool
- pkgconf>=1.3.0_1 : devel/pkgconf
- msgfmt : devel/gettext-tools
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- Library dependencies:
-
- libbrotlidec.so : archivers/brotli
- libgpgme.so : security/gpgme
- libhsts.so : www/libhsts
- libidn2.so : dns/libidn2
- libnghttp2.so : www/libnghttp2
- libpsl.so : dns/libpsl
- libmicrohttpd.so : www/libmicrohttpd
- libgnutls.so : security/gnutls
- libzstd.so : archivers/zstd
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for wget2-2.0.0_4:
BROTLI=on: Brotli compression support
DOXYGEN=off: Build documentation with Doxygen
GPGME=on: Support signature verification with gpgme
HSTS=on: Support HSTS preload lists
IDN=on: International Domain Names support
MANPAGES=on: Build and/or install manual pages
NGHTTP2=on: Support HTTP/2.0 through libnghttp2
NLS=on: Native Language Support
PSL=on: Public Suffix List support
TEST=on: Build and/or run tests
ZSTD=on: Zstandard compression support
====> SSL protocol support: you can only select none or one of them
GNUTLS=off: SSL/TLS support via GnuTLS
OPENSSL=on: SSL/TLS support via OpenSSL
NOSSL=off: Disable SSL support
====> Support Perl regular expressions in addition to POSIX: you can only select none or one of them
PCRE1=off: Support PCRE style regular expressions
PCRE2=off: Support PCRE2 style regular expressions
===> Use 'make config' to modify these settings
- Options name:
- www_wget2
- USES:
- autoreconf charsetfix cpe iconv libtool:build localbase pkgconfig tar:lz gettext ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Mar 2022 11:22:56 2.0.0_3 |
Dmitry Marakasov (amdmi3)  |
www/wget2: fix manpage generation
PR: 26126
Reported by: yonas.yanfa@gmail.com |
10 Mar 2022 11:22:56 2.0.0_4 |
Dmitry Marakasov (amdmi3)  |
www/wget2: fix dependencies and modernize options handling
- Fix unaccounted depends:
- gnutls is needed for libmicrohttp (TEST option) support.
- when SSL support is disabled, libnettle is needed for hashing
and checksumming.
- Fix configure argument name for lzip, help is incorrect about it.
- Completely convert to options helpers by introducing NOSSL
pseudooption. |
10 Jan 2022 19:15:47 2.0.0_2 |
Li-Wen Hsu (lwhsu)  |
Bump PORTREVISION after www/libmicrohttpd updated
PR: 260777 |
26 Dec 2021 07:59:06 2.0.0_1 |
Li-Wen Hsu (lwhsu)  |
Bump PORTREVISION after www/libmicrohttpd updated
PR: 260603 |
21 Dec 2021 12:46:15 2.0.0 |
Bernhard Froehlich (decke)  |
www/wget2: Fix invalid CPE information
Approved by: portmgr (blanket) |
18 Nov 2021 11:48:16 2.0.0 |
Dmitry Marakasov (amdmi3)  |
www/wget2: add port: File and recursive website downloader
GNU Wget2 is the successor of GNU Wget, a file and recursive website
downloader.
Designed and written from scratch it wraps around libwget, that
provides the basic functions needed by a web client.
Wget2 works multi-threaded and uses many features to allow fast
operation.
In many cases Wget2 downloads much faster than Wget1.x due to HTTP2,
HTTP compression, parallel connections and use of If-Modified-Since
HTTP header.
WWW: https://gitlab.com/gnuwget/wget2
Unlike wget, this was placed into www category as it does no longer
support ftp. |
Number of commits found: 6
|