aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-09-19 13:01:00 +0000
committerRene Ladan <rene@FreeBSD.org>2020-09-19 13:01:00 +0000
commitb2e5755eb8260645c1601d3b2f26c3298ff0e858 (patch)
tree28d1874e1dbd4cb62d6fbf7efe56d0063931b0ab /security
parentd8402760d93fe0876980bd6fe8578526f9254179 (diff)
Notes
Diffstat (limited to 'security')
-rw-r--r--security/Makefile5
-rw-r--r--security/arm/Makefile62
-rw-r--r--security/arm/distinfo2
-rw-r--r--security/arm/pkg-descr12
-rw-r--r--security/arm/pkg-plist217
-rw-r--r--security/ismtp/Makefile33
-rw-r--r--security/ismtp/distinfo3
-rw-r--r--security/ismtp/files/patch-iSMTP.py11
-rw-r--r--security/ismtp/pkg-descr5
-rw-r--r--security/py-halberd/Makefile22
-rw-r--r--security/py-halberd/distinfo3
-rw-r--r--security/py-halberd/pkg-descr5
-rw-r--r--security/switzerland/Makefile34
-rw-r--r--security/switzerland/distinfo2
-rw-r--r--security/switzerland/pkg-descr6
-rw-r--r--security/switzerland/pkg-plist145
-rw-r--r--security/tsshbatch/Makefile46
-rw-r--r--security/tsshbatch/distinfo3
-rw-r--r--security/tsshbatch/pkg-descr14
19 files changed, 0 insertions, 630 deletions
diff --git a/security/Makefile b/security/Makefile
index 82d7701ca620..4caef9405ae6 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -30,7 +30,6 @@
SUBDIR += apache-xml-security-c
SUBDIR += apg
SUBDIR += arirang
- SUBDIR += arm
SUBDIR += arpCounterattack
SUBDIR += asignify
SUBDIR += autossh
@@ -235,7 +234,6 @@
SUBDIR += ipv6toolkit
SUBDIR += isakmpd
SUBDIR += isal-kmod
- SUBDIR += ismtp
SUBDIR += isnprober
SUBDIR += jbrofuzz
SUBDIR += john
@@ -899,7 +897,6 @@
SUBDIR += py-gpsoauth
SUBDIR += py-gssapi
SUBDIR += py-gtts-token
- SUBDIR += py-halberd
SUBDIR += py-hkdf
SUBDIR += py-htpasswd
SUBDIR += py-itsdangerous
@@ -1226,7 +1223,6 @@
SUBDIR += super
SUBDIR += suricata
SUBDIR += swatchdog
- SUBDIR += switzerland
SUBDIR += symbion-sslproxy
SUBDIR += tailscale
SUBDIR += tclsasl
@@ -1254,7 +1250,6 @@
SUBDIR += tripwire-131
SUBDIR += trousers
SUBDIR += truecrypt
- SUBDIR += tsshbatch
SUBDIR += tthsum
SUBDIR += u2f-devd
SUBDIR += unhide
diff --git a/security/arm/Makefile b/security/arm/Makefile
deleted file mode 100644
index 39c697f47aac..000000000000
--- a/security/arm/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# Created by: Carlo Strub
-# $FreeBSD$
-
-PORTNAME= arm
-DEPRECATED= arm has been replaced by security/nyx
-DISTVERSION= 1.4.5.0
-PORTREVISION= 1
-CATEGORIES= security net python
-MASTER_SITES= https://archive.torproject.org/arm/ \
- http://www.c-s.li/ports/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= cs@FreeBSD.org
-COMMENT= Terminal status monitor for Tor
-
-LICENSE= GPLv3
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-09-15
-
-USE_PYTHON= distutils
-USES= python:2.7 shebangfix tar:bzip2
-SHEBANG_FILES= src/resources/torrcOverride/override.py
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}
-PORTDOCS= armrc.sample
-
-OPTIONS_DEFINE= TOR \
- DOCS
-
-OPTIONS_DEFAULT=TOR
-
-TOR_DESC= Enable local tor support
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MTOR}
-RUN_DEPENDS+= lsof:sysutils/lsof \
- tor:security/tor
-.endif
-
-.include <bsd.port.pre.mk>
-
-post-patch:
-.if ${PORT_OPTIONS:MDOCS}
- @${REINPLACE_CMD} -e 's,/usr/share/doc,${PREFIX}/share/doc,g' \
- ${WRKSRC}/setup.py
-.else
- @${REINPLACE_CMD} -e 's,/usr/share/doc/,${WRKSRC}/src,g' \
- ${WRKSRC}/setup.py
-.endif
-
- @${REINPLACE_CMD} -e 's,/usr/bin,${PREFIX}/bin,g' \
- ${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall
- @${REINPLACE_CMD} -e 's,/usr/share/man/man1,${PREFIX}/man/man1,g' \
- ${WRKSRC}/setup.py
- @${REINPLACE_CMD} -e 's,/usr/share,${PYTHON_SITELIBDIR},g' \
- ${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall \
- ${WRKSRC}/src/gui/controller.py
-
-.include <bsd.port.post.mk>
diff --git a/security/arm/distinfo b/security/arm/distinfo
deleted file mode 100644
index 402aaa2d430e..000000000000
--- a/security/arm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (arm-1.4.5.0.tar.bz2) = fc0e771585dde3803873b4807578060f0556cf1cac6c38840a714ffada3b28fa
-SIZE (arm-1.4.5.0.tar.bz2) = 303760
diff --git a/security/arm/pkg-descr b/security/arm/pkg-descr
deleted file mode 100644
index 0d53d02dbb9e..000000000000
--- a/security/arm/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-The anonymizing relay monitor (arm) is a terminal status monitor for Tor,
-intended for command-line aficionados, ssh connections, and anyone with a tty
-terminal. This works much like top does for system usage, providing real time
-statistics for:
-
- * bandwidth, cpu, and memory usage
- * relay's current configuration
- * logged events
- * connection details (ip, hostname, fingerprint, and consensus data)
- * ... etc
-
-WWW: http://www.atagar.com/arm/
diff --git a/security/arm/pkg-plist b/security/arm/pkg-plist
deleted file mode 100644
index 634ba9fa9f56..000000000000
--- a/security/arm/pkg-plist
+++ /dev/null
@@ -1,217 +0,0 @@
-bin/arm
-%%PYTHON_SITELIBDIR%%/arm/__init__.py
-%%PYTHON_SITELIBDIR%%/arm/__init__.pyc
-%%PYTHON_SITELIBDIR%%/arm/__init__.pyo
-%%PYTHON_SITELIBDIR%%/arm/prereq.py
-%%PYTHON_SITELIBDIR%%/arm/prereq.pyc
-%%PYTHON_SITELIBDIR%%/arm/prereq.pyo
-%%PYTHON_SITELIBDIR%%/arm/settings.cfg
-%%PYTHON_SITELIBDIR%%/arm/starter.py
-%%PYTHON_SITELIBDIR%%/arm/starter.pyc
-%%PYTHON_SITELIBDIR%%/arm/starter.pyo
-%%PYTHON_SITELIBDIR%%/arm/test.py
-%%PYTHON_SITELIBDIR%%/arm/test.pyc
-%%PYTHON_SITELIBDIR%%/arm/test.pyo
-%%PYTHON_SITELIBDIR%%/arm/uninstall
-%%PYTHON_SITELIBDIR%%/arm/version.py
-%%PYTHON_SITELIBDIR%%/arm/version.pyc
-%%PYTHON_SITELIBDIR%%/arm/version.pyo
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/GeoIPSupport.py
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/GeoIPSupport.pyc
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/GeoIPSupport.pyo
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/PathSupport.py
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/PathSupport.pyc
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/PathSupport.pyo
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/SQLSupport.py
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/SQLSupport.pyc
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/SQLSupport.pyo
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/ScanSupport.py
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/ScanSupport.pyc
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/ScanSupport.pyo
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/StatsSupport.py
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/StatsSupport.pyc
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/StatsSupport.pyo
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/TorCtl.py
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/TorCtl.pyc
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/TorCtl.pyo
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/TorUtil.py
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/TorUtil.pyc
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/TorUtil.pyo
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/__init__.py
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/__init__.pyc
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/__init__.pyo
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/example.py
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/example.pyc
-%%PYTHON_SITELIBDIR%%/arm/TorCtl/example.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/__init__.py
-%%PYTHON_SITELIBDIR%%/arm/cli/__init__.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/__init__.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/configPanel.py
-%%PYTHON_SITELIBDIR%%/arm/cli/configPanel.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/configPanel.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/controller.py
-%%PYTHON_SITELIBDIR%%/arm/cli/controller.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/controller.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/headerPanel.py
-%%PYTHON_SITELIBDIR%%/arm/cli/headerPanel.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/headerPanel.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/interpretorPanel.py
-%%PYTHON_SITELIBDIR%%/arm/cli/interpretorPanel.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/interpretorPanel.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/logPanel.py
-%%PYTHON_SITELIBDIR%%/arm/cli/logPanel.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/logPanel.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/popups.py
-%%PYTHON_SITELIBDIR%%/arm/cli/popups.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/popups.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/torrcPanel.py
-%%PYTHON_SITELIBDIR%%/arm/cli/torrcPanel.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/torrcPanel.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/wizard.py
-%%PYTHON_SITELIBDIR%%/arm/cli/wizard.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/wizard.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/__init__.py
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/__init__.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/__init__.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/circEntry.py
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/circEntry.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/circEntry.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/connEntry.py
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/connEntry.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/connEntry.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/connPanel.py
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/connPanel.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/connPanel.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/countPopup.py
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/countPopup.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/countPopup.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/descriptorPopup.py
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/descriptorPopup.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/descriptorPopup.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/entries.py
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/entries.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/connections/entries.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/graphing/__init__.py
-%%PYTHON_SITELIBDIR%%/arm/cli/graphing/__init__.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/graphing/__init__.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/graphing/bandwidthStats.py
-%%PYTHON_SITELIBDIR%%/arm/cli/graphing/bandwidthStats.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/graphing/bandwidthStats.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/graphing/connStats.py
-%%PYTHON_SITELIBDIR%%/arm/cli/graphing/connStats.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/graphing/connStats.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/graphing/graphPanel.py
-%%PYTHON_SITELIBDIR%%/arm/cli/graphing/graphPanel.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/graphing/graphPanel.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/graphing/resourceStats.py
-%%PYTHON_SITELIBDIR%%/arm/cli/graphing/resourceStats.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/graphing/resourceStats.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/menu/__init__.py
-%%PYTHON_SITELIBDIR%%/arm/cli/menu/__init__.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/menu/__init__.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/menu/actions.py
-%%PYTHON_SITELIBDIR%%/arm/cli/menu/actions.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/menu/actions.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/menu/item.py
-%%PYTHON_SITELIBDIR%%/arm/cli/menu/item.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/menu/item.pyo
-%%PYTHON_SITELIBDIR%%/arm/cli/menu/menu.py
-%%PYTHON_SITELIBDIR%%/arm/cli/menu/menu.pyc
-%%PYTHON_SITELIBDIR%%/arm/cli/menu/menu.pyo
-%%PYTHON_SITELIBDIR%%/arm/gui/__init__.py
-%%PYTHON_SITELIBDIR%%/arm/gui/__init__.pyc
-%%PYTHON_SITELIBDIR%%/arm/gui/__init__.pyo
-%%PYTHON_SITELIBDIR%%/arm/gui/arm.xml
-%%PYTHON_SITELIBDIR%%/arm/gui/configPanel.pyc
-%%PYTHON_SITELIBDIR%%/arm/gui/configPanel.py
-%%PYTHON_SITELIBDIR%%/arm/gui/configPanel.pyo
-%%PYTHON_SITELIBDIR%%/arm/gui/controller.py
-%%PYTHON_SITELIBDIR%%/arm/gui/controller.pyc
-%%PYTHON_SITELIBDIR%%/arm/gui/controller.pyo
-%%PYTHON_SITELIBDIR%%/arm/gui/generalPanel.py
-%%PYTHON_SITELIBDIR%%/arm/gui/generalPanel.pyc
-%%PYTHON_SITELIBDIR%%/arm/gui/generalPanel.pyo
-%%PYTHON_SITELIBDIR%%/arm/gui/graphing/graphPanel.py
-%%PYTHON_SITELIBDIR%%/arm/gui/graphing/graphPanel.pyc
-%%PYTHON_SITELIBDIR%%/arm/gui/graphing/graphPanel.pyo
-%%PYTHON_SITELIBDIR%%/arm/gui/logPanel.py
-%%PYTHON_SITELIBDIR%%/arm/gui/logPanel.pyc
-%%PYTHON_SITELIBDIR%%/arm/gui/logPanel.pyo
-%%PYTHON_SITELIBDIR%%/arm/gui/connections/__init__.py
-%%PYTHON_SITELIBDIR%%/arm/gui/connections/__init__.pyc
-%%PYTHON_SITELIBDIR%%/arm/gui/connections/__init__.pyo
-%%PYTHON_SITELIBDIR%%/arm/gui/connections/circEntry.py
-%%PYTHON_SITELIBDIR%%/arm/gui/connections/circEntry.pyc
-%%PYTHON_SITELIBDIR%%/arm/gui/connections/circEntry.pyo
-%%PYTHON_SITELIBDIR%%/arm/gui/connections/connEntry.py
-%%PYTHON_SITELIBDIR%%/arm/gui/connections/connEntry.pyc
-%%PYTHON_SITELIBDIR%%/arm/gui/connections/connEntry.pyo
-%%PYTHON_SITELIBDIR%%/arm/gui/connections/connPanel.py
-%%PYTHON_SITELIBDIR%%/arm/gui/connections/connPanel.pyc
-%%PYTHON_SITELIBDIR%%/arm/gui/connections/connPanel.pyo
-%%PYTHON_SITELIBDIR%%/arm/gui/graphing/__init__.py
-%%PYTHON_SITELIBDIR%%/arm/gui/graphing/__init__.pyc
-%%PYTHON_SITELIBDIR%%/arm/gui/graphing/__init__.pyo
-%%PYTHON_SITELIBDIR%%/arm/gui/graphing/bandwidthStats.py
-%%PYTHON_SITELIBDIR%%/arm/gui/graphing/bandwidthStats.pyc
-%%PYTHON_SITELIBDIR%%/arm/gui/graphing/bandwidthStats.pyo
-%%PYTHON_SITELIBDIR%%/arm/resources/arm.1
-%%PYTHON_SITELIBDIR%%/arm/resources/startTor
-%%PYTHON_SITELIBDIR%%/arm/resources/tor-arm.desktop
-%%PYTHON_SITELIBDIR%%/arm/resources/tor-arm.svg
-%%PYTHON_SITELIBDIR%%/arm/resources/torConfigDesc.txt
-%%PYTHON_SITELIBDIR%%/arm/resources/torrcTemplate.txt
-%%PYTHON_SITELIBDIR%%/arm/resources/exitNotice/how_tor_works_thumb.png
-%%PYTHON_SITELIBDIR%%/arm/resources/exitNotice/index.html
-%%PYTHON_SITELIBDIR%%/arm/resources/torrcOverride/override.py
-%%PYTHON_SITELIBDIR%%/arm/resources/torrcOverride/override.h
-%%PYTHON_SITELIBDIR%%/arm/resources/torrcOverride/override.c
-%%PYTHON_SITELIBDIR%%/arm/util/__init__.py
-%%PYTHON_SITELIBDIR%%/arm/util/__init__.pyc
-%%PYTHON_SITELIBDIR%%/arm/util/__init__.pyo
-%%PYTHON_SITELIBDIR%%/arm/util/conf.py
-%%PYTHON_SITELIBDIR%%/arm/util/conf.pyc
-%%PYTHON_SITELIBDIR%%/arm/util/conf.pyo
-%%PYTHON_SITELIBDIR%%/arm/util/connections.py
-%%PYTHON_SITELIBDIR%%/arm/util/connections.pyc
-%%PYTHON_SITELIBDIR%%/arm/util/connections.pyo
-%%PYTHON_SITELIBDIR%%/arm/util/enum.py
-%%PYTHON_SITELIBDIR%%/arm/util/enum.pyc
-%%PYTHON_SITELIBDIR%%/arm/util/enum.pyo
-%%PYTHON_SITELIBDIR%%/arm/util/gtkTools.py
-%%PYTHON_SITELIBDIR%%/arm/util/gtkTools.pyc
-%%PYTHON_SITELIBDIR%%/arm/util/gtkTools.pyo
-%%PYTHON_SITELIBDIR%%/arm/util/hostnames.py
-%%PYTHON_SITELIBDIR%%/arm/util/hostnames.pyc
-%%PYTHON_SITELIBDIR%%/arm/util/hostnames.pyo
-%%PYTHON_SITELIBDIR%%/arm/util/log.py
-%%PYTHON_SITELIBDIR%%/arm/util/log.pyc
-%%PYTHON_SITELIBDIR%%/arm/util/log.pyo
-%%PYTHON_SITELIBDIR%%/arm/util/panel.py
-%%PYTHON_SITELIBDIR%%/arm/util/panel.pyc
-%%PYTHON_SITELIBDIR%%/arm/util/panel.pyo
-%%PYTHON_SITELIBDIR%%/arm/util/procName.py
-%%PYTHON_SITELIBDIR%%/arm/util/procName.pyc
-%%PYTHON_SITELIBDIR%%/arm/util/procName.pyo
-%%PYTHON_SITELIBDIR%%/arm/util/procTools.py
-%%PYTHON_SITELIBDIR%%/arm/util/procTools.pyc
-%%PYTHON_SITELIBDIR%%/arm/util/procTools.pyo
-%%PYTHON_SITELIBDIR%%/arm/util/sysTools.py
-%%PYTHON_SITELIBDIR%%/arm/util/sysTools.pyc
-%%PYTHON_SITELIBDIR%%/arm/util/sysTools.pyo
-%%PYTHON_SITELIBDIR%%/arm/util/textInput.py
-%%PYTHON_SITELIBDIR%%/arm/util/textInput.pyc
-%%PYTHON_SITELIBDIR%%/arm/util/textInput.pyo
-%%PYTHON_SITELIBDIR%%/arm/util/torConfig.py
-%%PYTHON_SITELIBDIR%%/arm/util/torConfig.pyc
-%%PYTHON_SITELIBDIR%%/arm/util/torConfig.pyo
-%%PYTHON_SITELIBDIR%%/arm/util/torInterpretor.py
-%%PYTHON_SITELIBDIR%%/arm/util/torInterpretor.pyc
-%%PYTHON_SITELIBDIR%%/arm/util/torInterpretor.pyo
-%%PYTHON_SITELIBDIR%%/arm/util/torTools.py
-%%PYTHON_SITELIBDIR%%/arm/util/torTools.pyc
-%%PYTHON_SITELIBDIR%%/arm/util/torTools.pyo
-%%PYTHON_SITELIBDIR%%/arm/util/uiTools.py
-%%PYTHON_SITELIBDIR%%/arm/util/uiTools.pyc
-%%PYTHON_SITELIBDIR%%/arm/util/uiTools.pyo
-man/man1/arm.1.gz
diff --git a/security/ismtp/Makefile b/security/ismtp/Makefile
deleted file mode 100644
index 942c06f37c9d..000000000000
--- a/security/ismtp/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= ismtp
-DISTVERSION= g20180824
-CATEGORIES= security
-MASTER_SITES= GH
-
-MAINTAINER= rihaz.jerrin@gmail.com
-COMMENT= Test for SMTP user enumeration,internal spoofing, and relay
-
-LICENSE= MIT
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-09-15
-
-USES= python:2.7 shebangfix
-
-USE_GITHUB= yes
-GH_ACCOUNT= altjx
-GH_PROJECT= ipwn
-GH_TAGNAME= 32bbc05
-GH_SUBDIR= iSMTP
-
-NO_BUILD= yes
-
-SHEBANG_FILES= ${WRKSRC}/${GH_SUBDIR}/iSMTP.py
-
-PLIST_FILES= bin/ismtp
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/iSMTP.py ${STAGEDIR}${PREFIX}/bin/ismtp
-
-.include <bsd.port.mk>
diff --git a/security/ismtp/distinfo b/security/ismtp/distinfo
deleted file mode 100644
index a78281a03ca1..000000000000
--- a/security/ismtp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1540519577
-SHA256 (altjx-ipwn-g20180824-32bbc05_GH0.tar.gz) = e45307700c9061222c83200f87757eb0977a2f4d28473b35cbbc432a0d7f4092
-SIZE (altjx-ipwn-g20180824-32bbc05_GH0.tar.gz) = 38221
diff --git a/security/ismtp/files/patch-iSMTP.py b/security/ismtp/files/patch-iSMTP.py
deleted file mode 100644
index e692d18e6ccf..000000000000
--- a/security/ismtp/files/patch-iSMTP.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- iSMTP.py.orig 2018-10-26 04:04:28 UTC
-+++ iSMTP.py
-@@ -35,7 +35,7 @@ split_target = "\n " + colors.white + "=" * 23 + " sta
-
- def help():
- print banner
-- print " Usage: ./iSMTP.py <OPTIONS>\n"
-+ print " Usage: ismtp <OPTIONS>\n"
- print colors.red + " Required:\n" + colors.normal
- print "\t-f <import file>\tImports a list of SMTP servers for testing.\n\t\t\t\t(Cannot use with '-h'.)"
- print "\t-h <host>\t\tThe target IP and port (IP:port).\n\t\t\t\t(Cannot use with '-f'.)"
diff --git a/security/ismtp/pkg-descr b/security/ismtp/pkg-descr
deleted file mode 100644
index c901eb7c3620..000000000000
--- a/security/ismtp/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-SMTP user enumeration (RCPT TO and VRFY), internal spoofing, and open relay. A
-tool that tested for all three and with great flexibility. iSMTP does just
-that, making it much easier to knock that process out of the way.
-
-WWW: https://github.com/altjx/ipwn/tree/master/iSMTP
diff --git a/security/py-halberd/Makefile b/security/py-halberd/Makefile
deleted file mode 100644
index bdbb59d6e02a..000000000000
--- a/security/py-halberd/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= halberd
-PORTVERSION= 0.2.4
-CATEGORIES= security www python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= dbaio@FreeBSD.org
-COMMENT= HTTP load balancer detector written in Python
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-09-15
-
-USES= python:2.7
-USE_PYTHON= autoplist distutils
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/security/py-halberd/distinfo b/security/py-halberd/distinfo
deleted file mode 100644
index 464f032dcfcc..000000000000
--- a/security/py-halberd/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1468025041
-SHA256 (halberd-0.2.4.tar.gz) = 5746484757b65191ae5062e9dda972eed7e876620ee348929b1b9490077d8f28
-SIZE (halberd-0.2.4.tar.gz) = 214881
diff --git a/security/py-halberd/pkg-descr b/security/py-halberd/pkg-descr
deleted file mode 100644
index cc39abf1eda4..000000000000
--- a/security/py-halberd/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Halberd discovers HTTP load balancers. It is useful for web
-application security auditing and for load balancer configuration
-testing.
-
-WWW: https://pypi.org/project/halberd/
diff --git a/security/switzerland/Makefile b/security/switzerland/Makefile
deleted file mode 100644
index 0c8207fd3c4a..000000000000
--- a/security/switzerland/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= switzerland
-PORTVERSION= 0.1.0
-CATEGORIES= security python
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/zero%20point%20one
-
-MAINTAINER= cs@FreeBSD.org
-COMMENT= Test the integrity of communications over networks and firewalls
-
-LICENSE= GPLv3
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-09-15
-
-USES= python:2.7 tar:tgz
-USE_PYTHON= distutils
-
-PORTDOCS= *
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- @${REINPLACE_CMD} -e 's,gcc -O3,${CC} ${CFLAGS}, ; \
- s,"Switzerland","switzerland", ; \
- s,"0\.0","${PORTVERSION}",' ${WRKSRC}/setup.py
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/BUGS.txt ${WRKSRC}/README.txt \
- ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/security/switzerland/distinfo b/security/switzerland/distinfo
deleted file mode 100644
index 7a3f2d6a6a33..000000000000
--- a/security/switzerland/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (switzerland-0.1.0.tgz) = 759d7a3dfda9e71ee309410c741342393585e9a0328d8f0d7ebf2049f319bd60
-SIZE (switzerland-0.1.0.tgz) = 592922
diff --git a/security/switzerland/pkg-descr b/security/switzerland/pkg-descr
deleted file mode 100644
index 5cce3392960b..000000000000
--- a/security/switzerland/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Switzerland is a tool for testing networks, ISPs, and firewalls developed
-by the Electronic Frontier Foundation (www.eff.org). It will spot IP
-packets which are forged or modified between clients, inform you, and
-give you copies of the modified packets.
-
-WWW: http://www.eff.org/testyourisp/switzerland
diff --git a/security/switzerland/pkg-plist b/security/switzerland/pkg-plist
deleted file mode 100644
index 742fca018a87..000000000000
--- a/security/switzerland/pkg-plist
+++ /dev/null
@@ -1,145 +0,0 @@
-bin/FastCollector
-bin/study-switzerland-pcaps
-bin/switzerland-client
-bin/switzerland-server
-%%PYTHON_SITELIBDIR%%/switzerland/__init__.py
-%%PYTHON_SITELIBDIR%%/switzerland/__init__.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/__init__.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/client/Alice.py
-%%PYTHON_SITELIBDIR%%/switzerland/client/Alice.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/client/Alice.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/client/AliceConfig.py
-%%PYTHON_SITELIBDIR%%/switzerland/client/AliceConfig.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/client/AliceConfig.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/client/AliceFlow.py
-%%PYTHON_SITELIBDIR%%/switzerland/client/AliceFlow.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/client/AliceFlow.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/client/AliceLink.py
-%%PYTHON_SITELIBDIR%%/switzerland/client/AliceLink.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/client/AliceLink.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/client/Cleaner.py
-%%PYTHON_SITELIBDIR%%/switzerland/client/Cleaner.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/client/Cleaner.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/client/FlowManager.py
-%%PYTHON_SITELIBDIR%%/switzerland/client/FlowManager.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/client/FlowManager.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/client/Packet.py
-%%PYTHON_SITELIBDIR%%/switzerland/client/Packet.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/client/Packet.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/client/PacketBatch.py
-%%PYTHON_SITELIBDIR%%/switzerland/client/PacketBatch.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/client/PacketBatch.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/client/PacketDiff.py
-%%PYTHON_SITELIBDIR%%/switzerland/client/PacketDiff.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/client/PacketDiff.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/client/PacketListener.py
-%%PYTHON_SITELIBDIR%%/switzerland/client/PacketListener.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/client/PacketListener.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/client/PacketQueue.py
-%%PYTHON_SITELIBDIR%%/switzerland/client/PacketQueue.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/client/PacketQueue.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/client/Reporter.py
-%%PYTHON_SITELIBDIR%%/switzerland/client/Reporter.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/client/Reporter.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/client/TimeManager.py
-%%PYTHON_SITELIBDIR%%/switzerland/client/TimeManager.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/client/TimeManager.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/client/Tracerouter.py
-%%PYTHON_SITELIBDIR%%/switzerland/client/Tracerouter.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/client/Tracerouter.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/client/__init__.py
-%%PYTHON_SITELIBDIR%%/switzerland/client/__init__.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/client/__init__.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/common/Dummies.py
-%%PYTHON_SITELIBDIR%%/switzerland/common/Dummies.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/common/Dummies.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/common/Flow.py
-%%PYTHON_SITELIBDIR%%/switzerland/common/Flow.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/common/Flow.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/common/Messages.py
-%%PYTHON_SITELIBDIR%%/switzerland/common/Messages.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/common/Messages.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/common/PcapLogger.py
-%%PYTHON_SITELIBDIR%%/switzerland/common/PcapLogger.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/common/PcapLogger.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/common/Protocol.py
-%%PYTHON_SITELIBDIR%%/switzerland/common/Protocol.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/common/Protocol.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/common/__init__.py
-%%PYTHON_SITELIBDIR%%/switzerland/common/__init__.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/common/__init__.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/common/local_ip.py
-%%PYTHON_SITELIBDIR%%/switzerland/common/local_ip.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/common/local_ip.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/common/util.py
-%%PYTHON_SITELIBDIR%%/switzerland/common/util.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/common/util.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/lib/__init__.py
-%%PYTHON_SITELIBDIR%%/switzerland/lib/__init__.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/lib/__init__.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/__init__.py
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/__init__.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/__init__.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/base_classes.py
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/base_classes.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/base_classes.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/config.py
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/config.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/config.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/dadict.py
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/dadict.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/dadict.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/data.py
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/data.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/data.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/error.py
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/error.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/error.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/fields.py
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/fields.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/fields.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/layers/__init__.py
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/layers/__init__.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/layers/__init__.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/layers/inet.py
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/layers/inet.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/layers/inet.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/layers/l2.py
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/layers/l2.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/layers/l2.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/packet.py
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/packet.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/packet.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/plist.py
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/plist.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/plist.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/themes.py
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/themes.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/themes.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/utils.py
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/utils.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/utils.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/volatile.py
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/volatile.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/lib/shrunk_scapy/volatile.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/lib/tweaked_cerealizer.py
-%%PYTHON_SITELIBDIR%%/switzerland/lib/tweaked_cerealizer.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/lib/tweaked_cerealizer.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/server/Matchmaker.py
-%%PYTHON_SITELIBDIR%%/switzerland/server/Matchmaker.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/server/Matchmaker.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/server/Reconciliator.py
-%%PYTHON_SITELIBDIR%%/switzerland/server/Reconciliator.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/server/Reconciliator.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/server/Switzerland.py
-%%PYTHON_SITELIBDIR%%/switzerland/server/Switzerland.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/server/Switzerland.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/server/SwitzerlandConfig.py
-%%PYTHON_SITELIBDIR%%/switzerland/server/SwitzerlandConfig.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/server/SwitzerlandConfig.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/server/SwitzerlandLink.py
-%%PYTHON_SITELIBDIR%%/switzerland/server/SwitzerlandLink.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/server/SwitzerlandLink.pyo
-%%PYTHON_SITELIBDIR%%/switzerland/server/__init__.py
-%%PYTHON_SITELIBDIR%%/switzerland/server/__init__.pyc
-%%PYTHON_SITELIBDIR%%/switzerland/server/__init__.pyo
diff --git a/security/tsshbatch/Makefile b/security/tsshbatch/Makefile
deleted file mode 100644
index 376f7f0366af..000000000000
--- a/security/tsshbatch/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Created by: Tim Daneliuk <tsshbatch@tundraware.com>
-# $FreeBSD$
-
-PORTNAME= tsshbatch
-PORTVERSION= 1.317
-PORTREVISION= 1
-CATEGORIES= security python
-MASTER_SITES= http://www.tundraware.com/Software/tsshbatch/
-
-MAINTAINER= tsshbatch@tundraware.com
-COMMENT= Batch SSH operations
-
-LICENSE= TundraWare
-LICENSE_NAME= TundraWare license
-LICENSE_FILE= ${WRKSRC}/tsshbatch-license.txt
-LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-09-15
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.7.7.1:security/py-paramiko@${PY_FLAVOR}
-
-USES= python:2.7,run shebangfix
-SHEBANG_FILES= tsshbatch.py
-NO_ARCH= yes
-
-PLIST_FILES= bin/tsshbatch.py \
- man/man1/tsshbatch.1.gz
-PORTDOCS= WHATSNEW.txt \
- tsshbatch.html \
- tsshbatch.pdf \
- tsshbatch.ps \
- tsshbatch.rst
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- cp -p ${WRKSRC}/Docs/* ${WRKSRC}/
- ${INSTALL_SCRIPT} ${WRKSRC}/tsshbatch.py ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/tsshbatch.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/security/tsshbatch/distinfo b/security/tsshbatch/distinfo
deleted file mode 100644
index 39900b954665..000000000000
--- a/security/tsshbatch/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1476916550
-SHA256 (tsshbatch-1.317.tar.gz) = 6100c74837ff0513ec6255a85eb71fb56fc0cc1a8debefff53e586f4b669e954
-SIZE (tsshbatch-1.317.tar.gz) = 649486
diff --git a/security/tsshbatch/pkg-descr b/security/tsshbatch/pkg-descr
deleted file mode 100644
index 358d59e25358..000000000000
--- a/security/tsshbatch/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-'tsshbatch' is a tool to enable you to issue a command to many servers
-without having to log into each one separately. When writing scripts,
-this overcomes the 'ssh' limitation of not being able to specify the
-password on the command line.
-
-'tsshbatch' also understands basic 'sudo' syntax and can be used to
-access a server, 'sudo' a command, and then exit.
-
-'tsshbatch' thus allows you to write complex, hands-off scripts that
-issue commands to many servers without the tedium of manual login and
-'sudo' promotion. System administrators, especially, will find this
-helpful when working in large server farms.
-
-WWW: http://www.tundraware.com/Software/tsshbatch