mutella stable port information

Package: mutella
Version: 0.4.5
Revision: 1
GCC: 4.0
Maintainer: None
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 1a676eacf562e3b8de90493f99fe059c
PatchFile: %n.patch
PatchFile-MD5: 09c9ffb5e434f59dd0ffdf9040c1dbd2
Depends: readline5-shlibs, libncurses5-shlibs
BuildDepends: fink (>= 0.24.12-1), readline5, libncurses5
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS ChangeLog CHANGES KNOWN-BUGS LICENSE README TODO
Description: Command-line gnutella client
DescDetail: <<
Mutella is a command-line gnutella client that supports such things as
version 0.4 and 0.6 protocols, real multiple search support (~100 searches
work fine), passive search (all query-reply packets are checked against
local search list), automatic re-submission of the queries, automatic
search for alternative locations when download fails to start immediately
and auto-get function for broken downloads.
<<
DescUsage: <<
Type 'mutella' at the command prompt to start the client. For a list of
commands just type 'help'. Type 'help ' for more specific info on
a particular command.
<<
DescPackaging: <<
Originally packaged by Matt Stephenson.
<<
DescPort: <<
The "??" are text strings, not trigraphs

Missing #include for strncpy

gnushare.h patch for gcc4:
http://mutella.cvs.sourceforge.net/viewvc/mutella/mutella/mutella/gnushare.h?r1=1.12&r2=1.13
<<
License: GPL
Homepage: http://mutella.sourceforge.net

mutella stable port .patch

diff -Nurd -x'*~' mutella-0.4.5.orig/util/sockio.c mutella-0.4.5/util/sockio.c
--- mutella-0.4.5.orig/util/sockio.c 2003-09-29 09:52:22.000000000 -0400
+++ mutella-0.4.5/util/sockio.c 2008-06-10 14:59:33.000000000 -0400
@@ -13,6 +13,7 @@
#include
#include
#include
+#include

#define BUFF_SIZE 1024
int main(int argc, char *argv[])
--- mutella-0.4.5.orig/mutella/gnushare.h 2002/11/15 20:22:57 1.12
+++ mutella-0.4.5/mutella/gnushare.h 2006/06/13 20:28:38 1.13
@@ -26,6 +26,7 @@
#include "mthread.h"

class MGnuDirector;
+class MShareThread;

class MGnuShare
{

mutella _unstable_ port .patch