From owner-freebsd-questions@FreeBSD.ORG Wed Oct 29 15:20:06 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 039B1106564A for ; Wed, 29 Oct 2008 15:20:06 +0000 (UTC) (envelope-from thiago528@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id AE39F8FC18 for ; Wed, 29 Oct 2008 15:20:05 +0000 (UTC) (envelope-from thiago528@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so33668qwb.7 for ; Wed, 29 Oct 2008 08:20:05 -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:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=zadqbfnh3cRlsqS/ITBaS66kovCXR9UHvJCe4NXIA84=; b=eeDUzVevlPhAfa6AqE0E5tpjLBQf428v8VL5bzVLRvx/Wahmad9dh+bt8GXWnJOZQ9 p5/ycnsGRphd5WCQi71V8QT19TERfoBuIIV1THMA7v9zBzpJ33lZLlj4w27bqS78OzqA 254vSDUIgc6zaRS+w/oq58/ZFWsaPNX+UyXPg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=FoESMGTxjbwbJQDd6glEbXWxw5+WsVIodSGhwyaDPBJzETdVj6U4XjCZ9WgGlPgnDz khTsK2O7t2GEenL7mpTUMED81PBkwVKsO4AdlGnTjCnLnrw4f1V4zt7A4ar1uCd+w18n T7HGxp4XYBtQrHK5XYPhREiF7HvO1Hdu/Yy8Q= Received: by 10.214.184.13 with SMTP id h13mr7500107qaf.13.1225293604965; Wed, 29 Oct 2008 08:20:04 -0700 (PDT) Received: from ?192.168.254.9? ([189.104.144.201]) by mx.google.com with ESMTPS id 9sm17118ywf.2.2008.10.29.08.20.01 (version=SSLv3 cipher=RC4-MD5); Wed, 29 Oct 2008 08:20:03 -0700 (PDT) From: "Thiago R. Santos" To: Canhua In-Reply-To: References: <1225286327.6866.3.camel@localhost> Content-Type: text/plain Date: Wed, 29 Oct 2008 12:19:57 -0300 Message-Id: <1225293598.6866.17.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit 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 15:20:06 -0000 On Wed, 2008-10-29 at 22:41 +0800, Canhua wrote: > Wonderful place~ thank you > > However I could not pkg_add py25-networkx still, being told that > pkg_add: unable to fetch > 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.0-release/Latest/py25-networkx.tbz' > by URL Oh, sorry. I didn't realize that you wanted a package built for 7.0-RELEASE. Indeed, there isn't a package of this port built for this release, so you might want to get packages from the 'packages-7-stable' directory[1][2]. This particular port seems to have been added to the ports tree after the release of FreeBSD 7.0. Of course, you can build it yourself from your ports tree. [1]http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/packages-using.html [2]ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable/Latest/ -- Thiago R. Santos