summaryrefslogtreecommitdiff
path: root/net-analyzer/zmap/metadata.xml
blob: 80e7bcd54427b68eca8604602a61787a3d4eb38c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person" proxied="yes">
    <email>jakov.smolic@sartura.hr</email>
    <name>Jakov Smolic</name>
  </maintainer>
  <maintainer type="project" proxied="proxy">
    <email>proxy-maint@gentoo.org</email>
    <name>Proxy Maintainers</name>
  </maintainer>
  <longdescription>
ZMap is an open-source network scanner that enables researchers to easily 
perform Internet-wide network studies. With a single machine and a well 
provisioned network uplink, ZMap is capable of performing a complete scan of 
the IPv4 address space in under 45 minutes, approaching the theoretical limit 
of gigabit Ethernet.

ZMap can be used to study protocol adoption over time, monitor service 
availability, and help us better understand large systems distributed 
across the Internet.
  </longdescription>
  <use>
    <flag name="mongo">
      Add support for storing in a mongo DB via <pkg>dev-db/mongodb</pkg>
    </flag>
    <flag name="redis">
      Add support for storing in a redis DB via <pkg>dev-libs/hiredis</pkg>
    </flag>
  </use>
  <upstream>
    <remote-id type="github">zmap/zmap</remote-id>
  </upstream>
</pkgmetadata>