[65704] trunk/dports/security/authforce/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Mar 30 04:49:54 PDT 2010


Revision: 65704
          http://trac.macports.org/changeset/65704
Author:   ryandesign at macports.org
Date:     2010-03-30 04:49:53 -0700 (Tue, 30 Mar 2010)
Log Message:
-----------
authforce: whitespace changes only

Modified Paths:
--------------
    trunk/dports/security/authforce/Portfile

Modified: trunk/dports/security/authforce/Portfile
===================================================================
--- trunk/dports/security/authforce/Portfile	2010-03-30 11:47:47 UTC (rev 65703)
+++ trunk/dports/security/authforce/Portfile	2010-03-30 11:49:53 UTC (rev 65704)
@@ -1,36 +1,41 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name		authforce
-version		0.9.9
-description	A HTTP authentication brute forcer.
-long_description	Authforce is an HTTP authentication brute forcer. \
-			Using various methods, it attempts brute force \
-			username and password pairs for a site. It has the \
-			ability to try common username and passwords, username \
-			derivations, and common username/password pairs. It is \
-			used to both test the security of your site and to \
-			prove the insecurity of HTTP authentication based on the \
-			fact that users just don?t pick good passwords.
-maintainers	nomaintainer
-categories	security www
-platforms	darwin
-homepage	http://divineinvasion.net/authforce/
-master_sites	${homepage}
+name                    authforce
+version                 0.9.9
+description             A HTTP authentication brute forcer.
+long_description        Authforce is an HTTP authentication brute forcer. \
+                        Using various methods, it attempts brute force \
+                        username and password pairs for a site. It has the \
+                        ability to try common username and passwords, username \
+                        derivations, and common username/password pairs. It is \
+                        used to both test the security of your site and to \
+                        prove the insecurity of HTTP authentication based on the \
+                        fact that users just don?t pick good passwords.
+maintainers             nomaintainer
+categories              security www
+platforms               darwin
+homepage                http://divineinvasion.net/authforce/
+master_sites            ${homepage}
 
-checksums	md5     a5013c123172a2b9189124afeab74bed \
-		sha1    cf22ee24388d1399a5a55b32460d0c49d45d2e07 \
-		rmd160  783cc5acd3d380f9ba77e907c8e39747dcd36375
+checksums               md5     a5013c123172a2b9189124afeab74bed \
+                        sha1    cf22ee24388d1399a5a55b32460d0c49d45d2e07 \
+                        rmd160  783cc5acd3d380f9ba77e907c8e39747dcd36375
 
-depends_lib	port:gettext port:curl port:readline
-use_bzip2 	yes
+depends_lib             port:gettext \
+                        port:curl \
+                        port:readline
+
+use_bzip2               yes
+
 configure.ldflags-append -lintl
-configure.args	--mandir=${prefix}/share/man --infodir=${prefix}/share/info
+configure.args          --mandir=${prefix}/share/man \
+                        --infodir=${prefix}/share/info
 
 pre-configure {
-		reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/configure
-		reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/src/extract.c
-		reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/src/methods.c
-		reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/src/misc.c
+    reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/configure
+    reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/src/extract.c
+    reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/src/methods.c
+    reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/src/misc.c
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100330/8b624062/attachment.html>


More information about the macports-changes mailing list