From owner-freebsd-ports@FreeBSD.ORG Sun May 23 22:40:49 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28502106564A for ; Sun, 23 May 2010 22:40:49 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id C8A8A8FC14 for ; Sun, 23 May 2010 22:40:48 +0000 (UTC) Received: by qyk11 with SMTP id 11so4806192qyk.13 for ; Sun, 23 May 2010 15:40:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=Et5FVHwXb8KTgJ6orP3D0j7lvQ6Y5OCooMJ89tfRswk=; b=SfW6GhdDRi4A/pCpSgWKE6Nd5hH9PoW28CapAdulDbPDLUAC33I/dWgnd4lZOqXUI0 yglWpJT96F60GNl/7YWF8qv20EetgvacIY6yuo3xerj+TakRwfUEfoibWnPeEycdtvaF KdTgvMMatFMs+EL7eX17lk2GuRRmcrDM4YIL8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=JGkWgSwNO2UW3Iq7UuYRyRNwH4V6tx9gXqqbLxwSSJczwM/3CLk8e1Ed2Ajpcf7bwy uKF9lUcXuNah43Rqce37FlOjmgp7QZDFJxtSbXdMA93Ao4bQ/ki5F5rBCvIJknKANDf5 WtcRho4jBg3wfUb7n8VjRr9ayzwCgIYqET/l0= MIME-Version: 1.0 Received: by 10.224.92.4 with SMTP id p4mr2587509qam.228.1274654447088; Sun, 23 May 2010 15:40:47 -0700 (PDT) Received: by 10.229.190.83 with HTTP; Sun, 23 May 2010 15:40:47 -0700 (PDT) In-Reply-To: References: Date: Sun, 23 May 2010 15:40:47 -0700 Message-ID: From: Garrett Cooper To: madal 30 Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org Subject: Re: port installation X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2010 22:40:49 -0000 On Sun, May 23, 2010 at 3:25 PM, madal 30 wrote: > > Hello here, > > I am a new freebsd user and would like to know how to install port from link below: > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/net-mgmt/nav/ > > There are not much info on howto for this particular package. > > Any help or guide would be appreciated. Hi, The documentation you're looking for can be found here: http://www.freebsd.org/doc/handbook/ports.html . The port corresponds to net-mgmt/nav in the ports tree on your machine. HTH, -Garrett