[65111] trunk/dports/net

ryandesign at macports.org ryandesign at macports.org
Mon Mar 22 06:33:52 PDT 2010


Revision: 65111
          http://trac.macports.org/changeset/65111
Author:   ryandesign at macports.org
Date:     2010-03-22 06:33:51 -0700 (Mon, 22 Mar 2010)
Log Message:
-----------
dsniff, dsniff-devel: reformatting / whitespace changes only

Modified Paths:
--------------
    trunk/dports/net/dsniff/Portfile
    trunk/dports/net/dsniff-devel/Portfile

Modified: trunk/dports/net/dsniff/Portfile
===================================================================
--- trunk/dports/net/dsniff/Portfile	2010-03-22 13:26:30 UTC (rev 65110)
+++ trunk/dports/net/dsniff/Portfile	2010-03-22 13:33:51 UTC (rev 65111)
@@ -1,33 +1,41 @@
 # $Id$
 
-PortSystem 1.0
-name             dsniff
-version          2.3
-revision         3
-categories       net
-maintainers      nomaintainer
-description      network auditing and penetration testing tools
-long_description \
-	dsniff is a collection of tools for network auditing and penetration \
-	testing. dsniff, filesnarf, mailsnarf, msgsnarf, urlsnarf, and \
-	webspy passively monitor a network for interesting data (passwords, \
-	e-mail, files, etc.). arpspoof, dnsspoof, and macof facilitate the \
-	interception of network traffic normally unavailable to an attacker \
-	(e.g, due to layer-2 switching). sshmitm and webmitm implement \
-	active monkey-in-the-middle attacks against redirected SSH and HTTPS \
-	sessions by exploiting weak bindings in ad-hoc PKI.
-homepage         http://monkey.org/~dugsong/dsniff/
-platforms        darwin
+PortSystem              1.0
 
-depends_lib      port:libpcap
-depends_build    port:libnet lib:libnids:libnids
+name                    dsniff
+version                 2.3
+revision                3
+categories              net
+maintainers             nomaintainer
+platforms               darwin
 
-master_sites     ${homepage}
-checksums        md5 183e336a45e38013f3af840bddec44b4
+description             network auditing and penetration testing tools
 
-patchfiles       patch-pcaputil.c patch-sshcrypto.c
+long_description        dsniff is a collection of tools for network auditing \
+                        and penetration testing. dsniff, filesnarf, mailsnarf, \
+                        msgsnarf, urlsnarf, and webspy passively monitor a \
+                        network for interesting data (passwords, e-mail, \
+                        files, etc.). arpspoof, dnsspoof, and macof facilitate \
+                        the interception of network traffic normally \
+                        unavailable to an attacker (e.g, due to layer-2 \
+                        switching). sshmitm and webmitm implement active \
+                        monkey-in-the-middle attacks against redirected SSH \
+                        and HTTPS sessions by exploiting weak bindings in \
+                        ad-hoc PKI.
 
-configure.args   --mandir=${prefix}/share/man
-configure.cflags-append	"-DBIND_8_COMPAT"
+homepage                http://monkey.org/~dugsong/dsniff/
+master_sites            ${homepage}
+checksums               md5     183e336a45e38013f3af840bddec44b4
 
-destroot.destdir install_prefix=${destroot}
+depends_build           port:libnet \
+                        lib:libnids:libnids
+
+depends_lib             port:libpcap
+
+patchfiles              patch-pcaputil.c \
+                        patch-sshcrypto.c
+
+configure.args          --mandir=${prefix}/share/man
+configure.cflags-append -DBIND_8_COMPAT
+
+destroot.destdir        install_prefix=${destroot}

Modified: trunk/dports/net/dsniff-devel/Portfile
===================================================================
--- trunk/dports/net/dsniff-devel/Portfile	2010-03-22 13:26:30 UTC (rev 65110)
+++ trunk/dports/net/dsniff-devel/Portfile	2010-03-22 13:33:51 UTC (rev 65111)
@@ -1,53 +1,60 @@
 # $Id$
 
