From owner-freebsd-questions@FreeBSD.ORG Fri Mar 25 14:25:36 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9666716A4CE for ; Fri, 25 Mar 2005 14:25:36 +0000 (GMT) Received: from mailgate2.zdv.Uni-Mainz.DE (mailgate2.zdv.Uni-Mainz.DE [134.93.178.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11C3C43D49 for ; Fri, 25 Mar 2005 14:25:36 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from [134.93.180.218] (edda.Physik.Uni-Mainz.DE [134.93.180.218]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate2.zdv.Uni-Mainz.DE (Postfix) with ESMTP id 460423000927 for ; Fri, 25 Mar 2005 15:25:31 +0100 (CET) Message-ID: <42441F6E.9010506@mail.uni-mainz.de> Date: Fri, 25 Mar 2005 15:25:50 +0100 From: "O. Hartmann" Organization: Institut =?ISO-8859-15?Q?f=FCr_Geophysik?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.7.5) Gecko/20050317 X-Accept-Language: de-de, en MIME-Version: 1.0 To: FreeBSD questions mailing list Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Subject: How download installed packages' sourcesfiles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2005 14:25:36 -0000 Hello. I run into the follwoing problem. Using an internet connected at my lab makes me happy installing each package I need from source. At home I have only a very slow moem connection, but I need also the same packages (not precompiled, the sources) there. One idea was to "fetch" every source tarball of every installed port-package as reported in /var/db/pkg, burn /usr/ports/distfiles in conjunction with a up to date /usr/Ports-tree on one or two DVDs and the copy this at home on the disk (capacity is not an issue). Unforunately "portupdate" does not have a simple functionality to gather all tarballs from each installed port and its friends it depends on. Maybe someone of you has a similar limitation and can help. Thanks, Oliver