From owner-freebsd-questions@FreeBSD.ORG Wed Oct 29 03:36:27 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 E5BE31065691 for ; Wed, 29 Oct 2008 03:36:27 +0000 (UTC) (envelope-from dreameration@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.191]) by mx1.freebsd.org (Postfix) with ESMTP id 82ED28FC2A for ; Wed, 29 Oct 2008 03:36:27 +0000 (UTC) (envelope-from dreameration@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so1590659tid.3 for ; Tue, 28 Oct 2008 20:36:26 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=JRnShSP0PjDDiJBPkUY0wAUaPhK/z2p912j/UM2jfJ4=; b=t0Iwn8amVWQ48ivN/6RUUh1VG/RuCZP3dWvwxFcJY7XuMM0p8qbE15OaA8MpiyaEs+ 3dD+NZaTmcXAgnLyRXHEIZhM0XNR/vV5I7Fg7BtccBr2SNui5sR3/SgCVo9g9V1fC3W7 +hylQnWO2YzS2rz4rTZqNyFWtRUv9FFxQyBj0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=M/VqxWcwlpoOpv0Ai9V1wPbULLSu/XaUfqW5upMrUDo/29A2reGifsDhoEHWLZ7xVs 0/SO02QeHoG/ihgfk0is6wuFrKg2AWn2h9ZGwAmrFwusR25ECZIzTEIo3TfOwfxCSUXM hg7XS972qly+sTJiDaBmZkozaotF0u6EhI8oQ= Received: by 10.110.43.18 with SMTP id q18mr5076619tiq.16.1225250074134; Tue, 28 Oct 2008 20:14:34 -0700 (PDT) Received: by 10.110.17.19 with HTTP; Tue, 28 Oct 2008 20:14:34 -0700 (PDT) Message-ID: Date: Wed, 29 Oct 2008 11:14:34 +0800 From: Canhua To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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 03:36:28 -0000 Hi, good day all. I am new to FreeBSD. I tried to pkg_add -r a package (py-networkx), which tell me that: Error: FTP Unable to get ftp://ftp.freebsd.org/pub/ FreeBSD/ports/i386/packages-7.0-release/Latest/py-networkx.tbz: File unavailable (e.g., file not found, no access) although I know that py-network does exist in /usr/ports. Actually I could go to /usr/ports/math/py-networkx and make install using ports means. Then I could learn from this that there are softwares that could be install from ports while not able to be added from package system? Am I right?