-PortSystem 1.0
-name             dsniff-devel
-version          2.4b1
-revision         3
-categories       net
-maintainers      nomaintainer
-description      network auditing and penetration testing tools
-long_description \
-	dsniff is a collection of tools for network auditing and penetration \
-	testing. dsniff, filesnarf, mailsnarf, msgsnarf, urlsnarf, and \
-	webspy passively monitor a network for interesting data (passwords, \
-	e-mail, files, etc.). arpspoof, dnsspoof, and macof facilitate the \
-	interception of network traffic normally unavailable to an attacker \
-	(e.g, due to layer-2 switching). sshmitm and webmitm implement \
-	active monkey-in-the-middle attacks against redirected SSH and HTTPS \
-	sessions by exploiting weak bindings in ad-hoc PKI.
-homepage         http://monkey.org/~dugsong/dsniff/
-platforms        darwin
+PortSystem              1.0
 
-depends_lib      port:libpcap port:xorg-libXmu
-depends_build    port:libnids
+name                    dsniff-devel
+version                 2.4b1
+revision                3
+categories              net
+maintainers             nomaintainer
+platforms               darwin
 
-master_sites     ${homepage}beta/
-distname         dsniff-${version}
-checksums        md5 2f761fa3475682a7512b0b43568ee7d6
+description             network auditing and penetration testing tools
 
-worksrcdir       dsniff-2.4
+long_description        dsniff is a collection of tools for network auditing \
+                        and penetration testing. dsniff, filesnarf, mailsnarf, \
+                        msgsnarf, urlsnarf, and webspy passively monitor a \
+                        network for interesting data (passwords, e-mail, \
+                        files, etc.). arpspoof, dnsspoof, and macof facilitate \
+                        the interception of network traffic normally \
+                        unavailable to an attacker (e.g, due to layer-2 \
+                        switching). sshmitm and webmitm implement active \
+                        monkey-in-the-middle attacks against redirected SSH \
+                        and HTTPS sessions by exploiting weak bindings in \
+                        ad-hoc PKI.
 
-patchfiles       patch-pcaputil.c patch-sshcrypto.c
+homepage                http://monkey.org/~dugsong/dsniff/
+master_sites            ${homepage}beta/
+distname                dsniff-${version}
+checksums               md5     2f761fa3475682a7512b0b43568ee7d6
 
-configure.args   --mandir=${prefix}/share/man
-configure.cflags-append	"-DBIND_8_COMPAT"
+depends_build           port:libnids
 
-destroot.destdir install_prefix=${destroot}
+depends_lib             port:libpcap \
+                        port:xorg-libXmu
 
-	patchfiles-append	patch-sshow.c.diff \
-                                patch-arpspoof.c.diff \
-                                patch-dnsspoof.c.diff \
-                                patch-filesnarf.c.diff \
-                                patch-macof.c.diff \
-                                patch-record.c.diff \
-                                patch-sshmitm.c.diff \
-                                patch-tcp_raw.c.diff \
-                                patch-tcp_raw.h.diff \
-                                patch-tcpkill.c.diff \
-                                patch-tcpnice.c.diff \
-                                patch-trigger.c.diff \
-                                patch-trigger.h.diff \
-                                patch-urlsnarf.c.diff \
-                                patch-webmitm.c.diff \
-                                patch-webspy.c.diff
+worksrcdir              dsniff-2.4
+
+patchfiles              patch-pcaputil.c \
+                        patch-sshcrypto.c \
+                        patch-sshow.c.diff \
+                        patch-arpspoof.c.diff \
+                        patch-dnsspoof.c.diff \
+                        patch-filesnarf.c.diff \
+                        patch-macof.c.diff \
+                        patch-record.c.diff \
+                        patch-sshmitm.c.diff \
+                        patch-tcp_raw.c.diff \
+                        patch-tcp_raw.h.diff \
+                        patch-tcpkill.c.diff \
+                        patch-tcpnice.c.diff \
+                        patch-trigger.c.diff \
+                        patch-trigger.h.diff \
+                        patch-urlsnarf.c.diff \
+                        patch-webmitm.c.diff \
+                        patch-webspy.c.diff
+
+configure.args          --mandir=${prefix}/share/man
+configure.cflags-append -DBIND_8_COMPAT
+
+destroot.destdir        install_prefix=${destroot}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100322/ee45f97d/attachment.html>


More information about the macports-changes mailing list