Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2020 15:34:41 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538815 - in head/sysutils: . pnscan
Message-ID:  <202006141534.05EFYfZ6044731@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sun Jun 14 15:34:41 2020
New Revision: 538815
URL: https://svnweb.freebsd.org/changeset/ports/538815

Log:
  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

Added:
  head/sysutils/pnscan/
  head/sysutils/pnscan/Makefile   (contents, props changed)
  head/sysutils/pnscan/distinfo   (contents, props changed)
  head/sysutils/pnscan/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sun Jun 14 15:33:39 2020	(r538814)
+++ head/sysutils/Makefile	Sun Jun 14 15:34:41 2020	(r538815)
@@ -907,6 +907,7 @@
     SUBDIR += plasma5-user-manager
     SUBDIR += plconfig
     SUBDIR += pmt
+    SUBDIR += pnscan
     SUBDIR += policykit
     SUBDIR += policykit-gnome
     SUBDIR += polkit

Added: head/sysutils/pnscan/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pnscan/Makefile	Sun Jun 14 15:34:41 2020	(r538815)
@@ -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>

Added: head/sysutils/pnscan/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pnscan/distinfo	Sun Jun 14 15:34:41 2020	(r538815)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1592091549
+SHA256 (ptrrkssn-pnscan-v1.14_GH0.tar.gz) = 0efbbf786b5ac24b1a070c29bf808e751a4e8a65c6724b3a0e760699bebc2876
+SIZE (ptrrkssn-pnscan-v1.14_GH0.tar.gz) = 71883

Added: head/sysutils/pnscan/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pnscan/pkg-descr	Sun Jun 14 15:34:41 2020	(r538815)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006141534.05EFYfZ6044731>