From owner-freebsd-questions@FreeBSD.ORG Fri Feb 7 14:28:49 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE296DA4 for ; Fri, 7 Feb 2014 14:28:49 +0000 (UTC) Received: from blue.qeng-ho.org (blue.qeng-ho.org [217.155.128.241]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 33CB01293 for ; Fri, 7 Feb 2014 14:28:48 +0000 (UTC) Received: from fileserver.home.qeng-ho.org (localhost [127.0.0.1]) by fileserver.home.qeng-ho.org (8.14.7/8.14.5) with ESMTP id s17E6cDP037815; Fri, 7 Feb 2014 14:06:38 GMT (envelope-from freebsd@qeng-ho.org) Message-ID: <52F4E86E.1020605@qeng-ho.org> Date: Fri, 07 Feb 2014 14:06:38 +0000 From: Arthur Chance User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: iijima yoshino , freebsd-questions@freebsd.org Subject: Re: Is there any repo or mirror for pkg ? References: <20140207213951.2e95cb577d11e06955ebd2bd@gmail.com> In-Reply-To: <20140207213951.2e95cb577d11e06955ebd2bd@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 14:28:49 -0000 On 07/02/2014 13:39, iijima yoshino wrote: > Hello, there! > Now the old pkg_tools have been removed from base system. > And FreeBSD has got a new package management tool pkg instead. > It's easy to use and that's good. > Because I'm in China Mainland, the speed is still very very low, even lost connection to the server. > When I open the adress "pkgbeta.freebsd.org" in Firefox , it shows something and you can try it yourself. > In my opinion, there are only three repos in the world now, east/west USA and Europe. > Is that true ? Or Any way to get fast connection when using pkg ? You could always install poudriere and build your own customised repo. That's what I do, as I run customised systems and not all standard packages built with default options run on my machines. It obviously depends on which packages you use and how powerful your machine is, but it takes around 18 hours to build the repo I use, and you only need to rebuild it if you need a new feature or if there's a security vulnerability.