[19763] trunk/dports/net

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 28 15:55:14 PDT 2006


Revision: 19763
          http://trac.macosforge.org/projects/macports/changeset/19763
Author:   pmq at macports.org
Date:     2006-09-28 15:55:14 -0700 (Thu, 28 Sep 2006)

Log Message:
-----------
New port, no ticket.

Added Paths:
-----------
    trunk/dports/net/tcpreplay/
    trunk/dports/net/tcpreplay/Portfile

Added: trunk/dports/net/tcpreplay/Portfile
===================================================================
--- trunk/dports/net/tcpreplay/Portfile	                        (rev 0)
+++ trunk/dports/net/tcpreplay/Portfile	2006-09-28 22:55:14 UTC (rev 19763)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem          1.0
+
+name                tcpreplay
+categories          net security
+version             3.0.beta11
+platforms	    darwin
+maintainers	    pmq at macports.org
+
+description         Replay pcap files at arbitrary speeds onto the network
+long_description    \
+    Tcpreplay is a suite of BSD licensed tools written by Aaron Turner for \
+    *NIX operating systems which gives you the ability to use previously \
+    captured traffic in libpcap format to test a variety of network devices. \
+    It allows you to classify traffic as client or server, rewrite Layer 2, 3 \
+    and 4 headers and finally replay the traffic back onto the network and \
+    through other devices such as switches, routers, firewalls, NIDS and \
+    IPS's. Tcpreplay supports both single and dual NIC modes for testing both \
+    sniffing and inline devices.
+
+homepage            http://tcpreplay.synfin.net
+master_sites        sourceforge:tcpreplay
+checksums           sha1 89bfbf0349f9599cfca5445bb3f0c35c0062c630 \
+		    rmd160 45b13cda393cc5704f362642c0b26d3cf14dd27a
+
+# libnet is optional since beta10 I think (port:libnet11)
+depends_lib         port:libpcap port:tcpdump
+
+configure.env       CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
+configure.args      --with-libpcap=${prefix} \
+		    --with-libnet=${prefix} \
+		    --with-tcpdump=${prefix}/sbin/tcpdump
+
+post-destroot {
+    file delete ${destroot}/${prefix}/bin/man2html
+}


Property changes on: trunk/dports/net/tcpreplay/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060928/9307eb27/attachment.html


More information about the macports-changes mailing list