Port details |
- nmap-devel Port scanning utility for large networks
- 7.95.20240327 security =2 7.95.20240327Version of this port present on the latest quarterly branch.
- Maintainer: cy@FreeBSD.org
- Port Added: 2024-03-28 20:57:10
- Last Update: 2024-05-06 20:11:25
- Commit Hash: 27e3a3e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: NPSL
- WWW:
- https://nmap.org/
- Description:
- Nmap is a utility for network exploration and security auditing.
It supports various types of host discovery (determine which hosts
are up), many port scanning techniques for different protocols,
version detection (determine service protocols and application
versions listening behind ports), and TCP/IP stack fingerprinting
(remote host OS or device identification). Nmap also offers
flexible target and port specification, decoy/stealth scanning,
sunRPC scanning, and much more.
Also included is Ncat, the nc(1) work-a-like of the Nmap project.
Refer to the separate port security/zenmap for those parts of the
Nmap toolset which depend on python. The translated manual pages
for Nmap are contained in security/nmap-i18n-man.
See the web page and the Phrack Magazine article (Volume 7, Issue 51
September 01, 1997, article 11 of 17) https://nmap.org/p51-11.html
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nmap-devel>0:security/nmap-devel
- To install the port:
- cd /usr/ports/security/nmap-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install security/nmap-devel
- pkg install nmap-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nmap-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711662734
SHA256 (nmap-nmap-7.95.20240327-036714cde_GH0.tar.gz) = e0f8c7f8848e5616a769f9e41957ad8115e9d402936db666687c284d51ad934d
SIZE (nmap-nmap-7.95.20240327-036714cde_GH0.tar.gz) = 15264218
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libpcre2-16.so : devel/pcre2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for nmap-devel-7.95.20240327:
DOCS=on: Build and/or install documentation
NLS=on: Native Language Support
PCAP=off: Build with libpcap from nmap
SSH2=on: SSH2 protocol support
SSL=on: SSL protocol support
===> Use 'make config' to modify these settings
- Options name:
- security_nmap-devel
- USES:
- gmake cpe libtool ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.95.20240327 06 May 2024 20:11:25 |
Daniel Engberg (diizzy) |
security/nmap-devel: Use EXTRACT_AFTER_ARGS
To decrease I/O load skip extracting files instead of removing after
extraction
PR: 278743
Reviewed by: cy (maintainer) |
7.95.20240327 28 Mar 2024 22:59:22 |
Cy Schubert (cy) |
security/nmap-devel: Remove redundant USES argument |
7.95.20240327 28 Mar 2024 21:52:59 |
Cy Schubert (cy) |
security/nmap-devel: Update distfile for 85f4b942ae2f
Fixes: 85f4b942ae2f |
7.95.20240327 28 Mar 2024 21:35:37 |
Cy Schubert (cy) |
security/nmap-devel: Pet portclippy
Reported by: Daniel Engberg <daniel.engberg.lists@pyret.net> |
7.95.20240327 28 Mar 2024 21:34:15 |
Cy Schubert (cy) |
security/nmap-devel: Use version number documented in handbook
As we don't know what the next version number will be, because the
upstreasm git repo does not contain any branches or tags, use the
current GA 7.94 version incremented by one.
Reported by: Daniel Engberg <daniel.engberg.lists@pyret.net> |
2024.03.27 28 Mar 2024 20:53:59 |
Cy Schubert (cy) |
security/nmap-devel: New port
Introduce nmap development port. The development branch includes
prerequisite updates including the pcre2 replacement of pcre.
This port tracks the nmap/nmap github repo. |