From owner-freebsd-questions@FreeBSD.ORG Tue Mar 4 13:22:23 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 4C86F106566C for ; Tue, 4 Mar 2008 13:22:23 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 1C55B8FC29 for ; Tue, 4 Mar 2008 13:22:23 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 3BD121CDE4; Tue, 4 Mar 2008 04:22:22 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Tue, 4 Mar 2008 14:22:20 +0100 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803041422.20652.fbsd.questions@rachie.is-a-geek.net> Cc: Attila GOLONCSER Subject: Re: Using ports and pkg_add over HTTP 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: Tue, 04 Mar 2008 13:22:23 -0000 On Tuesday 04 March 2008 13:20:05 Attila GOLONCSER wrote: > is there any possible way to use the FreeBSD package management over HTTP? > I can't access FTP from my network. As I know I can install over HTTP, but > how can I use > pkg_add -r and ports over HTTP? By setting PACKAGESITE to one of the http mirrors (there aren't that many). For example: env PACKAGESITE=http://ftp2.de.freebsd.org/pub/FreeBSD/ports/packages/All/ pkg_add -r your_package-ver.si.on.tbz To make this permanent, add PACKAGESITE variable to root's .profile and/or .login. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.