mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
394 B
Text
8 lines
394 B
Text
The Nmap::Parser library provides a Ruby interface to
|
|
Nmap's scan data. It can run Nmap and parse its XML
|
|
output directly from the scan, parse a file containing
|
|
the XML data from a separate scan, parse a String of
|
|
XML data from a scan, or parse XML data from an object
|
|
via its read() method. This information is presented
|
|
in an easy-to-use and intuitive fashion for storage
|
|
and manipulation.
|