aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-03-27 18:27:12 +0000
committerRene Ladan <rene@FreeBSD.org>2017-03-27 18:27:12 +0000
commitaaac69a482dab919b2ccfe4acd51b5e10ec89b36 (patch)
tree475362f6a72b4008ca6597003159f4223bc59e51 /net-mgmt
parenteb9eaa63d41be9f67565b40fd07c90b5767ec946 (diff)
downloadports-aaac69a482dab919b2ccfe4acd51b5e10ec89b36.tar.gz
ports-aaac69a482dab919b2ccfe4acd51b5e10ec89b36.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/nat/Makefile36
-rw-r--r--net-mgmt/nat/distinfo2
-rw-r--r--net-mgmt/nat/pkg-descr2
4 files changed, 0 insertions, 41 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 701cf6c2498e..469869c54529 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -155,7 +155,6 @@
SUBDIR += nagstamon
SUBDIR += nagtail
SUBDIR += nagvis
- SUBDIR += nat
SUBDIR += nbtscan
SUBDIR += ndoutils
SUBDIR += ndpmon
diff --git a/net-mgmt/nat/Makefile b/net-mgmt/nat/Makefile
deleted file mode 100644
index e03be615f864..000000000000
--- a/net-mgmt/nat/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Roman Shterenzon <roman@xpert.com>
-# $FreeBSD$
-
-PORTNAME= nat
-PORTVERSION= 20
-CATEGORIES= net-mgmt security
-MASTER_SITES= http://www.tux.org/pub/security/secnet/tools/nat20beta/ \
- http://apache.uasw.edu/pub/security/dfn-cert/tools/net/nat/
-DISTNAME= ${PORTNAME}${PORTVERSION}.freebsd
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= NetBIOS auditing tool
-
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BROKEN= does not fetch
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2017-03-27
-
-RESTRICTED= Redistribution prohibited by the license
-
-IA32_BINARY_PORT=yes
-
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-PLIST_FILES= bin/nat %%DATADIR%%/passlist.txt %%DATADIR%%/userlist.txt man/man1/nat.1.gz
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/nat ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/nat.1 ${STAGEDIR}${MANPREFIX}/man/man1
- @${MKDIR} ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/passlist.txt ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/userlist.txt ${STAGEDIR}${DATADIR}
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/nat/distinfo b/net-mgmt/nat/distinfo
deleted file mode 100644
index 215fb8fb1bf0..000000000000
--- a/net-mgmt/nat/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (nat20.freebsd.tar.gz) = 59d3a26b65a08d2dfd9e79cb22a2f48a36a5bc15b85fd04130419ef30015547e
-SIZE (nat20.freebsd.tar.gz) = 97671
diff --git a/net-mgmt/nat/pkg-descr b/net-mgmt/nat/pkg-descr
deleted file mode 100644
index 78b9f8c07733..000000000000
--- a/net-mgmt/nat/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-SMB/CIFS server and file share auditing tool used to gather information and
-identify misconfigurations in security critical environments.