From owner-freebsd-questions@FreeBSD.ORG Sat Jun 19 01:47:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A995B16A4CE for ; Sat, 19 Jun 2004 01:47:32 +0000 (GMT) Received: from smtpq3.home.nl (smtpq3.home.nl [213.51.128.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2F9543D2F for ; Sat, 19 Jun 2004 01:47:31 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.132] (port=52079 helo=smtp1.home.nl) by smtpq3.home.nl with esmtp (Exim 4.30) id 1BbUwS-00050Y-Vc; Sat, 19 Jun 2004 03:46:48 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([212.204.145.167]:61913 helo=workstation.homenet) by smtp1.home.nl with esmtp (Exim 4.30) id 1BbUwQ-0004r5-0n; Sat, 19 Jun 2004 03:46:46 +0200 From: Danny Pansters To: "Julian M. Mason" , freebsd-questions@freebsd.org Date: Sat, 19 Jun 2004 03:46:40 +0200 User-Agent: KMail/1.6.2 References: <20040619013823.GA13721@turing.cs.hmc.edu> In-Reply-To: <20040619013823.GA13721@turing.cs.hmc.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406190346.40819.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Subject: Re: Bittorrent not in ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: danny@ricin.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2004 01:47:32 -0000 On Saturday 19 June 2004 03:38, Julian M. Mason wrote: > ...is bittorrent really not in ports? > > my usual > # cd /usr/ports ; make search name="bittorrent" > and > # whereis bittorrent > > turned up nothing; nor did a wandering around /usr/ports/net. > > Do I have to actually go and get something myself? > > > --Mac /usr/ports/net/py-bittorrent Python ports have names like py-THE_NAME and packages have py23-THE_NAME (or any later python version). Cheers, Dan