summaryrefslogtreecommitdiff
path: root/security/secpanel
diff options
context:
space:
mode:
authorminskim <minskim>2005-10-14 01:06:20 +0000
committerminskim <minskim>2005-10-14 01:06:20 +0000
commitde818ccb54c857bca7d014516de9e8c86cd33047 (patch)
treef128560f8dda6239640895c0291be5372a468613 /security/secpanel
parent77bfc8fec2788b45b723474b58ff62efa0df7d08 (diff)
downloadpkgsrc-de818ccb54c857bca7d014516de9e8c86cd33047.tar.gz
Import secpanel from pkgsrc-wip. Packaged by dhowland.
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.
Diffstat (limited to 'security/secpanel')
-rw-r--r--security/secpanel/DESCR4
-rw-r--r--security/secpanel/Makefile25
-rw-r--r--security/secpanel/PLIST24
-rw-r--r--security/secpanel/distinfo5
4 files changed, 58 insertions, 0 deletions
diff --git a/security/secpanel/DESCR b/security/secpanel/DESCR
new file mode 100644
index 00000000000..8a065e664ab
--- /dev/null
+++ b/security/secpanel/DESCR
@@ -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.
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile
new file mode 100644
index 00000000000..c320c078835
--- /dev/null
+++ b/security/secpanel/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/14 01:06:20 minskim Exp $
+#
+
+DISTNAME= secpanel-0.5.1
+CATEGORIES= security
+MASTER_SITES= http://www.pingx.net/secpanel/
+
+MAINTAINER= dhowland@users.sourceforge.net
+HOMEPAGE= http://www.pingx.net/secpanel/
+COMMENT= GUI front-end for SSH
+
+DEPENDS+= tk>=8.4:../../x11/tk
+
+NO_BUILD= yes
+
+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"
diff --git a/security/secpanel/PLIST b/security/secpanel/PLIST
new file mode 100644
index 00000000000..c6dbc9d8ae1
--- /dev/null
+++ b/security/secpanel/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/14 01:06:20 minskim 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
+lib/secpanel/images/back.gif
+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
+lib/secpanel/convert_profile.tcl
+lib/secpanel/export_profiles.tcl
+lib/secpanel/sp_scp.tcl
+@dirrm lib/secpanel/images
+@dirrm lib/secpanel
diff --git a/security/secpanel/distinfo b/security/secpanel/distinfo
new file mode 100644
index 00000000000..e6703d3ca58
--- /dev/null
+++ b/security/secpanel/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/14 01:06:20 minskim Exp $
+
+SHA1 (secpanel-0.5.1.tar.gz) = 96bb65062e422212ef0e744fd5bfe42631c87924
+RMD160 (secpanel-0.5.1.tar.gz) = f18a4fa42c0f6e9ba27bcc6def6051b28a29762b
+Size (secpanel-0.5.1.tar.gz) = 54382 bytes