From owner-freebsd-questions@FreeBSD.ORG Thu Jan 6 18:24:14 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 CACC316A4CE for ; Thu, 6 Jan 2005 18:24:14 +0000 (GMT) Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61B4343D53 for ; Thu, 6 Jan 2005 18:24:12 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([82.161.136.218]:9931 helo=mail.aseed.antenna.nl) by post-23.mail.nl.demon.net with esmtp (Exim 4.34) id 1CmcIt-000MFC-IN for freebsd-questions@freebsd.org; Thu, 06 Jan 2005 18:24:11 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id C4BFF1A9A7 for ; Thu, 6 Jan 2005 19:24:10 +0100 (CET) Received: from [192.168.0.111] (82-197-198-30.dsl.cambrium.nl [82.197.198.30]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id D67173701E for ; Thu, 6 Jan 2005 19:24:10 +0100 (CET) Message-ID: <41DD8242.8090207@scii.nl> Date: Thu, 06 Jan 2005 19:24:02 +0100 From: albi User-Agent: Mozilla Thunderbird 1.0 (X11/20041228) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20050106142257.GA30323@math.jussieu.fr> In-Reply-To: <20050106142257.GA30323@math.jussieu.fr> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Create tgz packages 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: Thu, 06 Jan 2005 18:24:15 -0000 Albert Shih wrote: > Suppose I have two computer, one very fast and one very slow, I want > compile some application (with ports) on the fast and put in slow computer. > But I can not use some tar or rsync (hard to explain why but trust me I can) > > I want to create a tgz file and transfert it to slow computer to > install. How can I do that or where can I find some documentation for that. example : cd /usr/ports/audio/aumix make package copy /usr/ports/audio/aumix/aumix-gtk-2.8_2.tbz to your slower machine and use pkg_add on it