Re: kazaa client

2003-12-23 Thread Scott I. Remick
On Tue, 23 Dec 2003 04:08:55 +0200, Anton Alin-Adrian wrote:

 Thanks. Seems I am going to develop a GTK UI for fasttrack ;P

Hmm maybe as an easier start, someone can add giFToxic to the FreeBSD
ports collection?

http://giftoxic.sourceforge.net/

Porting is currently outside my own abilities.

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


Re: kazaa client

2003-12-23 Thread Jim Ramsay
Scott I. Remick wrote:
On Tue, 23 Dec 2003 04:08:55 +0200, Anton Alin-Adrian wrote:


Thanks. Seems I am going to develop a GTK UI for fasttrack ;P


Hmm maybe as an easier start, someone can add giFToxic to the FreeBSD
ports collection?
http://giftoxic.sourceforge.net/

Porting is currently outside my own abilities.
I'd love to do this, but I don't know enough about how to create a port.

I downloaded release 0.0.9 and got it to compile on my FreeBSD 4.8 
machine with two small changes necessary:

1) Must compile with gcc version 3.3.3, not version 2.95.4.  (IE, I set 
my environment CC=gcc33 before configuring)

2) The final linking of the executable must also include -lgnugetopts or 
getopts_long is undefined.  This requires the port devel/libgnugetopt 
installed.  I just hacked src/Makefile after configuring, but this 
should probably be done more intelligently.

One of these days I may figure out for myself how to make a port of it, 
but please don't hold your (or anyone else's) breath.

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


Re: kazaa client

2003-12-23 Thread Robert Huff

Jim Ramsay writes:

   Porting is currently outside my own abilities.
  
  I'd love to do this, but I don't know enough about how to create
  a port.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html


Robert Huff


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


kazaa client

2003-12-22 Thread Anton Alin-Adrian
   Hello folks,

   If anyone knows a kazaa compatible program working under FreeBSD, 
preferably GTK based and present in the ports, I would be gratefull for 
any information regarding that.

   Thanks.

   Cheers,
   Alin.
PS: there is http://apollon.sourceforge.net/ for linux (KDE)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kazaa client

2003-12-22 Thread Jim Ramsay
Anton Alin-Adrian wrote:

   If anyone knows a kazaa compatible program working under FreeBSD, 
preferably GTK based and present in the ports, I would be gratefull for 
any information regarding that.
You want:

/usr/ports/net/gift
/usr/ports/net/gift-fasttrack
/usr/ports/net/giftcurs
And probably gift-openft and gift-gnutella too, for more excellent 
search possibilities.

The 'fasttrack network' is kazaa.

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


Re: kazaa client

2003-12-22 Thread Anton Alin-Adrian
Jim Ramsay wrote:

Anton Alin-Adrian wrote:

If anyone knows a kazaa compatible program working under FreeBSD, 
preferably GTK based and present in the ports, I would be gratefull 
for any information regarding that.


You want:

/usr/ports/net/gift
/usr/ports/net/gift-fasttrack
/usr/ports/net/giftcurs
And probably gift-openft and gift-gnutella too, for more excellent 
search possibilities.

The 'fasttrack network' is kazaa.

Thanks. Seems I am going to develop a GTK UI for fasttrack ;P

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