From owner-freebsd-questions@FreeBSD.ORG Mon Aug 4 11:09:04 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89B1A10656A6 for ; Mon, 4 Aug 2008 11:09:04 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id 44EF18FC21 for ; Mon, 4 Aug 2008 11:09:04 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by smtp.teledomenet.gr (Postfix, from userid 58) id 2B622142039; Mon, 4 Aug 2008 14:09:03 +0300 (EEST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on smtp.teledomenet.gr X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RDNS_NONE autolearn=no version=3.2.5 Received: from iris.teledomenet.local (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id 772B5142067 for ; Mon, 4 Aug 2008 14:08:33 +0300 (EEST) From: Nikos Vassiliadis To: questions@freebsd.org Date: Mon, 4 Aug 2008 14:09:58 +0300 User-Agent: KMail/1.9.7 X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808041409.58825.nvass@teledomenet.gr> Cc: Subject: creating package repository for offline installation 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: Mon, 04 Aug 2008 11:09:04 -0000 Hi, I would like to update the installed packages at home. There are two problems: 1) there is only dialup internet connection. That pretty much rules out the possibility of using 'pkg_add -r' 2) I want to use packages, because using ports will take days and the systems are not that fast. So, I cannot use 'make fetch-recursive' I would like to create a package repository with the packages of choice, burn these to one or two CDs, take them home, and do the installation. I guess I can install inside a jail the packages of choice, are there any other options? Thanks in advance, Nikos