summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+
+
+ #