diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 2 | ||||
-rw-r--r-- | security/hotssh/Makefile | 45 | ||||
-rw-r--r-- | security/hotssh/distinfo | 2 | ||||
-rw-r--r-- | security/hotssh/files/patch-hotssh_hotvte_vteterm.py | 11 | ||||
-rw-r--r-- | security/hotssh/files/patch-wscript | 11 | ||||
-rw-r--r-- | security/hotssh/files/waf.diff | 9 | ||||
-rw-r--r-- | security/hotssh/pkg-descr | 15 | ||||
-rw-r--r-- | security/hotssh/pkg-plist | 60 | ||||
-rw-r--r-- | security/zenmap/Makefile | 78 | ||||
-rw-r--r-- | security/zenmap/files/pc-su | 34 | ||||
-rw-r--r-- | security/zenmap/files/zenmap-root.in | 6 | ||||
-rw-r--r-- | security/zenmap/pkg-descr | 5 | ||||
-rw-r--r-- | security/zenmap/pkg-plist | 8 |
13 files changed, 0 insertions, 286 deletions
diff --git a/security/Makefile b/security/Makefile index 7f134fe9c9db..df85cccdbf35 100644 --- a/security/Makefile +++ b/security/Makefile @@ -215,7 +215,6 @@ SUBDIR += honeytrap SUBDIR += honggfuzz SUBDIR += horcrux - SUBDIR += hotssh SUBDIR += hpenc SUBDIR += hs-cryptol SUBDIR += hydra @@ -1294,7 +1293,6 @@ SUBDIR += yubioath-desktop SUBDIR += zebedee SUBDIR += zeek - SUBDIR += zenmap SUBDIR += zeronet SUBDIR += zxid SUBDIR += zzuf diff --git a/security/hotssh/Makefile b/security/hotssh/Makefile deleted file mode 100644 index 7f38a55919c1..000000000000 --- a/security/hotssh/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# Created by: Ashish Shukla <wahjava@gmail.com> -# $FreeBSD$ - -PORTNAME= hotssh -PORTVERSION= 0.2.7 -PORTREVISION= 8 -CATEGORIES= security gnome -MASTER_SITES= GNOME - -MAINTAINER= ashish@FreeBSD.org -COMMENT= HotSSH is an interface to Secure Shell, for GNOME and OpenSSH - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Old, uses EOLed python27 -EXPIRATION_DATE= 2020-02-28 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ - ${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:devel/dbus-glib \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}vte>=0:x11-toolkits/py-vte@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}vte>=0:x11-toolkits/py-vte@${PY_FLAVOR} - -USE_GNOME= glib20 intltool libxslt pygobject pygtk2 -USES= gettext gnome python:2.7 tar:bzip2 waf -INSTALLS_ICONS= yes -NO_ARCH= yes - -B64DECODE?= /usr/bin/b64decode -BSPATCH?= /usr/bin/bspatch - -post-extract: - @${GREP} -Rl '^#!/usr/bin/python$$' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} -e 's|^#!/usr/bin/python$$|#!${PYTHON_CMD}|g' - @${MV} ${WRKSRC}/waf ${WRKSRC}/waf.beforepatch - @cd ${WRKSRC} && ${B64DECODE} -o waf.diff ${FILESDIR}/waf.diff && ${BSPATCH} waf.beforepatch waf waf.diff && ${CHMOD} 755 waf - @${GREP} -Rl '%%LOCALBASE%%' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" - -post-install: - ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -d ${PYTHONPREFIX_SITELIBDIR} -f ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} - ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -d ${PYTHONPREFIX_SITELIBDIR} -f ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} - -.include <bsd.port.mk> diff --git a/security/hotssh/distinfo b/security/hotssh/distinfo deleted file mode 100644 index d30a991feebb..000000000000 --- a/security/hotssh/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (hotssh-0.2.7.tar.bz2) = 2cdd8771faf7e2f7bb88bf8ada32aa96ee5b13d4c82b237f95ab7bad0d6e6312 -SIZE (hotssh-0.2.7.tar.bz2) = 169640 diff --git a/security/hotssh/files/patch-hotssh_hotvte_vteterm.py b/security/hotssh/files/patch-hotssh_hotvte_vteterm.py deleted file mode 100644 index e4b41871ae21..000000000000 --- a/security/hotssh/files/patch-hotssh_hotvte_vteterm.py +++ /dev/null @@ -1,11 +0,0 @@ ---- hotssh/hotvte/vteterm.py.orig -+++ hotssh/hotvte/vteterm.py -@@ -264,7 +264,7 @@ - def __set_gtk_colors(self): - fg = self.style.text[gtk.STATE_NORMAL] - bg = self.style.base[gtk.STATE_NORMAL] -- self.set_colors(True, fg, bg, isdefault=True) -+ self.set_colors(fg, bg, False, isdefault=True) - - def set_colors(self, fg, bg, palette, isdefault=False): - if not isdefault: diff --git a/security/hotssh/files/patch-wscript b/security/hotssh/files/patch-wscript deleted file mode 100644 index 9edfd515a5f8..000000000000 --- a/security/hotssh/files/patch-wscript +++ /dev/null @@ -1,11 +0,0 @@ ---- wscript.orig -+++ wscript -@@ -14,7 +14,7 @@ - opt.tool_options('python') - - def configure(conf): -- conf.check_tool('gcc gnome python intltool misc') -+ conf.check_tool('cc gnome python intltool misc') - conf.check_python_version((2,4,2)) - - conf.check_python_module('dbus') diff --git a/security/hotssh/files/waf.diff b/security/hotssh/files/waf.diff deleted file mode 100644 index 1779b35e5187..000000000000 --- a/security/hotssh/files/waf.diff +++ /dev/null @@ -1,9 +0,0 @@ -$FreeBSD$ - -begin-base64 644 waf.diff -QlNESUZGNDBBAAAAAAAAAC8AAAAAAAAA1iQBAAAAAABCWmg5MUFZJlNZmtHAWwAAGnhAeDAAEgAI -ALJAACAAMQAABigNDyiyfPeMkA0EDE3IKcFK3efF3JFOFCQmtHAWwEJaaDkxQVkmU1mHZoexAACS -wEDAAEAAAAggADDMBSmmkRsKI8XckU4UJCHZoexAQlpoOTFBWSZTWeC8dGQAAABXgAAgQue6BJgA -P6/eZCAAdCsSNGQaNNAAPKAih5JkGgB5Jo0aAUSK4MdnRCnFtACtsBiQMGaSUICS+QUZo5+rCQfH -gsIwJ6WZ2hC8QMDY0iFXatdg6e1SAgGcsXjNdwji05WPntU7viZ+LuSKcKEhwXjoyA== -==== diff --git a/security/hotssh/pkg-descr b/security/hotssh/pkg-descr deleted file mode 100644 index e764e52649fd..000000000000 --- a/security/hotssh/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -HotSSH is an interface to Secure Shell, for GNOME and OpenSSH. It -intends to be a better experience than simply invoking "ssh" from an -existing terminal window. - - * Fast search-based interface for new connections - * Also display and search of local (Avahi) SSH servers - * Tabbed display with automatic session saving (Firefox style) - * Status bar with information like latency to server and output of - remote uptime - * Close integration with OpenSSH features like connection sharing - (near-instant new tabs) - * NetworkManager integration to easily reconnect after a network - change, great for laptops - -WWW: http://projects.gnome.org/hotssh/ diff --git a/security/hotssh/pkg-plist b/security/hotssh/pkg-plist deleted file mode 100644 index e92c07e15e47..000000000000 --- a/security/hotssh/pkg-plist +++ /dev/null @@ -1,60 +0,0 @@ -bin/hotssh -%%PYTHON_SITELIBDIR%%/hotssh/__init__.py -%%PYTHON_SITELIBDIR%%/hotssh/__init__.pyc -%%PYTHON_SITELIBDIR%%/hotssh/__init__.pyo -%%PYTHON_SITELIBDIR%%/hotssh/hotlib/__init__.py -%%PYTHON_SITELIBDIR%%/hotssh/hotlib/__init__.pyc -%%PYTHON_SITELIBDIR%%/hotssh/hotlib/__init__.pyo -%%PYTHON_SITELIBDIR%%/hotssh/hotlib/logutil.py -%%PYTHON_SITELIBDIR%%/hotssh/hotlib/logutil.pyc -%%PYTHON_SITELIBDIR%%/hotssh/hotlib/logutil.pyo -%%PYTHON_SITELIBDIR%%/hotssh/hotlib/timesince.py -%%PYTHON_SITELIBDIR%%/hotssh/hotlib/timesince.pyc -%%PYTHON_SITELIBDIR%%/hotssh/hotlib/timesince.pyo -%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/__init__.py -%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/__init__.pyc -%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/__init__.pyo -%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/msgarea.py -%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/msgarea.pyc -%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/msgarea.pyo -%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/quickfind.py -%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/quickfind.pyc -%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/quickfind.pyo -%%PYTHON_SITELIBDIR%%/hotssh/hotvte/__init__.py -%%PYTHON_SITELIBDIR%%/hotssh/hotvte/__init__.pyc -%%PYTHON_SITELIBDIR%%/hotssh/hotvte/__init__.pyo -%%PYTHON_SITELIBDIR%%/hotssh/hotvte/vteterm.py -%%PYTHON_SITELIBDIR%%/hotssh/hotvte/vteterm.pyc -%%PYTHON_SITELIBDIR%%/hotssh/hotvte/vteterm.pyo -%%PYTHON_SITELIBDIR%%/hotssh/hotvte/vtewindow.py -%%PYTHON_SITELIBDIR%%/hotssh/hotvte/vtewindow.pyc -%%PYTHON_SITELIBDIR%%/hotssh/hotvte/vtewindow.pyo -%%PYTHON_SITELIBDIR%%/hotssh/sshwindow.py -%%PYTHON_SITELIBDIR%%/hotssh/sshwindow.pyc -%%PYTHON_SITELIBDIR%%/hotssh/sshwindow.pyo -%%PYTHON_SITELIBDIR%%/hotssh/version.py -%%PYTHON_SITELIBDIR%%/hotssh/version.pyc -%%PYTHON_SITELIBDIR%%/hotssh/version.pyo -share/applications/hotssh.desktop -share/doc/hotssh-0.2.7/COPYING -share/icons/hicolor/192x192/apps/hotwire-openssh.png -share/locale/ar/LC_MESSAGES/hotssh.mo -share/locale/ca/LC_MESSAGES/hotssh.mo -share/locale/cs/LC_MESSAGES/hotssh.mo -share/locale/da/LC_MESSAGES/hotssh.mo -share/locale/de/LC_MESSAGES/hotssh.mo -share/locale/es/LC_MESSAGES/hotssh.mo -share/locale/fi/LC_MESSAGES/hotssh.mo -share/locale/fr/LC_MESSAGES/hotssh.mo -share/locale/gl/LC_MESSAGES/hotssh.mo -share/locale/hu/LC_MESSAGES/hotssh.mo -share/locale/it/LC_MESSAGES/hotssh.mo -share/locale/ja/LC_MESSAGES/hotssh.mo -share/locale/nb/LC_MESSAGES/hotssh.mo -share/locale/pa/LC_MESSAGES/hotssh.mo -share/locale/pl/LC_MESSAGES/hotssh.mo -share/locale/pt/LC_MESSAGES/hotssh.mo -share/locale/pt_BR/LC_MESSAGES/hotssh.mo -share/locale/sl/LC_MESSAGES/hotssh.mo -share/locale/sv/LC_MESSAGES/hotssh.mo -share/locale/zh_CN/LC_MESSAGES/hotssh.mo diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile deleted file mode 100644 index 39b28df56a1c..000000000000 --- a/security/zenmap/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# Created by: Daniel Roethlisberger <daniel@roe.ch> -# $FreeBSD$ - -PKGNAMEPREFIX= ze - -MAINTAINER= woodsb02@FreeBSD.org -COMMENT= GUI frontend for the Nmap scanning utility - -DEPRECATED= Old, uses EOLed python27 -EXPIRATION_DATE= 2020-03-01 - -RUN_DEPENDS= nmap:security/nmap \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} - -MASTERDIR= ${.CURDIR}/../nmap -PATCHDIR= ${.CURDIR}/files -FILESDIR= ${.CURDIR}/files -DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME} -PKGDIR= ${.CURDIR} -WRKSRC_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} - -USES= dos2unix gnome python:2.7 tar:bzip2 -DOS2UNIX_GLOB= *.xml -USE_GNOME= pygtk2 -USE_PYTHON= autoplist distutils -NO_ARCH= yes - -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes - -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext - -SUB_FILES= zenmap-root - -post-patch: - @${RM} ${WRKSRC}/install_scripts/unix/su-to-zenmap.sh - @${CP} -a ${FILESDIR}/pc-su ${WRKSRC}/install_scripts/unix/su-to-zenmap.sh - @${FIND} ${WRKSRC} -name '*.py' -or -name '*.pyw' | ${XARGS} \ - ${REINPLACE_CMD} -e 's|^.*#!.*python.*$$|#!${PYTHON_CMD}|' - @${REINPLACE_CMD} -e 's|^.*#!.*python.*$$|#!${PYTHON_CMD}|' \ - ${WRKSRC}/zenmap - @${FIND} ${WRKSRC}/../ndiff -name '*.py' | ${XARGS} \ - ${REINPLACE_CMD} -e 's|^.*#!.*python.*$$|#!${PYTHON_CMD}|' - @${REINPLACE_CMD} -e 's|su-to-zenmap.sh|zenmap-root|; \ - s| %F||' \ - ${WRKSRC}/install_scripts/unix/zenmap-root.desktop - @${REINPLACE_CMD} -e 's|Security;|Security;System;|' \ - ${WRKSRC}/install_scripts/unix/zenmap-root.desktop \ - ${WRKSRC}/install_scripts/unix/zenmap.desktop - @${REINPLACE_CMD} \ - -e '/self.create_uninstaller/s|^|#|; \ - s|distutils\.command\.install |setuptools\.command\.install |; \ - s|self.saved_prefix, pixmaps_dir, ||' \ - ${WRKSRC}/setup.py - @${REINPLACE_CMD} \ - -e 's|share/man/man1|man/man1|' \ - -e '/"install": checked_install/d' \ - ${WRKSRC}/../ndiff/setup.py - @${FIND} ${WRKSRC} -name "*.bak" -delete - @${FIND} ${WRKSRC}/../ndiff -name "*.bak" -delete - -post-patch-NLS-off: - @${REINPLACE_CMD} -i '' '/locale_dir, mo_find, /d' ${WRKSRC}/setup.py - -post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/zenmap-root ${STAGEDIR}${PREFIX}/bin/ - @${CHMOD} 754 ${STAGEDIR}${DATADIR}/su-to-zenmap.sh - ${INSTALL_MAN} ${WRKSRC}/../docs/zenmap.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/ - @(cd ${WRKSRC}/../ndiff \ - && ${PYTHON_CMD} setup.py install --prefix=${STAGEDIR}${PREFIX}) - @(cd ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR} && ${RM} ndiff.pyc) - @(cd ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR} && ${PYTHON_CMD} -m compileall .) - @(cd ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR} && ${PYTHON_CMD} -O -m compileall .) - @(cd ${STAGEDIR}${PREFIX}/share/pixmaps && ${LN} -sf ../zenmap/pixmaps/zenmap.png zenmap.png) - -.include "${MASTERDIR}/Makefile" diff --git a/security/zenmap/files/pc-su b/security/zenmap/files/pc-su deleted file mode 100644 index 87c6ea74a21b..000000000000 --- a/security/zenmap/files/pc-su +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# Wrapper script which finds the right "su" program -# to use for graphical root execution - -if [ `id -r -u` != "0" ] ; then - VARS="`echo $@`" - - # Try qsudo first, should always be the default - which qsudo >/dev/null 2>/dev/null - if [ $? -eq 0 ] ; then - qsudo $VARS - exit $? - fi - - # Now try gksu - which gksu >/dev/null 2>/dev/null - if [ $? -eq 0 ] ; then - gksu -a "$VARS" - exit $? - fi - - # Lastly we have kdesu - which kdesu >/dev/null 2>/dev/null - if [ $? -eq 0 ] ; then - kdesu -t -c "$VARS" - exit $? - fi - - # If no utility could be found... - echo "No graphical switch-user utility found!" - exit 1 -else - ${@} -fi diff --git a/security/zenmap/files/zenmap-root.in b/security/zenmap/files/zenmap-root.in deleted file mode 100644 index 51d0b61ab97d..000000000000 --- a/security/zenmap/files/zenmap-root.in +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -exec %%DATADIR%%/su-to-zenmap.sh zenmap diff --git a/security/zenmap/pkg-descr b/security/zenmap/pkg-descr deleted file mode 100644 index 3855c3d0db20..000000000000 --- a/security/zenmap/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Zenmap is the official GUI front end for the Nmap port scanning tool. -Originally based on Umit, it has replaced NmapFE as per Nmap 4.50. -Also included are python based Nmap auxiliary tools (currently Ndiff). - -WWW: https://nmap.org/zenmap/ diff --git a/security/zenmap/pkg-plist b/security/zenmap/pkg-plist deleted file mode 100644 index 8a9e12af1c61..000000000000 --- a/security/zenmap/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/ndiff -bin/zenmap-root -%%PYTHON_SITELIBDIR%%/ndiff.py -%%PYTHON_SITELIBDIR%%/ndiff.pyc -%%PYTHON_SITELIBDIR%%/ndiff.pyo -man/man1/ndiff.1.gz -man/man1/zenmap.1.gz -share/pixmaps/zenmap.png |