From owner-freebsd-questions@FreeBSD.ORG Wed Oct 29 13:44:36 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 BF7291065672 for ; Wed, 29 Oct 2008 13:44:36 +0000 (UTC) (envelope-from thiago528@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id 73BC78FC17 for ; Wed, 29 Oct 2008 13:44:36 +0000 (UTC) (envelope-from thiago528@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so1520236qwb.7 for ; Wed, 29 Oct 2008 06:44:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=0GF7hS4n+3kTS5nFl/2GoSMpWYNFLPvSvKzH0QTzU2Q=; b=aywWOJmue/k5H+u8dP7NAOXM8+OaMbbD2kfG+obwzt6w09d9i3SPObYtdyB5wLgL2f b7ds8ZTQ2OuwrtH+CPKAnzbSZIMaInipE9IDZXXJu0+Ktf5rNkQ9mzaVNSBfS7s+NgeP Jt/NJUVYt2YYn3/9JOisE8ZKrx8XWt8a1lRSo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=sY9N0+Tkizd+5EuIyaiZ2S+e4QeO3Be7zFjIQDXx5ydc+nq948u3ERJKqZfFGCOtGd O/BzLeozP71N/hpFXnIB0RtXuxF89R4g3jDPwVTBosMYakr+fMupTRvnkFnsAFeq7l+t S7W7fvv6Xb/u6hpJfL+DUyupes1BSv+ZlHxxw= Received: by 10.214.114.4 with SMTP id m4mr2093988qac.320.1225286336318; Wed, 29 Oct 2008 06:18:56 -0700 (PDT) Received: from ?192.168.254.9? ([189.104.144.201]) by mx.google.com with ESMTPS id 9sm2576725yws.5.2008.10.29.06.18.53 (version=SSLv3 cipher=RC4-MD5); Wed, 29 Oct 2008 06:18:54 -0700 (PDT) From: "Thiago R. Santos" To: freebsd-questions@freebsd.org In-Reply-To: References: Content-Type: text/plain Date: Wed, 29 Oct 2008 10:18:47 -0300 Message-Id: <1225286327.6866.3.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit 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 13:44:36 -0000 On Wed, 2008-10-29 at 11:14 +0800, Canhua wrote: > 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? The package name of this port is 'py25-networkx'. You can use the Freshports.org search to find the package names. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Thiago R. Santos