[Lunar-commits] <moonbase> netdude: remove it from the moonbase.
Florin Braescu
florin at lunar-linux.org
Sun Jan 11 16:36:33 CET 2009
commit e11976c79baaa11f57c7998c25174d093faa5e3f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Jan 11 17:36:33 2009 +0200
netdude: remove it from the moonbase.
An old app, Gtk+ based.
---
net/netdude/BUILD | 2 --
net/netdude/DEPENDS | 2 --
net/netdude/DETAILS | 24 ------------------------
3 files changed, 0 insertions(+), 28 deletions(-)
diff --git a/net/netdude/BUILD b/net/netdude/BUILD
deleted file mode 100644
index 94ec5f1..0000000
--- a/net/netdude/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-unset CC CXX MAKEFLAGS CFLAGS LDFLAGS
-default_build
diff --git a/net/netdude/DEPENDS b/net/netdude/DEPENDS
deleted file mode 100644
index fe31ffc..0000000
--- a/net/netdude/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends tcpdump &&
-depends gtk+
diff --git a/net/netdude/DETAILS b/net/netdude/DETAILS
deleted file mode 100644
index 65574e0..0000000
--- a/net/netdude/DETAILS
+++ /dev/null
@@ -1,24 +0,0 @@
- MODULE=netdude
- VERSION=0.3.2
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$SFORGE_URL/netdude/
- WEB_SITE=http://netdude.sourceforge.net
- MAINTAINER="nhudson at speakeasy.net"
- ENTERED=20011101
- UPDATED=20021024
- SHORT="netdude displays tcpbump trace files"
-cat << EOF
-Netdude is the NETwork DUmp data Displayer and Editor for tcpdump
-tracefiles. It is a GUI-based tool that allows you to make detailed
-changes to packets in tcpdump tracefiles. In particular, it can set
-the value of every field in IP, TCP, and UDP packet headers, copy,
-move, and delete packets in the tracefile, and fragment and
-reassemble IP packets. Netdude constantly communicates with a tcpdump
-process to update the familiar tcpdump output that corresponds to the
-trace, which means that any changes made to your local version of
-tcpdump are reflected in Netdude. Netdude features a plugin
-architecture, and comes with a plugin for checksum correction in IP,
-TCP, and UDP and a dummy plugin. Through the plugin mechanism,
-Netdude provides a good facility for writing tcpdump trace file
-filters.
-EOF
More information about the Lunar-commits
mailing list