[27372] trunk/dports/security

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 31 11:56:37 PDT 2007


Revision: 27372
          http://trac.macosforge.org/projects/macports/changeset/27372
Author:   pmq at macports.org
Date:     2007-07-31 11:56:37 -0700 (Tue, 31 Jul 2007)

Log Message:
-----------
New port: medusa.

Added Paths:
-----------
    trunk/dports/security/medusa/
    trunk/dports/security/medusa/Portfile

Added: trunk/dports/security/medusa/Portfile
===================================================================
--- trunk/dports/security/medusa/Portfile	                        (rev 0)
+++ trunk/dports/security/medusa/Portfile	2007-07-31 18:56:37 UTC (rev 27372)
@@ -0,0 +1,55 @@
+# $Id$
+
+PortSystem 1.0
+
+name               medusa
+version            1.3
+categories         security net
+platforms          darwin
+maintainers        pmq at macports.org
+
+description        Medusa is a speedy, massively parallel, modular, login brute-forcer
+long_description   Medusa is intended to be a speedy, massively parallel, \
+		   modular, login brute-forcer. The goal is to support as \
+		   many services which allow remote authentication as possible. \
+		   The author considers following items as some of the key \
+		   features of this application. Thread-based parallel testing: \
+		   Brute-force testing can be performed against multiple hosts, \
+		   users or passwords concurrently. Flexible user input: Target \
+		   information (host/user/password) can be specified in a variety \
+		   of ways. For example, each item can be either a single entry \
+		   or a file containing multiple entries. Additionally, a \
+		   combination file format allows the user to refine their target \
+		   listing. Modular design: Each service module exists as an \
+		   independent .mod file. This means that no modifications are \
+		   necessary to the core application in order to extend the \
+		   supported list of services for brute-forcing.
+
+homepage           http://www.foofus.net/jmk/medusa/medusa.html
+master_sites       http://www.foofus.net/jmk/tools freebsd:
+checksums          md5 08e04a1cfd1b4b3a354a29db3e5514fa \
+		   sha1 a87e60484f4077b253058415f212b982e967ae85
+
+depends_lib        port:openssl port:libssh2
+
+livecheck.check	   regex
+livecheck.url      ${homepage}
+livecheck.regex	   "${name}-(.*?)-src"
+
+configure.env	   CPPFLAGS="-I${prefix}/include/subversion-1 -I${prefix}/include/apr-0"
+# hopefully the mod-path will be superfluous next release
+configure.args	   --enable-untested \
+		   --with-default-mod-path=${prefix}/lib/medusa/modules
+
+variant subversion description "Build the Subversion module" {
+    depends_lib-append port:subversion port:apr0
+}
+
+variant postgresql description "Build the PostgreSQL module" {
+    depends_lib-append port:postgresql82
+}
+
+# FIXME check this
+# variant ncp description "Build the NCPFS module" {
+#     depends_lib-append port:ncp
+# }


Property changes on: trunk/dports/security/medusa/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070731/0dafc3ca/attachment.html


More information about the macports-changes mailing list