SecPanel serves as a graphical user interface for managing and running SSH
(Secure Shell) and SCP (Secure Copy) connections. SecPanel is written entirely in pure Tcl/Tk and does not need any extensions but it requires version 8.x of Tcl and Tk.
This commit is contained in:
parent
2e84f369c4
commit
70d68d4126
5 changed files with 59 additions and 0 deletions
4
secpanel/DESCR
Normal file
4
secpanel/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
SecPanel serves as a graphical user interface for managing and running SSH
|
||||
(Secure Shell) and SCP (Secure Copy) connections.
|
||||
SecPanel is written entirely in pure Tcl/Tk and does not need any extensions
|
||||
but it requires version 8.x of Tcl and Tk.
|
28
secpanel/Makefile
Normal file
28
secpanel/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/11/08 19:00:47 dhowland Exp $
|
||||
#
|
||||
|
||||
DISTNAME= secpanel-0.4.3
|
||||
CATEGORIES= security x11
|
||||
MASTER_SITES= http://www.pingx.net/secpanel/
|
||||
|
||||
MAINTAINER= dhowland@users.sourceforge.net
|
||||
HOMEPAGE= http://www.pingx.net/secpanel/
|
||||
COMMENT= GUI front-end for SSH
|
||||
|
||||
NO_BUILD= # defined
|
||||
USE_BUILDLINK3= yes
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.include "../../lang/tcl/buildlink3.mk"
|
||||
.include "../../x11/tk/buildlink3.mk"
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/secpanel
|
||||
${INSTALL_DATA} ${WRKSRC}/src/lib/secpanel/*.tcl ${PREFIX}/lib/secpanel/
|
||||
${INSTALL_DATA} ${WRKSRC}/src/lib/secpanel/default.* ${PREFIX}/lib/secpanel/
|
||||
${INSTALL_DATA} ${WRKSRC}/src/lib/secpanel/secpanel.* ${PREFIX}/lib/secpanel/
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/secpanel/images
|
||||
${INSTALL_DATA} ${WRKSRC}/src/lib/secpanel/images/*.gif ${PREFIX}/lib/secpanel/images/
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin/
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
20
secpanel/PLIST
Normal file
20
secpanel/PLIST
Normal file
|
@ -0,0 +1,20 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/08 19:00:47 dhowland Exp $
|
||||
bin/secpanel
|
||||
lib/secpanel/images/arrow_left.gif
|
||||
lib/secpanel/images/arrow_right.gif
|
||||
lib/secpanel/images/configs.gif
|
||||
lib/secpanel/images/connects.gif
|
||||
lib/secpanel/images/folder.gif
|
||||
lib/secpanel/images/keys.gif
|
||||
lib/secpanel/images/profiles.gif
|
||||
lib/secpanel/images/scp.gif
|
||||
lib/secpanel/images/sscreen.gif
|
||||
@dirrm lib/secpanel/images
|
||||
lib/secpanel/convert_history.tcl
|
||||
lib/secpanel/default.config
|
||||
lib/secpanel/default.profile
|
||||
lib/secpanel/gui.tcl
|
||||
lib/secpanel/listserver.tcl
|
||||
lib/secpanel/secpanel.dist
|
||||
lib/secpanel/secpanel.wait
|
||||
@dirrm lib/secpanel
|
3
secpanel/TODO
Normal file
3
secpanel/TODO
Normal file
|
@ -0,0 +1,3 @@
|
|||
- It seems to be bugged on my NetBSD system, won't close when told, have to force with <ctrl>-C.
|
||||
|
||||
|
4
secpanel/distinfo
Normal file
4
secpanel/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/11/08 19:00:47 dhowland Exp $
|
||||
|
||||
SHA1 (secpanel-0.4.3.tar.gz) = b1097c140544433bbf2fe2b7deee511b5112d8ff
|
||||
Size (secpanel-0.4.3.tar.gz) = 52742 bytes
|
Loading…
Reference in a new issue