diff --git a/security/Makefile b/security/Makefile index e698cfd85f78..dff7ed8ed95d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -373,7 +373,6 @@ SUBDIR += mussh SUBDIR += n2n SUBDIR += nacl - SUBDIR += ncrack SUBDIR += ncrypt SUBDIR += netpgp SUBDIR += nettle diff --git a/security/ncrack/Makefile b/security/ncrack/Makefile deleted file mode 100644 index c9c7ac46d3f5..000000000000 --- a/security/ncrack/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: David E. Thiel -# $FreeBSD$ - -PORTNAME= ncrack -DISTVERSION= 0.6 -CATEGORIES= security -MASTER_SITES= http://nmap.org/ncrack/dist/ \ - http://redundancy.redundancy.org/mirror/ - -MAINTAINER= lx@FreeBSD.org -COMMENT= High-speed network authentication cracking tool - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -GNU_CONFIGURE= yes -USES= gmake ssl -CPPFLAGS+= -I${OPENSSLINC} -LDFLAGS+= -L${OPENSSLLIB} - -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}.0 - -.include - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= Your OpenSSL headers do not match your library -BROKEN_FreeBSD_13= Your OpenSSL headers do not match your library -.endif - -.include diff --git a/security/ncrack/distinfo b/security/ncrack/distinfo deleted file mode 100644 index 4545fe2365af..000000000000 --- a/security/ncrack/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525283688 -SHA256 (ncrack-0.6.tar.gz) = 676a323b1e9066193461f25e31445262bae495fde7dfcaf56555c3056dae24cc -SIZE (ncrack-0.6.tar.gz) = 3913259 diff --git a/security/ncrack/pkg-descr b/security/ncrack/pkg-descr deleted file mode 100644 index 660b9725bf50..000000000000 --- a/security/ncrack/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Ncrack is a high-speed network authentication cracking tool. Ncrack was -designed using a modular approach, a command-line syntax similar to -Nmap and a dynamic engine that can adapt its behaviour based on network -feedback. It allows for rapid, yet reliable large-scale auditing of -multiple hosts. - -WWW: https://nmap.org/ncrack/ diff --git a/security/ncrack/pkg-plist b/security/ncrack/pkg-plist deleted file mode 100644 index 8993a923555c..000000000000 --- a/security/ncrack/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/ncrack -share/ncrack/ncrack-services -share/ncrack/common.usr -share/ncrack/default.pwd -share/ncrack/default.usr -share/ncrack/jtr.pwd -share/ncrack/minimal.usr -share/ncrack/myspace.pwd -share/ncrack/phpbb.pwd -share/ncrack/top50000.pwd -man/man1/ncrack.1.gz