From owner-freebsd-questions@FreeBSD.ORG Wed Oct 29 10:12:53 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 B5EB810656E0 for ; Wed, 29 Oct 2008 10:12:53 +0000 (UTC) (envelope-from dreameration@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.190]) by mx1.freebsd.org (Postfix) with ESMTP id 4B9588FC23 for ; Wed, 29 Oct 2008 10:12:53 +0000 (UTC) (envelope-from dreameration@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so1729224tid.3 for ; Wed, 29 Oct 2008 03:12:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=wRl48CdPWQm+BbvRrFvBNvGfXlX17/iHd+8r+bSgii4=; b=uLIaQobty9+gmm0xLEOX5xLbwpHqS5bxNJdWOvXA/sFHBMh0VMfbYsGGfpjNjGFGLM URPnU3VfHEB+yWNdtMaqSN07gKpuEtqlcYdCfZbzWTRsKwwphbEdg7RgtMqty/G57yTB ELtNABmCXKO6DoTs3gSfG6AJ2ccmg7DSKOXXY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=WXsEBGJ3r9Gbt13GauD13S7aEMsrz6ciHOOYkT8g0Met1J3BExpjY3VX0ZusbLWd9n c+L6UKSPsDsq378BpLZq5g1EMxCmkPaR/3vFPYdNr2HhkhbaRdKNXpY4uYo0p4cPp64d Jo1Y+WoOCIpaBJGzwnIjID+0Echm9gIx5KPrU= Received: by 10.110.37.3 with SMTP id k3mr5615306tik.36.1225275172119; Wed, 29 Oct 2008 03:12:52 -0700 (PDT) Received: by 10.110.17.19 with HTTP; Wed, 29 Oct 2008 03:12:52 -0700 (PDT) Message-ID: Date: Wed, 29 Oct 2008 18:12:52 +0800 From: Canhua To: "Steven Susbauer" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: Newbie question about pkg_add 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: Wed, 29 Oct 2008 10:12:53 -0000 On Wed, Oct 29, 2008 at 1:07 PM, Steven Susbauer wrote: > ports-mgmt/portupgrade is a useful tool for easily getting packages and > ports, it includes the tool portinstall which does what it says it does. > By running "portinstall -P pkgname", it will install a port and > dependencies with packages if available, otherwise they are built from > source. > > portsman and portmanager are some other frontend tools that can help > with package administration, it's really up to your own tastes. > > -Steve> I tried portinstall, although dependecies are install with port sources still. It take me a whole afternoon to portinstall math/py-neworkx, and it still doesn't complete as yet.