Added: trunk/dports/net/chaosreader/Portfile (0 => 70207)
--- trunk/dports/net/chaosreader/Portfile (rev 0)
+++ trunk/dports/net/chaosreader/Portfile 2010-08-02 00:08:00 UTC (rev 70207)
@@ -0,0 +1,47 @@
+# $Id$
+
+PortSystem 1.0
+
+name chaosreader
+version 0.94
+categories net security
+platforms darwin
+maintainers yahoo.fr:jul_bsd openmaintainer
+license GPL-2+
+
+description freeware tool to trace TCP/UDP/... sessions and fetch \
+ application data from snoop or tcpdump logs
+
+long_description ${name} is a ${description}. This is a type of \
+ "any-snarf" program, as it will fetch telnet sessions, \
+ FTP files, HTTP transfers (HTML, GIF, JPEG, ...), SMTP \
+ emails, ... from the captured data inside network traffic \
+ logs. A html index file is created that links to all the \
+ session details, including realtime replay programs for \
+ telnet, rlogin, IRC, X11 and VNC sessions\; and reports \
+ such as image reports and HTTP GET/POST content reports. \
+ Chaosreader can also run in standalone mode where it \
+ invokes tcpdump or snoop (if they are available) to \
+ create the log files and then processes them.
+
+homepage http://chaosreader.sourceforge.net/
+master_sites sourceforge
+distname ${name}${version}
+extract.suffix
+extract.only
+
+checksums md5 ef307a4aa11964dc2558248847219ae9 \
+ sha1 83277753ee1f1a3bf7cecf82415f381eeffbdd26 \
+ rmd160 3a915f380d8ca6a6c5f24695c18c0dac9f64bba8
+
+supported_archs noarch
+
+use_configure no
+
+build {}
+
+destroot {
+ xinstall -m 755 ${distpath}/${distfiles} \
+ ${destroot}${prefix}/bin/${name}
+}
+
Property changes on: trunk/dports/net/chaosreader/Portfile
___________________________________________________________________