does freebsd has a bit torrent client ?

2005-01-28 Thread Gert Cuykens
cant find it in ports
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: does freebsd has a bit torrent client ?

2005-01-28 Thread Jeremy Faulkner
Gert Cuykens wrote:
cant find it in ports
There are at least half a dozen in the ports collection. Look harder, 
they're in ports/net

--
Jeremy Faulkner [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: does freebsd has a bit torrent client ?

2005-01-28 Thread albi
Gert Cuykens wrote:
cant find it in ports
cd /usr/ports/
make search key=bittorrent
:)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: does freebsd has a bit torrent client ?

2005-01-28 Thread Gert Cuykens
On Fri, 28 Jan 2005 13:44:24 -0500, Jeremy Faulkner [EMAIL PROTECTED] wrote:
 Gert Cuykens wrote:
  cant find it in ports
 
 There are at least half a dozen in the ports collection. Look harder,
 they're in ports/net
 
 --
 Jeremy Faulkner [EMAIL PROTECTED]
 

i am looking and my looking tool found nothing :P

7rxI# find / -name *torrent*
/root/AOInstall15.7.3_EP0_live_nointro.torrent
7rxI#
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: does freebsd has a bit torrent client ?

2005-01-28 Thread Dan Nelson
In the last episode (Jan 28), Gert Cuykens said:
 On Fri, 28 Jan 2005 13:44:24 -0500, Jeremy Faulkner [EMAIL PROTECTED] wrote:
  Gert Cuykens wrote:
   cant find it in ports
  
  There are at least half a dozen in the ports collection. Look
  harder, they're in ports/net
 
 i am looking and my looking tool found nothing :P
 
 7rxI# find / -name *torrent*
 /root/AOInstall15.7.3_EP0_live_nointro.torrent
 7rxI#

I put my Kreskin memorial magic cap on and deduce that you ran this
command from root's home directory!

The shell expanded your wildcard before passing it to find, which saw
find / -name AOInstall15.7.3_EP0_live_nointro.torrent.  Use what
[EMAIL PROTECTED] suggested: cd /usr/ports/ ; make search key=bittorrent

This will find ports with bittorrent in the package name or
description, which will match clients without torrent in their name
(Azureus for example).

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: does freebsd has a bit torrent client ?

2005-01-28 Thread Gert Cuykens
On Fri, 28 Jan 2005 12:59:25 -0600, Dan Nelson [EMAIL PROTECTED] wrote:
 In the last episode (Jan 28), Gert Cuykens said:
  On Fri, 28 Jan 2005 13:44:24 -0500, Jeremy Faulkner [EMAIL PROTECTED] 
  wrote:
   Gert Cuykens wrote:
cant find it in ports
  
   There are at least half a dozen in the ports collection. Look
   harder, they're in ports/net
  
  i am looking and my looking tool found nothing :P
 
  7rxI# find / -name *torrent*
  /root/AOInstall15.7.3_EP0_live_nointro.torrent
  7rxI#
 
 I put my Kreskin memorial magic cap on and deduce that you ran this
 command from root's home directory!
 
 The shell expanded your wildcard before passing it to find, which saw
 find / -name AOInstall15.7.3_EP0_live_nointro.torrent.  Use what
 [EMAIL PROTECTED] suggested: cd /usr/ports/ ; make search key=bittorrent
 
 This will find ports with bittorrent in the package name or
 description, which will match clients without torrent in their name
 (Azureus for example).
 
 --
 Dan Nelson
 [EMAIL PROTECTED]

7rxI# make search key=bittorrent
Generating INDEX-5 - please wait..p5-Unicode-MapUTF8-1.09:
/usr/ports/japanese/p5-Jcode non-existent -- dependency list
incomplete
=== converters/p5-Unicode-MapUTF8 failed
*** Error code 1
1 error


Before reporting this error, verify that you are running a supported
version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you
have a complete and up-to-date ports collection.  (INDEX builds are
not supported with partial or out-of-date ports collections -- in
particular, if you are using cvsup, you must cvsup the ports-all
collection, and have no refuse files.)  If that is the case, then
report the failure to [EMAIL PROTECTED] together with relevant
details of your ports configuration (including FreeBSD version,
your architecture, your environment, and your /etc/make.conf
settings, especially compiler flags and WITH/WITHOUT settings).

