summaryrefslogtreecommitdiff
path: root/net/driftnet
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2003-01-09 08:29:42 +0000
committerhubertf <hubertf@pkgsrc.org>2003-01-09 08:29:42 +0000
commit12a538083bfca51c53eec4ab7fc703684661ecc2 (patch)
tree2e5b4fffa2335c26493da85b257534555371c445 /net/driftnet
parent7080ac09fd4e6dfc2aadde03171d3711355b1c11 (diff)
downloadpkgsrc-12a538083bfca51c53eec4ab7fc703684661ecc2.tar.gz
Import driftnet-0.1.6: Real-time image sniffer
Driftnet watches network traffic, and picks out and displays JPEG and GIF images for display. It is an horrific invasion of privacy and shouldn't be used by anyone anywhere. It can also extract MPEG audio data from the network and play it. If you live in a house with thick walls, this may be a useful way to find out about your neighbours' musical taste. This program is similar to what was shown at 19C3.
Diffstat (limited to 'net/driftnet')
-rw-r--r--net/driftnet/DESCR5
-rw-r--r--net/driftnet/Makefile22
-rw-r--r--net/driftnet/PLIST3
-rw-r--r--net/driftnet/distinfo5
-rw-r--r--net/driftnet/patches/patch-aa13
5 files changed, 48 insertions, 0 deletions
diff --git a/net/driftnet/DESCR b/net/driftnet/DESCR
new file mode 100644
index 00000000000..076142fd344
--- /dev/null
+++ b/net/driftnet/DESCR
@@ -0,0 +1,5 @@
+Driftnet watches network traffic, and picks out and displays JPEG and GIF
+images for display. It is an horrific invasion of privacy and shouldn't be used
+by anyone anywhere. It can also extract MPEG audio data from the network and
+play it. If you live in a house with thick walls, this may be a useful way to
+find out about your neighbours' musical taste.
diff --git a/net/driftnet/Makefile b/net/driftnet/Makefile
new file mode 100644
index 00000000000..71fd38ed570
--- /dev/null
+++ b/net/driftnet/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/09 08:29:42 hubertf Exp $
+#
+
+DISTNAME= driftnet-0.1.6
+CATEGORIES= graphics network
+MASTER_SITES= http://www.ex-parrot.com/~chris/driftnet/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www.ex-parrot.com/~chris/driftnet/
+COMMENT= Real-time image sniffer
+
+ALL_TARGET= default
+USE_GMAKE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/driftnet ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/driftnet.1 ${PREFIX}/man/man1
+
+.include "../../graphics/libungif/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../graphics/jpeg/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/driftnet/PLIST b/net/driftnet/PLIST
new file mode 100644
index 00000000000..4d6f8a345e8
--- /dev/null
+++ b/net/driftnet/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/09 08:29:42 hubertf Exp $
+bin/driftnet
+man/man1/driftnet.1
diff --git a/net/driftnet/distinfo b/net/driftnet/distinfo
new file mode 100644
index 00000000000..0f62884d8c2
--- /dev/null
+++ b/net/driftnet/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/01/09 08:29:42 hubertf Exp $
+
+SHA1 (driftnet-0.1.6.tar.gz) = 279cb3a596f354e7e9c6ac3cc456b3d11dced2ff
+Size (driftnet-0.1.6.tar.gz) = 36989 bytes
+SHA1 (patch-aa) = ce900193d73c72c41da4ce2ec4c0873aaada41cb
diff --git a/net/driftnet/patches/patch-aa b/net/driftnet/patches/patch-aa
new file mode 100644
index 00000000000..d4cef6c7db2
--- /dev/null
+++ b/net/driftnet/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/01/09 08:29:42 hubertf Exp $
+
+--- Makefile.orig Thu Jan 9 09:06:38 2003
++++ Makefile
+@@ -51,7 +51,7 @@
+
+ # added 20020604 edobbs
+ # On BSD systems, may need to use /usr/local/include
+-#CFLAGS += -I/usr/local/include
++CFLAGS += -I${LOCALBASE}/include
+
+
+ #