dnstop stable port information

# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.

Package: dnstop
Version: 20110127
Revision: 1001
Maintainer: Max Horn
BuildDepends: <<
libpcap1,
libncurses5 (>= 5.4-20041023-1006),
fink (>= 0.24.12-1)
<<
Depends: <<
libpcap1-shlibs,
ncurses (>= 5.4-20041023-1006),
libncurses5-shlibs (>= 5.4-20041023-1006)
<<
Source: http://dnstop.measurement-factory.com/src/%n-%v.tar.gz
Source-MD5: e1c6416ad700d2d4d52f176f0827c60d
PatchFile: %n.patch
PatchFile-MD5: 0ad88fb26ea63983ef7569d6e083f6b2
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
InstallScript: <<
mkdir -p %i/bin
mkdir -p %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

dnstop stable port .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
+
typedef struct _hashitem {
const void *key;
void *data;

dnstop _unstable_ port .patch