From owner-freebsd-ports@FreeBSD.ORG Mon Sep 4 20:30:29 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F4BC16A4E2 for ; Mon, 4 Sep 2006 20:30:29 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id C96CB43D58 for ; Mon, 4 Sep 2006 20:30:24 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 4A2BEDA16C5 for ; Mon, 4 Sep 2006 16:30:23 -0400 (EDT) Received: from heartbeat1.internal ([10.202.2.160]) by frontend3.internal (MEProxy); Mon, 04 Sep 2006 16:30:24 -0400 X-Sasl-enc: WRfKx1u4vj0bJt/DNQGB7wLy/MFZ78Ttd4WUbpV5LFQK 1157401824 Received: from [192.168.1.2] (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id 5828E8AF8 for ; Mon, 4 Sep 2006 16:30:24 -0400 (EDT) From: RW To: freebsd-ports@freebsd.org Date: Mon, 4 Sep 2006 21:30:20 +0100 User-Agent: KMail/1.9.3 References: <44FA2E1B.6040600@alzatex.com> In-Reply-To: <44FA2E1B.6040600@alzatex.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609042130.21660.list-freebsd-2004@morbius.sent.com> Subject: Re: Odd distfile download X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 20:30:29 -0000 On Sunday 03 September 2006 02:21, Loren M. Lang wrote: > I have a port I am writing which uses an unusual way of distributing > tarballs. The only download for official sources that I can tell is > through their web source control interface. They have a URL which > provides a tarball of a tagged version from their source control > software. The URL is > > http://new.openspf.org/source/software/sendmail-spf-milter/tags/1.42.1.tar. >gz?view=tar > > This causes fetch and wget to save the file as 1.42.1.tar.gz?view=tar, > but netscape removes the ?view=tar. Just out of curiosity I ran fetch "http://new.openspf.org/source/software/sendmail-spf-milter/tags/1.42.1.tar.gz" and it fetches the same file without using the ?view=tar part.