From owner-freebsd-ports@freebsd.org Mon Apr 24 05:37:12 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 0AA4ED4DF60 for ; Mon, 24 Apr 2017 05:37:12 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx1.mailbox.org (mx1.mailbox.org [80.241.60.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C11961CE2 for ; Mon, 24 Apr 2017 05:37:11 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 46FFF45C9E for ; Mon, 24 Apr 2017 07:37:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1493012220; bh=gpf3wOAguSYdwMDHxx/wCsHmNoOTgzuxE JZj0rEAvWE=; b=YJ++W5uPreFDL5o44ckNE4zSjfquDjQ39hLpY8TQ10vvEktrz OXWXKfxxR0gNUUlWSo0tXpjecB8ZD4RvSMGyWbQP4upFL6loerKQlNN9GZcQ9BrI QzFxP4f071dvZDVZL6BcBGV/qdQAZucDF8kGEkNqbGJjzyDdF5KaXxFsXgTbfTte pRDStoYI1YflLuy/Z6aGAf1zI5GvhndqoL3mtxaj2xantHrOBDF3X6WH680yZge3 Sa6X6Z3pD9S8fkbRdlsmr4BSzYvep6cgPJ2CiEwV3mw/gjPKdDfrx0jIdWsOUhZI MKLqU+ccm4gNYaamfv11qp9U3f4eSEBNR7fCw== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter03.heinlein-hosting.de (spamfilter03.heinlein-hosting.de [80.241.56.117]) (amavisd-new, port 10030) with ESMTP id x5QOUcGM0rwg for ; Mon, 24 Apr 2017 07:37:00 +0200 (CEST) Date: Mon, 24 Apr 2017 07:36:59 +0200 Message-ID: <86k26a4b9g.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: freebsd-ports@freebsd.org Subject: Re: Downloading with lynx or w3m, how to download as is, without gratuitous gzip In-Reply-To: References: MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII 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 05:37:12 -0000 Thomas Mueller skrev: > > I don't use lynx (text-mode web browser) much, but have run into a problem that I never had before. > Lynx, and also w3m, download what are supposed to be text files and then I see the gzip'ed version on the hard drive. > > Lynx used to download files as is! > > I looked through "man lynx", also /usr/local/etc/lynx.cfg, and couldn't figure how to disable the annoying, gratuitous gzip. > > Mozilla Seamonkey and Firefox can download straight without altering. > > My previous experience was that Lynx was trustworthy and would download files as is. For w3m you can try to set 'auto_uncompress 1' in ~/.w3m/config. -- Herbert