[120165] trunk/dports/net
Ryan Schmidt
ryandesign at macports.org
Sat May 17 14:02:08 PDT 2014
On May 17, 2014, at 14:20, mf2k at macports.org wrote:
> Revision
> 120165
> Author
> mf2k at macports.org
> Date
> 2014-05-17 12:20:52 -0700 (Sat, 17 May 2014)
> Log Message
>
> masscan: New port. (#41985)
> Added Paths
>
> • trunk/dports/net/masscan/
> • trunk/dports/net/masscan/Portfile
> Diff
>
> Added: trunk/dports/net/masscan/Portfile (0 => 120165)
>
> --- trunk/dports/net/masscan/Portfile (rev 0)
> +++ trunk/dports/net/masscan/Portfile 2014-05-17 19:20:52 UTC (rev 120165)
>
> @@ -0,0 +1,57 @@
>
> +# -*- 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
> +
> +name masscan
> +version 1.0.3
> +revision 0
> +categories net security
> +platforms darwin
> +maintainers yahoo.fr:jul_bsd openmaintainer
> +license GPL-3
> +
> +description Mass IP port scanner
> +
> +long_description This is the fastest Internet port scanner. It can \
> + scan the entire Internet in under 6 minutes, \
> + transmitting 10 million packets per second. \
> + It produces results similar to nmap, the most \
> + famous port scanner. Internally, it operates \
> + more like scanrand, unicornscan, and ZMap, \
> + using asynchronous transmission. The major \
> + difference is that it's faster than these \
> + other scanners. In addition, it's more \
> + flexible, allowing arbitrary address ranges \
> + and port ranges.
> +
> +homepage
> https://github.com/robertdavidgraham/masscan
>
> +master_sites
> https://github.com/robertdavidgraham/masscan/archive/
Since this project is hosted at github, please use the github portgroup. Yesterday I added extensive documentation in comments in the portgroup, so please refer to that and let me know if you have any questions.
More information about the macports-dev
mailing list