From owner-svn-ports-head@freebsd.org Tue Dec 11 22:14:19 2018 Return-Path: Delivered-To: svn-ports-head@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 035C61317CE1; Tue, 11 Dec 2018 22:14:19 +0000 (UTC) (envelope-from tcberner@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 9AD4470F30; Tue, 11 Dec 2018 22:14:18 +0000 (UTC) (envelope-from tcberner@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 637016378; Tue, 11 Dec 2018 22:14:18 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBBMEINv054418; Tue, 11 Dec 2018 22:14:18 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBBMEHdQ054413; Tue, 11 Dec 2018 22:14:17 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201812112214.wBBMEHdQ054413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 11 Dec 2018 22:14:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487261 - in head/sysutils: . plasma-pass X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/sysutils: . plasma-pass X-SVN-Commit-Revision: 487261 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9AD4470F30 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-0.69 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.69)[-0.689,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2018 22:14:19 -0000 Author: tcberner Date: Tue Dec 11 22:14:17 2018 New Revision: 487261 URL: https://svnweb.freebsd.org/changeset/ports/487261 Log: New port: sysutils/plasma-pass -- Plasma widget for pass - https://www.dvratil.cz/2018/05/plasma-pass/ - https://github.com/kde/plasma-pass Added: head/sysutils/plasma-pass/ head/sysutils/plasma-pass/Makefile (contents, props changed) head/sysutils/plasma-pass/distinfo (contents, props changed) head/sysutils/plasma-pass/pkg-descr (contents, props changed) head/sysutils/plasma-pass/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Dec 11 21:28:31 2018 (r487260) +++ head/sysutils/Makefile Tue Dec 11 22:14:17 2018 (r487261) @@ -914,6 +914,7 @@ SUBDIR += pick SUBDIR += pidof SUBDIR += pipemeter + SUBDIR += plasma-pass SUBDIR += plasma5-discover SUBDIR += plasma5-drkonqi SUBDIR += plasma5-kde-cli-tools Added: head/sysutils/plasma-pass/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/plasma-pass/Makefile Tue Dec 11 22:14:17 2018 (r487261) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= plasma-pass +DISTVERSION= 0.1.a.20181210 +CATEGORIES= sysutils kde + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma applet for Pass password manager + +RUN_DEPENDS= pass:sysutils/password-store + +USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 +USE_KDE= config coreaddons i18n itemmodels package plasma-framework service \ + ecm_build +USE_QT= core dbus declarative gui network \ + buildtools_build qmake_build +USE_GITHUB= yes +GH_ACCOUNT= kde +GH_TAGNAME= e44fa13 + +.include Added: head/sysutils/plasma-pass/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/plasma-pass/distinfo Tue Dec 11 22:14:17 2018 (r487261) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544476589 +SHA256 (kde-plasma-pass-0.1.a.20181210-e44fa13_GH0.tar.gz) = fdc7f60c362f2c2faecf91abd4c39b0519377906dedd75360f613389e6d907bb +SIZE (kde-plasma-pass-0.1.a.20181210-e44fa13_GH0.tar.gz) = 24781 Added: head/sysutils/plasma-pass/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/plasma-pass/pkg-descr Tue Dec 11 22:14:17 2018 (r487261) @@ -0,0 +1,13 @@ +Plasma Pass is a Plasma applet to access password from pass, the standard UNIX +password manager. + +More details and a video in my blog post about Plasma Pass. + +You don't need the pass utility installed on your system in order for Plasma +Pass to work, only GnuPG is needed in order to be able to decrypt the password. + +Plasma Pass looks for the password directory by default in +$HOME/.password-store, but it can be customized through PASSWORD_STORE_DIR +environment variable. + +WWW: https://github.com/kde/plasma-pass Added: head/sysutils/plasma-pass/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/plasma-pass/pkg-plist Tue Dec 11 22:14:17 2018 (r487261) @@ -0,0 +1,10 @@ +etc/xdg/plasma-pass.categories +%%QT_QMLDIR%%/org/kde/plasma/private/plasmapass/libplasmapassplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/plasmapass/qmldir +share/kservices5/plasma-applet-org.kde.plasma.pass.desktop +share/metainfo/org.kde.plasma.pass.appdata.xml +share/plasma/plasmoids/org.kde.plasma.pass/contents/ui/PasswordItemDelegate.qml +share/plasma/plasmoids/org.kde.plasma.pass/contents/ui/PasswordsPage.qml +share/plasma/plasmoids/org.kde.plasma.pass/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.pass/metadata.desktop +share/plasma/plasmoids/org.kde.plasma.pass/metadata.json