1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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/

PR:		ports/131133
Submitted by:	Ashish Shukla <wahjava at gmail.com>
This commit is contained in:
Gabor Kovesdan 2009-02-13 23:36:51 +00:00
parent 6ca7e8f09a
commit a6ec929c8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228240
5 changed files with 119 additions and 0 deletions

View File

@ -185,6 +185,7 @@
SUBDIR += hmap
SUBDIR += horde-jeta
SUBDIR += hostsentry
SUBDIR += hotssh
SUBDIR += hs-digest-ghc
SUBDIR += httprint
SUBDIR += hunch

43
security/hotssh/Makefile Normal file
View File

@ -0,0 +1,43 @@
# New ports collection makefile for: hotssh
# Date created: 2009-01-30
# Whom: Ashish Shukla <wahjava@gmail.com>
#
# $FreeBSD$
#
PORTNAME= hotssh
PORTVERSION= 0.2.6
CATEGORIES= security gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
MAINTAINER= wahjava@gmail.com
COMMENT= HotSSH is an interface to Secure Shell, for GNOME and OpenSSH
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \
${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \
${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib \
${PYTHON_SITELIBDIR}/pysqlite2/test/__init__.py:${PORTSDIR}/databases/py-pysqlite23 \
${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \
${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \
${PYTHON_SITELIBDIR}/pysqlite2/test/__init__.py:${PORTSDIR}/databases/py-pysqlite23 \
${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte
USE_GNOME= pygtk2 gnomedocutils libxslt glib20
USE_GETTEXT= yes
USE_PYTHON= 2.5+
post-extract:
${GREP} -Rl '^#!/usr/bin/python$$' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} -e 's|^#!/usr/bin/python$$|#!/usr/bin/env python|g'
do-configure:
cd ${WRKSRC} && ./waf configure --prefix=${PREFIX}
do-build:
cd ${WRKSRC} && ./waf
do-install:
cd ${WRKSRC} && ./waf install
.include <bsd.port.mk>

3
security/hotssh/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (hotssh-0.2.6.tar.gz) = 5c54b750995626187b498590a67b8565
SHA256 (hotssh-0.2.6.tar.gz) = a926f8baf5adb6d1fa5dbed2dd0005aa8420ee4525bb6b49e69c3898c793a00c
SIZE (hotssh-0.2.6.tar.gz) = 166268

15
security/hotssh/pkg-descr Normal file
View File

@ -0,0 +1,15 @@
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/

57
security/hotssh/pkg-plist Normal file
View File

@ -0,0 +1,57 @@
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.6/COPYING
share/locale/ar/LC_MESSAGES/hotssh.mo
share/locale/ca/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/ja/LC_MESSAGES/hotssh.mo
share/locale/nb/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
@dirrm share/applications
@dirrm share/doc/hotssh-0.2.6
@dirrm %%PYTHON_SITELIBDIR%%/hotssh/hotvte
@dirrm %%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui
@dirrm %%PYTHON_SITELIBDIR%%/hotssh/hotlib
@dirrm %%PYTHON_SITELIBDIR%%/hotssh
@dirrmtry %%PYTHON_SITELIBDIR%%