svn commit: r308106 - head/security/secpanel
Ruslan Mahmatkhanov
rm at FreeBSD.org
Sun Dec 2 13:11:26 UTC 2012
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 <nemysis at gmx.ch>
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 <petef at databits.net>
-#
+# Created by: Pete Fritchman <petef at databits.net>
# $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 at FreeBSD.org
+MAINTAINER= nemysis at 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 <bsd.port.mk>
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 <steffen.leich _at_ gmail.com>
-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%%
More information about the svn-ports-head
mailing list