summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-06-14 15:34:41 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-06-14 15:34:41 +0000
commit9220d8866aec7ce3f57aa4828ee19e4cc041c623 (patch)
treea1b7c46e0e0304029c75c96760f75fd7279154c6
parentgraphics/rawtherapee: fix another potential SIGSEGV in RGB_denoise (diff)
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
Notes
Notes: svn path=/head/; revision=538815
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/pnscan/Makefile22
-rw-r--r--sysutils/pnscan/distinfo3
-rw-r--r--sysutils/pnscan/pkg-descr9
4 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index c4dcbc6d1da9..0b41893b3d86 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -907,6 +907,7 @@
SUBDIR += plasma5-user-manager
SUBDIR += plconfig
SUBDIR += pmt
+ SUBDIR += pnscan
SUBDIR += policykit
SUBDIR += policykit-gnome
SUBDIR += polkit
diff --git a/sysutils/pnscan/Makefile b/sysutils/pnscan/Makefile
new file mode 100644
index 000000000000..3002be65e508
--- /dev/null
+++ b/sysutils/pnscan/Makefile
@@ -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>
diff --git a/sysutils/pnscan/distinfo b/sysutils/pnscan/distinfo
new file mode 100644
index 000000000000..cf649f451f81
--- /dev/null
+++ b/sysutils/pnscan/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1592091549
+SHA256 (ptrrkssn-pnscan-v1.14_GH0.tar.gz) = 0efbbf786b5ac24b1a070c29bf808e751a4e8a65c6724b3a0e760699bebc2876
+SIZE (ptrrkssn-pnscan-v1.14_GH0.tar.gz) = 71883
diff --git a/sysutils/pnscan/pkg-descr b/sysutils/pnscan/pkg-descr
new file mode 100644
index 000000000000..65b32341cada
--- /dev/null
+++ b/sysutils/pnscan/pkg-descr
@@ -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