# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= wget2 VERSION= 2.1.0 KEYWORDS= net ftp www VARIANTS= standard SDESC[standard]= File retrieval tool using HTTP, HTTPS, and FTP HOMEPAGE= https://gitlab.com/gnuwget/wget2 CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= GNU/wget DISTFILE[1]= wget2-2.1.0.tar.gz:main DF_INDEX= 1 SPKGS[standard]= complete primary tools dev nls man OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= doxygen:single:standard gnutls:dev:standard libnghttp2:dev:standard gpgme:dev:standard lzlib:dev:standard brotli:dev:standard libidn2:dev:standard libpsl:dev:standard BUILDRUN_DEPENDS= brotli:primary:standard gnutls:primary:standard gpgme:primary:standard libidn2:primary:standard libnghttp2:primary:standard libpsl:primary:standard lzip:single:standard lzlib:primary:standard RUN_DEPENDS= nss:caroot:standard EXRUN[tools]= primary USES= cpe gmake pkgconfig iconv libtool makeinfo python:build gettext zstd bz2 zlib xz pcre2 CPE_PRODUCT= wget CPE_VENDOR= gnu FPC_EQUIVALENT= www/wget2 MUST_CONFIGURE= gnu CONFIGURE_ARGS= --with-openssl=no --with-ssl=gnutls --without-libhsts --without-libidn --without-libmicrohttpd --with-bzip2 --with-lzma INSTALL_TARGET= install-strip INSTALL_REQ_TOOLCHAIN= yes SOVERSION= 2.0.0 CFLAGS= -Wno-attributes post-install: ${RM} ${STAGEDIR}${PREFIX}/bin/wget2_noinstall [FILE:2176:descriptions/desc.primary] GNU Wget2 is the successor of GNU Wget, a file and recursive website downloader. Some features: * Support for HTTP/1.1 and HTTP/2.0 protocol * brotli decompression support (Accept-Encoding: br) * zstandard decompression support, RFC8478 (Accept-Encoding: zstd) * lzip decompression support, (Accept-Encoding: lzip) * HPKP - HTTP Public Key Pinning (RFC7469) with persistent database * TCP Fast Open for plain text and for HTTPS * TLS Session Resumption including persistent session data cache * TLS False Start (with GnuTLS >= 3.5.0) * HTTP2 support via nghttp2 and GnuTLS ALPN including streaming/pipelining * Use libpsl for cookie domain checking (using Public Suffix List) * Support link conversion (-k/--convert-links and -K/--backup-converted) * Support for RFC 6266 compliant Content-Disposition * RFC 6797 HSTS (HTTP Strict Transport Security) * Support for bzip2 Content-Encoding / Accept-Encoding compression type * Support for XZ Content-Encoding / Accept-Encoding compression type * Support scanning RSS 2.0 feeds. * Support scanning Atom 1.0 feeds. * Support scanning URLs from local Sitemap XML file * Support scanning sitemap files given in robots.txt * Support arbitrary number of proxies for parallel downloads * Multithreaded download of single files (option --chunk-size) * Internationalized Domain Names in Applications * ICEcast / SHOUTcast support via library (see examples/getstream.c) * respect /robots.txt "Robot Exclusion Standard" / * IDN support for international domains * proxy support * cookies (session/non-session), detection of supercookies via PSL * recursive download of websites with or without spanning hosts * download of single web pages / resources * zlib/gzip compressed HTTP/HTTPS downloads (gzip, deflate) * number of parallel download threads is adjustable * support for keep-alive connections * included CSS, HTML, XML parser needed for recursive downloads * gettext support * HTTPS via libgnutls (and basic WolfSSL support) * support for Metalink RFC 6249 (Metalink/HTTP: Mirrors and Hashes) * support for Metalink RFC 5854 (Metalink Download Description Formats) * DNS lookup cache * IPv4 and IPv6 support [FILE:40:descriptions/desc.tools] This package contains the wget program. [FILE:97:distinfo] a05dc5191c6bad9313fd6db2777a78f5527ba4774f665d5d69f5a7461b49e2e7 3867884 wget2-2.1.0.tar.gz [FILE:55:manifests/plist.primary] lib/ libwget.so.%%SOMAJOR%% libwget.so.%%SOVERSION%% [FILE:10:manifests/plist.tools] bin/wget2 [FILE:81:manifests/plist.dev] include/ wget.h wgetver.h lib/ libwget.a libwget.so lib/pkgconfig/libwget.pc [FILE:1005:manifests/plist.nls] share/locale/ca/LC_MESSAGES/wget2.mo share/locale/cs/LC_MESSAGES/wget2.mo share/locale/de/LC_MESSAGES/wget2.mo share/locale/eo/LC_MESSAGES/wget2.mo share/locale/es/LC_MESSAGES/wget2.mo share/locale/et/LC_MESSAGES/wget2.mo share/locale/fi/LC_MESSAGES/wget2.mo share/locale/fr/LC_MESSAGES/wget2.mo share/locale/ga/LC_MESSAGES/wget2.mo share/locale/hr/LC_MESSAGES/wget2.mo share/locale/hu/LC_MESSAGES/wget2.mo share/locale/id/LC_MESSAGES/wget2.mo share/locale/it/LC_MESSAGES/wget2.mo share/locale/ja/LC_MESSAGES/wget2.mo share/locale/nb/LC_MESSAGES/wget2.mo share/locale/nl/LC_MESSAGES/wget2.mo share/locale/pl/LC_MESSAGES/wget2.mo share/locale/pt_BR/LC_MESSAGES/wget2.mo share/locale/ro/LC_MESSAGES/wget2.mo share/locale/ru/LC_MESSAGES/wget2.mo share/locale/sk/LC_MESSAGES/wget2.mo share/locale/sr/LC_MESSAGES/wget2.mo share/locale/sv/LC_MESSAGES/wget2.mo share/locale/tr/LC_MESSAGES/wget2.mo share/locale/uk/LC_MESSAGES/wget2.mo share/locale/vi/LC_MESSAGES/wget2.mo share/locale/zh_CN/LC_MESSAGES/wget2.mo [FILE:515:manifests/plist.man] share/man/man3/ libwget-base64.3.gz libwget-bitmap.3.gz libwget-console.3.gz libwget-dns-caching.3.gz libwget-dns.3.gz libwget-error.3.gz libwget-hash.3.gz libwget-hashmap.3.gz libwget-io.3.gz libwget-ip.3.gz libwget-list.3.gz libwget-mem.3.gz libwget-net.3.gz libwget-parse_atom.3.gz libwget-parse_sitemap.3.gz libwget-printf.3.gz libwget-random.3.gz libwget-robots.3.gz libwget-stringmap.3.gz libwget-thread.3.gz libwget-utils.3.gz libwget-vector.3.gz libwget-xalloc.3.gz libwget-xml.3.gz [FILE:427:patches/patch-lib_libc-config.h] --- lib/libc-config.h.orig 2023-08-03 15:37:29 UTC +++ lib/libc-config.h @@ -35,6 +35,11 @@ #include +#if defined __FreeBSD__ || defined __DragonFly__ +#undef __nonnull +#define __nonnull(...) +#endif + /* On glibc this includes and and #defines _FEATURES_H, __WORDSIZE, and __set_errno. On FreeBSD 11 and DragonFlyBSD 5.9 it includes which defines __nonnull.