Ticket #25900: Portfile

File Portfile, 1.5 KB (added by jul_bsd@…, 14 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                chaosreader
6version             0.94
7extract.suffix
8distname            ${name}${version}
9categories          net security
10platforms           darwin
11maintainers         ports@
12description         freeware tool to trace TCP/UDP/... sessions and fetch application data from snoop or tcpdump logs
13#long_description    A freeware tool to trace TCP/UDP/... sessions and fetch application data from snoop or tcpdump logs. 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.
14homepage            http://chaosreader.sourceforge.net/
15master_sites        sourceforge:chaosreader/chaosreader/${version}
16
17checksums           md5     ef307a4aa11964dc2558248847219ae9 \
18                    sha1    83277753ee1f1a3bf7cecf82415f381eeffbdd26 \
19                    rmd160  3a915f380d8ca6a6c5f24695c18c0dac9f64bba8
20
21extract             {}
22configure           {}
23build               {}
24
25destroot            {
26        xinstall -m 755 ${prefix}/var/macports/distfiles/${name}/${distname} \
27                        ${destroot}${prefix}/bin/chaosreader
28}
29