From owner-freebsd-ports Mon Jun 11 12:30:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 595F637B408 for ; Mon, 11 Jun 2001 12:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5BJU5d13326; Mon, 11 Jun 2001 12:30:05 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id BCE3537B401 for ; Mon, 11 Jun 2001 12:26:01 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f5BJP6T96390; Mon, 11 Jun 2001 15:25:06 -0400 (EDT) (envelope-from petef) Message-Id: <200106111925.f5BJP6T96390@electron.databits.net> Date: Mon, 11 Jun 2001 15:25:06 -0400 (EDT) From: petef@databits.net Reply-To: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28079: New port: security/secpanel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28079 >Category: ports >Synopsis: New port: security/secpanel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 11 12:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: SecPanel serves as a GUI for managing and running SSH (Secure Shell) and SCP (Secure Copy) connections. Nearly all connection-parameters are adjusted by one mouseclick (compression, port-forwarding, etc.). It also manages the SSH-agent. SecPanel works with ssh 1.2.x and OpenSSH. WWW: http://www2.wiwi.uni-marburg.de/~leich/soft/secpanel/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # secpanel # secpanel/distinfo # secpanel/Makefile # secpanel/pkg-comment # secpanel/pkg-descr # secpanel/pkg-plist # echo c - secpanel mkdir -p secpanel > /dev/null 2>&1 echo x - secpanel/distinfo sed 's/^X//' >secpanel/distinfo << 'END-of-secpanel/distinfo' XMD5 (secpanel-0.31.tgz) = e5ea37dabe690ad5ed50200ee76d44d4 END-of-secpanel/distinfo echo x - secpanel/Makefile sed 's/^X//' >secpanel/Makefile << 'END-of-secpanel/Makefile' X# New ports collection makefile for: secpanel X# Date created: 11 June 2001 X# Whom: Pete Fritchman X# X# $FreeBSD$ X# X XPORTNAME= secpanel XPORTVERSION= 0.31 XCATEGORIES= security XMASTER_SITES= http://www2.wiwi.uni-marburg.de/~leich/soft/secpanel/ XEXTRACT_SUFX= .tgz X XMAINTAINER= petef@databits.net X XRUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \ X ssh-askpass:${PORTSDIR}/security/openssh-askpass X XUSE_X_PREFIX= yes X XNO_BUILD= yes X Xpost-patch: X @${PERL} -pi -e 's!^exec wish!exec wish8.3!; \ X s!\[file dirname \[info script\]\]/../lib/secpanel!${PREFIX}/share/secpanel! ; \ X s!askpassbin askpass!askpassbin ssh-askpass!' ${WRKDIR}/bin/secpanel X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/bin/secpanel ${PREFIX}/bin X @${MKDIR} ${PREFIX}/share/secpanel X.for file in gui.tcl listserver.tcl secpanel.dist secpanel.wait X ${INSTALL_SCRIPT} ${WRKDIR}/lib/secpanel/${file} ${PREFIX}/share/secpanel X.endfor X @${MKDIR} ${PREFIX}/share/secpanel/images X.for file in configs.gif connects.gif keys.gif profiles.gif scp.gif X ${INSTALL_DATA} ${WRKDIR}/lib/secpanel/images/${file} \ X ${PREFIX}/share/secpanel/images X.endfor X X.include END-of-secpanel/Makefile echo x - secpanel/pkg-comment sed 's/^X//' >secpanel/pkg-comment << 'END-of-secpanel/pkg-comment' XGUI for managing and running ssh and related utilities END-of-secpanel/pkg-comment echo x - secpanel/pkg-descr sed 's/^X//' >secpanel/pkg-descr << 'END-of-secpanel/pkg-descr' XSecPanel serves as a GUI for managing and running SSH (Secure Shell) Xand SCP (Secure Copy) connections. Nearly all connection-parameters Xare adjusted by one mouseclick (compression, port-forwarding, etc.). XIt also manages the SSH-agent. SecPanel works with ssh 1.2.x and XOpenSSH. X XWWW: http://www2.wiwi.uni-marburg.de/~leich/soft/secpanel/ X X- Pete Xpetef@databits.net END-of-secpanel/pkg-descr echo x - secpanel/pkg-plist sed 's/^X//' >secpanel/pkg-plist << 'END-of-secpanel/pkg-plist' Xbin/secpanel Xshare/secpanel/gui.tcl Xshare/secpanel/listserver.tcl Xshare/secpanel/secpanel.dist Xshare/secpanel/secpanel.wait Xshare/secpanel/images/configs.gif Xshare/secpanel/images/connects.gif Xshare/secpanel/images/keys.gif Xshare/secpanel/images/profiles.gif Xshare/secpanel/images/scp.gif X@dirrm share/secpanel/images X@dirrm share/secpanel END-of-secpanel/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message