[19574] trunk/dports/net
source_changes at macosforge.org
source_changes at macosforge.org
Sat Sep 16 01:16:25 PDT 2006
Revision: 19574
Author: markd at macports.org
Date: 2006-09-16 01:16:23 -0700 (Sat, 16 Sep 2006)
Log Message:
-----------
Ticket 10316. New port.
Added Paths:
-----------
trunk/dports/net/blackbag/
trunk/dports/net/blackbag/Portfile
Added: trunk/dports/net/blackbag/Portfile
===================================================================
--- trunk/dports/net/blackbag/Portfile (rev 0)
+++ trunk/dports/net/blackbag/Portfile 2006-09-16 08:16:23 UTC (rev 19574)
@@ -0,0 +1,33 @@
+# $Id: $
+
+PortSystem 1.0
+
+name blackbag
+version 0.6
+categories net security
+platforms darwin
+maintainers ecronin at gizmolabs.org
+description A miscelleny of network testing tools.
+long_description Blackbag is Matasano's suite of penetration \
+ testing and reverse engineering tools. What \
+ started as a binary interactive netcat, has \
+ evolved into our "blackbag" of tools to help \
+ us understand and attack proprietary protocols, \
+ find compressed images inside of files and more!
+
+homepage http://www.matasano.com/tools/blackbag/
+master_sites http://www.matasano.com/tools/blackbag/
+checksums md5 06978738b3ab96087410c4a5198f1ca2 \
+ sha1 32807aa0f5a8ef49688afbb19e898c3734ba2ef8
+
+depends_lib port:libevent port:libpcap port:openssl port:zlib
+
+configure {}
+
+build.env LFLAGS="-L${prefix}/lib" \
+ IFLAGS="-I${prefix}/include"
+
+post-patch {
+ reinplace "s|/usr/local|\$\(DESTDIR\)/${prefix}|g" ${worksrcpath}/Makefile
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060916/a0ee2759/attachment.html
More information about the macports-changes
mailing list