From owner-freebsd-questions@FreeBSD.ORG Tue Jan 24 18:58:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 DE64816A41F for ; Tue, 24 Jan 2006 18:58:20 +0000 (GMT) (envelope-from luke.bakken@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBDF543D6B for ; Tue, 24 Jan 2006 18:58:19 +0000 (GMT) (envelope-from luke.bakken@gmail.com) Received: by uproxy.gmail.com with SMTP id j3so57081ugf for ; Tue, 24 Jan 2006 10:58:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cyJS8LySK/zc90zX076v/F385iLBD0aSzRg4PQnDabmXUdnCI374Jx20BggP91sEyyKYXDTmnO5KIQmEy1I4fP2fmAK7xAN0PrFsh1BwgAuiEAulIr6sUGfHEpgUQ4ZNCscpYjeErfjDRp6n6qeo3Bo2eWjIJgeB5sAhCg7z45g= Received: by 10.48.142.7 with SMTP id p7mr483274nfd; Tue, 24 Jan 2006 10:58:18 -0800 (PST) Received: by 10.49.28.15 with HTTP; Tue, 24 Jan 2006 10:58:17 -0800 (PST) Message-ID: <6acc6ca40601241058r52970da6r7bce47b13620a5ad@mail.gmail.com> Date: Tue, 24 Jan 2006 10:58:17 -0800 From: Luke Bakken To: "devnull@plugthebox.net" In-Reply-To: <1138124859.3877.4.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1138124859.3877.4.camel@localhost.localdomain> Cc: freebsd-questions@freebsd.org Subject: Re: Debian apt-get / FreeBSD ports 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, 24 Jan 2006 18:58:21 -0000 > I come from a Debian background, i normally 'apt-get update' the list of > the packages that apt-get mirrors serve before 'apt-get install'ing any > package. Is there anything like that while using FreeBSD ports? If no, > How does ports know what are the versions of the latest packages? I have had good results using the portsnap and portupgrade/portinstall utilities. The other responses you've received point to the relevant parts of the FreeBSD handbook/manual pages. Enjoy FreeBSD!