From owner-svn-ports-all@FreeBSD.ORG Sun Dec 2 13:11:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00177815; Sun, 2 Dec 2012 13:11:25 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CD8668FC08; Sun, 2 Dec 2012 13:11:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB2DBPjj074206; Sun, 2 Dec 2012 13:11:25 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB2DBPoM074201; Sun, 2 Dec 2012 13:11:25 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201212021311.qB2DBPoM074201@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Sun, 2 Dec 2012 13:11:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308106 - head/security/secpanel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2012 13:11:26 -0000 Author: rm Date: Sun Dec 2 13:11:25 2012 New Revision: 308106 URL: http://svnweb.freebsd.org/changeset/ports/308106 Log: - pass maintainership to submitter - add license (GPLv2) - add desktop icon and make .desktop file - update WWW while here: - trim Makefile header - remove Author filed from pkg-descr PR: 173978 Submitted by: nemysis Feature safe: yes Modified: head/security/secpanel/Makefile head/security/secpanel/distinfo head/security/secpanel/pkg-descr head/security/secpanel/pkg-plist Modified: head/security/secpanel/Makefile ============================================================================== --- head/security/secpanel/Makefile Sun Dec 2 12:56:59 2012 (r308105) +++ head/security/secpanel/Makefile Sun Dec 2 13:11:25 2012 (r308106) @@ -1,20 +1,23 @@ -# New ports collection makefile for: secpanel -# Date created: 11 June 2001 -# Whom: Pete Fritchman -# +# Created by: Pete Fritchman # $FreeBSD$ -# PORTNAME= secpanel PORTVERSION= 0.6.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security tcl tk -MASTER_SITES= SF/${PORTNAME} -EXTRACT_SUFX= .tgz +MASTER_SITES= SF/${PORTNAME} \ + SF/nemysisfreebsdp/:icons +DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz \ + ${PORTNAME}.png:icons +DIST_SUBDIR= ${PORTNAME} +EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= GUI for managing and running ssh and related utilities +LICENSE= GPLv2 + RUN_DEPENDS= ssh-askpass:${PORTSDIR}/security/openssh-askpass WRKSRC= ${WRKDIR}/usr/local @@ -22,14 +25,19 @@ NO_BUILD= yes USE_TK_WRAPPER= yes +DESKTOP_ENTRIES="SecPanel" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Application;System;" ${FALSE} + post-patch: @${REINPLACE_CMD} \ - -e 's!\[file dirname \[info script\]\]/../lib/secpanel!${DATADIR}!' \ + -e 's|\[file dirname \[info script\]\]/../lib/secpanel|${DATADIR}|' \ ${WRKSRC}/bin/secpanel do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/secpanel ${PREFIX}/bin - @(cd ${WRKSRC}/lib/secpanel && ${COPYTREE_SHARE} . ${DATADIR}) + @(cd ${WRKSRC}/lib/secpanel && ${COPYTREE_SHARE} \* ${DATADIR}) @${CHMOD} u+rw ${DATADIR}/default.config + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps + .include Modified: head/security/secpanel/distinfo ============================================================================== --- head/security/secpanel/distinfo Sun Dec 2 12:56:59 2012 (r308105) +++ head/security/secpanel/distinfo Sun Dec 2 13:11:25 2012 (r308106) @@ -1,2 +1,4 @@ -SHA256 (secpanel-0.6.1.tgz) = d70a0e7fe3f0d64b4fd6e9d9bd726999e72b367705e28a2980d94a5d45e1bbb7 -SIZE (secpanel-0.6.1.tgz) = 51417 +SHA256 (secpanel/secpanel-0.6.1.tgz) = d70a0e7fe3f0d64b4fd6e9d9bd726999e72b367705e28a2980d94a5d45e1bbb7 +SIZE (secpanel/secpanel-0.6.1.tgz) = 51417 +SHA256 (secpanel/secpanel.png) = f2950c8ba2cb4059330ec9e27b4e2df6bf1c9613843afca9defbf18326da4f22 +SIZE (secpanel/secpanel.png) = 1543 Modified: head/security/secpanel/pkg-descr ============================================================================== --- head/security/secpanel/pkg-descr Sun Dec 2 12:56:59 2012 (r308105) +++ head/security/secpanel/pkg-descr Sun Dec 2 13:11:25 2012 (r308106) @@ -3,5 +3,4 @@ and SCP (Secure Copy) connections. Nearl are adjusted by one mouseclick (compression, port-forwarding, etc.). It also manages the SSH-agent. -Author: Steffen Leich -WWW: http://secpanel.net/ +WWW: http://themediahost.de/secpanel/ Modified: head/security/secpanel/pkg-plist ============================================================================== --- head/security/secpanel/pkg-plist Sun Dec 2 12:56:59 2012 (r308105) +++ head/security/secpanel/pkg-plist Sun Dec 2 13:11:25 2012 (r308106) @@ -1,4 +1,5 @@ bin/secpanel +share/pixmaps/secpanel.png %%DATADIR%%/convert_history.tcl %%DATADIR%%/convert_profile.tcl %%DATADIR%%/default.config @@ -16,7 +17,7 @@ bin/secpanel %%DATADIR%%/images/swinback_gr.gif %%DATADIR%%/secpanel.wait %%DATADIR%%/secpanel_remoteconf.sh -%%DATADIR%%/termdefs.txt %%DATADIR%%/spdistkey +%%DATADIR%%/termdefs.txt @dirrm %%DATADIR%%/images @dirrm %%DATADIR%%