Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2001 15:25:06 -0400 (EDT)
From:      petef@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28079: New port: security/secpanel
Message-ID:  <200106111925.f5BJP6T96390@electron.databits.net>

next in thread | raw e-mail | index | archive | help

>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 <petef@databits.net>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106111925.f5BJP6T96390>