Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31589/stable/main/finkinfo/net

Modified Files:
        dnstop.info 
Added Files:
        dnstop.patch 
Log Message:
Move dnstop 20090128 to stable

--- NEW FILE: dnstop.patch ---
diff -ru dnstop-20090128/hashtbl.h dnstop-20090128-patched/hashtbl.h
--- dnstop-20090128/hashtbl.h   2007-05-11 06:51:12.000000000 +0200
+++ dnstop-20090128-patched/hashtbl.h   2009-04-21 18:25:33.000000000 +0200
@@ -7,6 +7,8 @@
  * reserved.  See the LICENSE file for details.
  */
 
+#include <stdint.h>
+
 typedef struct _hashitem {
        const void *key;
        void *data;

Index: dnstop.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/dnstop.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dnstop.info 27 Mar 2008 21:12:47 -0000      1.2
+++ dnstop.info 3 Feb 2010 11:23:42 -0000       1.3
@@ -15,28 +15,34 @@
 # maintainership of) the affected package.
 
 Package: dnstop
-Version: 20060517
-Revision: 1021
+Version: 20090128
+Revision: 1001
 Maintainer: Max Horn <m...@quendi.de>
 BuildDepends: <<
   libpcap,
-  libncurses5 (>= 5.4-20041023-1006)
+  libncurses5 (>= 5.4-20041023-1006),
+  fink (>= 0.24.12-1)
 <<
 Depends: <<
   libpcap-shlibs,
   ncurses (>= 5.4-20041023-1006),
   libncurses5-shlibs (>= 5.4-20041023-1006)
 <<
-Source:  http://dnstop.measurement-factory.com/src/OLD/%n-%v.tar.gz
-Source-MD5: 42181157acfe8e51fd8948ad4de7506d
-CompileScript: make
+Source:  http://dnstop.measurement-factory.com/src/%n-%v.tar.gz
+Source-MD5: 827a0d2020b157b925411dd30b6feff3
+PatchFile: %n.patch
+PatchFile-MD5: 0ad88fb26ea63983ef7569d6e083f6b2
+ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
 InstallScript: <<
   mkdir -p %i/bin
-  install -m 755 dnstop %i/bin
   mkdir -p %i/share/man/man8
-  install -m 644 dnstop.8 %i/share/man/man8
+  make install prefix=%i mandir=%i/share/man
 <<
 DocFiles: CHANGES LICENSE
 Description: Displays DNS traffic on your network 
+DescPort: <<
+hashtbl.h uses uint32_t, which leads to a compiler error unless we
+include stdint.h.
+<<
 Homepage: http://dnstop.measurement-factory.com/
 License: BSD


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to