pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/secpanel Import secpanel from pkgsrc-wip. Pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29cee623fad5
branches:  trunk
changeset: 500904:29cee623fad5
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Oct 14 01:06:20 2005 +0000

description:
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:

 security/secpanel/DESCR    |   4 ++++
 security/secpanel/Makefile |  25 +++++++++++++++++++++++++
 security/secpanel/PLIST    |  24 ++++++++++++++++++++++++
 security/secpanel/distinfo |   5 +++++
 4 files changed, 58 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r b3d145410b3f -r 29cee623fad5 security/secpanel/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/secpanel/DESCR   Fri Oct 14 01:06:20 2005 +0000
@@ -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 -r b3d145410b3f -r 29cee623fad5 security/secpanel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/secpanel/Makefile        Fri Oct 14 01:06:20 2005 +0000
@@ -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@localhost
+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 -r b3d145410b3f -r 29cee623fad5 security/secpanel/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/secpanel/PLIST   Fri Oct 14 01:06:20 2005 +0000
@@ -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 -r b3d145410b3f -r 29cee623fad5 security/secpanel/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/secpanel/distinfo        Fri Oct 14 01:06:20 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index