[102709] trunk/dports/net

g5pw at macports.org g5pw at macports.org
Thu Feb 7 05:42:21 PST 2013


Revision: 102709
          https://trac.macports.org/changeset/102709
Author:   g5pw at macports.org
Date:     2013-02-07 05:42:21 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
net/ostinato:
  new port, 'reverse-wireshark' with GUI.

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

Added: trunk/dports/net/ostinato/Portfile
===================================================================
--- trunk/dports/net/ostinato/Portfile	                        (rev 0)
+++ trunk/dports/net/ostinato/Portfile	2013-02-07 13:42:21 UTC (rev 102709)
@@ -0,0 +1,39 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           qt4 1.0
+
+name                ostinato
+version             0.5.1
+maintainers         g5pw openmaintainer
+
+categories          net devel
+description         Ostinato is an open-source, cross-platform network packet \
+                    crafter/traffic generator and analyzer with a friendly GUI.
+long_description    ${description} Craft and send packets of several streams \
+                    with different protocols at different rates.
+
+platforms           darwin
+
+homepage            https://.google.com/p/ostinato/
+
+depends_lib         port:qt4-mac \
+                    port:libpcap \
+                    port:protobuf-cpp
+
+master_sites        googlecode:${name}
+distname            ${name}-src-${version}
+
+checksums           rmd160  9893368914cc65b509ec2cfbf534c44c3eded5ee \
+                    sha256  fa19c857d73837cae23aa15d7309c1ddcf22c6f7be9f3ed15a23948142b24223
+
+worksrcdir          ${name}-${version}
+
+patch {
+    reinplace "s|/Applications/|${applications_dir}|" ${worksrcpath}/install.pri
+}
+
+# As per install instructions
+configure.cmd		qmake
+configure.pre_args  -spec macx-g++


Property changes on: trunk/dports/net/ostinato/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/3706d002/attachment-0001.html>


More information about the macports-changes mailing list