summaryrefslogtreecommitdiffstats
path: root/ftp/wget
diff options
context:
space:
mode:
authorTreeve Jelbert2021-09-24 18:10:12 +0200
committerTreeve Jelbert2021-09-24 18:10:12 +0200
commit0d33a71bd3104215a75991f0514e185ea4f3da66 (patch)
tree6e56e75e39eacb6fc1434cbe12ea04c58ffcd8a6 /ftp/wget
parente111e9673a61acc9ace9a3a3e12fcdea02e2c218 (diff)
wget - update depends
beware that this version breaks sorcery's summon
Diffstat (limited to 'ftp/wget')
-rwxr-xr-xftp/wget/DEPENDS78
-rw-r--r--ftp/wget/HISTORY3
2 files changed, 52 insertions, 29 deletions
diff --git a/ftp/wget/DEPENDS b/ftp/wget/DEPENDS
index 297d610840..926bdf98d3 100755
--- a/ftp/wget/DEPENDS
+++ b/ftp/wget/DEPENDS
@@ -1,40 +1,30 @@
depends smgl-fhs &&
+optional_depends pcre2 \
+ "--with-libpcre2" \
+ "--without-libpcre2" \
+ "for PCRE2 regular expressions" &&
+
optional_depends pcre \
- "--enable-pcre" \
- "--disable-pcre" \
+ "--with-libpcre" \
+ "--without-libpcre" \
"for Perl-style regular expressions" &&
-optional_depends pcre2 \
- "--enable-pcre2" \
- "--disable-pcre2" \
- "for PCRE2 regular expressions" &&
+optional_depends libidn2 \
+ "--with-libidn2" \
+ "--without-libidn2" \
+ "for IDN2 support" &&
optional_depends libidn \
- "--enable-iri" \
- "--disable-iri" \
- "for IDN/IRIs support" &&
-
-optional_depends c-ares \
- "--with-cares" \
- "--without-cares" \
- "for C-Ares DNS lookup support" &&
+ "--with-libidn" \
+ "--without-libidn" \
+ "for IDN support" &&
optional_depends "GETTEXT" \
"--enable-nls" \
"--disable-nls" \
"for i18n support" &&
-optional_depends "texinfo" \
- "" \
- "" \
- "to build info files" &&
-
-optional_depends "nettle" \
- '--enable-ntlm' \
- '--disable-ntlm' \
- 'for NTLM authentication' &&
-
optional_depends libpsl \
'--with-libpsl' \
'--without-libpsl' \
@@ -43,12 +33,42 @@ optional_depends libpsl \
optional_depends zlib \
'--with-zlib' \
'--without-zlib' \
- 'for HTTP compression support' &&
+ 'gzip compression support' &&
+
+optional_depends xz-utils \
+ '--with-lzma' \
+ '--without-lzma' \
+ 'LZMA compression support' &&
+
+optional_depends bzip2 \
+ '--with-bzip2' \
+ '--without-bzip2' \
+ 'bzip2 compression support' &&
+
+optional_depends brotli \
+ '--with-brotlidec' \
+ '--without-brotlidec' \
+ 'Brotli compression support' &&
+
+optional_depends zstd \
+ '--with-zstd' \
+ '--without-zstd' \
+ 'Zstandard compression support' &&
+
+optional_depends gpgme \
+ '--with-gpgme' \
+ '--without-gpgme' \
+ 'GPGME support' &&
+
+optional_depends nghttp2 \
+ '--without-libnghttp2' \
+ '--without-libnghttp2' \
+ 'HTTP2 support' &&
-optional_depends util-linux \
- '--with-libuuid' \
- '--without-libuuid' \
- 'for UUID generation for WARC files' &&
+optional_depends doxygen \
+ '--enable-doc' \
+ '--disable-doc' \
+ 'build docs' &&
case $WGET_SSL in
none)
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index 6e6e1a6235..002aab6e34 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,6 @@
+2021-09-24 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: copy depends from wget2 spell, syntax modified
+
2021-09-18 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 2.0.0
* INSTALL: removed