View | Details | Raw Unified | Return to bug 247250
Collapse All | Expand All

(-)sysutils/pnscan/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1592091549
2
SHA256 (ptrrkssn-pnscan-v1.14_GH0.tar.gz) = 0efbbf786b5ac24b1a070c29bf808e751a4e8a65c6724b3a0e760699bebc2876
3
SIZE (ptrrkssn-pnscan-v1.14_GH0.tar.gz) = 71883
(-)sysutils/pnscan/Makefile (+22 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=		pnscan
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=		1.14
6
CATEGORIES=		sysutils security
7
8
MAINTAINER=		pen@lysator.liu.se
9
COMMENT=		Parallel Network Scanner
10
11
LICENSE=		BSD3CLAUSE
12
LICENSE_FILE=		${WRKSRC}/LICENSE
13
14
USE_GITHUB=		yes
15
GH_ACCOUNT=		ptrrkssn
16
17
GNU_CONFIGURE=		yes
18
19
PLIST_FILES=		bin/pnscan \
20
			man/man1/pnscan.1.gz
21
22
.include <bsd.port.mk>
(-)sysutils/pnscan/pkg-descr (+9 lines)
Line 0 Link Here
1
This is a port of pnscan, a Parallel Network Scanner
2
3
This is a pretty basic tool to scan IPv4 networks for TCP
4
services. No more, no less.
5
6
WWW: https://github.com/ptrrkssn/pnscan
7
8
- Peter Eriksson
9
pen@lysator.liu.se

Return to bug 247250