[61676] trunk/dports/net/libpcapnav/Portfile

ecronin at macports.org ecronin at macports.org
Fri Dec 18 09:38:33 PST 2009


Revision: 61676
          http://trac.macports.org/changeset/61676
Author:   ecronin at macports.org
Date:     2009-12-18 09:38:30 -0800 (Fri, 18 Dec 2009)
Log Message:
-----------
net/libpcapnav: New port

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

Added: trunk/dports/net/libpcapnav/Portfile
===================================================================
--- trunk/dports/net/libpcapnav/Portfile	                        (rev 0)
+++ trunk/dports/net/libpcapnav/Portfile	2009-12-18 17:38:30 UTC (rev 61676)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem 1.0
+name             libpcapnav
+version          0.8
+categories       net security
+maintainers      ecronin openmaintainer
+description      A tcpdump tracefile navigation library
+long_description \
+    libpcapnav is a libpcap wrapper library that allows navigation to \
+    arbitrary locations in a tcpdump trace file between reads. The API \
+    is intentionally much like that of the pcap library. You can navigate \
+    in trace files both in time and space: you can jump to a packet which \
+    is at appr. 2/3 of the trace, or you can jump as closely as possible \
+    to a packet with a given timestamp, and then read packets from there. \
+    In addition, the API provides convenience functions for manipulating \
+    timeval structures
+homepage         http://netdude.sourceforge.net/
+platforms        darwin
+master_sites     sourceforge:netdude
+checksums        md5     005a0a2d6f1164f1212a7c10ab950b36 \
+                 sha1    9f585e8589f289d157732b040f2a213e8b6b239b \
+                 rmd160  f2e48b18d6520935c854a94c26aa3cd95bddb0c6
+depends_lib      lib:libpcap:libpcap
+depends_build    port:gtk-doc
+
+configure.args   --with-pcap-headers=${prefix}/include/pcap \
+                 --with-pcap-lib=${prefix}/lib


Property changes on: trunk/dports/net/libpcapnav/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/20091218/1718ce7e/attachment.html>


More information about the macports-changes mailing list