1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

New port ssh-gui version 0.7.1: A front-end for ssh which can open

multiple xterms

Submitted by:	Hammurabi Mendes <hmendes_br@yahoo.com>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-12-16 14:11:03 +00:00
parent ec15c81133
commit fffae8bfc4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51623
6 changed files with 48 additions and 0 deletions

View File

@ -208,6 +208,7 @@
SUBDIR += srm
SUBDIR += srp
SUBDIR += ssh
SUBDIR += ssh-gui
SUBDIR += ssh-multiadd
SUBDIR += ssh2
SUBDIR += sslproxy

37
security/ssh-gui/Makefile Normal file
View File

@ -0,0 +1,37 @@
# New ports collection makefile for: ssh-gui
# Date created: Fri Nov 30 22:14:14 BRST 2001
# Whom: Hammurabi Mendes <hmendes_br@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= ssh-gui
PORTVERSION= 0.7.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= hmendes_br@yahoo.com
RUN_DEPENDS= ssh:${PORTSDIR}/security/openssh
USE_GTK= yes
ALL_TARGET= ssh-gui
DOC_FILES= README
post-patch:
@${PERL} -pi.orig -e "s|^CC=.+$$||;s|(CFLAGS)=-Wall|\1\+=|; \
s|glib-config|${GLIB_CONFIG}|;s|gtk-config|${GTK_CONFIG}|" \
${BUILD_WRKSRC}/Makefile
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ssh-gui-0.7.1.tar.gz) = 50e47bae6dd1a0d2a5e6ba881d591d4c

View File

@ -0,0 +1 @@
A front-end for ssh which can open multiple xterms

View File

@ -0,0 +1,5 @@
SSH-GUI is a front-end for ssh which can open multiple xterms with
connections. Supports all ssh options and soon will support user-host
config saving and xterm config.
WWW: http://sourceforge.net/projects/ssh-gui/

View File

@ -0,0 +1,3 @@
bin/ssh-gui
%%PORTDOCS%%share/doc/ssh-gui/README
%%PORTDOCS%%@dirrm share/doc/ssh-gui