From owner-svn-ports-all@freebsd.org Thu Aug 30 17:44:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2D47EA873A; Thu, 30 Aug 2018 17:44:07 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A1338C2AE; Thu, 30 Aug 2018 17:44:07 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B16E7C25; Thu, 30 Aug 2018 17:44:07 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7UHi7iS081213; Thu, 30 Aug 2018 17:44:07 GMT (envelope-from jsm@FreeBSD.org) Received: (from jsm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7UHi6ue081208; Thu, 30 Aug 2018 17:44:06 GMT (envelope-from jsm@FreeBSD.org) Message-Id: <201808301744.w7UHi6ue081208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jsm set sender to jsm@FreeBSD.org using -f From: Jesper Schmitz Mouridsen Date: Thu, 30 Aug 2018 17:44:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478475 - in head/security: . lxqt-openssh-askpass X-SVN-Group: ports-head X-SVN-Commit-Author: jsm X-SVN-Commit-Paths: in head/security: . lxqt-openssh-askpass X-SVN-Commit-Revision: 478475 X-SVN-Commit-Repository: ports 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.27 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: Thu, 30 Aug 2018 17:44:08 -0000 Author: jsm Date: Thu Aug 30 17:44:06 2018 New Revision: 478475 URL: https://svnweb.freebsd.org/changeset/ports/478475 Log: New port security/lxqt-openssh-askpass PR: 229308 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16952 Added: head/security/lxqt-openssh-askpass/ head/security/lxqt-openssh-askpass/Makefile (contents, props changed) head/security/lxqt-openssh-askpass/distinfo (contents, props changed) head/security/lxqt-openssh-askpass/pkg-descr (contents, props changed) head/security/lxqt-openssh-askpass/pkg-message (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Aug 30 17:34:27 2018 (r478474) +++ head/security/Makefile Thu Aug 30 17:44:06 2018 (r478475) @@ -400,6 +400,7 @@ SUBDIR += logcheck SUBDIR += luasec SUBDIR += luasec-51 + SUBDIR += lxqt-openssh-askpass SUBDIR += lxqt-sudo SUBDIR += lynis SUBDIR += mac-robber Added: head/security/lxqt-openssh-askpass/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/lxqt-openssh-askpass/Makefile Thu Aug 30 17:44:06 2018 (r478475) @@ -0,0 +1,22 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= lxqt-openssh-askpass +PORTVERSION= 0.13.0 +CATEGORIES= security +MASTER_SITES= LXQT + +MAINTAINER= jsm@FreeBSD.org +COMMENT= LXQt GUI dialog for OpenSSH authentication + +LICENSE= LGPL21+ + +USES= cmake:outsource gettext-runtime kde:5 lxqt pkgconfig tar:xz qt:5 +USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ + svg widgets x11extras xml +USE_KDE= windowsystem +USE_LXQT= buildtools lxqt + +PLIST_FILES= bin/lxqt-openssh-askpass + +.include Added: head/security/lxqt-openssh-askpass/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/lxqt-openssh-askpass/distinfo Thu Aug 30 17:44:06 2018 (r478475) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527328596 +SHA256 (lxqt/lxqt-openssh-askpass-0.13.0.tar.xz) = f33e5f168729b974a4b9408e67c9b63f424bcff850bcbdc2d94f22e59f384250 +SIZE (lxqt/lxqt-openssh-askpass-0.13.0.tar.xz) = 14336 Added: head/security/lxqt-openssh-askpass/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/lxqt-openssh-askpass/pkg-descr Thu Aug 30 17:44:06 2018 (r478475) @@ -0,0 +1,4 @@ +lxqt-openssh-askpass is a GUI to query credentials on behalf of other programs. +It is primarily targeted at ssh-agent. + +WWW: http://lxqt.org/ Added: head/security/lxqt-openssh-askpass/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/lxqt-openssh-askpass/pkg-message Thu Aug 30 17:44:06 2018 (r478475) @@ -0,0 +1,10 @@ +*** Note ssh-add will NOT use GUI tools like lxqt-openssh-askpass +*** when it is attached to a terminal. + +* To use lxqt-openssh-askpass start ssh-agent with -a e.g in .xinitrc +ssh-agent -a "/tmp/${USER}-ssh-agent" + +* Then set two variables e.g in ~/.config/lxqt/session.conf: +SSH_ASKPASS=lxqt-openssh-askpass +SSH_AUTH_SOCK= +then run ssh-add from lxqt-runner or a .desktop entry