ports/131133: New port: security/hotssh HotSSH is an interface to Secure Shell, for GNOME and OpenSSH
Ashish Shukla
wahjava at gmail.com
Thu Jan 29 21:00:13 UTC 2009
>Number: 131133
>Category: ports
>Synopsis: New port: security/hotssh HotSSH is an interface to Secure Shell, for GNOME and OpenSSH
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Jan 29 21:00:12 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Ashish Shukla
>Release: 7.1-STABLE
>Organization:
N/A
>Environment:
FreeBSD monte-cristo.france 7.1-STABLE FreeBSD 7.1-STABLE #0: Thu Jan 29 05:08:23 IST 2009 root at monte-cristo.france:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
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/
>How-To-Repeat:
>Fix:
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# hotssh
# hotssh/pkg-descr
# hotssh/Makefile
# hotssh/pkg-plist
# hotssh/distinfo
#
echo c - hotssh
mkdir -p hotssh > /dev/null 2>&1
echo x - hotssh/pkg-descr
sed 's/^X//' >hotssh/pkg-descr << '971508059e265db9e1408407e390db5e'
X HotSSH is an interface to Secure Shell, for GNOME and OpenSSH. It
X intends to be a better experience than simply invoking "ssh" from an
X existing terminal window.
X
X * Fast search-based interface for new connections
X * Also display and search of local (Avahi) SSH servers
X * Tabbed display with automatic session saving (Firefox style)
X * Status bar with information like latency to server and output of
X remote uptime
X * Close integration with OpenSSH features like connection sharing
X (near-instant new tabs)
X * NetworkManager integration to easily reconnect after a network
X change, great for laptops
X
XWWW: http://projects.gnome.org/hotssh/
971508059e265db9e1408407e390db5e
echo x - hotssh/Makefile
sed 's/^X//' >hotssh/Makefile << 'e54b97072c8c404eb95d9a1aa0509e49'
X# New ports collection makefile for: hotssh
X# Date created: 2009-01-30
X# Whom: Ashish Shukla <wahjava at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME= hotssh
XPORTVERSION= 0.2.6
XCATEGORIES= security gnome
XMASTER_SITES= ${MASTER_SITE_GNOME}
XMASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
X
XMAINTAINER= wahjava at gmail.com
XCOMMENT= HotSSH is an interface to Secure Shell, for GNOME and OpenSSH
X
XBUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \
X ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \
X ${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib \
X ${PYTHON_SITELIBDIR}/pysqlite2/test/__init__.py:${PORTSDIR}/databases/py-pysqlite23 \
X ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte
XRUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \
X ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \
X ${PYTHON_SITELIBDIR}/pysqlite2/test/__init__.py:${PORTSDIR}/databases/py-pysqlite23 \
X ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte
X
XUSE_GNOME= pygtk2 gnomedocutils libxslt glib20
XUSE_GETTEXT= yes
XUSE_PYTHON= 2.5+
X
Xpost-extract:
X ${GREP} -Rl '^#!/usr/bin/python$$' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} -e 's|^#!/usr/bin/python$$|#!/usr/bin/env python|g'
X
Xdo-configure:
X cd ${WRKSRC} && ./waf configure --prefix=${PREFIX}
X
Xdo-build:
X cd ${WRKSRC} && ./waf
X
Xdo-install:
X cd ${WRKSRC} && ./waf install
X
X.include <bsd.port.mk>
e54b97072c8c404eb95d9a1aa0509e49
echo x - hotssh/pkg-plist
sed 's/^X//' >hotssh/pkg-plist << 'b6e21a2205922f7ee60e47429905545a'
Xbin/hotssh
X%%PYTHON_SITELIBDIR%%/hotssh/__init__.py
X%%PYTHON_SITELIBDIR%%/hotssh/__init__.pyc
X%%PYTHON_SITELIBDIR%%/hotssh/__init__.pyo
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib/__init__.py
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib/__init__.pyc
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib/__init__.pyo
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib/logutil.py
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib/logutil.pyc
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib/logutil.pyo
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib/timesince.py
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib/timesince.pyc
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib/timesince.pyo
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/__init__.py
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/__init__.pyc
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/__init__.pyo
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/msgarea.py
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/msgarea.pyc
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/msgarea.pyo
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/quickfind.py
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/quickfind.pyc
X%%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui/quickfind.pyo
X%%PYTHON_SITELIBDIR%%/hotssh/hotvte/__init__.py
X%%PYTHON_SITELIBDIR%%/hotssh/hotvte/__init__.pyc
X%%PYTHON_SITELIBDIR%%/hotssh/hotvte/__init__.pyo
X%%PYTHON_SITELIBDIR%%/hotssh/hotvte/vteterm.py
X%%PYTHON_SITELIBDIR%%/hotssh/hotvte/vteterm.pyc
X%%PYTHON_SITELIBDIR%%/hotssh/hotvte/vteterm.pyo
X%%PYTHON_SITELIBDIR%%/hotssh/hotvte/vtewindow.py
X%%PYTHON_SITELIBDIR%%/hotssh/hotvte/vtewindow.pyc
X%%PYTHON_SITELIBDIR%%/hotssh/hotvte/vtewindow.pyo
X%%PYTHON_SITELIBDIR%%/hotssh/sshwindow.py
X%%PYTHON_SITELIBDIR%%/hotssh/sshwindow.pyc
X%%PYTHON_SITELIBDIR%%/hotssh/sshwindow.pyo
X%%PYTHON_SITELIBDIR%%/hotssh/version.py
X%%PYTHON_SITELIBDIR%%/hotssh/version.pyc
X%%PYTHON_SITELIBDIR%%/hotssh/version.pyo
Xshare/applications/hotssh.desktop
X%%DOCSDIR%%/COPYING
Xshare/locale/ar/LC_MESSAGES/hotssh.mo
Xshare/locale/ca/LC_MESSAGES/hotssh.mo
Xshare/locale/es/LC_MESSAGES/hotssh.mo
Xshare/locale/fi/LC_MESSAGES/hotssh.mo
Xshare/locale/fr/LC_MESSAGES/hotssh.mo
Xshare/locale/ja/LC_MESSAGES/hotssh.mo
Xshare/locale/nb/LC_MESSAGES/hotssh.mo
Xshare/locale/pt/LC_MESSAGES/hotssh.mo
Xshare/locale/pt_BR/LC_MESSAGES/hotssh.mo
Xshare/locale/sl/LC_MESSAGES/hotssh.mo
Xshare/locale/sv/LC_MESSAGES/hotssh.mo
X at dirrm %%DOCSDIR%%
X at dirrm %%PYTHON_SITELIBDIR%%/hotssh/hotvte
X at dirrm %%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui
X at dirrm %%PYTHON_SITELIBDIR%%/hotssh/hotlib
X at dirrm %%PYTHON_SITELIBDIR%%/hotssh
X at dirrmtry %%PYTHON_SITELIBDIR%%
b6e21a2205922f7ee60e47429905545a
echo x - hotssh/distinfo
sed 's/^X//' >hotssh/distinfo << '7b2858b858efb20ee92c9eeee61f9d52'
XMD5 (hotssh-0.2.6.tar.gz) = 5c54b750995626187b498590a67b8565
XSHA256 (hotssh-0.2.6.tar.gz) = a926f8baf5adb6d1fa5dbed2dd0005aa8420ee4525bb6b49e69c3898c793a00c
XSIZE (hotssh-0.2.6.tar.gz) = 166268
7b2858b858efb20ee92c9eeee61f9d52
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list