From owner-freebsd-ports@freebsd.org Mon Apr 24 23:49:06 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 588A0D4E95A for ; Mon, 24 Apr 2017 23:49:06 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-oedge-vip.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "dnvrco-oedge-vip.email.rr.com", Issuer "dnvrco-oedge-vip.email.rr.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3907A676 for ; Mon, 24 Apr 2017 23:49:05 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from [74.134.208.22] ([74.134.208.22:36534] helo=localhost) by dnvrco-omsmta01 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 44/A8-09002-AEE8EF85; Mon, 24 Apr 2017 23:48:59 +0000 Date: Mon, 24 Apr 2017 23:48:32 +0000 Message-ID: <44.A8.09002.AEE8EF85@dnvrco-omsmta01> From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: Downloading with lynx or w3m, how to download as is, without gratuitous gzip References: <32.A2.09002.B158DF85@dnvrco-omsmta01> <20170424155658.5e5abbf4@asd2> X-RR-Connecting-IP: 107.14.64.6:25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2017 23:49:06 -0000 from Anatoly: > If you wish console browser, try links > if you wish http get tool, try curl Curl is tricky to get right from the command line, I tried. I have no recent experience with links. Should I build with graphics, without graphics, or build links1? Lynx and w3m people hide the documentation, but I looked through sample lynx.cfg. Do I need to set GZIP_PATH=/dev/null ? Lynx was nice before it got intimately mixed with gzip. Tom