[70312] trunk/dports/net

ryandesign at macports.org ryandesign at macports.org
Thu Aug 5 15:58:36 PDT 2010


Revision: 70312
          http://trac.macports.org/changeset/70312
Author:   ryandesign at macports.org
Date:     2010-08-05 15:58:36 -0700 (Thu, 05 Aug 2010)
Log Message:
-----------
pads: new port, version 1.2; see #25901

Added Paths:
-----------
    trunk/dports/net/pads/
    trunk/dports/net/pads/Portfile
    trunk/dports/net/pads/files/
    trunk/dports/net/pads/files/patch-lib-bstring-bstrlib.c.diff

Added: trunk/dports/net/pads/Portfile
===================================================================
--- trunk/dports/net/pads/Portfile	                        (rev 0)
+++ trunk/dports/net/pads/Portfile	2010-08-05 22:58:36 UTC (rev 70312)
@@ -0,0 +1,38 @@
+# $Id$
+
+PortSystem              1.0
+
+name                    pads
+version                 1.2
+categories              net security
+platforms               darwin
+maintainers             yahoo.fr:jul_bsd openmaintainer
+
+description             network sniffer with a rule-based detection engine
+
+long_description        Passive Asset Detection System (PADS) was designed \
+                        to supplement active scanners by combining a network \
+                        sniffer with a rule-based detection engine similar \
+                        to a network IDS. It will listen to a network and \
+                        attempt to provide an up-to-date look at the hosts \
+                        and services running on the network. The application \
+                        operates invisibly and will never release a packet \
+                        into the network.
+
+homepage                http://passive.sourceforge.net/
+master_sites            sourceforge:passive
+
+checksums               md5     2a366195c55ad6b6859c4c84ce877ee8 \
+                        sha1    fa64f3024518d6758bf6c1278c1ec65db1686069 \
+                        rmd160  7edb4e27864f70e76c2ec8d54ffdf5d70806f3d4
+
+depends_lib             port:libpcap \
+                        port:pcre
+
+configure.args-append   --mandir=${prefix}/share/man
+
+patchfiles              patch-lib-bstring-bstrlib.c.diff
+
+livecheck.type          regex
+livecheck.url           http://sourceforge.net/projects/passive/files/
+livecheck.regex         /${name}-(\[0-9.\]+)\\.tar


Property changes on: trunk/dports/net/pads/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/net/pads/files/patch-lib-bstring-bstrlib.c.diff
===================================================================
--- trunk/dports/net/pads/files/patch-lib-bstring-bstrlib.c.diff	                        (rev 0)
+++ trunk/dports/net/pads/files/patch-lib-bstring-bstrlib.c.diff	2010-08-05 22:58:36 UTC (rev 70312)
@@ -0,0 +1,15 @@
+--- lib/bstring/bstrlib.c.orig	2010-07-27 16:56:26.000000000 +0200
++++ lib/bstring/bstrlib.c	2010-07-27 16:56:36.000000000 +0200
+@@ -1859,12 +1859,6 @@
+ #define START_VSNBUFF (256)
+ #else
+ 
+-#ifdef __GNUC__
+-/* Something is making gcc complain about this prototype not being here, so 
+-   I've just gone ahead and put it in. */
+-extern int vsnprintf (char *buf, size_t count, const char *format, va_list arg);
+-#endif
+-
+ #define exvsnprintf(r,b,n,f,a) {r = vsnprintf (b,n,f,a);}
+ #endif
+ #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100805/3549cf05/attachment.html>


More information about the macports-changes mailing list