Note: the latest pre-generated version of INDEX may be fetched
automatically with make fetchindex.


*** Error code 1

Stop in /usr/ports.
7rxI#

how do you tell find to do the * before and after ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: does freebsd has a bit torrent client ?

2005-01-28 Thread Jeremy Faulkner
Gert Cuykens wrote:
7rxI# make search key=bittorrent
Generating INDEX-5 - please wait..p5-Unicode-MapUTF8-1.09:
snip
Note: the latest pre-generated version of INDEX may be fetched
automatically with make fetchindex
Do what it suggests, building the index yourself takes a lot of time.
how do you tell find to do the * before and after ?
It's implied.
--
Jeremy Faulkner [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: does freebsd has a bit torrent client ?

2005-01-28 Thread Dan Nelson
In the last episode (Jan 28), Gert Cuykens said:
 On Fri, 28 Jan 2005 12:59:25 -0600, Dan Nelson [EMAIL PROTECTED] wrote:
  In the last episode (Jan 28), Gert Cuykens said:
   i am looking and my looking tool found nothing :P
  
   7rxI# find / -name *torrent*
   /root/AOInstall15.7.3_EP0_live_nointro.torrent
   7rxI#
  
  I put my Kreskin memorial magic cap on and deduce that you ran this
  command from root's home directory!
  
  The shell expanded your wildcard before passing it to find, which saw
  find / -name AOInstall15.7.3_EP0_live_nointro.torrent.  Use what
  [EMAIL PROTECTED] suggested: cd /usr/ports/ ; make search key=bittorrent
  
  This will find ports with bittorrent in the package name or
  description, which will match clients without torrent in their name
  (Azureus for example).
 
 how do you tell find to do the * before and after ?

find / -name *torrent*

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: does freebsd has a bit torrent client ?

2005-01-28 Thread Gert Cuykens
 find / -name *torrent*
 
 --
 Dan Nelson
 [EMAIL PROTECTED]

thx
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: does freebsd has a bit torrent client ?

2005-01-28 Thread Gert Cuykens
On Fri, 28 Jan 2005 23:26:47 +0100, Gert Cuykens [EMAIL PROTECTED] wrote:
  find / -name *torrent*
 
  --
  Dan Nelson
  [EMAIL PROTECTED]
 
 thx
 

ps how do you start downloading ?

7rxI# bittorent AOInstall15.7.3_EP0_live_nointro.torrent
bittorent: Command not found.
7rxI#
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: does freebsd has a bit torrent client ?

2005-01-28 Thread Dan Nelson
In the last episode (Jan 28), Gert Cuykens said:
 On Fri, 28 Jan 2005 23:26:47 +0100, Gert Cuykens [EMAIL PROTECTED] wrote:
   find / -name *torrent*
  
  thx
 
 ps how do you start downloading ?
 
 7rxI# bittorent AOInstall15.7.3_EP0_live_nointro.torrent
 bittorent: Command not found.
 7rxI#

Which bittorrent client did you install?  run 

pkg_info -L whatever_client_i_installed* | grep /bin/

to find out the commands you can run.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: does freebsd has a bit torrent client ?

2005-01-28 Thread Gert Cuykens
On Fri, 28 Jan 2005 16:36:54 -0600, Dan Nelson [EMAIL PROTECTED] wrote:
 In the last episode (Jan 28), Gert Cuykens said:
  On Fri, 28 Jan 2005 23:26:47 +0100, Gert Cuykens [EMAIL PROTECTED] wrote:
find / -name *torrent*
   
   thx
 
  ps how do you start downloading ?
 
  7rxI# bittorent AOInstall15.7.3_EP0_live_nointro.torrent
  bittorent: Command not found.
  7rxI#
 
 Which bittorrent client did you install?  run
 
 pkg_info -L whatever_client_i_installed* | grep /bin/
 
 to find out the commands you can run.
 


/usr/local/bin/btcompletedirgui.py
/usr/local/bin/btdownloadgui.py
/usr/local/bin/btcompletedir.py
/usr/local/bin/btdownloadcurses.py
/usr/local/bin/btdownloadheadless.py
/usr/local/bin/btdownloadlibrary.py
/usr/local/bin/btlaunchmany.py
/usr/local/bin/btlaunchmanycurses.py
/usr/local/bin/btmakemetafile.py
/usr/local/bin/btreannounce.py
/usr/local/bin/btrename.py
/usr/local/bin/btshowmetainfo.py
/usr/local/bin/bttest.py
/usr/local/bin/bttrack.py

i gues i should use this one then ?
/usr/local/bin/btdownloadgui.py

ps can you edit the torrent to download a specific part or file ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: does freebsd has a bit torrent client ?

2005-01-28 Thread Gert Cuykens
On Sat, 29 Jan 2005 00:09:57 +0100, Gert Cuykens [EMAIL PROTECTED] wrote:
 On Fri, 28 Jan 2005 16:36:54 -0600, Dan Nelson [EMAIL PROTECTED] wrote:
  In the last episode (Jan 28), Gert Cuykens said:
   On Fri, 28 Jan 2005 23:26:47 +0100, Gert Cuykens [EMAIL PROTECTED] 
   wrote:
 find / -name *torrent*
   
thx
  
   ps how do you start downloading ?
  
   7rxI# bittorent AOInstall15.7.3_EP0_live_nointro.torrent
   bittorent: Command not found.
   7rxI#
 
  Which bittorrent client did you install?  run
 
  pkg_info -L whatever_client_i_installed* | grep /bin/
 
  to find out the commands you can run.
 
 
 
 /usr/local/bin/btcompletedirgui.py
 /usr/local/bin/btdownloadgui.py
 /usr/local/bin/btcompletedir.py
 /usr/local/bin/btdownloadcurses.py
 /usr/local/bin/btdownloadheadless.py
 /usr/local/bin/btdownloadlibrary.py
 /usr/local/bin/btlaunchmany.py
 /usr/local/bin/btlaunchmanycurses.py
 /usr/local/bin/btmakemetafile.py
 /usr/local/bin/btreannounce.py
 /usr/local/bin/btrename.py
 /usr/local/bin/btshowmetainfo.py
 /usr/local/bin/bttest.py
 /usr/local/bin/bttrack.py
 
 i gues i should use this one then ?
 /usr/local/bin/btdownloadgui.py
 
 ps can you edit the torrent to download a specific part or file ?
 

please dont tell me bittorent just installed mozilla and all that
phyton ... to go to the internet and show the face of the developer
when you do this : (

7rxI# ./usr/local/bin/btdownloadgui.py
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: does freebsd has a bit torrent client ?

2005-01-28 Thread albi

please dont tell me bittorent just installed mozilla and all that
phyton ... to go to the internet and show the face of the developer
when you do this : (
one thing you can do is like for example this :
1) fetch the bittorent file :
fetch http://ftp.dkuug.dk/FreeSBIE/torrent/FreeSBIE-1.1-i386.torrent
2) start down- and uploading :
btdownloadgui.py FreeSBIE-1.1-i386.torrent
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: does freebsd has a bit torrent client ?

2005-01-28 Thread Gert Cuykens
On Sat, 29 Jan 2005 00:36:15 +0100, albi [EMAIL PROTECTED] wrote:
 
  please dont tell me bittorent just installed mozilla and all that
  phyton ... to go to the internet and show the face of the developer
  when you do this : (
 
 one thing you can do is like for example this :
 
 1) fetch the bittorent file :
 fetch http://ftp.dkuug.dk/FreeSBIE/torrent/FreeSBIE-1.1-i386.torrent
 
 2) start down- and uploading :
 btdownloadgui.py FreeSBIE-1.1-i386.torrent
 

thx ps how do you configure firefox to start the gui automaticly ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: does freebsd has a bit torrent client ?

2005-01-28 Thread Matthias Buelow
Gert Cuykens wrote:
find / -name *torrent*
or just locate torrent|grep ports, when weekly/310.locate has run at 
least once (that is, it won't work right after installation, unless 
you've run the script manually).  /usr/ports is not normally exempt from 
updatedb.

mkb.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: does freebsd has a bit torrent client ?

2005-01-28 Thread Matthias Buelow
Gert Cuykens wrote:
please dont tell me bittorent just installed mozilla and all that
phyton ... to go to the internet and show the face of the developer
when you do this : (
bittorrent is written in python, so you probably can't do without it. 
the thing about mozilla, well.  freebsd ports are infamous for having 
outrageously pathetic dependencies sometimes (sometimes I think, a port 
maintainer just adds everything currently installed on his own machine 
to the depencency list, just so that it works for me, works for you).

mkb.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]