From owner-freebsd-questions@FreeBSD.ORG Wed Jul 23 14:54:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACA861065674; Wed, 23 Jul 2008 14:54:52 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B76DA8FC1D; Wed, 23 Jul 2008 14:54:50 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4887463C.40701@FreeBSD.org> Date: Wed, 23 Jul 2008 16:54:52 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Matthew Seaman References: <792213D8B249EC1C41EA0662@utd65257.utdallas.edu> <20080723140714.GA24632@epia-2.farid-hajji.net> <488744B8.1020508@infracaninophile.co.uk> In-Reply-To: <488744B8.1020508@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cpghost , FreeBSD-Questions , freebsd-ports@freebsd.org Subject: Re: Auto-saving distfiles on freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2008 14:54:52 -0000 Matthew Seaman wrote: > cpghost wrote: > >> Why not add this to pointyhat scripts? Just upload a copy of every >> *new* distfile ever encountered from the author's page to freebsd >> (unless there are legal constraints not to do so, of course)? > > Some might say that this already happens. > > Well, it's on ftp.freebsd.org rather than pointyhat, and it's only for > the ports that are built by the package build cluster. Take a look at > ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ (Warning: very long > listing) > > I'm not sure what the policy is about getting rid of old distfiles, but > there are generally several generations of distfile in there -- about 2 > or 3 years worth. Basically we don't delete them any more unless we have to (e.g. porter accidentally allowed redistribution of a distfile for which we don't have permission). In the past we (I) occasionally weeded out everything except for the past couple of release distfile sets (and the current set) because we needed the space, but this is a pain in the ass to do and there hasn't been a need in some years. Thesedays we indeed collect distfiles with every build. Kris