Revision: 144241 https://trac.macports.org/changeset/144241 Author: khindenburg@macports.org Date: 2016-01-04 19:27:29 -0800 (Mon, 04 Jan 2016) Log Message: ----------- ssldump: add modeline + whitespace changes Modified Paths: -------------- trunk/dports/net/ssldump/Portfile Modified: trunk/dports/net/ssldump/Portfile =================================================================== --- trunk/dports/net/ssldump/Portfile 2016-01-05 03:19:14 UTC (rev 144240) +++ trunk/dports/net/ssldump/Portfile 2016-01-05 03:27:29 UTC (rev 144241) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -2,51 +3,51 @@ -name ssldump -version 0.9b3 -revision 2 -categories net -license BSD-old -maintainers nomaintainer -description SSLv3/TLS network protocol analyzer. -long_description ssldump is an SSLv3/TLS network protocol analyzer. It \ - identifies TCP connections on the chosen network interface \ - and attempts to interpret them as SSLv3/TLS traffic. When \ - it identifies SSLv3/TLS traffic, it decodes the records \ - and displays them in a textual form to stdout. If provided \ - with the appropriate keying material, it will also decrypt \ - the connections and display the application data traffic. -homepage http://www.rtfm.com/ssldump/ -platforms darwin -master_sites ${homepage} -checksums md5 ac8c28fe87508d6bfb06344ec496b1dd \ - sha1 a633a9a811a138eac5ed440d583473b644135ef5 \ - rmd160 941cf8f2ef8459ec4f9ce65772e134505d46566f +name ssldump +version 0.9b3 +revision 2 +categories net +license BSD-old +maintainers nomaintainer +description SSLv3/TLS network protocol analyzer. +long_description ssldump is an SSLv3/TLS network protocol analyzer. It \ + identifies TCP connections on the chosen network interface \ + and attempts to interpret them as SSLv3/TLS traffic. When \ + it identifies SSLv3/TLS traffic, it decodes the records \ + and displays them in a textual form to stdout. If provided \ + with the appropriate keying material, it will also decrypt \ + the connections and display the application data traffic. +homepage http://www.rtfm.com/ssldump/ +platforms darwin +master_sites ${homepage} +checksums md5 ac8c28fe87508d6bfb06344ec496b1dd \ + sha1 a633a9a811a138eac5ed440d583473b644135ef5 \ + rmd160 941cf8f2ef8459ec4f9ce65772e134505d46566f -depends_build port:libtool +depends_build port:libtool -depends_lib port:libpcap \ - path:lib/libssl.dylib:openssl +depends_lib port:libpcap \ + path:lib/libssl.dylib:openssl -patchfiles patch-ssl_ssldecode_c +patchfiles patch-ssl_ssldecode_c pre-configure { - xinstall -m 644 -W ${prefix}/share/libtool/build-aux config.guess config.sub ${worksrcpath} + xinstall -m 644 -W ${prefix}/share/libtool/build-aux config.guess config.sub ${worksrcpath} } -configure.args --mandir=${destroot}${prefix}/share/man \ - --prefix=${destroot}${prefix} \ - --with-pcap=${prefix} \ - --with-openssl=${prefix} +configure.args --mandir=${destroot}${prefix}/share/man \ + --prefix=${destroot}${prefix} \ + --with-pcap=${prefix} \ + --with-openssl=${prefix} platform darwin { - # There seems to be a conflict between pcap.h (calling pcap-bpf.h) and - # net/bpf.h. - # This conflict apparently doesn't affect OpenBSD (judging from their port - # of ssldump), so let's only fix it on darwin. - patchfiles-append patch-base-pcap-snoop.c + # There seems to be a conflict between pcap.h (calling pcap-bpf.h) and + # net/bpf.h. + # This conflict apparently doesn't affect OpenBSD (judging from their port + # of ssldump), so let's only fix it on darwin. + patchfiles-append patch-base-pcap-snoop.c } pre-destroot { - # Trash INSTALL because the FS might be case unsensitive. - file delete -force ${worksrcpath}/INSTALL + # Trash INSTALL because the FS might be case unsensitive. + file delete -force ${worksrcpath}/INSTALL } -livecheck.type regex -livecheck.regex {The current version is (.*)} +livecheck.type regex +livecheck.regex {The current version is (.*)}