add new port: sysutils/pnscan
Add a new port, sysutils/pnscan pnscan is a simple paralell scanner to scan for open TCP ports on an IPv4 network. PR: 247250 Submitted by: Peter Eriksson
This commit is contained in:
parent
c94491dd78
commit
9220d8866a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538815
@ -907,6 +907,7 @@
|
|||||||
SUBDIR += plasma5-user-manager
|
SUBDIR += plasma5-user-manager
|
||||||
SUBDIR += plconfig
|
SUBDIR += plconfig
|
||||||
SUBDIR += pmt
|
SUBDIR += pmt
|
||||||
|
SUBDIR += pnscan
|
||||||
SUBDIR += policykit
|
SUBDIR += policykit
|
||||||
SUBDIR += policykit-gnome
|
SUBDIR += policykit-gnome
|
||||||
SUBDIR += polkit
|
SUBDIR += polkit
|
||||||
|
22
sysutils/pnscan/Makefile
Normal file
22
sysutils/pnscan/Makefile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= pnscan
|
||||||
|
DISTVERSIONPREFIX= v
|
||||||
|
DISTVERSION= 1.14
|
||||||
|
CATEGORIES= sysutils security
|
||||||
|
|
||||||
|
MAINTAINER= pen@lysator.liu.se
|
||||||
|
COMMENT= Parallel Network Scanner
|
||||||
|
|
||||||
|
LICENSE= BSD3CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= ptrrkssn
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
PLIST_FILES= bin/pnscan \
|
||||||
|
man/man1/pnscan.1.gz
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
sysutils/pnscan/distinfo
Normal file
3
sysutils/pnscan/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1592091549
|
||||||
|
SHA256 (ptrrkssn-pnscan-v1.14_GH0.tar.gz) = 0efbbf786b5ac24b1a070c29bf808e751a4e8a65c6724b3a0e760699bebc2876
|
||||||
|
SIZE (ptrrkssn-pnscan-v1.14_GH0.tar.gz) = 71883
|
9
sysutils/pnscan/pkg-descr
Normal file
9
sysutils/pnscan/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
This is a port of pnscan, a Parallel Network Scanner
|
||||||
|
|
||||||
|
This is a pretty basic tool to scan IPv4 networks for TCP
|
||||||
|
services. No more, no less.
|
||||||
|
|
||||||
|
WWW: https://github.com/ptrrkssn/pnscan
|
||||||
|
|
||||||
|
- Peter Eriksson
|
||||||
|
pen@lysator.liu.se
|
Loading…
Reference in New Issue
Block a user