summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-16 14:11:03 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-16 14:11:03 +0000
commitfffae8bfc48e38e045c1114e2c1fdfba8f837f1c (patch)
treed8eb00676b668927f2eb777d17e61a3db3fe9893 /security
parentUpdate port to 1.5.8. (diff)
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>
Notes
Notes: svn path=/head/; revision=51623
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/ssh-gui/Makefile37
-rw-r--r--security/ssh-gui/distinfo1
-rw-r--r--security/ssh-gui/pkg-comment1
-rw-r--r--security/ssh-gui/pkg-descr5
-rw-r--r--security/ssh-gui/pkg-plist3
6 files changed, 48 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 0256d0cb1863..a78624e83b5c 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -208,6 +208,7 @@
SUBDIR += srm
SUBDIR += srp
SUBDIR += ssh
+ SUBDIR += ssh-gui
SUBDIR += ssh-multiadd
SUBDIR += ssh2
SUBDIR += sslproxy
diff --git a/security/ssh-gui/Makefile b/security/ssh-gui/Makefile
new file mode 100644
index 000000000000..b0478b4cbbea
--- /dev/null
+++ b/security/ssh-gui/Makefile
@@ -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>
diff --git a/security/ssh-gui/distinfo b/security/ssh-gui/distinfo
new file mode 100644
index 000000000000..3509447a8266
--- /dev/null
+++ b/security/ssh-gui/distinfo
@@ -0,0 +1 @@
+MD5 (ssh-gui-0.7.1.tar.gz) = 50e47bae6dd1a0d2a5e6ba881d591d4c
diff --git a/security/ssh-gui/pkg-comment b/security/ssh-gui/pkg-comment
new file mode 100644
index 000000000000..acba0f1f54ab
--- /dev/null
+++ b/security/ssh-gui/pkg-comment
@@ -0,0 +1 @@
+A front-end for ssh which can open multiple xterms
diff --git a/security/ssh-gui/pkg-descr b/security/ssh-gui/pkg-descr
new file mode 100644
index 000000000000..82edb1c69cdd
--- /dev/null
+++ b/security/ssh-gui/pkg-descr
@@ -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/
diff --git a/security/ssh-gui/pkg-plist b/security/ssh-gui/pkg-plist
new file mode 100644
index 000000000000..7fcc2275b592
--- /dev/null
+++ b/security/ssh-gui/pkg-plist
@@ -0,0 +1,3 @@
+bin/ssh-gui
+%%PORTDOCS%%share/doc/ssh-gui/README
+%%PORTDOCS%%@dirrm share/doc/ssh-gui