From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.137]) by sourceware.org (Postfix) with ESMTPS id 0298E3858D35 for ; Wed, 8 Jul 2020 20:28:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0298E3858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSw.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=brian.inglis@systematicsw.ab.ca Received: from [192.168.1.104] ([24.64.172.44]) by shaw.ca with ESMTP id tGg2jbp03FXePtGg3jNfLl; Wed, 08 Jul 2020 14:28:23 -0600 X-Authority-Analysis: v=2.3 cv=ePaIcEh1 c=1 sm=1 tr=0 a=kiZT5GMN3KAWqtYcXc+/4Q==:117 a=kiZT5GMN3KAWqtYcXc+/4Q==:17 a=IkcTkHD0fZMA:10 a=aBglbDSzAAAA:20 a=hF23PusoAAAA:8 a=jChkm-x5hCMFubTIiR0A:9 a=QEXdDO2ut3YA:10 a=STbmsxK-VnoOrN7PgZM2:22 Reply-To: cygwin-apps@cygwin.com Subject: Re: [ITP] wget2 - modern fast parallel file and recursive website downloader To: cygwin-apps@cygwin.com References: <964d4d23-25d4-bbb5-b054-f4bc5afece4b@SystematicSw.ab.ca> From: Brian Inglis Autocrypt: addr=Brian.Inglis@SystematicSw.ab.ca; prefer-encrypt=mutual; keydata= mDMEXopx8xYJKwYBBAHaRw8BAQdAnCK0qv/xwUCCZQoA9BHRYpstERrspfT0NkUWQVuoePa0 LkJyaWFuIEluZ2xpcyA8QnJpYW4uSW5nbGlzQFN5c3RlbWF0aWNTdy5hYi5jYT6IlgQTFggA PhYhBMM5/lbU970GBS2bZB62lxu92I8YBQJeinHzAhsDBQkJZgGABQsJCAcCBhUKCQgLAgQW AgMBAh4BAheAAAoJEB62lxu92I8Y0ioBAI8xrggNxziAVmr+Xm6nnyjoujMqWcq3oEhlYGAO WacZAQDFtdDx2koSVSoOmfaOyRTbIWSf9/Cjai29060fsmdsDLg4BF6KcfMSCisGAQQBl1UB BQEBB0Awv8kHI2PaEgViDqzbnoe8B9KMHoBZLS92HdC7ZPh8HQMBCAeIfgQYFggAJhYhBMM5 /lbU970GBS2bZB62lxu92I8YBQJeinHzAhsMBQkJZgGAAAoJEB62lxu92I8YZwUBAJw/74rF IyaSsGI7ewCdCy88Lce/kdwX7zGwid+f8NZ3AQC/ezTFFi5obXnyMxZJN464nPXiggtT9gN5 RSyTY8X+AQ== Organization: Systematic Software Message-ID: <0a9a734c-e5f1-58a3-4947-2fef09271026@SystematicSw.ab.ca> Date: Wed, 8 Jul 2020 14:28:22 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <964d4d23-25d4-bbb5-b054-f4bc5afece4b@SystematicSw.ab.ca> Content-Type: text/plain; charset=utf-8 Content-Language: en-CA Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfNbnjGLEpYvt3V36HitMDAZzeS6xnYStbFzTc70lHpZaQo8F7N1z7HUoXAeEKVn1U5spk8iGHg+RH9LdrJ/szubMA1WTLgzzqlWV+qHglRNynzXI4317 wTOa7AI5uQv6xJl4NQ/qJzzBYsgFnIp0dl+cFKLW1zOKfWWBPPWxcY4sife3MqArNKU8amrjNIMKXg== X-Spam-Status: No, score=-9.4 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_SHORT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2020 20:28:37 -0000 On 2020-07-08 14:05, Brian Inglis wrote: > wget2 is the successor of wget supplying a shared library API like curl to build > a modern, fast, multi-threaded, parallel downloader using HTTP/2, HTTP > compression and If-Modified-Since headers; see > > https://gitlab.com/gnuwget/wget2 > > It is currently available on Arch, Debian/Ubuntu, openSUSE, Slackware: > see > https://pkgs.org/download/wget2 > > I could release the package as is with an exe and dll, but it should be built as > separate bin, lib, devel, doc, and debuginfo packages, which I have never done > before, so could do with some advice and assistance with the apporach required, > which I based on curl, but that requires no script function overrides, and I > believe this one may or I need some hints. > > I have attached my base wget2.cygport which builds one monolithic package but > contains comments for subpackage variables, plus comments showing other files > which I think should be included in the subpackages, and both references to > their locations in subpkg_CONTENTS and alterbative src_install script actions if > cygport will not move the contents into the appropriate install directory. Forgot to explain I also produced a summary of the files generated and/or available for packaging under the triplet directory in manifest.list to my previous email. > I also need to understand how cyg...dll package numbering should work with this > package: base zero or one and include or exclude the 2: libwget0, libwget1, > libwget2_0, or libwget2_1, and how to get that generated? > > Any advice, assistance, help, or hints from more experienced packagers would be > welcome. > > I can also update and release what may be the last patched version of the > original wget 1.20.3 (currently 1.19.1) if Eric has no time, or ITA wget if he > agrees. > > I could also ITA curl from Yaakov as I use that and wget a lot in scripts and > cron jobs. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. [Data in IEC units and prefixes, physical quantities in SI.]